diff options
| -rw-r--r-- | app/i18n/de/sub.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index e3c2991d9..6a1100dba 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -45,10 +45,10 @@ return array( 'main_stream' => 'In Haupt-Feeds zeigen', 'normal' => 'Zeige in eigener Kategorie', ), - 'ssl_verify' => 'Verify SSL security', //TODO + 'ssl_verify' => 'Überprüfe SSL Sicherheit', 'stats' => 'Statistiken', 'think_to_add' => 'Sie können Feeds hinzufügen.', - 'timeout' => 'Timeout in seconds', //TODO + 'timeout' => 'Zeitlimit in Sekunden', 'title' => 'Titel', 'title_add' => 'Einen RSS-Feed hinzufügen', 'ttl' => 'Aktualisiere automatisch nicht öfter als', |
