summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-09 09:35:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-09 09:35:10 +0000
commitd3b70f5eb9109061f935b975eba2efdce8ead580 (patch)
tree923008d1db68544c4d490cc066c275ab24567153
parentc2c526c822e29484ba404b9ce3ffe2accfc40b25 (diff)
downloadredmine-d3b70f5eb9109061f935b975eba2efdce8ead580.tar.gz
redmine-d3b70f5eb9109061f935b975eba2efdce8ead580.zip
Adds setting_show_custom_fields_on_registration string to locales (#24089).
git-svn-id: http://svn.redmine.org/redmine/trunk@16538 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--config/locales/ar.yml1
-rw-r--r--config/locales/az.yml1
-rw-r--r--config/locales/bg.yml1
-rw-r--r--config/locales/bs.yml1
-rw-r--r--config/locales/ca.yml1
-rw-r--r--config/locales/cs.yml1
-rw-r--r--config/locales/da.yml1
-rw-r--r--config/locales/el.yml1
-rw-r--r--config/locales/en-GB.yml1
-rw-r--r--config/locales/es-PA.yml1
-rw-r--r--config/locales/es.yml1
-rw-r--r--config/locales/et.yml1
-rw-r--r--config/locales/eu.yml1
-rw-r--r--config/locales/fa.yml1
-rw-r--r--config/locales/fi.yml1
-rw-r--r--config/locales/gl.yml1
-rw-r--r--config/locales/he.yml1
-rw-r--r--config/locales/hr.yml1
-rw-r--r--config/locales/hu.yml1
-rw-r--r--config/locales/id.yml1
-rw-r--r--config/locales/it.yml1
-rw-r--r--config/locales/ja.yml1
-rw-r--r--config/locales/ko.yml1
-rw-r--r--config/locales/lt.yml1
-rw-r--r--config/locales/lv.yml1
-rw-r--r--config/locales/mk.yml1
-rw-r--r--config/locales/mn.yml1
-rw-r--r--config/locales/nl.yml1
-rw-r--r--config/locales/no.yml1
-rw-r--r--config/locales/pl.yml1
-rw-r--r--config/locales/pt-BR.yml1
-rw-r--r--config/locales/pt.yml1
-rw-r--r--config/locales/ro.yml1
-rw-r--r--config/locales/ru.yml1
-rw-r--r--config/locales/sk.yml1
-rw-r--r--config/locales/sl.yml1
-rw-r--r--config/locales/sq.yml1
-rw-r--r--config/locales/sr-YU.yml1
-rw-r--r--config/locales/sr.yml1
-rw-r--r--config/locales/sv.yml1
-rw-r--r--config/locales/th.yml1
-rw-r--r--config/locales/tr.yml1
-rw-r--r--config/locales/uk.yml1
-rw-r--r--config/locales/vi.yml1
-rw-r--r--config/locales/zh-TW.yml1
-rw-r--r--config/locales/zh.yml1
46 files changed, 46 insertions, 0 deletions
diff --git a/config/locales/ar.yml b/config/locales/ar.yml
index dc4555931..ad9637986 100644
--- a/config/locales/ar.yml
+++ b/config/locales/ar.yml
@@ -1224,3 +1224,4 @@ ar:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/az.yml b/config/locales/az.yml
index a78654750..20b337220 100644
--- a/config/locales/az.yml
+++ b/config/locales/az.yml
@@ -1319,3 +1319,4 @@ az:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/bg.yml b/config/locales/bg.yml
index cc893cdc5..a0e7b0332 100644
--- a/config/locales/bg.yml
+++ b/config/locales/bg.yml
@@ -1208,3 +1208,4 @@ bg:
description_all_columns: Всички колони
text_repository_identifier_info: 'Позволени са малки букви (a-z), цифри, тирета и _.<br />Промяна след създаването му не е възможна.'
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/bs.yml b/config/locales/bs.yml
index 3fbc9ea5a..aa242e096 100644
--- a/config/locales/bs.yml
+++ b/config/locales/bs.yml
@@ -1237,3 +1237,4 @@ bs:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/ca.yml b/config/locales/ca.yml
index ad51eb361..497cb450a 100644
--- a/config/locales/ca.yml
+++ b/config/locales/ca.yml
@@ -1214,3 +1214,4 @@ ca:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 4505405ce..dbc172605 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -1223,3 +1223,4 @@ cs:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/da.yml b/config/locales/da.yml
index e0f3329e1..7b8039846 100644
--- a/config/locales/da.yml
+++ b/config/locales/da.yml
@@ -1241,3 +1241,4 @@ da:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/el.yml b/config/locales/el.yml
index bcb4c712e..60491e738 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -1224,3 +1224,4 @@ el:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml
index 7e2a5d621..b53c0ab36 100644
--- a/config/locales/en-GB.yml
+++ b/config/locales/en-GB.yml
@@ -1226,3 +1226,4 @@ en-GB:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/es-PA.yml b/config/locales/es-PA.yml
index 90235186b..20307a44c 100644
--- a/config/locales/es-PA.yml
+++ b/config/locales/es-PA.yml
@@ -1254,3 +1254,4 @@ es-PA:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/es.yml b/config/locales/es.yml
index 5410363df..310e3239c 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -1252,3 +1252,4 @@ es:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/et.yml b/config/locales/et.yml
index 621fc470f..f2b9cb849 100644
--- a/config/locales/et.yml
+++ b/config/locales/et.yml
@@ -1229,3 +1229,4 @@ et:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/eu.yml b/config/locales/eu.yml
index 5aac8517d..fde59d763 100644
--- a/config/locales/eu.yml
+++ b/config/locales/eu.yml
@@ -1225,3 +1225,4 @@ eu:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index e0f0c98ba..b0ea3e7af 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -1225,3 +1225,4 @@ fa:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/fi.yml b/config/locales/fi.yml
index 7c254a909..fda10b371 100644
--- a/config/locales/fi.yml
+++ b/config/locales/fi.yml
@@ -1245,3 +1245,4 @@ fi:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/gl.yml b/config/locales/gl.yml
index 736de7c07..bb796dd0d 100644
--- a/config/locales/gl.yml
+++ b/config/locales/gl.yml
@@ -1232,3 +1232,4 @@ gl:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/he.yml b/config/locales/he.yml
index 6de46eb20..104f86485 100644
--- a/config/locales/he.yml
+++ b/config/locales/he.yml
@@ -1229,3 +1229,4 @@ he:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/hr.yml b/config/locales/hr.yml
index 9cf038852..65060b7d8 100644
--- a/config/locales/hr.yml
+++ b/config/locales/hr.yml
@@ -1223,3 +1223,4 @@ hr:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/hu.yml b/config/locales/hu.yml
index 96ad41d62..3b29830f0 100644
--- a/config/locales/hu.yml
+++ b/config/locales/hu.yml
@@ -1243,3 +1243,4 @@
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/id.yml b/config/locales/id.yml
index 30701d362..c7864a728 100644
--- a/config/locales/id.yml
+++ b/config/locales/id.yml
@@ -1228,3 +1228,4 @@ id:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/it.yml b/config/locales/it.yml
index dbf5d8dd9..778f84aa2 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -1219,3 +1219,4 @@ it:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/ja.yml b/config/locales/ja.yml
index a4084b8d6..ef15ee20f 100644
--- a/config/locales/ja.yml
+++ b/config/locales/ja.yml
@@ -1231,3 +1231,4 @@ ja:
label_last_notes: 最新の注記
field_digest: チェックサム
field_default_assigned_to: デフォルトの担当者
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index cbce38da0..c56674a71 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -1263,3 +1263,4 @@ ko:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/lt.yml b/config/locales/lt.yml
index 4b695bb59..ab7757158 100644
--- a/config/locales/lt.yml
+++ b/config/locales/lt.yml
@@ -1213,3 +1213,4 @@ lt:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/lv.yml b/config/locales/lv.yml
index e98baa52d..e8b13fc0d 100644
--- a/config/locales/lv.yml
+++ b/config/locales/lv.yml
@@ -1218,3 +1218,4 @@ lv:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/mk.yml b/config/locales/mk.yml
index da791cfb1..b6f84d10c 100644
--- a/config/locales/mk.yml
+++ b/config/locales/mk.yml
@@ -1224,3 +1224,4 @@ mk:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/mn.yml b/config/locales/mn.yml
index 483594402..b4e0d7b18 100644
--- a/config/locales/mn.yml
+++ b/config/locales/mn.yml
@@ -1225,3 +1225,4 @@ mn:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 4a590b51c..4a5f1066b 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -1199,3 +1199,4 @@ nl:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/no.yml b/config/locales/no.yml
index ad8e273d2..faf7b0a98 100644
--- a/config/locales/no.yml
+++ b/config/locales/no.yml
@@ -1214,3 +1214,4 @@
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/pl.yml b/config/locales/pl.yml
index ae17124df..1028ce029 100644
--- a/config/locales/pl.yml
+++ b/config/locales/pl.yml
@@ -1239,3 +1239,4 @@ pl:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/pt-BR.yml b/config/locales/pt-BR.yml
index 4136a1040..b4c2858d5 100644
--- a/config/locales/pt-BR.yml
+++ b/config/locales/pt-BR.yml
@@ -1242,3 +1242,4 @@ pt-BR:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index 082a1a857..5c030e595 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -1217,3 +1217,4 @@ pt:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/ro.yml b/config/locales/ro.yml
index bc24a2c84..752d094cc 100644
--- a/config/locales/ro.yml
+++ b/config/locales/ro.yml
@@ -1219,3 +1219,4 @@ ro:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index a5e681c45..7e0477f95 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -1323,3 +1323,4 @@ ru:
label_last_notes: Последние примечания
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/sk.yml b/config/locales/sk.yml
index 31f203b29..c8214f77b 100644
--- a/config/locales/sk.yml
+++ b/config/locales/sk.yml
@@ -1214,3 +1214,4 @@ sk:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/sl.yml b/config/locales/sl.yml
index 956d39950..c9a2b821f 100644
--- a/config/locales/sl.yml
+++ b/config/locales/sl.yml
@@ -1224,3 +1224,4 @@ sl:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/sq.yml b/config/locales/sq.yml
index 8a769baad..6a87d5a44 100644
--- a/config/locales/sq.yml
+++ b/config/locales/sq.yml
@@ -1220,3 +1220,4 @@ sq:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/sr-YU.yml b/config/locales/sr-YU.yml
index a7f3e9e9d..e1b20e10a 100644
--- a/config/locales/sr-YU.yml
+++ b/config/locales/sr-YU.yml
@@ -1226,3 +1226,4 @@ sr-YU:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/sr.yml b/config/locales/sr.yml
index db235b781..43bbfb5c4 100644
--- a/config/locales/sr.yml
+++ b/config/locales/sr.yml
@@ -1225,3 +1225,4 @@ sr:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/sv.yml b/config/locales/sv.yml
index 7a502f5b2..3a153cf5e 100644
--- a/config/locales/sv.yml
+++ b/config/locales/sv.yml
@@ -1257,3 +1257,4 @@ sv:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/th.yml b/config/locales/th.yml
index be2fc66ea..0a2f647fb 100644
--- a/config/locales/th.yml
+++ b/config/locales/th.yml
@@ -1221,3 +1221,4 @@ th:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/tr.yml b/config/locales/tr.yml
index 3aaa5c1a6..cd1bb6e1e 100644
--- a/config/locales/tr.yml
+++ b/config/locales/tr.yml
@@ -1232,3 +1232,4 @@ tr:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/uk.yml b/config/locales/uk.yml
index 4062d52cd..b338bd6be 100644
--- a/config/locales/uk.yml
+++ b/config/locales/uk.yml
@@ -1220,3 +1220,4 @@ uk:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/vi.yml b/config/locales/vi.yml
index 160cc816c..65e731061 100644
--- a/config/locales/vi.yml
+++ b/config/locales/vi.yml
@@ -1277,3 +1277,4 @@ vi:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml
index eb4d734be..dd4148ada 100644
--- a/config/locales/zh-TW.yml
+++ b/config/locales/zh-TW.yml
@@ -1291,3 +1291,4 @@
description_wiki_subpages_reassign: 選擇新的父頁面
text_repository_identifier_info: '僅允許使用小寫英文字母 (a-z), 阿拉伯數字, 虛線與底線。<br />一旦儲存之後, 代碼便無法再次被更改。'
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index d4b185f29..5d63d8050 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -1217,3 +1217,4 @@ zh:
label_last_notes: Last notes
field_digest: Checksum
field_default_assigned_to: Default assignee
+ setting_show_custom_fields_on_registration: Show custom fields on registration