From 53d45273a9768b01e26b2d1691c55884eb4f9c79 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Sat, 25 May 2013 06:04:36 +0000 Subject: [PATCH] Merged r11901 from trunk to 2.3-stable (#14145) German translation of x_hours updated by Filou Centrinov. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11903 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- config/locales/de.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index 4fffdd85a..75796c4a1 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -53,8 +53,8 @@ de: one: 'etwa 1 Stunde' other: 'etwa %{count} Stunden' x_hours: - one: "1 hour" - other: "%{count} hours" + one: "1 Stunde" + other: "%{count} Stunden" x_days: one: '1 Tag' other: '%{count} Tagen'