diff options
| author | 2018-10-17 18:03:50 +0200 | |
|---|---|---|
| committer | 2018-10-17 18:03:50 +0200 | |
| commit | 0aecf442946f7aa618fcc759f79807cd81346dc4 (patch) | |
| tree | 403faeff60c72f61299eba66f2f1701d92be9060 /app/i18n/de/sub.php | |
| parent | dfff5f21886ed023962aa8087a11222fe3c3f995 (diff) | |
Option to force clear cache (#2052)
https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
Diffstat (limited to 'app/i18n/de/sub.php')
| -rw-r--r-- | app/i18n/de/sub.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index 0ba818c69..ff5c11d2b 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -27,6 +27,7 @@ return array( 'password' => 'HTTP-Passwort', 'username' => 'HTTP-Nutzername', ), + 'clear_cache' => 'Always clear cache', //TODO 'css_help' => 'Ruft gekürzte RSS-Feeds ab (Achtung, benötigt mehr Zeit!)', 'css_path' => 'Pfad zur CSS-Datei des Artikels auf der Original-Webseite', 'description' => 'Beschreibung', |
