summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-17 11:18:04 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2009-01-17 11:18:04 +0000
commit12792d8068d0ed0514e89267edefaab4df5cf2c3 (patch)
tree64aac7c729949cee91a3fb05070487870dbbccfc /lang
parent99c2e989751a84b36d47de8cbe82572a61c4aa23 (diff)
downloadredmine-12792d8068d0ed0514e89267edefaab4df5cf2c3.tar.gz
redmine-12792d8068d0ed0514e89267edefaab4df5cf2c3.zip
User custom fields can now be set as editable so that users can edit them on 'My account'.
For existing user custom fields, this new attribute is set to false by default to preserve the prior behaviour (it can turned on by editing the custom field in admin area). Note: on the registration form, *required* custom fields will be displayed even if they are not defined as editable so that the account can be created. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2276 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang')
-rw-r--r--lang/bg.yml1
-rw-r--r--lang/ca.yml1
-rw-r--r--lang/cs.yml1
-rw-r--r--lang/da.yml1
-rw-r--r--lang/de.yml1
-rw-r--r--lang/en.yml1
-rw-r--r--lang/es.yml1
-rw-r--r--lang/fi.yml1
-rw-r--r--lang/fr.yml1
-rw-r--r--lang/he.yml1
-rw-r--r--lang/hu.yml1
-rw-r--r--lang/it.yml1
-rw-r--r--lang/ja.yml1
-rw-r--r--lang/ko.yml1
-rw-r--r--lang/lt.yml1
-rw-r--r--lang/nl.yml1
-rw-r--r--lang/no.yml1
-rw-r--r--lang/pl.yml1
-rw-r--r--lang/pt-br.yml1
-rw-r--r--lang/pt.yml1
-rw-r--r--lang/ro.yml1
-rw-r--r--lang/ru.yml1
-rw-r--r--lang/sk.yml1
-rw-r--r--lang/sr.yml1
-rw-r--r--lang/sv.yml1
-rw-r--r--lang/th.yml1
-rw-r--r--lang/tr.yml1
-rw-r--r--lang/uk.yml1
-rw-r--r--lang/vn.yml1
-rw-r--r--lang/zh-tw.yml1
-rw-r--r--lang/zh.yml1
31 files changed, 31 insertions, 0 deletions
diff --git a/lang/bg.yml b/lang/bg.yml
index d0df0bd9e..bb80f1708 100644
--- a/lang/bg.yml
+++ b/lang/bg.yml
@@ -701,3 +701,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/ca.yml b/lang/ca.yml
index 26c309ee5..b0bbee2eb 100644
--- a/lang/ca.yml
+++ b/lang/ca.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/cs.yml b/lang/cs.yml
index ce32e3637..ab0624860 100644
--- a/lang/cs.yml
+++ b/lang/cs.yml
@@ -706,3 +706,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/da.yml b/lang/da.yml
index d46d60fef..b0df54468 100644
--- a/lang/da.yml
+++ b/lang/da.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/de.yml b/lang/de.yml
index c49aba0f1..e8a9d937c 100644
--- a/lang/de.yml
+++ b/lang/de.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/en.yml b/lang/en.yml
index 3dbfd851d..36e454692 100644
--- a/lang/en.yml
+++ b/lang/en.yml
@@ -186,6 +186,7 @@ field_searchable: Searchable
field_default_value: Default value
field_comments_sorting: Display comments
field_parent_title: Parent page
+field_editable: Editable
setting_app_title: Application title
setting_app_subtitle: Application subtitle
diff --git a/lang/es.yml b/lang/es.yml
index 9c6a08e43..c6e6234e8 100644
--- a/lang/es.yml
+++ b/lang/es.yml
@@ -686,3 +686,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/fi.yml b/lang/fi.yml
index e80a5c705..dce1192ea 100644
--- a/lang/fi.yml
+++ b/lang/fi.yml
@@ -701,3 +701,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/fr.yml b/lang/fr.yml
index ab77094a8..84f18e839 100644
--- a/lang/fr.yml
+++ b/lang/fr.yml
@@ -186,6 +186,7 @@ field_searchable: Utilisé pour les recherches
field_default_value: Valeur par défaut
field_comments_sorting: Afficher les commentaires
field_parent_title: Page parent
+field_editable: Modifiable
setting_app_title: Titre de l'application
setting_app_subtitle: Sous-titre de l'application
diff --git a/lang/he.yml b/lang/he.yml
index 447c84933..2fae88e80 100644
--- a/lang/he.yml
+++ b/lang/he.yml
@@ -701,3 +701,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/hu.yml b/lang/hu.yml
index 765c503bc..eb1670c34 100644
--- a/lang/hu.yml
+++ b/lang/hu.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/it.yml b/lang/it.yml
index 8838ab62b..a5d645694 100644
--- a/lang/it.yml
+++ b/lang/it.yml
@@ -701,3 +701,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/ja.yml b/lang/ja.yml
index 31ba66268..f6b696fb4 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/ko.yml b/lang/ko.yml
index d56460ff1..8da9ac6d0 100644
--- a/lang/ko.yml
+++ b/lang/ko.yml
@@ -701,3 +701,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/lt.yml b/lang/lt.yml
index e8fb5176e..9bd57f8c6 100644
--- a/lang/lt.yml
+++ b/lang/lt.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/nl.yml b/lang/nl.yml
index b0db9f5e2..e223d13a6 100644
--- a/lang/nl.yml
+++ b/lang/nl.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/no.yml b/lang/no.yml
index 2154f56a9..0e848772e 100644
--- a/lang/no.yml
+++ b/lang/no.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/pl.yml b/lang/pl.yml
index a9c78da63..508216bf7 100644
--- a/lang/pl.yml
+++ b/lang/pl.yml
@@ -720,3 +720,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/pt-br.yml b/lang/pt-br.yml
index 7c494cfe3..d25260ffd 100644
--- a/lang/pt-br.yml
+++ b/lang/pt-br.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/pt.yml b/lang/pt.yml
index 1ec65d23b..980a6e5e0 100644
--- a/lang/pt.yml
+++ b/lang/pt.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/ro.yml b/lang/ro.yml
index de89d093c..bf1f11769 100644
--- a/lang/ro.yml
+++ b/lang/ro.yml
@@ -701,3 +701,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/ru.yml b/lang/ru.yml
index 0d54f8a7d..62ea8e340 100644
--- a/lang/ru.yml
+++ b/lang/ru.yml
@@ -735,3 +735,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/sk.yml b/lang/sk.yml
index 853aff646..3f7c7dc72 100644
--- a/lang/sk.yml
+++ b/lang/sk.yml
@@ -707,3 +707,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/sr.yml b/lang/sr.yml
index fd8f3ebac..455173d0c 100644
--- a/lang/sr.yml
+++ b/lang/sr.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/sv.yml b/lang/sv.yml
index 878d1b9f6..4a85f1504 100644
--- a/lang/sv.yml
+++ b/lang/sv.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/th.yml b/lang/th.yml
index a2b4d292b..8d39fb5db 100644
--- a/lang/th.yml
+++ b/lang/th.yml
@@ -704,3 +704,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/tr.yml b/lang/tr.yml
index e6dfad2d5..80655926f 100644
--- a/lang/tr.yml
+++ b/lang/tr.yml
@@ -702,3 +702,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/uk.yml b/lang/uk.yml
index 70fa21956..75c6639cb 100644
--- a/lang/uk.yml
+++ b/lang/uk.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/vn.yml b/lang/vn.yml
index 90b8965b8..0bff54b57 100644
--- a/lang/vn.yml
+++ b/lang/vn.yml
@@ -704,3 +704,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/zh-tw.yml b/lang/zh-tw.yml
index 72e5358ec..028457e87 100644
--- a/lang/zh-tw.yml
+++ b/lang/zh-tw.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable
diff --git a/lang/zh.yml b/lang/zh.yml
index 3bb139ab1..d25963941 100644
--- a/lang/zh.yml
+++ b/lang/zh.yml
@@ -703,3 +703,4 @@ warning_attachments_not_saved: "%d file(s) could not be saved."
button_create_and_continue: Create and continue
text_custom_field_possible_values_info: 'One line for each value'
label_display: Display
+field_editable: Editable