diff --git a/install/package.json b/install/package.json
index 8dbfc3428b..cd80a10151 100644
--- a/install/package.json
+++ b/install/package.json
@@ -79,7 +79,7 @@
"mousetrap": "^1.6.5",
"@nodebb/mubsub": "^1.6.0",
"nconf": "^0.10.0",
- "nodebb-plugin-composer-default": "6.3.39",
+ "nodebb-plugin-composer-default": "6.3.40",
"nodebb-plugin-dbsearch": "4.0.7",
"nodebb-plugin-emoji": "^3.3.0",
"nodebb-plugin-emoji-android": "2.0.0",
@@ -89,9 +89,9 @@
"nodebb-plugin-spam-be-gone": "0.7.1",
"nodebb-rewards-essentials": "0.1.3",
"nodebb-theme-lavender": "5.0.11",
- "nodebb-theme-persona": "10.1.47",
+ "nodebb-theme-persona": "10.1.48",
"nodebb-theme-slick": "1.2.29",
- "nodebb-theme-vanilla": "11.1.22",
+ "nodebb-theme-vanilla": "11.1.23",
"nodebb-widget-essentials": "4.1.0",
"nodemailer": "^6.4.6",
"passport": "^0.4.1",
diff --git a/public/language/ar/admin/manage/users.json b/public/language/ar/admin/manage/users.json
index c4cc171f76..f6cbc35b88 100644
--- a/public/language/ar/admin/manage/users.json
+++ b/public/language/ar/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/ar/user.json b/public/language/ar/user.json
index b70840c941..af7b2f0dda 100644
--- a/public/language/ar/user.json
+++ b/public/language/ar/user.json
@@ -8,13 +8,20 @@
"email": "البريد الإلكتروني",
"confirm_email": "تأكيد عنوان البريد الإلكتروني",
"account_info": "معلومات الحساب",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "حظر الحساب",
"ban_account_confirm": "هل تريد حقاً حظر هاذا العضو؟",
"unban_account": "إزالة حظر الحساب",
"delete_account": "حذف الحساب",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "هل انت متأكد من رغبتك بحذف هذا الحساب؟ هذا الإجراء لا رجعة فيه ولن تتمكن من استرداد أي بيانات
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "تم حذف الحساب",
+ "account-content-deleted": "Account content deleted",
"fullname": "الاسم الكامل",
"website": "الموقع الإلكتروني",
"location": "الموقع",
diff --git a/public/language/bg/admin/manage/users.json b/public/language/bg/admin/manage/users.json
index 54ee169aee..599fc2987e 100644
--- a/public/language/bg/admin/manage/users.json
+++ b/public/language/bg/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Деблокиране на потребителя/ите",
"reset-lockout": "Нулиране на заключването",
"reset-flags": "Анулиране на докладите",
- "delete": "Изтриване на потребителя/ите",
- "purge": "Изтриване на потребителя/ите и съдържанието",
+ "delete": "Изтриване на потребителя/ите",
+ "delete-content": "Изтриване на съдържанието на потребителя/ите",
+ "purge": "Изтриване на потребителя/ите и съдържанието",
"download-csv": "Сваляне във формат „CSV“",
"manage-groups": "Управление на групите",
"add-group": "Добавяне на група",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Е-пощите са проверени",
"alerts.validate-force-password-reset-success": "Паролата на потребителя (или паролите на потребителите) беше подновена и сесията му беше прекратена.",
"alerts.password-reset-confirm": "Искате ли да изпратите е-писмо/а за възстановяване на паролата на този/тези потребител(и)?",
- "alerts.confirm-delete": "ВНИМАНИЕ! Наистина ли искате да изтриете потребителя/ите? Това действие е необратимо! Ще бъде изтрит само профилът на потребителя/ите, неговите/техните публикациите и теми ще останат.",
+ "alerts.confirm-delete": "ВНИМАНИЕ!
Наистина ли искате да изтриете потребителя/ите?
Това действие е необратимо! Ще бъде изтрит само профилът на потребителя/ите, неговите/техните публикациите и теми ще останат.
",
"alerts.delete-success": "Потребителят/ите е/са изтрит(и)!",
- "alerts.confirm-purge": "ВНИМАНИЕ! Наистина ли искате да изтриете потребителя/ите? Това действие е необратимо! Всички потребителски данни и съдържание ще бъдат заличени!",
+ "alerts.confirm-delete-content": "ВНИМАНИЕ!
Наистина ли искате да изтриете съдържанието на този потребител или тези потребители?
Това действие е необратимо! Профилите на потребителите ще останат, но всички техни публикации и теми ще бъдат изтрити.
",
+ "alerts.delete-content-success": "Съдържанието на потребителя/ите е изтрито!",
+ "alerts.confirm-purge": "ВНИМАНИЕ!
Наистина ли искате да изтриете потребителя/ите и неговото/тяхното съдържание?
Това действие е необратимо! Всички потребителски данни и съдържание ще бъдат заличени!
",
"alerts.create": "Създаване на потребител",
"alerts.button-create": "Създаване",
"alerts.button-cancel": "Отказ",
diff --git a/public/language/bg/user.json b/public/language/bg/user.json
index d89763b799..714b7816ab 100644
--- a/public/language/bg/user.json
+++ b/public/language/bg/user.json
@@ -8,13 +8,20 @@
"email": "Е-поща",
"confirm_email": "Потвърдете е-пощата",
"account_info": "Информация за акаунта",
+ "admin_actions_label": "Административни действия",
"ban_account": "Блокиране на акаунта",
"ban_account_confirm": "Наистина ли искате да блокирате този потребител?",
"unban_account": "Деблокиране на акаунта",
"delete_account": "Изтриване на акаунта",
- "delete_account_confirm": "Наистина ли искате да изтриете акаунта си? Това действие е необратимо и няма да можете да възстановите нищо от данните си.
Въведете паролата си, за да потвърдите, че искате да унищожите този акаунт.",
- "delete_this_account_confirm": "Наистина ли искате да изтриете този акаунт? Това действие е необратимо и няма да можете да възстановите нищо от данните си.
",
+ "delete_account_as_admin": "Изтриване на акаунта",
+ "delete_content": "Изтриване на съдържанието на акаунта",
+ "delete_all": "Изтриване на акаунта и съдържанието",
+ "delete_account_confirm": "Наистина ли искате да направите публикациите си анонимни и да изтриете акаунта си? Това действие е необратимо и няма да можете да възстановите нищо от данните си.
Въведете паролата си, за да потвърдите, че искате да унищожите този акаунт.",
+ "delete_this_account_confirm": "Наистина ли искате да изтриете този акаунт, но да оставите съдържанието му? Това действие е необратимо. Публикациите ще бъдат превърнати в анонимни и вече няма да можете да възстановите връзката между публикациите и изтрития акаунт
",
+ "delete_account_content_confirm": "Наистина ли искате да изтриете съдържанието (публикации/теми/качвания) на този акаунт? Това действие е необратимо и няма да можете да възстановите нищо от данните.
",
+ "delete_all_confirm": "Наистина ли искате да изтриете този акаунт и цялото му съдържание (публикации/теми/качвания)? Това действие е необратимо и няма да можете да възстановите нищо от данните.
",
"account-deleted": "Акаунтът е изтрит",
+ "account-content-deleted": "Съдържанието на акаунта е изтрито",
"fullname": "Пълно име",
"website": "Уеб сайт",
"location": "Местоположение",
diff --git a/public/language/bn/admin/manage/users.json b/public/language/bn/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/bn/admin/manage/users.json
+++ b/public/language/bn/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/bn/user.json b/public/language/bn/user.json
index 2259364063..c0bd82e3d9 100644
--- a/public/language/bn/user.json
+++ b/public/language/bn/user.json
@@ -8,13 +8,20 @@
"email": "ইমেইল",
"confirm_email": "ইমেইল নিশ্চিত করুন",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "একাউন্ট নিষিদ্ধ করুন",
"ban_account_confirm": "আপনি কি নিশ্চিত যে এই সদস্যকে নিষিদ্ধ করতে চান ?",
"unban_account": "নিষেদ্ধাজ্ঞা তুলে নিন",
"delete_account": "একাউন্ট মুছে ফেলুন",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "একাউন্ট মুছে ফেলা হয়েছে",
+ "account-content-deleted": "Account content deleted",
"fullname": "পুর্ণ নাম",
"website": "ওয়েবসাইট",
"location": "স্থান",
diff --git a/public/language/cs/admin/manage/users.json b/public/language/cs/admin/manage/users.json
index 904ae8fdab..692bd090e7 100644
--- a/public/language/cs/admin/manage/users.json
+++ b/public/language/cs/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Zrušit zákaz uživatele",
"reset-lockout": "Obnovit uzamčení",
"reset-flags": "Obnovit označení",
- "delete": "Odstranit uživatele",
- "purge": "Odstranit uživatele a obsah",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Stáhnout jako CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "E-maily byly ověřeny",
"alerts.validate-force-password-reset-success": "Uživatelské heslo bylo resetováno a přihlašovací relace byla ukončena.",
"alerts.password-reset-confirm": "Chcete poslat těmto uživatelům e-mail pro resetování hesla?",
- "alerts.confirm-delete": "Upozornění Opravdu chcete odstranit uživatele? Tento úkon se nedá vrátit. Budou odstraněni jen uživatelé jako takový, jejich příspěvky a témata zůstanou.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Uživatel byl odstraněn.",
- "alerts.confirm-purge": "Upozornění Opravdu chcete odstranit uživatele a jeho obsah? Tento úkon je nevratný. Všechna uživatelská data a obsah bude smazán.",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Vytvořit uživatele",
"alerts.button-create": "Vytvořit",
"alerts.button-cancel": "Zrušit",
diff --git a/public/language/cs/user.json b/public/language/cs/user.json
index 2d6d798ced..fe2b1adcee 100644
--- a/public/language/cs/user.json
+++ b/public/language/cs/user.json
@@ -8,13 +8,20 @@
"email": "E-mail",
"confirm_email": "Potvrdit e-mail",
"account_info": "Informace o účtu",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Zablokovat účet",
"ban_account_confirm": "Opravdu chcete zablokovat tohoto uživatele?",
"unban_account": "Odblokovat účet",
"delete_account": "Odstranit účet",
- "delete_account_confirm": "Jste si jist/a, že chcete odstranit Váš účet? Tento úkon je nevratný a již nebudete schopen/a obnovit vaše data
Pro smazání účtu, potvrďte vaším heslem.",
- "delete_this_account_confirm": "Opravdu chcete odstranit tento účet? Tato akce je nevratná a již nebude žádná možnost obnovení vašich dat
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Účet odstraněn",
+ "account-content-deleted": "Account content deleted",
"fullname": "Jméno a příjmení",
"website": "Webové stránky",
"location": "Poloha",
diff --git a/public/language/da/admin/manage/users.json b/public/language/da/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/da/admin/manage/users.json
+++ b/public/language/da/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/da/user.json b/public/language/da/user.json
index e547656e08..b2ec2d9a14 100644
--- a/public/language/da/user.json
+++ b/public/language/da/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Bekræft email",
"account_info": "Konto Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Konto",
"ban_account_confirm": "Ønsker du virkelig at banne denne konto?",
"unban_account": "Afban Konto",
"delete_account": "Slet konto",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Er du sikker på at du vil slette denne konto? Denne handling kan ikke fortrydes, og du kan ikke genskabe nogen data.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Konto slettet",
+ "account-content-deleted": "Account content deleted",
"fullname": "Fulde navn",
"website": "Webside",
"location": "Lokation",
diff --git a/public/language/de/admin/manage/users.json b/public/language/de/admin/manage/users.json
index 0a6a666260..034b6ab614 100644
--- a/public/language/de/admin/manage/users.json
+++ b/public/language/de/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Benutzer entbannen",
"reset-lockout": "Ausschließungen zurücksetzen",
"reset-flags": "Meldungen zurücksetzen",
- "delete": "Benutzer Löschen",
- "purge": "Benutzer mit Beiträgen löschen",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "CSV herunterladen",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "E-Mails bestätigt",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Möchtest Du wirklich (eine) Passwort-Reset-Email(s) an diese(n) Benutzer schicken?",
- "alerts.confirm-delete": "Warnung! Möchtest Du wirklich diese(n) Benutzer löschen? Diese Aktion kann nicht rückgängig gemacht werden! Nur das Konto wird dabei gelöscht. Deren Themen und Beiträge bleiben dabei erhalten.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Benutzer gelöscht!",
- "alerts.confirm-purge": "Warnung! Bist Du sicher, dass Du diese Nutzer und deren Beiträge löschen willst? Diese Aktion kann nicht rückgängig gemacht werden! Alle Nutzerdaten und Beiträge werden dabei gelöscht!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Nutzer Erstellen",
"alerts.button-create": "Erstellen",
"alerts.button-cancel": "Abbrechen",
diff --git a/public/language/de/user.json b/public/language/de/user.json
index 49471633fe..97a3c79cda 100644
--- a/public/language/de/user.json
+++ b/public/language/de/user.json
@@ -8,13 +8,20 @@
"email": "E-Mail",
"confirm_email": "E-Mail bestätigen",
"account_info": "Kontoinformationen",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Konto sperren",
"ban_account_confirm": "Bist du sicher, dass du diesen Benutzer sperren möchtest?",
"unban_account": "Konto entsperren",
"delete_account": "Konto löschen",
- "delete_account_confirm": "Bist du sicher, dass du dein Konto löschen willst? Dies kann nicht rückgängig gemacht werden und du wirst deine Daten nicht wiederherstellen können.
Gib dein Passwort ein um zu bestätigen, dass du diesen Account wirklich löschen willst.",
- "delete_this_account_confirm": "Bist du sicher, dass du dieses Konto löschen möchtest? Diese Aktion kann nicht rückgangig gemacht werden und du kannst die Daten nicht wiederherstellen
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Konto gelöscht",
+ "account-content-deleted": "Account content deleted",
"fullname": "Kompletter Name",
"website": "Homepage",
"location": "Wohnort",
diff --git a/public/language/el/admin/manage/users.json b/public/language/el/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/el/admin/manage/users.json
+++ b/public/language/el/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/el/user.json b/public/language/el/user.json
index dabaee1cb5..734609fe37 100644
--- a/public/language/el/user.json
+++ b/public/language/el/user.json
@@ -8,13 +8,20 @@
"email": "Emai",
"confirm_email": "Επιβεβαίωση Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"delete_account": "Διαγραφή Λογαριασμού",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account deleted",
+ "account-content-deleted": "Account content deleted",
"fullname": "Πλήρες Όνομα",
"website": "Ιστοσελίδα",
"location": "Τοποθεσία",
diff --git a/public/language/en-US/admin/manage/users.json b/public/language/en-US/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/en-US/admin/manage/users.json
+++ b/public/language/en-US/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/en-US/user.json b/public/language/en-US/user.json
index 5b1ac6fc03..ced3efe3a2 100644
--- a/public/language/en-US/user.json
+++ b/public/language/en-US/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Confirm Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"delete_account": "Delete Account",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account deleted",
+ "account-content-deleted": "Account content deleted",
"fullname": "Full Name",
"website": "Website",
"location": "Location",
diff --git a/public/language/en-x-pirate/admin/manage/users.json b/public/language/en-x-pirate/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/en-x-pirate/admin/manage/users.json
+++ b/public/language/en-x-pirate/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/en-x-pirate/user.json b/public/language/en-x-pirate/user.json
index 5e121c9e4c..92fad5db1a 100644
--- a/public/language/en-x-pirate/user.json
+++ b/public/language/en-x-pirate/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Confirm Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"delete_account": "Delete Account",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account deleted",
+ "account-content-deleted": "Account content deleted",
"fullname": "Full Name",
"website": "Website",
"location": "Location",
diff --git a/public/language/es/admin/manage/users.json b/public/language/es/admin/manage/users.json
index 5621ad5cf3..715bf6a93e 100644
--- a/public/language/es/admin/manage/users.json
+++ b/public/language/es/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Eliminar Expulsión del Usuario(s)",
"reset-lockout": "Reiniciar Bloqueo",
"reset-flags": "Reiniciar Reportes",
- "delete": "Borrar Usuario(s)",
- "purge": "Borrar Usuario(s) y Contenido",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Descargar CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validados",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "¿Quiere restablecer la contraseña del/los email(s) de este/estos usuario(s)?",
- "alerts.confirm-delete": "¡Atención! ¿Quiere realmente eliminar este/estos usuario(s)? ¡Esta acción es irreversible! Solo se eliminará la cuenta del usuario, sus posts y comentarios permanecerán.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "¡Usuario(s) Borrado(s)!",
- "alerts.confirm-purge": "¡Atención! ¿Quieres realmente eliminar este/estos usuario(s) y su contenido? ¡Esta acción es irreversible! ¡Toda la información del usuario será borrada!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Crear Usuario",
"alerts.button-create": "Crear",
"alerts.button-cancel": "Cancelar",
diff --git a/public/language/es/user.json b/public/language/es/user.json
index c6d4427f96..b99a143d75 100644
--- a/public/language/es/user.json
+++ b/public/language/es/user.json
@@ -8,13 +8,20 @@
"email": "Correo electrónico",
"confirm_email": "Confirmar correo electrónico",
"account_info": "Información de cuenta",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Banear cuenta",
"ban_account_confirm": "Quieres confirmar el baneo de este usuario?",
"unban_account": "Desbanear cuenta",
"delete_account": "Eliminar cuenta",
- "delete_account_confirm": "¿Estás seguro de que quiere borrar su cuenta? Esta acción es irreversible y no podrá recuperar ninguno de tus datos
Introduzca su contraseña para confirmar que desea eliminar esta cuenta.",
- "delete_this_account_confirm": "Esta seguro de eliminar este usuario? Esta acción de irreversible y no podrás recuperar ningún dato
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Cuenta borrada",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nombre completo",
"website": "Sitio web",
"location": "Ubicación",
diff --git a/public/language/et/admin/manage/users.json b/public/language/et/admin/manage/users.json
index 4b2f113059..4824b09f5a 100644
--- a/public/language/et/admin/manage/users.json
+++ b/public/language/et/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Tühista keeld Kasutaja(tel)",
"reset-lockout": "Taaslae blokeering",
"reset-flags": "Taasta raporteerimised",
- "delete": "Kustuta Kasutaja(d)",
- "purge": "Kustuta Kasutaja(d) ja Sisu",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Lae alla CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emailid kinnitatud",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Kas te tahate saata parooli taastamise emaili(d) antud kasutaja(te)le?",
- "alerts.confirm-delete": "Hoiatus! Kas te tõesti tahate antud kasutaja(d) kustutada? Seda ei saa enam tagasi võtta. Ainult kasutaja kustutatakse, ülejäänud kasutaja tehtud teemad ja postitused jäävad alles.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Kasutaja(d) kustutatud!",
- "alerts.confirm-purge": "Hoiatus! Kas te tõesti tahate antud kasutaja(d) ja nende sisu kustutada? Seda ei saa enam tagasi võtta. Kõik kasutajate andmed ja sisu kustutatakse jäädavalt.",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Loo Kasutaja",
"alerts.button-create": "Loo",
"alerts.button-cancel": "Tühista",
diff --git a/public/language/et/user.json b/public/language/et/user.json
index d8c95379dd..7fc7fbc85a 100644
--- a/public/language/et/user.json
+++ b/public/language/et/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Kinnita email",
"account_info": "Kasutaja info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Bannige kasutaja",
"ban_account_confirm": "Kas te tõesti soovite antud kasutajat bannida?",
"unban_account": "Eemaldage kontolt ban",
"delete_account": "Kustuta kasutaja",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Olete kindel, et soovide seda kasutajat kustutada? Pärast seda pole võimalik kasutajat ja andmeid taastada
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Kasutaja kustutatud",
+ "account-content-deleted": "Account content deleted",
"fullname": "Täisnimi",
"website": "Koduleht",
"location": "Asukoht",
diff --git a/public/language/fa-IR/admin/manage/users.json b/public/language/fa-IR/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/fa-IR/admin/manage/users.json
+++ b/public/language/fa-IR/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/fa-IR/user.json b/public/language/fa-IR/user.json
index fb7d16f082..55c40eddd8 100644
--- a/public/language/fa-IR/user.json
+++ b/public/language/fa-IR/user.json
@@ -8,13 +8,20 @@
"email": "رایانامه",
"confirm_email": "تأیید ایمیل",
"account_info": "اطلاعات شناسه کاربری",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "مسدود کردن",
"ban_account_confirm": "از مسدود کردن این کاربر اطمینان دارید؟",
"unban_account": "آزاد کردن حساب کاربری",
"delete_account": "حذف حساب کاربری",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "آیا مطمئنید که میخواهید این حساب کاربری را حذف کنید؟ این عمل غیر قابل بازگشت است و شما قادر نخواهید بود هیچ کدام از اطلاعات را بازیابی کنید.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "حساب کاربری پاک شد",
+ "account-content-deleted": "Account content deleted",
"fullname": "نام و نامخانوادگی",
"website": "تارنما",
"location": "محل سکونت",
diff --git a/public/language/fi/admin/manage/users.json b/public/language/fi/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/fi/admin/manage/users.json
+++ b/public/language/fi/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/fi/user.json b/public/language/fi/user.json
index 52d18c6aba..d3877eb780 100644
--- a/public/language/fi/user.json
+++ b/public/language/fi/user.json
@@ -8,13 +8,20 @@
"email": "Sähköposti",
"confirm_email": "Vahvista sähköpostiosoite",
"account_info": "Tilin tiedot",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Bannaa käyttäjätili",
"ban_account_confirm": "Haluatko varmasti bannata käyttäjän?",
"unban_account": "Peru käyttäjätilin banni",
"delete_account": "Poista käyttäjätili",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Tili poistettu",
+ "account-content-deleted": "Account content deleted",
"fullname": "Koko nimi",
"website": "Kotisivu",
"location": "Sijainti",
diff --git a/public/language/fr/admin/manage/users.json b/public/language/fr/admin/manage/users.json
index a4f0c3152b..59e69434e4 100644
--- a/public/language/fr/admin/manage/users.json
+++ b/public/language/fr/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Dé-bannir le(s) utilisateur(s)",
"reset-lockout": "Supprimer le blocage",
"reset-flags": "Supprimer les signalements",
- "delete": "Supprimer le(s) utilisateur(s)",
- "purge": "Supprimer le(s) utilisateur(s) ainsi que leurs contenus",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Télécharger au format CSV",
"manage-groups": "Gérer les groupes",
"add-group": "Ajouter un groupe",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Adresse e-mail vérifiée",
"alerts.validate-force-password-reset-success": "Les mots de passe des utilisateurs ont été réinitialisés et leurs sessions existantes ont été révoquées.",
"alerts.password-reset-confirm": "Voulez-vous réellement envoyer un e-mail de réinitialisation de mot de passe à ces utilisateurs ?",
- "alerts.confirm-delete": "Attention ! Voulez-vous réellement supprimer ces utilisateurs ? Cette action est irréversible ! Seuls les comptes des= ce utilisateurs seront supprimés, leurs sujets et messages resteront. ",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Utilisateur(s) supprimé(s) !",
- "alerts.confirm-purge": "Attention ! Voulez-vous réellement supprimer ces utilisateurs ainsi que leurs contenus ? Cette action est irréversible ! Toutes les données de ces utilisateurs seront effacées !",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Créer un utilisateur",
"alerts.button-create": "Créer",
"alerts.button-cancel": "Annuler",
diff --git a/public/language/fr/user.json b/public/language/fr/user.json
index 52dc9c80d1..f8d24cdc87 100644
--- a/public/language/fr/user.json
+++ b/public/language/fr/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Confirmer l'adresse email",
"account_info": "Informations du compte",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Bannir",
"ban_account_confirm": "Êtes-vous sûr de bien vouloir bannir cet utilisateur ?",
"unban_account": "Restaurer le compte",
"delete_account": "Supprimer le compte",
- "delete_account_confirm": "Êtes-vous sûr de vouloir supprimer votre compte? Cette action est irréversible et vous ne pourrez récupérer aucune de vos données
Entrez votre mot de passe pour confirmer que vous souhaitez détruire ce compte.",
- "delete_this_account_confirm": "Etes-vous sûr de vouloir supprimer ce compte? Cette action est irréversible et vous ne pourrez récupérer aucune donnée.",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Compte supprimé",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nom",
"website": "Site web",
"location": "Situation géographique",
diff --git a/public/language/gl/admin/manage/users.json b/public/language/gl/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/gl/admin/manage/users.json
+++ b/public/language/gl/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/gl/user.json b/public/language/gl/user.json
index 9d3ca00832..e47a0d2273 100644
--- a/public/language/gl/user.json
+++ b/public/language/gl/user.json
@@ -8,13 +8,20 @@
"email": "Enderezo Electrónico",
"confirm_email": "Confirma o teu enderezo electrónico",
"account_info": "Información da conta",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Suspender conta",
"ban_account_confirm": "Estás seguro de que desexas expulsar a este usuario?",
"unban_account": "Readmitir conta",
"delete_account": "Borrar conta.",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Estás seguro de que queres borrar esta conta? Esta acción é irreversible e non poderás recuperar ningunha información
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Conta borrada",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nome completo",
"website": "Páxina web",
"location": "Localización",
diff --git a/public/language/he/admin/manage/users.json b/public/language/he/admin/manage/users.json
index d36180454a..10dd0e3774 100644
--- a/public/language/he/admin/manage/users.json
+++ b/public/language/he/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "בטל הרחקת משתמש(ים)",
"reset-lockout": "שחרר נעילת חשבון",
"reset-flags": "Reset Flags",
- "delete": "מחק משתמש(ים)",
- "purge": "מחק משתמש(ים) ומידע",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "טען קובץ משתמשים",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "דואלים אומתו.",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "האם אתה רוצה לשלוח איפוס סיסמת דואל(ים) למשתמש(ים) האלה?",
- "alerts.confirm-delete": "אזהרה! האם אתה רוצה למחוק משתמש(ים)? פעולה זו אינה הפיכה! רק חשבון המשתמש יימחק, הפוסטים והנושאים שלו ישארו.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "משתמש(ים) נמחק!",
- "alerts.confirm-purge": "אזהרה! האם אתה באמת רוצה למחוק משתמש(ים) ואת התוכן שיצרו? פעולה זו בלתי הפיכה! כל המידע והתכנים של המשתמש ימחקו!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "צור משתמש",
"alerts.button-create": "צור",
"alerts.button-cancel": "בטל",
diff --git a/public/language/he/admin/settings/post.json b/public/language/he/admin/settings/post.json
index da708f4c6c..f33a0f6f3d 100644
--- a/public/language/he/admin/settings/post.json
+++ b/public/language/he/admin/settings/post.json
@@ -1,12 +1,12 @@
{
- "sorting": "Post Sorting",
- "sorting.post-default": "Default Post Sorting",
- "sorting.oldest-to-newest": "Oldest to Newest",
- "sorting.newest-to-oldest": "Newest to Oldest",
- "sorting.most-votes": "Most Votes",
- "sorting.most-posts": "Most Posts",
- "sorting.topic-default": "Default Topic Sorting",
- "length": "Post Length",
+ "sorting": "מיון פוסטים",
+ "sorting.post-default": "מיון ברירת מחדל של פוסטים",
+ "sorting.oldest-to-newest": "מישן לחדש",
+ "sorting.newest-to-oldest": "מחדש לישן",
+ "sorting.most-votes": "רוב ההצבעות",
+ "sorting.most-posts": "הכי הרבה פוסטים",
+ "sorting.topic-default": "מיון ברירת מחדל של נושאים",
+ "length": "אורך פוסט",
"post-queue": "Post Queue",
"restrictions": "Posting Restrictions",
"restrictions-new": "New User Restrictions",
diff --git a/public/language/he/admin/settings/sounds.json b/public/language/he/admin/settings/sounds.json
index 95ccbde0f1..57cca017c5 100644
--- a/public/language/he/admin/settings/sounds.json
+++ b/public/language/he/admin/settings/sounds.json
@@ -1,9 +1,9 @@
{
- "notifications": "Notifications",
- "chat-messages": "Chat Messages",
- "play-sound": "Play",
- "incoming-message": "Incoming Message",
- "outgoing-message": "Outgoing Message",
- "upload-new-sound": "Upload New Sound",
- "saved": "Settings Saved"
+ "notifications": "התראות",
+ "chat-messages": "הודעות צ'אט",
+ "play-sound": "נגן",
+ "incoming-message": "הודעה נכנסת",
+ "outgoing-message": "הודעה יוצאת",
+ "upload-new-sound": "העלה צליל חדש",
+ "saved": "הגדרות נשמרו"
}
\ No newline at end of file
diff --git a/public/language/he/user.json b/public/language/he/user.json
index f6b32919d9..9e2810dff9 100644
--- a/public/language/he/user.json
+++ b/public/language/he/user.json
@@ -8,13 +8,20 @@
"email": "כתובת אימייל",
"confirm_email": "אשר מייל",
"account_info": "פרטי חשבון",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "הרחק חשבון",
"ban_account_confirm": "אתה בטוח שברצונך להרחיק את המשתמש הזה?",
"unban_account": "בטל את הרחקת החשבון",
"delete_account": "מחק חשבון",
- "delete_account_confirm": "האם אתה בטוח שאתה רוצה למחוק את החשבון שלך? הפעולה הזו היא בלתי הפיכה והמידע שלך לא יוכל להשתחזר
הזן את הסיסמה שלך לאשר שאתה רוצה למחוק חשבון זה.",
- "delete_this_account_confirm": "האם אתה בטוח שברצונך למחוק חשבון זה? אפשרות זו לא ניתנת לביטול ולא תוכל לשחזר אף מידע
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "החשבון נמחק",
+ "account-content-deleted": "Account content deleted",
"fullname": "שם מלא",
"website": "אתר",
"location": "מיקום",
diff --git a/public/language/hr/admin/manage/users.json b/public/language/hr/admin/manage/users.json
index 9f33e56cf8..f3a6ff6c2a 100644
--- a/public/language/hr/admin/manage/users.json
+++ b/public/language/hr/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Odblokiraj korisnika",
"reset-lockout": "Resetiraj zaključavanje",
"reset-flags": "Resetiraj zastave",
- "delete": "Obriši korisnika",
- "purge": "Obriši korisnike i sadržaj",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Preuzmi CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Email potvrđen",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Želite li poslati email za reset lozinke korisniku ?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Korisnici obrisani!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Napravi korisnika",
"alerts.button-create": "Napravi",
"alerts.button-cancel": "Odustani",
diff --git a/public/language/hr/user.json b/public/language/hr/user.json
index c63d94ff0a..679c8f8871 100644
--- a/public/language/hr/user.json
+++ b/public/language/hr/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Potvrdi email",
"account_info": "Informacije o računu",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Blokiraj račun",
"ban_account_confirm": "Da li zaista želite blokirati ovog korisnika",
"unban_account": "Odblokiraj račun",
"delete_account": "Obriši račun",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Jeste li sigurni da želite obrisati vaš račun? Ova radnja je nepovratna i nećete više moći pristupiti vašim podacima
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Račun obrisan",
+ "account-content-deleted": "Account content deleted",
"fullname": "Puno ime",
"website": "Web stranica",
"location": "Lokacija",
diff --git a/public/language/hu/admin/manage/users.json b/public/language/hu/admin/manage/users.json
index bceecc56e3..d72523f2ba 100644
--- a/public/language/hu/admin/manage/users.json
+++ b/public/language/hu/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Felhasználó(k) kitiltásának feloldása",
"reset-lockout": "Kizárás visszaállítása",
"reset-flags": "Megjelölések visszaállíátsa",
- "delete": "Felhasználó(k) törlése",
- "purge": "Felhasználó(k) és tartalmai(k) törlése",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "CSV letöltése",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Felhasználó(k) törölve!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Felhasználó létrehozása",
"alerts.button-create": "Létrehozás",
"alerts.button-cancel": "Mégse",
diff --git a/public/language/hu/user.json b/public/language/hu/user.json
index bd4e7ad6db..675ddcacd4 100644
--- a/public/language/hu/user.json
+++ b/public/language/hu/user.json
@@ -8,13 +8,20 @@
"email": "E-mail",
"confirm_email": "E-mail megerősítése",
"account_info": "Fiók információ",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Fiók tiltása",
"ban_account_confirm": "Biztos ki akarod tiltani a felhasználót?",
"unban_account": "Fiók feloldása",
"delete_account": "Fiók törlése",
- "delete_account_confirm": "Biztosan törölni akarod a fiókod? Ez a művelet visszafordíthatatlan, és nem leszel majd képes visszaállítani egyetlen adatodat sem
Írd be a jelszavad, hogy megerősítsd e fiók elpusztítását.",
- "delete_this_account_confirm": "Biztosan törölni szeretnéd a fiókodat? Ez a művelet nem visszafordítható, így ha folytatod, nem tudod majd visszaállítani az adataidat.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Fiók törölve",
+ "account-content-deleted": "Account content deleted",
"fullname": "Teljes név",
"website": "Weboldal",
"location": "Lakhely",
diff --git a/public/language/id/admin/manage/users.json b/public/language/id/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/id/admin/manage/users.json
+++ b/public/language/id/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/id/user.json b/public/language/id/user.json
index c16d5e60b7..fd1c13acca 100644
--- a/public/language/id/user.json
+++ b/public/language/id/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Konfirmasi Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"delete_account": "Hapus Akun",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account deleted",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nama Lengkap",
"website": "Website",
"location": "Lokasi",
diff --git a/public/language/it/admin/advanced/events.json b/public/language/it/admin/advanced/events.json
index 759f041778..062fb122e8 100644
--- a/public/language/it/admin/advanced/events.json
+++ b/public/language/it/admin/advanced/events.json
@@ -2,7 +2,7 @@
"events": "Eventi",
"no-events": "Non ci sono eventi",
"control-panel": "Pannello di controllo eventi",
- "delete-events": "Delete Events",
+ "delete-events": "Elimina eventi",
"filters": "Filtri",
"filters-apply": "Applica filtri",
"filter-type": "Tipo evento",
diff --git a/public/language/it/admin/development/info.json b/public/language/it/admin/development/info.json
index d121ea60a3..f271a24dfb 100644
--- a/public/language/it/admin/development/info.json
+++ b/public/language/it/admin/development/info.json
@@ -1,5 +1,5 @@
{
- "you-are-on": "You are on %1:%2",
+ "you-are-on": "Sei su %1:%2",
"ip": "IP %1",
"nodes-responded": "%1 nodi hanno risposto entro %2ms!",
"host": "host",
diff --git a/public/language/it/admin/manage/users.json b/public/language/it/admin/manage/users.json
index a45b72dfc1..6db19e320b 100644
--- a/public/language/it/admin/manage/users.json
+++ b/public/language/it/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Togli Ban Utente(i)",
"reset-lockout": "Reset Blocco",
"reset-flags": "Reset segnalazioni",
- "delete": "Rimuovi Utente(i)",
- "purge": "Rimuovi Utente(i) e Contenuto",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Scarica CSV",
"manage-groups": "Gestisci Gruppi",
"add-group": "Aggiungi Gruppo",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Email validate",
"alerts.validate-force-password-reset-success": "Le password degli utenti sono resettate e la loro sessione è revocata.",
"alerts.password-reset-confirm": "Vuoi realmente inviare il reset della(e) password via email per questo(i) utente(i)",
- "alerts.confirm-delete": "Attenzione! Vuoi realmente cancellare l'utente / gli utenti? Questa azione è irreversibile! Saranno cancellati soltanto gli account degli utenti, i post e gli argomenti rimarranno.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Utente(i) Cancellato(i)",
- "alerts.confirm-purge": "Attenzione! Vuoi realmente cancella l'utente / gli utenti? Questa azione è irreversibile! Tutti i dati dell'utente e il contenuto saranno rimossi!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Utente creato",
"alerts.button-create": "Crea",
"alerts.button-cancel": "Cancella",
diff --git a/public/language/it/admin/menu.json b/public/language/it/admin/menu.json
index 49f8f221b1..e341a5a78d 100644
--- a/public/language/it/admin/menu.json
+++ b/public/language/it/admin/menu.json
@@ -17,21 +17,21 @@
"section-settings": "Impostazioni",
"settings/general": "Generale",
- "settings/homepage": "Home Page",
- "settings/navigation": "Navigation",
+ "settings/homepage": "Pagina Principale",
+ "settings/navigation": "Navigazione",
"settings/reputation": "Reputazione",
"settings/email": "Email",
- "settings/user": "Users",
- "settings/group": "Groups",
+ "settings/user": "Utenti",
+ "settings/group": "Gruppi",
"settings/guest": "Ospiti",
"settings/uploads": "Uploads",
- "settings/languages": "Languages",
- "settings/post": "Posts",
- "settings/chat": "Chats",
+ "settings/languages": "Lingue",
+ "settings/post": "Post",
+ "settings/chat": "Chat",
"settings/pagination": "Paginazione",
"settings/tags": "Tabs",
"settings/notifications": "Notifiche",
- "settings/sounds": "Sounds",
+ "settings/sounds": "Suoni",
"settings/social": "Social",
"settings/cookies": "Cookies",
"settings/web-crawler": "Web Crawler",
diff --git a/public/language/it/admin/settings/advanced.json b/public/language/it/admin/settings/advanced.json
index c2da07c968..a06bb45923 100644
--- a/public/language/it/admin/settings/advanced.json
+++ b/public/language/it/admin/settings/advanced.json
@@ -27,8 +27,8 @@
"traffic.lag-check-interval": "Intervallo di controllo (in millisecondi)",
"traffic.lag-check-interval-help": "L'abbassamento di questo valore fa sì che NodeBBB diventi più sensibile ai picchi di carico, ma può anche far sì che il controllo diventi troppo sensibile. (Necessario riavviare)",
- "sockets.settings": "WebSocket Settings",
- "sockets.max-attempts": "Max Reconnection Attempts",
- "sockets.default-placeholder": "Default: %1",
- "sockets.delay": "Reconnection Delay"
+ "sockets.settings": "Impostazioni WebSocket",
+ "sockets.max-attempts": "Tentativi massimi di riconnessione ",
+ "sockets.default-placeholder": "Predefinito: %1",
+ "sockets.delay": "Ritardo di riconnessione"
}
\ No newline at end of file
diff --git a/public/language/it/admin/settings/general.json b/public/language/it/admin/settings/general.json
index 85b10ae80a..497e4a345e 100644
--- a/public/language/it/admin/settings/general.json
+++ b/public/language/it/admin/settings/general.json
@@ -34,8 +34,8 @@
"outgoing-links.warning-page": "Usa pagina di avviso collegamenti in uscita",
"search-default-sort-by": "Ricerca predefinita ordinata per",
"outgoing-links.whitelist": "Domini nella whitelist per aggirare la pagina di avviso",
- "site-colors": "Site Color Metadata",
- "theme-color": "Theme Color",
+ "site-colors": "Colore Metadati del Sito",
+ "theme-color": "Colore del Tema",
"background-color": "Colore di sfondo",
- "background-color-help": "Color used for splash screen background when website is installed as a PWA"
+ "background-color-help": "Colore utilizzato per lo sfondo della schermata iniziale quando il sito Web è installato come PWA"
}
diff --git a/public/language/it/flags.json b/public/language/it/flags.json
index 49b2ebd58e..75546149c9 100644
--- a/public/language/it/flags.json
+++ b/public/language/it/flags.json
@@ -32,9 +32,9 @@
"view-profile": "Vedi Profilo",
"start-new-chat": "Inizia Nuova Chat",
"go-to-target": "Visualizza oggetto segnalazione",
- "delete-post": "Delete Post",
- "purge-post": "Purge Post",
- "restore-post": "Restore Post",
+ "delete-post": "Elimina post",
+ "purge-post": "Elimina Post",
+ "restore-post": "Ripristina post",
"user-view": "Vedi Profilo",
"user-edit": "Modifica Profilo",
diff --git a/public/language/it/notifications.json b/public/language/it/notifications.json
index 12fdff7e5d..92c1137f8f 100644
--- a/public/language/it/notifications.json
+++ b/public/language/it/notifications.json
@@ -35,7 +35,7 @@
"user_posted_to_dual": "%1 e %2 hanno postato una risposta su: %3",
"user_posted_to_multiple": "%1 ed altri %2 hanno postato una risposta su: %3",
"user_posted_topic": "%1 ha postato una nuova discussione: %2",
- "user_edited_post": "%1 has edited a post in %2",
+ "user_edited_post": "%1 ha modificato un post in %2",
"user_started_following_you": "%1 ha iniziato a seguirti.",
"user_started_following_you_dual": "%1 e %2 hanno iniziato a seguirti.",
"user_started_following_you_multiple": "%1 ed altri %2 hanno iniziato a seguirti.",
@@ -54,7 +54,7 @@
"notificationType_upvote": "Quando il tuo post riceve un Mi Piace",
"notificationType_new-topic": "Quando qualcuno che segui pubblica un argomento",
"notificationType_new-reply": "Quando viene pubblicata una nuova risposta in un argomento che stai seguendo",
- "notificationType_post-edit": "When a post is edited in a topic you are watching",
+ "notificationType_post-edit": "Quando un post viene modificato in un topic che stai guardando",
"notificationType_follow": "Quando qualcuno inizia a seguirti",
"notificationType_new-chat": "Quando ricevi un messaggio in chat",
"notificationType_group-invite": "Quando ricevi un invito ad un gruppo",
diff --git a/public/language/it/user.json b/public/language/it/user.json
index 6041ae32ce..723ad5e87d 100644
--- a/public/language/it/user.json
+++ b/public/language/it/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Conferma Email",
"account_info": "Informazioni dell'account",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "BAN dell'account",
"ban_account_confirm": "Sei sicuro di voler bannare questo utente?",
"unban_account": "Togli il BAN",
"delete_account": "Elimina Account",
- "delete_account_confirm": "Sicuro di volere eliminare il tuo account? Questa azione è irreversibile e non ti sarà possibile recuperare nessuno dei tuoi dati
Inserisci la tua password per confermare l'eliminazione del tuo account.",
- "delete_this_account_confirm": "Sei sicuro di voler eliminare questo account? Questa azione è irreversibile e non potrai recuperare nessun dato
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account eliminato",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nome e Cognome",
"website": "Sito Internet",
"location": "Località",
@@ -144,7 +151,7 @@
"info.ban-history": "Storico dei Ban recenti",
"info.no-ban-history": "Questo utente non è mai stato bannato",
"info.banned-until": "Bannato fino %1",
- "info.banned-expiry": "Expiry",
+ "info.banned-expiry": "Scadenza",
"info.banned-permanently": "Bannato permanentemente",
"info.banned-reason-label": "Motivo",
"info.banned-no-reason": "Non è stata data nessuna motivazione.",
@@ -171,7 +178,7 @@
"consent.right_to_erasure_description": "In qualsiasi momento, puoi revocare il tuo consenso alla raccolta e / o al trattamento dei dati eliminando il tuo account. Il tuo profilo individuale può essere eliminato, anche se i contenuti pubblicati rimarranno. Se desideri eliminare entrambi i tuoi account e i tuoi contenuti, contatta il team amministrativo per questo sito Web.",
"consent.right_to_data_portability": "Hai i privilegi alla portabilità dei dati",
"consent.right_to_data_portability_description": "Puoi richiedere da noi un'esportazione leggibile meccanicamente di tutti i dati raccolti su di te e sul tuo account. Puoi farlo facendo clic sul pulsante appropriato in basso.",
- "consent.export_profile": "Export Profile (.json)",
+ "consent.export_profile": "Esporta profilo (.json)",
"consent.export_uploads": "Esporta i contenuti caricati (.zip)",
"consent.export_posts": "Esporta i post (.csv)"
}
\ No newline at end of file
diff --git a/public/language/ja/admin/manage/users.json b/public/language/ja/admin/manage/users.json
index 4487a89bcd..f05d2337ee 100644
--- a/public/language/ja/admin/manage/users.json
+++ b/public/language/ja/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "BANを解除されたユーザー(s)",
"reset-lockout": "ロックアウトのリセット",
"reset-flags": "最近のフラグ",
- "delete": "ユーサー(s)を削除します",
- "purge": "ユーザー(s)とコンテンツを削除する",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "CSVでダウンロード",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "電子メールが検証されました",
"alerts.validate-force-password-reset-success": "ユーザー(s)のパスワードがリセットされ、既存のセッションが取り消されました。",
"alerts.password-reset-confirm": "これらのユーザー(s)にパスワードリセットのメール(s)を送信しますか?",
- "alerts.confirm-delete": "警告! 本当にユーザー(s)を削除しますか? この操作は元に戻すことはできません!ユーザーアカウントのみが削除され、投稿とスレッドは残ります。",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "アカウントが解除されました",
+ "account-content-deleted": "Account content deleted",
"fullname": "フルネーム",
"website": "ウェブサイト",
"location": "ロケーション",
diff --git a/public/language/ko/admin/manage/users.json b/public/language/ko/admin/manage/users.json
index 7b43960a29..126d4da371 100644
--- a/public/language/ko/admin/manage/users.json
+++ b/public/language/ko/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "사용자 차단 해제",
"reset-lockout": "락아웃 리셋",
"reset-flags": "신고 리셋",
- "delete": "사용자 삭제",
- "purge": "사용자와 사용자의 컨텐츠 삭제",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "CSV 다운로드",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "이메일 인증됨",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "이 사용자(들)에게 패스워드 리셋 이메일을 보내시겠습니까?",
- "alerts.confirm-delete": "경고! 정말 이 사용자를 삭제하시겠습니까? 이 조치는 돌이킬 수 없습니다! 사용자의 계정만 삭제되고, 사용자가 작성한 게시물이나 포스트는 남아있게 됩니다.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "사용자가 삭제됐습니다!",
- "alerts.confirm-purge": "경고! 정말 이 사용자와 사용자의 컨텐츠를 삭제하시겠습니까? 이 조치는 돌이킬 수 없습니다! 사용자의 모든 데이터와 컨텐츠가 삭제됩니다!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "사용자 생성",
"alerts.button-create": "만들기",
"alerts.button-cancel": "취소",
diff --git a/public/language/ko/user.json b/public/language/ko/user.json
index e4d9544087..77ca6830d8 100644
--- a/public/language/ko/user.json
+++ b/public/language/ko/user.json
@@ -8,13 +8,20 @@
"email": "이메일",
"confirm_email": "이메일 확인",
"account_info": "계정 정보",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "계정 차단",
"ban_account_confirm": "이 사용자를 차단하시겠습니까?",
"unban_account": "차단 해제",
"delete_account": "계정 삭제",
- "delete_account_confirm": "정말 계정을 삭제 하시겠습니까? 12이 행동은 되돌릴 수 없으며 삭제된 사용자 정보도 복구할 수 없습니다.234 계정 삭제를 원하면 패스워드를 입력해주세요.",
- "delete_this_account_confirm": "정말 계정을 삭제 하시겠습니까? 이 행동은 되돌릴 수 없으며 삭제된 사용자 정보도 복구할 수 없습니다.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "계정이 삭제 되었습니다",
+ "account-content-deleted": "Account content deleted",
"fullname": "이름",
"website": "웹 사이트",
"location": "위치",
diff --git a/public/language/lt/admin/manage/users.json b/public/language/lt/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/lt/admin/manage/users.json
+++ b/public/language/lt/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/lt/user.json b/public/language/lt/user.json
index 26e8f3c523..0568ca3b11 100644
--- a/public/language/lt/user.json
+++ b/public/language/lt/user.json
@@ -8,13 +8,20 @@
"email": "El. paštas",
"confirm_email": "Patvirtinti el. paštą",
"account_info": "Paskyros informacija",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Užblokuoti Paskyrą",
"ban_account_confirm": "Jūs tikrai norite užblokuoti šį vartotoją?",
"unban_account": "Atblokuoti Paskyrą",
"delete_account": "Ištrinti paskyrą",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Ar jūs tikrai norite ištrint šią paskyrą? Šis veiksmas nebesugražinamas ir jūs nebegalėsite atgauti jokių duomenų
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Paskyra ištrinta",
+ "account-content-deleted": "Account content deleted",
"fullname": "Vardas ir pavardė",
"website": "Tinklalapis",
"location": "Vieta",
diff --git a/public/language/lv/admin/manage/users.json b/public/language/lv/admin/manage/users.json
index 07fa47d860..949b31fd32 100644
--- a/public/language/lv/admin/manage/users.json
+++ b/public/language/lv/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Atbloķēt lietotāju(-s)",
"reset-lockout": "Atiestatīt bloķēšanu",
"reset-flags": "Atiestatīt atzīmes",
- "delete": "Izdzēst lietotāju(-s)",
- "purge": "Izdzēst lietotāju(-s) un tā(to) saturu",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Lejupielādēt .csv",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "E-pasti ir apstiprināti",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Vai vēlies nosūtīt paroles atiestatīšanas e-pastu(-s) šim(-iem) lietotājam(-iem)?",
- "alerts.confirm-delete": "Brīdinājums! Vai tiešām vēlies izdzēst lietotāju(-us)? Šo darbību nevar atgriezt! Tikai lietotāja(-u) konts(-i) tiks izdzēsts(-i), viņa(-u) ziņas un temati paliks.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Lietotājs(-i) izdzēsts(-i)!",
- "alerts.confirm-purge": "Brīdinājums! Vai tiešām vēlies izdzēst lietotāju(-us) un viņa(-u) saturu? Šo darbību nevar atgriezt! Visi lietotāja(-u) dati un saturs tiks izdzēsti.",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Izveidot lietotāju",
"alerts.button-create": "Izveidot",
"alerts.button-cancel": "Atcelt",
diff --git a/public/language/lv/user.json b/public/language/lv/user.json
index ad92a6405b..29514b5728 100644
--- a/public/language/lv/user.json
+++ b/public/language/lv/user.json
@@ -8,13 +8,20 @@
"email": "E-pasts",
"confirm_email": "Apstiprināt e-pasta adresi",
"account_info": "Konta informācija",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Bloķēt kontu",
"ban_account_confirm": "Vai tiešām vēlies bloķēt šo lietotāju?",
"unban_account": "Atbloķēt kontu",
"delete_account": "Izdzēst kontu",
- "delete_account_confirm": "Vai tiešām vēlies izdzēst savu kontu? Šī darbība ir neatgriezeniska un Tu nevarēsi atgūt savus datus.
Ievadi savu paroli, lai apstiprinātu, ka vēlies izdzēst šo kontu.",
- "delete_this_account_confirm": "Vai tiešām vēlies izdzēst savu kontu? Šī darbība ir neatgriezeniska un jūs nevarēsit atgūt kādu no saviem datiem.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Konts izdzēsts",
+ "account-content-deleted": "Account content deleted",
"fullname": "Vārds un uzvārds",
"website": "Vietne",
"location": "Vieta",
diff --git a/public/language/ms/admin/manage/users.json b/public/language/ms/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/ms/admin/manage/users.json
+++ b/public/language/ms/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/ms/user.json b/public/language/ms/user.json
index 91a5aa4d69..2435a2d8cb 100644
--- a/public/language/ms/user.json
+++ b/public/language/ms/user.json
@@ -8,13 +8,20 @@
"email": "Emel",
"confirm_email": "Pastikan Emel",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Haramkan Akaun",
"ban_account_confirm": "Adakah anda pasti ingin menyekat pengguna ini?",
"unban_account": "Buang Sekatan Akaun",
"delete_account": "Padam Akaun",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Anda yakin untuk padam akaun ini? Pebuatan ini tidak boleh diundur dan anda tidak boleh memulihkan sebarang data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Akaun Dipadam",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nama Penuh",
"website": "Laman Web",
"location": "Lokasi",
diff --git a/public/language/nb/admin/manage/users.json b/public/language/nb/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/nb/admin/manage/users.json
+++ b/public/language/nb/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/nb/user.json b/public/language/nb/user.json
index 9c23723a1f..7bb2cc5e78 100644
--- a/public/language/nb/user.json
+++ b/public/language/nb/user.json
@@ -8,13 +8,20 @@
"email": "E-post",
"confirm_email": "Bekfreft e-post",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Utesteng kont",
"ban_account_confirm": "Vil du virkelig utestenge denne brukeren?",
"unban_account": "Opphev utestenging",
"delete_account": "Slett konto",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Er du sikker på at du vil slette denne kontoen? Denne handlingen kan ikke reverseres og du vil ikke kunne gjenopprette noe data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Konto slettet",
+ "account-content-deleted": "Account content deleted",
"fullname": "Fullt navn",
"website": "Nettsted",
"location": "Plassering",
diff --git a/public/language/nl/admin/manage/users.json b/public/language/nl/admin/manage/users.json
index a77a98775d..e9ee026a94 100644
--- a/public/language/nl/admin/manage/users.json
+++ b/public/language/nl/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Verwijder gebruiker(s)",
- "purge": "Verwijder gebruiker(s) en inhoud",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/nl/user.json b/public/language/nl/user.json
index 2015ed287f..ea179b12f0 100644
--- a/public/language/nl/user.json
+++ b/public/language/nl/user.json
@@ -8,13 +8,20 @@
"email": "E-mail",
"confirm_email": "Bevestig e-mail",
"account_info": "Gebruikersinformatie",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Verban gebruiker",
"ban_account_confirm": "Weet u zeker dat u deze gebruiker wilt verbannen?",
"unban_account": "Verbanning intrekken",
"delete_account": "Account verwijderen",
- "delete_account_confirm": "Weet u zeker dat u dit account wilt verwijderen? Deze actie kan niet ongedaan gemaakt worden en u kunt de informatie niet herstellen
Geef uw wachtwoord om te bevestigen dat u dit account wilt vernietigen.",
- "delete_this_account_confirm": "Weet u zeker dat u dit account wilt verwijderen? Deze actie kan niet ongedaan gemaakt worden en u kunt de informatie niet herstellen
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account verwijderd",
+ "account-content-deleted": "Account content deleted",
"fullname": "Volledige naam",
"website": "Website",
"location": "Locatie",
diff --git a/public/language/pl/admin/manage/users.json b/public/language/pl/admin/manage/users.json
index 84f2bac975..ced11f50c0 100644
--- a/public/language/pl/admin/manage/users.json
+++ b/public/language/pl/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Odbanuj użytkownika(-ów)",
"reset-lockout": "Zresetuj blokadę",
"reset-flags": "Zresetuj flagi",
- "delete": "Usuń użytkownika(-ów)",
- "purge": "Usuń użytkownika(-ów) oraz zawartość",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Pobierz CSV",
"manage-groups": "Zarządzaj grupami",
"add-group": "Dodaj grupę",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Zweryfikowano adresy e-mail",
"alerts.validate-force-password-reset-success": "Hasła użytkownika(ów) zostały zresetowane, a ich istniejące sesje zostały odwołane.",
"alerts.password-reset-confirm": "Czy chcesz wysłać e-mail do resetu hasła tym użytkownikom?",
- "alerts.confirm-delete": "Uwaga! Czy na pewno chcesz usunąć użytkownika(-ów)? Tego działania nie da się cofnąć! Usunięte zostanie tylko konto użytkownika, pozostaną natomiast jego posty i tematy.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Skasowano użytkownika(-ów)!",
- "alerts.confirm-purge": "Uwaga! Czy na pewno chcesz usunąć użytkownika(-ów) oraz jego (ich) treści? Tego działania nie da się cofnąć! Usunięte zostaną wszystkie dane i treści użytkownika(-ów).",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Utwórz użytkownika",
"alerts.button-create": "Utwórz",
"alerts.button-cancel": "Anuluj",
diff --git a/public/language/pl/user.json b/public/language/pl/user.json
index 30018d39de..58df846c9e 100644
--- a/public/language/pl/user.json
+++ b/public/language/pl/user.json
@@ -8,13 +8,20 @@
"email": "Adres e-mail",
"confirm_email": "Potwierdź adres e-mail",
"account_info": "Informacje o koncie",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Zbanuj konto",
"ban_account_confirm": "Na pewno chcesz zbanować tego użytkownika?",
"unban_account": "Odbanuj konto",
"delete_account": "Usuń konto",
- "delete_account_confirm": "Czy na pewno usunąć twoje konto? Ta akcja jest nieodwracalna i nie będzie można odzyskać twoich danych
Podaj swoje hasło by potwierdzić, że chcesz skasować to konto.",
- "delete_this_account_confirm": "Na pewno chcesz usunąć to konto? Tej operacji nie można cofnąć i nie będzie możliwości odzyskania swoich danych
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Konto usunięte",
+ "account-content-deleted": "Account content deleted",
"fullname": "Pełna nazwa",
"website": "Strona WWW",
"location": "Lokalizacja",
diff --git a/public/language/pt-BR/admin/manage/users.json b/public/language/pt-BR/admin/manage/users.json
index c5e4f50fa7..13d8b6927d 100644
--- a/public/language/pt-BR/admin/manage/users.json
+++ b/public/language/pt-BR/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Desbanir Usuário(s)",
"reset-lockout": "Excluir Bloqueio",
"reset-flags": "Resetar Sinalizações",
- "delete": "Deletar Usuário(s)",
- "purge": "Excluir Usuário(s) e Conteúdo",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Baixar CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "E-mails validados",
"alerts.validate-force-password-reset-success": "A senha do(s) usuário(s) foi redefinida e as suas sessões existentes foram revogadas.",
"alerts.password-reset-confirm": "Você quer enviar e-mail(s) de redefinição de senha para este(s) usuário(s)?",
- "alerts.confirm-delete": "Aviso! Você realmente quer deletar usuário(s)? Esta ação não é reversível! Apenas a conta do usuário será deletada, seus posts e tópicos permanecerão.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Usuário(s) Deletados!",
- "alerts.confirm-purge": "Aviso! Você realmente quer deletar usuário(s) e o conteúdo deles? Esta ação não é reversível! Todos os dados e conteúdos serão apagados!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Criar Usuário",
"alerts.button-create": "Criar",
"alerts.button-cancel": "Cancelar",
diff --git a/public/language/pt-BR/user.json b/public/language/pt-BR/user.json
index 8b43b2f804..5a2548cb3d 100644
--- a/public/language/pt-BR/user.json
+++ b/public/language/pt-BR/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Confirmar Email",
"account_info": "Informações da Conta",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Banir Conta",
"ban_account_confirm": "Você realmente quer banir esse usuario?",
"unban_account": "Desbanir Conta",
"delete_account": "Deletar Conta",
- "delete_account_confirm": "Tem certeza de que deseja deletar a sua conta? Esta ação é irreversível e você não poderá recuperar nenhuma informação
Insira sua senha para confirmar que você deseja excluir essa conta.",
- "delete_this_account_confirm": "Você tem certeza que deseja excluir essa conta? Essa ação é irreversível e você não poderá recuperar quaisquer dados
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Conta excluída",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nome Completo",
"website": "Website",
"location": "Local",
diff --git a/public/language/pt-PT/admin/manage/users.json b/public/language/pt-PT/admin/manage/users.json
index 5e516be090..4d6f90d176 100644
--- a/public/language/pt-PT/admin/manage/users.json
+++ b/public/language/pt-PT/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Desbanir Utilizador(es)",
"reset-lockout": "Redefinir Bloqueio",
"reset-flags": "Redefinir Denúncias",
- "delete": "Eliminar Utilizador(es)",
- "purge": "Apagar Utilizador(es) e Conteúdo",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Transferir CSV",
"manage-groups": "Gerir Grupos",
"add-group": "Adicionar Grupo",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "E-mails validados",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Atenção! Desejas mesmo eliminar este utilizador(es)? Esta ação é irreversível! Apenas a conta do utilizador será apagada, as suas publicações e os seus tópicos permaneceram.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Utilizador(es) Eliminados!",
- "alerts.confirm-purge": "Atenção! Tens a certeza que pretendes eliminar este(s) utilizador(es) e o seu conteúdo? Esta ação não é reversível! Todos os dados dos utilizadores e o conteúdo dos mesmos será apagado!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Criar Utilizador",
"alerts.button-create": "Criar",
"alerts.button-cancel": "Cancelar",
diff --git a/public/language/pt-PT/user.json b/public/language/pt-PT/user.json
index b184140515..72bedea683 100644
--- a/public/language/pt-PT/user.json
+++ b/public/language/pt-PT/user.json
@@ -8,13 +8,20 @@
"email": "E-mail",
"confirm_email": "Confirmar o e-mail",
"account_info": "Informação de conta",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Banir conta",
"ban_account_confirm": "Queres realmente banir este utilizador?",
"unban_account": "Deixar de banir esta conta",
"delete_account": "Eliminar conta",
- "delete_account_confirm": "Tens a certeza que queres eliminar a tua conta? Esta ação é irreversível e não terás oportunidade de recuperar nenhuma das tuas informações
Insere a tua palavra-passe para confirmar que desejas destruir esta conta.",
- "delete_this_account_confirm": "Tens a certeza que queres apagar esta conta? Esta acção é irreversível e não terás oportunidade de recuperar nenhuma informação
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Conta eliminada",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nome completo",
"website": "Website",
"location": "Localização",
diff --git a/public/language/ro/admin/manage/users.json b/public/language/ro/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/ro/admin/manage/users.json
+++ b/public/language/ro/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/ro/user.json b/public/language/ro/user.json
index 791fea6e39..be47d536bc 100644
--- a/public/language/ro/user.json
+++ b/public/language/ro/user.json
@@ -8,13 +8,20 @@
"email": "Adresă Email",
"confirm_email": "Confirmă Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"delete_account": "Șterge Cont",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Cont șters",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nume Întreg",
"website": "Pagină Web",
"location": "Locație",
diff --git a/public/language/ru/admin/manage/users.json b/public/language/ru/admin/manage/users.json
index 4ee8d14b2f..b5b7db3923 100644
--- a/public/language/ru/admin/manage/users.json
+++ b/public/language/ru/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Разблокировать пользователя(-ей)",
"reset-lockout": "Снять локаут",
"reset-flags": "Сбросить счётчик жалоб",
- "delete": "Удалить пользователя(-ей)",
- "purge": "Удалить пользователя(-ей) и его данные",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Скачать CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Адреса электронной почты подтверждены",
"alerts.validate-force-password-reset-success": "Пароли были сброшены, а сессии — завершены.",
"alerts.password-reset-confirm": "Вы хотите отправить этому пользователю ссылку для сброса пароля?",
- "alerts.confirm-delete": "Внимание! Вы действительно хотите удалить этого пользователя(ей)? Это действие необратимо! Будет удалена только учётная запись, темы и сообщения пользователя останутся.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Пользователь(и) удален(ы)!",
- "alerts.confirm-purge": "Внимание! Вы действительно хотите удалить этого пользователя(ей) и его данные? Это действие необратимо! Будут удалены как учётная запись, так и весь контент пользователя!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Создать пользователя",
"alerts.button-create": "Создать",
"alerts.button-cancel": "Отмена",
diff --git a/public/language/ru/user.json b/public/language/ru/user.json
index 0844be7d15..730eceadf4 100644
--- a/public/language/ru/user.json
+++ b/public/language/ru/user.json
@@ -8,13 +8,20 @@
"email": "Электронная почта",
"confirm_email": "Подтвердить электронную почту",
"account_info": "Информация об учётной записи",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Заблокировать учётную запись",
"ban_account_confirm": "Вы действительно хотите заблокировать этого пользователя?",
"unban_account": "Разблокировать учётную запись",
"delete_account": "Удалить учётную запись",
- "delete_account_confirm": "Вы уверены, что хотите удалить свою учётную запись? Это действие необратимо, вы не сможете восстановить свои данные
Введите свой пароль для подтверждения уничтожения учётной записи.",
- "delete_this_account_confirm": "Вы уверены, что хотите удалить эту учётную запись? Это действие необратимо, вы не сможете восстановить данные
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Учётная запись удалена",
+ "account-content-deleted": "Account content deleted",
"fullname": "Полное имя",
"website": "Сайт",
"location": "Местонахождение",
diff --git a/public/language/rw/admin/manage/users.json b/public/language/rw/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/rw/admin/manage/users.json
+++ b/public/language/rw/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/rw/user.json b/public/language/rw/user.json
index a1abfc7c1b..3bb81b7125 100644
--- a/public/language/rw/user.json
+++ b/public/language/rw/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Emeza Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Irukana",
"ban_account_confirm": "Wiringiye neza ko ushaka kwirukana uyu muntu?",
"unban_account": "Garura iyi Konte",
"delete_account": "Siba Konte",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Wiringiye neza ko ushaka gusiba iyi konte? Ntabwo uri bubashe kwisubira kandi ntabwo urabasha gusubirana ibyo wari ufiteho numara kuyisiba
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Konte yasibwe",
+ "account-content-deleted": "Account content deleted",
"fullname": "Izina Ryuzuye",
"website": "Urubuga",
"location": "Ahantu",
diff --git a/public/language/sc/admin/manage/users.json b/public/language/sc/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/sc/admin/manage/users.json
+++ b/public/language/sc/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/sc/user.json b/public/language/sc/user.json
index 35ae83082e..753ab1c076 100644
--- a/public/language/sc/user.json
+++ b/public/language/sc/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Confirm Email",
"account_info": "Account Info",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Ban Account",
"ban_account_confirm": "Do you really want to ban this user?",
"unban_account": "Unban Account",
"delete_account": "Delete Account",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "Are you sure you want to delete this account? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Account deleted",
+ "account-content-deleted": "Account content deleted",
"fullname": "Nùmene e Sambenadu",
"website": "Giassu web",
"location": "Logu",
diff --git a/public/language/sk/admin/manage/users.json b/public/language/sk/admin/manage/users.json
index b68c4e2708..b3ff5f7b48 100644
--- a/public/language/sk/admin/manage/users.json
+++ b/public/language/sk/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Zrušiť zákaz používateľa",
"reset-lockout": "Obnoviť uzamknutie",
"reset-flags": "Obnoviť označenia",
- "delete": "Odstrániť používateľa",
- "purge": "Odstrániť používateľa a obsah",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Stiahnuť ako CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "E-maily boli overené",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Chcete odoslať týmto používateľom e-mail pre obnovu hesla?",
- "alerts.confirm-delete": "Upozornenie! Naozaj chcete odstrániť používateľov? Tento úkon sa nedá vrátiť! Budú odstránený iba používatelia, ich príspevky a témy zostanú.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Používateľ bol odstránený!",
- "alerts.confirm-purge": "Upozornenie! Naozaj chcete odstrániť používateľov? Tento úkon sa nedá vrátiť! Všetci používatelia budú odstránený a obsah bude zmazaný.",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Vytvoriť používateľa",
"alerts.button-create": "Vytvoriť",
"alerts.button-cancel": "Zrušiť",
diff --git a/public/language/sk/user.json b/public/language/sk/user.json
index d6c5692a11..f3889cbb36 100644
--- a/public/language/sk/user.json
+++ b/public/language/sk/user.json
@@ -8,13 +8,20 @@
"email": "E-mail",
"confirm_email": "Potvrdiť e-mail",
"account_info": "Informácie o účte",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Zablokovať účet",
"ban_account_confirm": "Naozaj chcete zablokovať tohto používateľa?",
"unban_account": "Odblokovať účet",
"delete_account": "Odstrániť účet",
- "delete_account_confirm": "Ste si istý, že chcete odstrániť Váš účet? Táto akcia je nevratná a už nebudete schopný obnoviť vaše údaje
Zadajte svoje heslo, pre potvrdenie odstránenia účtu.",
- "delete_this_account_confirm": "Naozaj ste si istý že chcete odstrániť tento účet? Táto akcia je nezvratná a taktiež nebudete môcť obnoviť žiadne Vaše údaje
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Účet bol odstránený",
+ "account-content-deleted": "Account content deleted",
"fullname": "Meno a priezvisko",
"website": "Webová stránka",
"location": "Poloha",
diff --git a/public/language/sl/admin/manage/users.json b/public/language/sl/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/sl/admin/manage/users.json
+++ b/public/language/sl/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/sl/user.json b/public/language/sl/user.json
index cd8a6d2420..6d4c52208c 100644
--- a/public/language/sl/user.json
+++ b/public/language/sl/user.json
@@ -8,13 +8,20 @@
"email": "E-pošta",
"confirm_email": "Potrdi e-poštni naslov",
"account_info": "Podatki računa",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Izločen račun",
"ban_account_confirm": "Ali želiš izločiti uporabnika?",
"unban_account": "Ponovno vključi račun",
"delete_account": "Izbriši račun",
- "delete_account_confirm": "Ali ste prepričani, da želite izbrisati vaš račun? Ta poteza je nepovratna in podatkov več ne bo možno obnoviti
Vnesite vaše geslo, če želite potrditi uničenje tega računa.",
- "delete_this_account_confirm": "Ali želiš izbrisati račun? S potrditvijo bodo izbrisani vsi podatki, ki jih ne bo več možno obnoviti.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Račun je izbrisan",
+ "account-content-deleted": "Account content deleted",
"fullname": "Ime in priimek",
"website": "Spletna stran",
"location": "Lokacija",
diff --git a/public/language/sr/admin/manage/users.json b/public/language/sr/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/sr/admin/manage/users.json
+++ b/public/language/sr/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/sr/user.json b/public/language/sr/user.json
index bdb437b331..b4018d31c9 100644
--- a/public/language/sr/user.json
+++ b/public/language/sr/user.json
@@ -8,13 +8,20 @@
"email": "Е-пошта",
"confirm_email": "Потврда е-поште",
"account_info": "Информације о налогу",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Забрани налог",
"ban_account_confirm": "Да ли заиста желите да забраните овог корисника?",
"unban_account": "Скини забрану налогу",
"delete_account": "Брисање налога",
- "delete_account_confirm": "Да ли сте сигурни да желите да избришете свој налог? Ова радња је неповратна и нећете моћи да вратите ваше податке
Унесите вашу лозинку да бисте потврдили да желите да уништите овај налог.",
- "delete_this_account_confirm": "Да ли заиста желите да избришете овај налог? Ова радња је неповратна и нећете моћи да вратите било који податак
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Налог је избрисан",
+ "account-content-deleted": "Account content deleted",
"fullname": "Пуно име",
"website": "Веб сајт",
"location": "Локација",
diff --git a/public/language/sv/admin/manage/users.json b/public/language/sv/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/sv/admin/manage/users.json
+++ b/public/language/sv/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/sv/user.json b/public/language/sv/user.json
index 6d03c22f8b..8c6aa824c3 100644
--- a/public/language/sv/user.json
+++ b/public/language/sv/user.json
@@ -8,13 +8,20 @@
"email": "E-post",
"confirm_email": "Bekräfta e-postadress ",
"account_info": "Konto",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Bannlys konto",
"ban_account_confirm": "Vill du verkligen bannlysa den här användaren?",
"unban_account": "Ta bort bannlysning",
"delete_account": "Ta bort ämne",
- "delete_account_confirm": "Är du säker på att du vill radera ditt konto? Denna åtgärd går inte att ångra och du kommer inte kunna återställa ditt konto
Skriv in ditt användarnamn för att bekräfta att du vill radera ditt konto.",
- "delete_this_account_confirm": "Är du säker på att du vill ta bort detta konto? Detta går ej att ångra - data går förlorad för alltid
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "สร้างผู้ใช้งาน",
"alerts.button-create": "สร้าง",
"alerts.button-cancel": "ยกเลิก",
diff --git a/public/language/th/user.json b/public/language/th/user.json
index bce880c44b..1f45460d28 100644
--- a/public/language/th/user.json
+++ b/public/language/th/user.json
@@ -8,13 +8,20 @@
"email": "อีเมล์",
"confirm_email": "ยืนยันอีเมล์",
"account_info": "ข้อมูลบัญชี",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "แบนบัญชี",
"ban_account_confirm": "คุณต้องการแบนผู้ใช้นี้หรือไม่?",
"unban_account": "ปลดแบน",
"delete_account": "ลบบัญชี",
- "delete_account_confirm": "Are you sure you want to delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
- "delete_this_account_confirm": "คุณต้องการลบบัญชีนี้ใช่หรือไม่? การกระทำนี้ไม่สามารถกู้คืนได้ ข้อมูลบัญชีนี้จะถูกลบทั้งหมด",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Kullanıcı(lar) Silindi!",
- "alerts.confirm-purge": "Uyarı! Kullanıcı(ları) ve içeriklerini silmeyi gerçekten istiyor musunuz? Bu işlem geri alınamaz! Tüm kullanıcı verileri ve içerikleri silinecektir.",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Kullanıcı Oluştur",
"alerts.button-create": "Oluştur",
"alerts.button-cancel": "İptal",
diff --git a/public/language/tr/tags.json b/public/language/tr/tags.json
index 6998080e19..7b5c872862 100644
--- a/public/language/tr/tags.json
+++ b/public/language/tr/tags.json
@@ -4,5 +4,5 @@
"enter_tags_here": "Etiketleri buraya girin. %1-%2 karakter. Her etiketten sonra enter tuşuna basın.",
"enter_tags_here_short": "Etiketleri gir...",
"no_tags": "Henüz etiket yok.",
- "select_tags": "Select Tags"
+ "select_tags": "Etiketleri Seç"
}
\ No newline at end of file
diff --git a/public/language/tr/user.json b/public/language/tr/user.json
index 23ed032b83..6d7de89b14 100644
--- a/public/language/tr/user.json
+++ b/public/language/tr/user.json
@@ -8,13 +8,20 @@
"email": "E-posta",
"confirm_email": "E-posta Adresini Onayla",
"account_info": "Hesap Bilgisi",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Hesabı Yasakla",
"ban_account_confirm": "Hesabı yasaklamak istediğinizden emin misiniz?",
"unban_account": "Hesabın Yasağını Kaldır",
"delete_account": "Hesabı Sil",
- "delete_account_confirm": "Hesabınızı silmek istediğinize emin misiniz? Bu işlem geri döndürülemez ve verilerinizin herhangi bir bölümünü kurtaramazsınız
Bu hesabı yoketme isteğinizi onaylamak için şifrenizi girin.",
- "delete_this_account_confirm": "Bu hesabı silmek istediğinizden emin misiniz? Bu işlem geri döndürülemez ve hiç bir veriyi kurtaramazsınız
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Hesap silindi",
+ "account-content-deleted": "Account content deleted",
"fullname": "İsim Soyisim",
"website": "İnternet Sitesi",
"location": "Konum",
diff --git a/public/language/uk/admin/manage/users.json b/public/language/uk/admin/manage/users.json
index 7a7e7e064e..844656999e 100644
--- a/public/language/uk/admin/manage/users.json
+++ b/public/language/uk/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Розбанити",
"reset-lockout": "Скинути блокування",
"reset-flags": "Скинути скарги",
- "delete": "Видалити",
- "purge": "Видалити разом зі змістом",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Скачати CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Електронні пошти підтверджено",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Ви точно бажаєте скинути паролі цим користувачам електронною поштою?",
- "alerts.confirm-delete": "Увага! Ви точно бажаєте видалити користувача(ів)? Ця дія незворотня! Будуть видалені лише акаунти, пости та теми залишаться.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "Користувачів видалено!",
- "alerts.confirm-purge": "Увага! Ви точно бажаєте видалити користувача(ів) на їх зміст? Ця дія незворотня! Будуть видалені всі дані та зміст користувача!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Створити користувача",
"alerts.button-create": "Створити",
"alerts.button-cancel": "Скасувати",
diff --git a/public/language/uk/user.json b/public/language/uk/user.json
index e2836b94b0..283f900dbd 100644
--- a/public/language/uk/user.json
+++ b/public/language/uk/user.json
@@ -8,13 +8,20 @@
"email": "Електронна пошта",
"confirm_email": "Підтвердження пошти",
"account_info": "Акаунт",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Заборонити акаунт",
"ban_account_confirm": "Ви точно хочете забанити цього користувача?",
"unban_account": "Розбанити акаунт",
"delete_account": "Видалити акаунт",
- "delete_account_confirm": "Ви впевнені, що хочете видалити свій акаунт? Ця дія є незворотньою і ви не зможете відновити свої дані.
Введіть свій пароль, щоб підтвердити свою згоду на видалення цього акаунту.",
- "delete_this_account_confirm": "Ви точно бажаєте видалити цей акаунт? Ця дія є незворотньою і ви не зможете відновити жодні дані.
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
"account-deleted": "Акаунт видалено",
+ "account-content-deleted": "Account content deleted",
"fullname": "Повне ім'я",
"website": "Сайт",
"location": "Місце",
diff --git a/public/language/vi/admin/manage/users.json b/public/language/vi/admin/manage/users.json
index ae225d5b6f..93add0d7a4 100644
--- a/public/language/vi/admin/manage/users.json
+++ b/public/language/vi/admin/manage/users.json
@@ -12,8 +12,9 @@
"unban": "Unban User(s)",
"reset-lockout": "Reset Lockout",
"reset-flags": "Reset Flags",
- "delete": "Delete User(s)",
- "purge": "Delete User(s) and Content",
+ "delete": "Delete User(s)",
+ "delete-content": "Delete User(s) Content",
+ "purge": "Delete User(s) and Content",
"download-csv": "Download CSV",
"manage-groups": "Manage Groups",
"add-group": "Add Group",
@@ -93,9 +94,11 @@
"alerts.validate-email-success": "Emails validated",
"alerts.validate-force-password-reset-success": "User(s) passwords have been reset and their existing sessions have been revoked.",
"alerts.password-reset-confirm": "Do you want to send password reset email(s) to these user(s)?",
- "alerts.confirm-delete": "Warning! Do you really want to delete user(s)? This action is not reversable! Only the user account will be deleted, their posts and topics will remain.",
+ "alerts.confirm-delete": "Warning!
Do you really want to delete user(s)?
This action is not reversible! Only the user account will be deleted, their posts and topics will remain.
",
"alerts.delete-success": "User(s) Deleted!",
- "alerts.confirm-purge": "Warning! Do you really want to delete user(s) and their content? This action is not reversable! All user data and content will be erased!",
+ "alerts.confirm-delete-content": "Warning!
Do you really want to delete these user(s) content?
This action is not reversible! The users' accounts will remain, but their posts and topics will be deleted.
Do you really want to delete user(s) and their content?
This action is not reversible! All user data and content will be erased!
",
"alerts.create": "Create User",
"alerts.button-create": "Create",
"alerts.button-cancel": "Cancel",
diff --git a/public/language/vi/user.json b/public/language/vi/user.json
index 4dafa1ba87..fe58858753 100644
--- a/public/language/vi/user.json
+++ b/public/language/vi/user.json
@@ -8,13 +8,20 @@
"email": "Email",
"confirm_email": "Xác nhận email",
"account_info": "Thông tin tài khoản",
+ "admin_actions_label": "Administrative Actions",
"ban_account": "Cấm thành viên",
"ban_account_confirm": "Bạn có chắc bạn muốn cấm thành viên này?",
"unban_account": "Bỏ cấm thành viên",
"delete_account": "Xóa tài khoản",
- "delete_account_confirm": "Bạn có chắc rằng bạn muốn xóa tài khoản của bạn? Hành động này là không thể đảo ngược và bạn sẽ không thể khôi phục bất kỳ dữ liệu nào của mình
Nhập mật khẩu của bạn để xác nhận rằng bạn muốn hủy tài khoản này.",
- "delete_this_account_confirm": "Bạn có chắc bạn muốn xoá tài khoản này chứ? Tác vụ này không thể đảo ngược và bạn sẽ không thể phục hồi lại được dữ liệu đã xoá
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_account_as_admin": "Delete Account",
+ "delete_content": "Delete Account Content",
+ "delete_all": "Delete Account and Content",
+ "delete_account_confirm": "Are you sure you want to anonymize your posts and delete your account? This action is irreversible and you will not be able to recover any of your data
Enter your password to confirm that you wish to destroy this account.",
+ "delete_this_account_confirm": "Are you sure you want to delete this account while leaving its contents behind? This action is irreversible, posts will be anonymized, and you will not be able to restore post associations with the deleted account
",
+ "delete_account_content_confirm": "Are you sure you want to delete this account's content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data
",
+ "delete_all_confirm": "Are you sure you want to delete this account and all of its content (posts/topics/uploads)? This action is irreversible and you will not be able to recover any data