summaryrefslogtreecommitdiffstats
path: root/lang/ja.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-02 18:44:35 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-04-02 18:44:35 +0000
commit791077c240f74dd4e228fc5b8ac3d7a0c0d41f3a (patch)
treee53f43445c12850481f1a9df0e7929eaa0ae805f /lang/ja.yml
parentbd8de9a6f84052f72930dac3c5ee2e353c249238 (diff)
downloadredmine-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/ja.yml')
-rw-r--r--lang/ja.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ja.yml b/lang/ja.yml
index db4335c38..bbeb6d453 100644
--- a/lang/ja.yml
+++ b/lang/ja.yml
@@ -398,7 +398,9 @@ text_journal_deleted: 削除
text_tip_task_begin_day: この日に開始するタスク
text_tip_task_end_day: この日に終了するタスク
text_tip_task_begin_end_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: 管理者
default_role_developper: 開発者