diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-30 12:04:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2013-05-30 12:04:38 +0000 |
commit | 57c347d8f883a588ed075d874c939a86e141848e (patch) | |
tree | b255b348f2f4df1f10bd3adfac41d2f724d8375c | |
parent | a4394e877e72d3b7f06bb150042a3cab3bde02e4 (diff) | |
download | redmine-57c347d8f883a588ed075d874c939a86e141848e.tar.gz redmine-57c347d8f883a588ed075d874c939a86e141848e.zip |
back out r11907 (#14151)
German "x_days" translation changed by Filou Centrinov.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11910 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/de.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 851db5e14..db5a3412f 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -57,7 +57,7 @@ de: other: "%{count} Stunden" x_days: one: '1 Tag' - other: '%{count} Tage' + other: '%{count} Tagen' about_x_months: one: 'etwa 1 Monat' other: 'etwa %{count} Monaten' |