diff options
| author | 2020-02-13 19:22:35 +0200 | |
|---|---|---|
| committer | 2020-02-13 18:22:35 +0100 | |
| commit | d30ac40772ec1b4706922afd8acab8448af39a9e (patch) | |
| tree | 6b7cec8455a542875959a09f7bdcc7a2af285fa1 /app/i18n/de/sub.php | |
| parent | 4ddd1821bb0fc1186937551d59100294b8833727 (diff) | |
Enhance content path feature (#2778)
- Add a maintenance section to be able to clear cache and force reload a feed.
- Add an icon next to path field to show a pop-up with the result of the content path.
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Marien Fressinaud <dev@marienfressinaud.fr>
Diffstat (limited to 'app/i18n/de/sub.php')
| -rw-r--r-- | app/i18n/de/sub.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index 9af3902e4..e40e86e44 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -44,6 +44,13 @@ return array( ), 'information' => 'Information', // TODO - Translation 'keep_min' => 'Minimale Anzahl an Artikeln, die behalten wird', + 'maintenance' => array( + 'clear_cache' => 'Clear cache', // TODO - Translation + 'clear_cache_help' => 'Clear the cache of this feed on disk', // TODO - Translation + 'reload_articles' => 'Reload articles', // TODO - Translation + 'reload_articles_help' => 'Reload articles and fetch complete content', // TODO - Translation + 'title' => 'Maintenance', // TODO - Translation + ), 'moved_category_deleted' => 'Wenn Sie eine Kategorie entfernen, werden deren Feeds automatisch in die Kategorie <em>%s</em> eingefügt.', 'mute' => 'Stumm schalten', 'no_selected' => 'Kein Feed ausgewählt.', @@ -54,6 +61,10 @@ return array( 'normal' => 'Zeige in eigener Kategorie', '_' => 'Sichtbarkeit', ), + 'selector_preview' => array( + 'show_raw' => 'Show source', // TODO - Translation + 'show_rendered' => 'Show content', // TODO - Translation + ), 'show' => array( 'all' => 'Alle Feeds zeigen', 'error' => 'Nur Feeds mit Fehlern zeigen', |
