diff options
| author | 2024-04-16 15:52:59 +0200 | |
|---|---|---|
| committer | 2024-04-16 15:52:59 +0200 | |
| commit | 22172fd5bc4d32f24701f51e621943d6095d27ee (patch) | |
| tree | 38ef1e270f561880d3ff380c43492956fe7d99cf /app/i18n/de/sub.php | |
| parent | bf68205ae3b04ceb927cd0fb98e12f19b1daac37 (diff) | |
Download feed configs as opml: button (#6312)
* button in feed configs
* i18n
* naming download file: added .opml
* .opml.xml
* i18n fr
* Fix i18n en-GB
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/sub.php')
| -rw-r--r-- | app/i18n/de/sub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index ba6309757..6d609226e 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -66,6 +66,11 @@ return array( 'description' => 'Beschreibung', '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.', + 'export-as-opml' => array( + 'download' => 'Download', // TODO + 'help' => 'XML file', // TODO + 'label' => 'Export as OPML', // TODO + ), 'filteractions' => array( '_' => 'Filteraktionen', 'help' => 'Ein Suchfilter pro Zeile. Operatoren <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">siehe Dokumentation</a>.', |
