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/sub.php | |
| parent | 86dda604313b1b599cc741c25e05957e7218e2de (diff) | |
i18n german translations (#2690)
started translating open todos
Diffstat (limited to 'app/i18n/de/sub.php')
| -rw-r--r-- | app/i18n/de/sub.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index 754ac0866..9ae8b145c 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -17,8 +17,8 @@ return array( 'empty' => 'Leere Kategorie', 'information' => 'Information', 'new' => 'Neue Kategorie', - 'position' => 'Display position', //TODO - Translation - 'position_help' => 'To control category sort order', //TODO - Translation + 'position' => 'Reihenfolge', + 'position_help' => 'Steuert die Kategoriesortierung', 'title' => 'Titel', ), 'feed' => array( @@ -39,8 +39,8 @@ return array( 'empty' => 'Dieser Feed ist leer. Bitte stellen Sie sicher, dass er noch gepflegt wird.', 'error' => 'Dieser Feed ist auf ein Problem gestoßen. Bitte stellen Sie sicher, dass er immer lesbar ist und aktualisieren Sie ihn dann.', 'filteractions' => array( - '_' => 'Filter actions', //TODO - Translation - 'help' => 'Write one search filter per line.', //TODO - Translation + '_' => 'Filteraktionen', + 'help' => 'Ein Suchfilter pro Zeile', ), 'information' => 'Information', 'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird', @@ -56,11 +56,11 @@ return array( ), 'websub' => 'Sofortbenachrichtigung mit WebSub', 'show' => array( - 'all' => 'Show all feeds', //TODO - Translation - 'error' => 'Show only feeds with error', //TODO - Translation + 'all' => 'Alle Feeds zeigen', + 'error' => 'Nur Feeds mit Fehlern zeigen', ), 'showing' => array( - 'error' => 'Showing only feeds with error', //TODO - Translation + 'error' => 'Nur Feeds mit Fehlern zeigen', ), 'ssl_verify' => 'Überprüfe SSL Sicherheit', 'stats' => 'Statistiken', @@ -75,14 +75,14 @@ return array( ), 'firefox' => array( 'documentation' => 'Folge den <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">hier</a> beschriebenen Schritten um FreshRSS zu Deiner Firefox RSS-Reader Liste hinzuzufügen.', - 'obsolete_63' => 'From version 63 and onwards, Firefox has removed the ability to add your own subscription services that are not standalone programs.', //TODO - Translation + 'obsolete_63' => 'Seit Version 63 hat Firefox die Möglichkeit entfernt, Dienste hinzuzufügen, die keine eigenständigen Anwendungen sind.', 'title' => 'Firefox RSS-Reader', ), 'import_export' => array( 'export' => 'Exportieren', 'export_opml' => 'Liste der Feeds exportieren (OPML)', 'export_starred' => 'Ihre Favoriten exportieren', - 'export_labelled' => 'Export your labelled articles', //TODO + 'export_labelled' => 'Artikel mit Labeln exportieren', 'feed_list' => 'Liste von %s Artikeln', 'file_to_import' => 'Zu importierende Datei<br />(OPML, JSON oder ZIP)', 'file_to_import_no_zip' => 'Zu importierende Datei<br />(OPML oder JSON)', |
