summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-04-15 15:47:25 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-04-15 15:47:25 +0000
commit0cb633c6881c8f4eb7e0d267d65ba17b0d477fa2 (patch)
treeb7e3503924a2a8d24b718d3ad9fa6da2ea305bd2 /config
parentc7149f418408c0ad0b3b303469427ec9b1f2fae4 (diff)
downloadredmine-0cb633c6881c8f4eb7e0d267d65ba17b0d477fa2.tar.gz
redmine-0cb633c6881c8f4eb7e0d267d65ba17b0d477fa2.zip
Adds new strings to locales.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9421 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/ar.yml6
-rw-r--r--config/locales/bg.yml6
-rw-r--r--config/locales/bs.yml6
-rw-r--r--config/locales/ca.yml6
-rw-r--r--config/locales/cs.yml6
-rw-r--r--config/locales/da.yml6
-rw-r--r--config/locales/de.yml6
-rw-r--r--config/locales/el.yml6
-rw-r--r--config/locales/en-GB.yml6
-rw-r--r--config/locales/es.yml6
-rw-r--r--config/locales/et.yml6
-rw-r--r--config/locales/eu.yml6
-rw-r--r--config/locales/fa.yml6
-rw-r--r--config/locales/fi.yml6
-rw-r--r--config/locales/gl.yml6
-rw-r--r--config/locales/he.yml6
-rw-r--r--config/locales/hr.yml6
-rw-r--r--config/locales/hu.yml6
-rw-r--r--config/locales/id.yml6
-rw-r--r--config/locales/it.yml6
-rw-r--r--config/locales/ja.yml6
-rw-r--r--config/locales/ko.yml6
-rw-r--r--config/locales/lt.yml6
-rw-r--r--config/locales/lv.yml6
-rw-r--r--config/locales/mk.yml6
-rw-r--r--config/locales/mn.yml6
-rw-r--r--config/locales/nl.yml6
-rw-r--r--config/locales/no.yml6
-rw-r--r--config/locales/pl.yml6
-rw-r--r--config/locales/pt-BR.yml6
-rw-r--r--config/locales/pt.yml6
-rw-r--r--config/locales/ro.yml6
-rw-r--r--config/locales/ru.yml6
-rw-r--r--config/locales/sk.yml6
-rw-r--r--config/locales/sl.yml6
-rw-r--r--config/locales/sr-YU.yml6
-rw-r--r--config/locales/sr.yml6
-rw-r--r--config/locales/sv.yml6
-rw-r--r--config/locales/th.yml6
-rw-r--r--config/locales/tr.yml6
-rw-r--r--config/locales/uk.yml6
-rw-r--r--config/locales/vi.yml6
-rw-r--r--config/locales/zh-TW.yml6
-rw-r--r--config/locales/zh.yml6
44 files changed, 264 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index f10dc95b5..bf8da0e57 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -1025,3 +1025,9 @@ ar:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index 24a71d328..a4085dc53 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1024,3 +1024,9 @@ bg:
description_date_range_interval: Изберете диапазон чрез задаване на начална и крайна дати
description_date_from: Въведете начална дата
description_date_to: Въведете крайна дата
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index 981d48181..e42eb5232 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1039,3 +1039,9 @@ bs:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index 05e3f6ec2..c5c71e649 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -1027,3 +1027,9 @@ ca:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index fc80df671..7306b59b6 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -1028,3 +1028,9 @@ cs:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/da.yml b/config/locales/da.yml
index f89a1597d..b02dc69c5 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -1042,3 +1042,9 @@ da:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/de.yml b/config/locales/de.yml
index b24c38307..66768b040 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -1045,3 +1045,9 @@ de:
permission_manage_related_issues: Zugehörige Tickets verwalten
field_ldap_filter: LDAP Filter
label_search_for_watchers: Nach hinzufügbaren Beobachtern suchen
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 42fbe7a4e..8cd3fa41b 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -1025,3 +1025,9 @@ el:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 18f4cf099..52d01d55e 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1027,3 +1027,9 @@ en-GB:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/es.yml b/config/locales/es.yml
index d56befab7..eda705e79 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1062,3 +1062,9 @@ es:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/et.yml b/config/locales/et.yml
index 7d15af9f3..14f407973 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1041,3 +1041,9 @@ et:
error_attachment_too_big: "Seda faili ei saa üles laadida, kuna ületab maksimumsuurust (%{max_size})"
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index fde9d329a..b46e9050c 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -1028,3 +1028,9 @@ eu:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index 1ad184ddf..eee632a2e 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1027,3 +1027,9 @@ fa:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index ff7c73838..46d968b3e 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -1046,3 +1046,9 @@ fi:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 7d98485dd..97929c66f 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -1036,3 +1036,9 @@ gl:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 465652c7a..5822b0e60 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1030,3 +1030,9 @@ he:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 267f45822..1574f86b8 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1031,3 +1031,9 @@ hr:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index b9013ba33..9da33e941 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -1044,3 +1044,9 @@
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/id.yml b/config/locales/id.yml
index f5674b86a..4d6d53d3a 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -1031,3 +1031,9 @@ id:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/it.yml b/config/locales/it.yml
index 2a5d7eee4..88cf7faf6 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -1026,3 +1026,9 @@ it:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index 37adbc75e..6eb386236 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1055,3 +1055,9 @@ ja:
permission_manage_related_issues: 関連するチケットの管理
field_ldap_filter: LDAPフィルタ
label_search_for_watchers: ウォッチャーを検索して追加
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 56b29c00a..665251e92 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -1075,3 +1075,9 @@ ko:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index bfad2b9e3..959ffe89c 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -1085,3 +1085,9 @@ lt:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index 66adad4c9..112611967 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1019,3 +1019,9 @@ lv:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index 923bf94ff..c2f4e9aa5 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -1025,3 +1025,9 @@ mk:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index c925f4e2d..9f77240c4 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -1025,3 +1025,9 @@ mn:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 4f1d4a473..5e8858ece 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1007,3 +1007,9 @@ nl:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/no.yml b/config/locales/no.yml
index a613d6856..8786ac34c 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -1015,3 +1015,9 @@
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index e9cf5358c..4158f07cd 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -1042,3 +1042,9 @@ pl:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 956dd9588..9c0d9310c 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -1048,3 +1048,9 @@ pt-BR:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 4a1e49cda..9bdcdb984 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -1030,3 +1030,9 @@ pt:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index 9dca89ef0..80bc010a1 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -1022,3 +1022,9 @@ ro:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 89fef20cf..ed3650389 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1140,3 +1140,9 @@ ru:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 32f4d4f59..cd3a7deae 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -1025,3 +1025,9 @@ sk:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 6fcdb5c6c..501f98c12 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -1025,3 +1025,9 @@ sl:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index e76a98fad..fdda43a3b 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -1025,3 +1025,9 @@ sr-YU:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index d34344d75..0b0151e19 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1026,3 +1026,9 @@ sr:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index a8ee9bbfe..9ee6b0b66 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -1066,3 +1066,9 @@ sv:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/th.yml b/config/locales/th.yml
index 5b8d24fbd..46eab9c07 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1022,3 +1022,9 @@ th:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index 5048cf36c..66cfd328a 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -1044,3 +1044,9 @@ tr:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index d01c7b73e..9de1561db 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -1022,3 +1022,9 @@ uk:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index bee25ea3c..76bb7f4f7 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -1076,3 +1076,9 @@ vi:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index 6934104ea..9c5592149 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1105,3 +1105,9 @@
description_date_from: 輸入起始日期
description_date_to: 輸入結束日期
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 93dd48133..372feaf4c 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1027,3 +1027,9 @@ zh:
permission_manage_related_issues: Manage related issues
field_ldap_filter: LDAP filter
label_search_for_watchers: Search for watchers to add
+ notice_account_deleted: Your account has been permanently deleted.
+ setting_unsubscribe: Allow users to unsubscribe
+ button_delete_my_account: Delete my account
+ text_account_destroy_confirmation: |-
+ Are you sure you want to proceed?
+ Your account will be permanently deleted, with no way to reactivate it.