diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-03 00:49:40 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-03 00:49:40 +0000 |
commit | 59b1a6695e560bdadaff27cef961b0762544c792 (patch) | |
tree | 014ad8d48caf953b9395bbe3caa2bff05110334e /config/locales/hr.yml | |
parent | 953e4b4abf4f7553fbee4ca92fcf6e1679c741b5 (diff) | |
download | redmine-59b1a6695e560bdadaff27cef961b0762544c792.tar.gz redmine-59b1a6695e560bdadaff27cef961b0762544c792.zip |
fix error and inconsistencies in Croatian translation (#13931)
Contributed by Jadranko Stjepanović.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11773 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales/hr.yml')
-rw-r--r-- | config/locales/hr.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 0963c430a..1a9d70337 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -9,12 +9,12 @@ hr: short: "%b %d" long: "%B %d, %Y" - day_names: [Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota, Nedjelja] + day_names: [Nedjelja, Ponedjeljak, Utorak, Srijeda, Četvrtak, Petak, Subota] abbr_day_names: [Ned, Pon, Uto, Sri, Čet, Pet, Sub] # Don't forget the nil at the beginning; there's no such thing as a 0th month - month_names: [~, Sijecanj, Veljaca, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] - abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, List, Stu, Pro] + month_names: [~, Siječanj, Veljača, Ožujak, Travanj, Svibanj, Lipanj, Srpanj, Kolovoz, Rujan, Listopad, Studeni, Prosinac] + abbr_month_names: [~, Sij, Velj, Ožu, Tra, Svi, Lip, Srp, Kol, Ruj, Lis, Stu, Pro] # Used in date_select and datime_select. order: - :year |