diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-02 18:44:35 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-04-02 18:44:35 +0000 |
commit | 791077c240f74dd4e228fc5b8ac3d7a0c0d41f3a (patch) | |
tree | e53f43445c12850481f1a9df0e7929eaa0ae805f /lang/en.yml | |
parent | bd8de9a6f84052f72930dac3c5ee2e353c249238 (diff) | |
download | redmine-791077c240f74dd4e228fc5b8ac3d7a0c0d41f3a.tar.gz redmine-791077c240f74dd4e228fc5b8ac3d7a0c0d41f3a.zip |
Added some attributes length validations.
Also added some information about attribute length constraints on forms.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@400 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/en.yml')
-rw-r--r-- | lang/en.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/en.yml b/lang/en.yml index 4f0cbe9f0..4ce8bcb27 100644 --- a/lang/en.yml +++ b/lang/en.yml @@ -397,7 +397,9 @@ text_journal_deleted: deleted text_tip_task_begin_day: task beginning this day text_tip_task_end_day: task ending this day text_tip_task_begin_end_day: task beginning and ending this day -text_project_identifier_info: '12 characters maximum. Letters (a-z), numbers (0-9) and dashes allowed.<br />Once saved, the identifier can not be changed.' +text_project_identifier_info: 'Lower case letters (a-z), numbers and dashes allowed.<br />Once saved, the identifier can not be changed.' +text_caracters_maximum: %d characters maximum. +text_length_between: Length between %d and %d characters. default_role_manager: Manager default_role_developper: Developer |