diff options
| author | 2018-10-23 22:50:54 +0200 | |
|---|---|---|
| committer | 2018-10-23 22:50:54 +0200 | |
| commit | 0928467ce3a58ffce5c6216012206e8c2142ad12 (patch) | |
| tree | b6c17e92267ab029d6eb1b2604ca1317c30bf203 | |
| parent | 6e17fa899575ecb1d2c6fc5610559613593db619 (diff) | |
Fixed the TODOs (#2073)
* Fixed the TODOs
* Remove trailing whitespace
| -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', |
