Fixed the order of the japanese day names

git-svn-id: http://redmine.rubyforge.org/svn/trunk@519 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-05-08 11:51:20 +00:00
parent 5c88c1f50b
commit 50429d0819
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
_gloc_rule_default: '|n| n==1 ? "" : "_plural" ' _gloc_rule_default: '|n| n==1 ? "" : "_plural" '
actionview_datehelper_select_day_prefix: 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: 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_abbr: 1月,2月,3月,4月,5月,6月,7月,8月,9月,10月,11月,12月
actionview_datehelper_select_month_prefix: actionview_datehelper_select_month_prefix:
actionview_datehelper_select_year_prefix: actionview_datehelper_select_year_prefix:
actionview_datehelper_select_year_suffix: actionview_datehelper_select_year_suffix:
@ -51,7 +51,7 @@ general_lang_name: 'Japanese (日本語)'
general_csv_separator: ',' general_csv_separator: ','
general_csv_encoding: SJIS general_csv_encoding: SJIS
general_pdf_encoding: SJIS general_pdf_encoding: SJIS
general_day_names: 日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日 general_day_names: 月曜日,火曜日,水曜日,木曜日,金曜日,土曜日,日曜日
notice_account_updated: アカウントが更新されました。 notice_account_updated: アカウントが更新されました。
notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効 notice_account_invalid_creditentials: ユーザ名もしくはパスワードが無効