diff options
| author | 2019-11-27 23:00:34 +0100 | |
|---|---|---|
| committer | 2019-11-27 23:00:34 +0100 | |
| commit | 28908ace277514edd99349585596e0f0ebdbeb15 (patch) | |
| tree | 17d099a8ae012fdf08ea6603e790fe4048087835 /app/i18n/de/gen.php | |
| parent | 86dda604313b1b599cc741c25e05957e7218e2de (diff) | |
i18n german translations (#2690)
started translating open todos
Diffstat (limited to 'app/i18n/de/gen.php')
| -rw-r--r-- | app/i18n/de/gen.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/i18n/de/gen.php b/app/i18n/de/gen.php index e2dd2a251..977b0a52f 100644 --- a/app/i18n/de/gen.php +++ b/app/i18n/de/gen.php @@ -3,7 +3,7 @@ return array( 'action' => array( 'actualize' => 'Aktualisieren', - 'back' => '← Go back', //TODO - Translation + 'back' => '← Zurück', 'back_to_rss_feeds' => '← Zurück zu Ihren RSS-Feeds gehen', 'cancel' => 'Abbrechen', 'create' => 'Erstellen', @@ -23,7 +23,7 @@ return array( 'update' => 'Aktualisieren', ), 'auth' => array( - 'accept_tos' => 'I accept the <a href="%s">Terms of Service</a>.', // TODO - Translation + 'accept_tos' => 'Ich akzeptiere die <a href="%s">Nutzungsbedingungen</a>.', 'email' => 'E-Mail-Adresse', 'keep_logged_in' => 'Eingeloggt bleiben <small>(%s Tage)</small>', 'login' => 'Anmelden', @@ -163,11 +163,11 @@ return array( 'previous' => 'Vorherige', ), 'period' => array( - 'days' => 'days', //TODO - Translation - 'hours' => 'hours', //TODO - Translation - 'months' => 'months', //TODO - Translation - 'weeks' => 'weeks', //TODO - Translation - 'years' => 'years', //TODO - Translation + 'days' => 'Tage', + 'hours' => 'Stunden', + 'months' => 'Monate', + 'weeks' => 'Wochen', + 'years' => 'Jahre', ), 'share' => array( 'blogotext' => 'Blogotext', |
