diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-08 11:51:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-05-08 11:51:20 +0000 |
commit | 50429d0819e41ea01837fccb7a878f0d878e5f6c (patch) | |
tree | 408a59fee20f15c2dbe5117a8f85d9639fcebed1 | |
parent | 5c88c1f50bd4295325cbb1a69704cf5423b20b2b (diff) | |
download | redmine-50429d0819e41ea01837fccb7a878f0d878e5f6c.tar.gz redmine-50429d0819e41ea01837fccb7a878f0d878e5f6c.zip |
Fixed the order of the japanese day names
git-svn-id: http://redmine.rubyforge.org/svn/trunk@519 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | lang/ja.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ja.yml b/lang/ja.yml index ef9da07d0..4066e869b 100644 --- a/lang/ja.yml +++ b/lang/ja.yml @@ -1,8 +1,8 @@ _gloc_rule_default: '|n| n==1 ? "" : "_plural" ' actionview_datehelper_select_day_prefix: -actionview_datehelper_select_month_names: 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 -actionview_datehelper_select_month_names_abbr: 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月 +actionview_datehelper_select_month_names: 1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月 +actionview_datehelper_select_month_names_abbr: 1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月 actionview_datehelper_select_month_prefix: actionview_datehelper_select_year_prefix: actionview_datehelper_select_year_suffix: 月 @@ -51,7 +51,7 @@ general_lang_name: 'Japanese (日本語)' general_csv_separator: ',' general_csv_encoding: SJIS general_pdf_encoding: SJIS -general_day_names: 日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日 +general_day_names: 月曜日,火曜日,水曜日,木曜日,金曜日,土曜日,日曜日 notice_account_updated: アカウントが更新されました。 notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 |