diff options
author | Mario <mario@mariovavti.com> | 2019-12-21 09:49:24 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-12-21 09:49:24 +0000 |
commit | db22578c1631dfefebbc128815497c2449f583cc (patch) | |
tree | 19d3935b0acffc5fdb59771bf6f49c37f1500bb2 /view/de-de/hstrings.php | |
parent | 300727b8cf5cb88e62bcc283fbbe1cf8c79498d9 (diff) | |
download | volse-hubzilla-db22578c1631dfefebbc128815497c2449f583cc.tar.gz volse-hubzilla-db22578c1631dfefebbc128815497c2449f583cc.tar.bz2 volse-hubzilla-db22578c1631dfefebbc128815497c2449f583cc.zip |
re-add german translations for x minutes etc. which were removed in rkor's merge request
Diffstat (limited to 'view/de-de/hstrings.php')
-rw-r--r-- | view/de-de/hstrings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/de-de/hstrings.php b/view/de-de/hstrings.php index 562cf618f..7321fac1c 100644 --- a/view/de-de/hstrings.php +++ b/view/de-de/hstrings.php @@ -365,6 +365,11 @@ App::$strings["A channel name is required."] = ""; App::$strings["This is a "] = ""; App::$strings[" channel name"] = ""; App::$strings["Back to reply"] = ""; +App::$strings["%d minutes"] = "%d Minuten"; +App::$strings["about %d hours"] = "ungefähr %d Stunden"; +App::$strings["%d days"] = "%d Tagen"; +App::$strings["%d months"] = "%d Monaten"; +App::$strings["%d years"] = "%d Jahren"; App::$strings["timeago.prefixAgo"] = "vor"; App::$strings["timeago.prefixFromNow"] = "in"; App::$strings["timeago.suffixAgo"] = "NONE"; |