-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:sanzeeb3/wp-frontend-delete-account
- Loading branch information
Showing
4 changed files
with
371 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,364 @@ | ||
# Copyright (C) 2024 Mini Plugins | ||
# This file is distributed under the same license as the WP Frontend Delete Account plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: WP Frontend Delete Account 2.3.0\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-frontend-delete-account\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2024-11-05T07:28:57+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.11.0\n" | ||
"X-Domain: wp-frontend-delete-account\n" | ||
|
||
#. Plugin Name of the plugin | ||
#: wp-frontend-delete-account.php | ||
msgid "WP Frontend Delete Account" | ||
msgstr "" | ||
|
||
#. Description of the plugin | ||
#: wp-frontend-delete-account.php | ||
msgid "Lets customers delete their account by their own." | ||
msgstr "" | ||
|
||
#. Author of the plugin | ||
#: wp-frontend-delete-account.php | ||
msgid "Mini Plugins" | ||
msgstr "" | ||
|
||
#. Author URI of the plugin | ||
#: wp-frontend-delete-account.php | ||
msgid "https://miniplugins.com" | ||
msgstr "" | ||
|
||
#: functions.php:55 | ||
#: src/Frontend.php:82 | ||
msgid "Incorrect Answer. Please try again." | ||
msgstr "" | ||
|
||
#: functions.php:56 | ||
msgid "Empty Password." | ||
msgstr "" | ||
|
||
#: functions.php:57 | ||
msgid "Processing..." | ||
msgstr "" | ||
|
||
#: functions.php:58 | ||
#: src/Frontend.php:117 | ||
msgid "Deleting..." | ||
msgstr "" | ||
|
||
#: functions.php:59 | ||
msgid "Oops! Something went wrong" | ||
msgstr "" | ||
|
||
#: functions.php:61 | ||
msgid "Confirm" | ||
msgstr "" | ||
|
||
#: functions.php:66 | ||
msgid "Enter password to confirm:" | ||
msgstr "" | ||
|
||
#: functions.php:77 | ||
#: functions.php:80 | ||
msgid "Account" | ||
msgstr "" | ||
|
||
#: functions.php:78 | ||
msgid "You're using WP Frontend Delete Account FREE Version" | ||
msgstr "" | ||
|
||
#: functions.php:80 | ||
msgid "your account information." | ||
msgstr "" | ||
|
||
#: functions.php:81 | ||
msgid "Documentation" | ||
msgstr "" | ||
|
||
#: functions.php:81 | ||
msgid "docs & articles." | ||
msgstr "" | ||
|
||
#: functions.php:82 | ||
msgid "Support" | ||
msgstr "" | ||
|
||
#: functions.php:82 | ||
msgid "need help or have questions?" | ||
msgstr "" | ||
|
||
#: functions.php:83 | ||
msgid "Upgrade" | ||
msgstr "" | ||
|
||
#: functions.php:83 | ||
msgid "need more benifits?" | ||
msgstr "" | ||
|
||
#: functions.php:88 | ||
msgid "Our WordPress Plugins" | ||
msgstr "" | ||
|
||
#: functions.php:89 | ||
msgid "Like this plugin? Check out our other WordPress plugins:" | ||
msgstr "" | ||
|
||
#: functions.php:90 | ||
msgid "A simple yet powerful plugin that records every step of the visitor until the order of the product." | ||
msgstr "" | ||
|
||
#: functions.php:91 | ||
msgid "A user activity management plugin. See who's online, last login activity & more." | ||
msgstr "" | ||
|
||
#: src/Backend.php:52 | ||
#: src/Emails/Emails.php:49 | ||
#: src/Emails/Emails.php:112 | ||
msgid "Enable this email" | ||
msgstr "" | ||
|
||
#: src/Backend.php:53 | ||
#: src/Emails/Emails.php:49 | ||
msgid "Disable this email" | ||
msgstr "" | ||
|
||
#: src/Backend.php:113 | ||
msgid "General" | ||
msgstr "" | ||
|
||
#: src/Backend.php:114 | ||
msgid "Emails" | ||
msgstr "" | ||
|
||
#: src/Backend.php:137 | ||
msgid "General Settings" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:59 | ||
msgid "Manage" | ||
msgstr "" | ||
|
||
#. translators: %1$s - link to WooCommerce plugin settings. | ||
#: src/Emails/Emails.php:75 | ||
msgid "The email sender options, email templates etc. can be customized from %1s." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:124 | ||
msgid "Email Recipient" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:133 | ||
msgid "Email Subject" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:141 | ||
msgid "Email Message" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:155 | ||
#: src/Emails/Emails.php:277 | ||
msgid "Feedback provided by the user." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:190 | ||
msgid "Email Notifications" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:193 | ||
msgid "Email notifications sent from WP Frontend Delete Account are listed below. Click on an email to configure it." | ||
msgstr "" | ||
|
||
#. translators: %1$s - link to WP Mail SMTP plugin page. | ||
#: src/Emails/Emails.php:198 | ||
msgid "If you are having issue with email delivery in your site, I recommend setting up SMTP in your site using SMTP plugins such as %1s." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:222 | ||
msgid "Email" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:223 | ||
msgid "Recipient(s)" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:224 | ||
msgid "Actions" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:251 | ||
msgid "Admin Email" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:252 | ||
msgid "Email notification sent to the admin if user deleted their account by their own." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:254 | ||
msgid "Heads up! A user deleted their account." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:255 | ||
msgid "A user {user_name} - {user_email} has deleted their account." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:259 | ||
msgid "User Email" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:260 | ||
msgid "Email notification sent to the user after their account has been deleted." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:261 | ||
msgid "User's Email Address" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:262 | ||
msgid "Your account has been deleted successfully." | ||
msgstr "" | ||
|
||
#. translators: %1$s - Site URL. | ||
#: src/Emails/Emails.php:266 | ||
msgid "Your account has been deleted. In case this is a mistake, please contact the site administrator at %1$s" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:273 | ||
msgid "Feedback Email" | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:274 | ||
msgid "Email notification sent to the admin when user leaves a feedback upon deleting their account." | ||
msgstr "" | ||
|
||
#: src/Emails/Emails.php:276 | ||
#: src/Frontend.php:292 | ||
msgid "A user - {user_email} provided a feedback on account deletion." | ||
msgstr "" | ||
|
||
#: src/Emails/Summary.php:51 | ||
msgid "Weekly Summary Email" | ||
msgstr "" | ||
|
||
#: src/Emails/Summary.php:52 | ||
msgid "Email notification sent to the admin about the total number of users deleted in a week. {number}, {previous_number} and {total} represents the number of users deleted this past week, previous week and the total number respectively." | ||
msgstr "" | ||
|
||
#: src/Emails/Summary.php:54 | ||
msgid "WP Frontend Delete Account Weekly Summary" | ||
msgstr "" | ||
|
||
#. translators: %1$s - blog link; %2$s - blog name; %3$s - did you know link; %4$s - did you know text; | ||
#: src/Emails/Summary.php:133 | ||
msgid "This email was auto-generated and sent from <a href=\"%1$s\" target=\"_blank\" rel=\"noopener noreferrer\">%2$s</a>.<br><br>Did you know? You can <a href=\"%3$s\">%4$s</a>" | ||
msgstr "" | ||
|
||
#: src/Emails/Summary.php:170 | ||
msgid "win!" | ||
msgstr "" | ||
|
||
#: src/Frontend.php:70 | ||
msgid "Invalid Password!" | ||
msgstr "" | ||
|
||
#: src/Frontend.php:242 | ||
msgid "Hey, would you care to provide feedback on your account deletion?" | ||
msgstr "" | ||
|
||
#: src/Frontend.php:244 | ||
msgid "Account deletion reason?" | ||
msgstr "" | ||
|
||
#: src/Frontend.php:249 | ||
msgid "Skip and delete" | ||
msgstr "" | ||
|
||
#: src/Frontend.php:250 | ||
#: src/WooCommerce.php:80 | ||
msgid "Delete Account" | ||
msgstr "" | ||
|
||
#: assets/js/admin/gutenberg.js:13 | ||
msgid "WP Frontend Account Delete" | ||
msgstr "" | ||
|
||
#: assets/js/admin/placeholder.js:12 | ||
msgid "This is just a block view. For best experience, please visit the page in frontend." | ||
msgstr "" | ||
|
||
#: assets/js/admin/review.js:42 | ||
msgid "Whoopee! 😀" | ||
msgstr "" | ||
|
||
#: assets/js/admin/review.js:43 | ||
msgid "How's it going? I hope that you found WP Frontend Delete Account helpful. " | ||
msgstr "" | ||
|
||
#: assets/js/admin/review.js:45 | ||
msgid "Upgrade Now" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:115 | ||
msgid "None" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:168 | ||
msgid "Delete Comments" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:169 | ||
msgid "Delete all comments by users when they delete themselves." | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:177 | ||
msgid "Title" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:186 | ||
msgid "Button Label" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:195 | ||
msgid "Redirect URL" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:196 | ||
msgid "Leave empty for same page redirect" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:204 | ||
msgid "Attribute all contents to:" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:213 | ||
msgid "Security method before deleting:" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:218 | ||
msgid "Password" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:223 | ||
msgid "Custom Captcha" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:233 | ||
msgid "Confirmation Text" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:241 | ||
msgid "Captcha Question" | ||
msgstr "" | ||
|
||
#: assets/js/admin/settings.js:249 | ||
msgid "Captcha Answer" | ||
msgstr "" | ||
|
||
#: assets/js/frontend.js:146 | ||
msgid "Just a heads up! You are the site administrator and processing further will delete yourself." | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
return ['domain'=>NULL,'plural-forms'=>'nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : 2);','language'=>'pl_PL','project-id-version'=>'WP Frontend Delete Account 1.2.1','pot-creation-date'=>'2020-07-28 06:44:47+00:00','po-revision-date'=>'2020-12-17 14:10+0100','x-generator'=>'Poedit 2.4.2','messages'=>['Deactivating...'=>'Dezaktywowanie...','Oops! Something went wrong'=>'Ups! Coś poszło nie tak','Enable this email'=>'Włącz ten email','Disable this email'=>'Wyłącz ten Email','General'=>'Ogólne','Emails'=>'E-maile','General Settings'=>'Ustawienia ogólne','Load Assets Globally'=>'Wgraj zasoby globalnie','Title'=>'Tytuł','Button Label'=>'Etykieta przycisku','Attribute all contents to:'=>'Przypisz całą zawartość do:','--None--'=>'—brak—','Security method before deleting:'=>'Metoda zabezpieczenia przed usunięciem:','Password'=>'Hasło','Custom Captcha'=>'Własna Captcha','Confirmation Text'=>'Tekst potwierdzający','Captcha Question'=>'Pytanie Captcha','Captcha Answer'=>'Odpowiedź Captcha','Would you care to let me know the deactivation reason so that I can improve it for you?'=>'Czy poświęcisz czas aby dać mi znać dlaczego reaktywowałeś, abym mógł usprawnić wtyczkę dla Ciebie?','Skip and deactivate'=>'Pomiń i dezaktywuj','Invalid Password!'=>'Niewłaściwe hasło!','Incorrect Answer. Please try again.'=>'Niewłaściwa odpowiedź. Spróbuj ponownie.','Deleting...'=>'Usuwanie…','Empty Password.'=>'Puste hasło.','Processing...'=>'Przetwarzanie…','Enter password to confirm:'=>'Wpisz hasło aby potwierdzić:','Just a heads up! You are the site administrator and processing further will delete yourself.'=>'Uwaga! Jesteś administratorem strony i dalsze działanie usunie Twoje konto.','Delete Account'=>'Usuń konto','Email Notifications'=>'Powiadomienia e-mail','Email notifications sent from WP Frontend Delete Account are listed below. Click on an email to configure it.'=>'Powiadomienia e-mail wysyłane z WP Frontend Usuń Konto są wypisane poniżej. Kliknij na e-mail aby go skonfigurować.','If you are having issue with email delivery in your site, I recommend setting up SMTP in your site using SMTP plugins such as WP Mail SMTP.'=>'Jeśli występuje problem z dostarczeniem e-maili z Twojej strony, polecamy ustawić wysyłkę poprzez SMPT za pomocą wtyczki, takich jak WP Mail SMTP.','Email'=>'E-mail','Recipient(s)'=>'Odbiorca(-cy)','Actions'=>'Akcje','Admin Email'=>'E-mail administratora','Manage'=>'Zarządzaj','User Email'=>'E-mail użytkownika','User\'s Email Address'=>'Adres e-mail użytkownika','Please rate <strong>WP Frontend Delete Account</strong> <a href="%1$s" target="_blank" rel="noopener noreferrer">★★★★★</a> on <a href="%2$s" target="_blank" rel="noopener noreferrer">WordPress.org</a> to help us spread the word. Thank you!'=>'Proszę oceń <strong>WP Frontend Delete Account</strong> <a href=„%1$s” target=„_blank” rel=„noopener noreferrer”>★★★★★</a> na <a href=„%2$s” target=„_blank” rel=„noopener noreferrer”>WordPress.org</a> aby pomóc spopularyzować wtyczkę. Dziękujemy!','Heads up! A user deleted their account.'=>'Uprzedzamy - użytkownik usunął swoje konto.','Your account has been deleted successfully.'=>'Twoje konto zostało usunięte.','A user {user_name} - {user_email} has deleted their account.'=>'Użytkownik {user_name} - {user_email} usunął swoje konto.','Email notification sent to the user after their account has been deleted.'=>'Powiadomienie email wysyłane do użytkownika po tym, jak ich konto zostało usunięte.','Email notification sent to the admin if user deleted their account by their own.'=>'Powiadomienie email wysyłane do administratora, jeśli użytkownik usunął konto samodzielnie.','Email Recipient'=>'Odbiorca wiadomości','Email Subject'=>'Temat wiadomości','Email Message'=>'Wiadomość Email','WP Frontend Delete Account'=>'WP Frontend Usuń Konto','Lets customers delete their account by their own.'=>'Pozwólmy klientom samemu usuwać swoje konta.','Sanjeev Aryal'=>'Sanjeev Aryal','http://www.sanjeebaryal.com.np'=>'http://www.sanjeebaryal.com.np']]; |
Binary file not shown.
Oops, something went wrong.