diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-07-14 13:29:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-07-14 13:29:20 +0000 |
commit | 9c38458f8bd259c7db2cb6a8fda7dcbcbf3f5540 (patch) | |
tree | 17684036260735f1ac0e360c57e3a1319195d6bb /lang/ja.yml | |
parent | 98cf33070fc28e8986aaf960923f58f8da15b9d4 (diff) | |
download | redmine-9c38458f8bd259c7db2cb6a8fda7dcbcbf3f5540.tar.gz redmine-9c38458f8bd259c7db2cb6a8fda7dcbcbf3f5540.zip |
Added an option to choose the date format: language based (as defined in each lang file) or ISO 8601 (YYYY-MM-DD).
This option can be set in Admin -> Settings.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@585 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/ja.yml')
-rw-r--r-- | lang/ja.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ja.yml b/lang/ja.yml index a7f4b54c3..216e176e8 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -173,6 +173,7 @@ setting_sys_api_enabled: リポジトリ管理用のWeb Serviceを有効化す setting_commit_ref_keywords: 参照用キーワード setting_commit_fix_keywords: 修正用キーワード setting_autologin: 自動ログイン +setting_date_format: Date format label_user: ユーザ label_user_plural: ユーザ @@ -403,6 +404,7 @@ label_month: Month label_week: Week label_date_from: From label_date_to: To +label_language_based: Language based button_login: ログイン button_submit: 変更 |