diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-27 17:34:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-01-27 17:34:58 +0000 |
commit | 9d372ce6f5b1b6a5861e9f3c212ea805af9d2d37 (patch) | |
tree | 560a0ccea739195056c6722a263dcf32983003c1 /config | |
parent | ffbd3c0522a0b5259976586999fd3a9ff963eb6d (diff) | |
download | redmine-9d372ce6f5b1b6a5861e9f3c212ea805af9d2d37.tar.gz redmine-9d372ce6f5b1b6a5861e9f3c212ea805af9d2d37.zip |
Allow underscores in project identifiers (#1363).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8708 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/en-GB.yml | 2 | ||||
-rw-r--r-- | config/locales/en.yml | 2 | ||||
-rw-r--r-- | config/locales/fr.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 66a6e0bed..9a5b8565a 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -879,7 +879,7 @@ en-GB: text_tip_issue_begin_day: task beginning this day text_tip_issue_end_day: task ending this day text_tip_issue_begin_end_day: task beginning and ending this day - text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.' + text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' text_caracters_maximum: "%{count} characters maximum." text_caracters_minimum: "Must be at least %{count} characters long." text_length_between: "Length between %{min} and %{max} characters." diff --git a/config/locales/en.yml b/config/locales/en.yml index 6ac30adec..e9f160db1 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -915,7 +915,7 @@ en: text_tip_issue_begin_day: issue beginning this day text_tip_issue_end_day: issue ending this day text_tip_issue_begin_end_day: issue beginning and ending this day - text_project_identifier_info: 'Only lower case letters (a-z), numbers and dashes are allowed.<br />Once saved, the identifier cannot be changed.' + text_project_identifier_info: 'Only lower case letters (a-z), numbers, dashes and underscores are allowed.<br />Once saved, the identifier cannot be changed.' text_caracters_maximum: "%{count} characters maximum." text_caracters_minimum: "Must be at least %{count} characters long." text_length_between: "Length between %{min} and %{max} characters." diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 562a488a7..e2029b591 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -882,7 +882,7 @@ fr: text_tip_issue_begin_day: tâche commençant ce jour text_tip_issue_end_day: tâche finissant ce jour text_tip_issue_begin_end_day: tâche commençant et finissant ce jour - text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres et tirets sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' + text_project_identifier_info: 'Seuls les lettres minuscules (a-z), chiffres, tirets et underscore sont autorisés.<br />Un fois sauvegardé, l''identifiant ne pourra plus être modifié.' text_caracters_maximum: "%{count} caractères maximum." text_caracters_minimum: "%{count} caractères minimum." text_length_between: "Longueur comprise entre %{min} et %{max} caractères." |