diff options
| author | 2024-05-19 21:44:18 +0200 | |
|---|---|---|
| committer | 2024-05-19 21:44:18 +0200 | |
| commit | e5118d83e4ff5746d2f19e958bf6d226f0a97aa2 (patch) | |
| tree | 100e94907c6e6b2f358d63f26fee660fd27f9cdd /app/i18n/nl/sub.php | |
| parent | a69b44b94e3d59ee96ab1bbf72d06765e238f8bc (diff) | |
OPML export: Link to documentation (#6441)
* i18n: EN (text improved and link added)
* i18n files
* de translation
* de
* Update app/i18n/fr/sub.php
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
* fix
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/nl/sub.php')
| -rw-r--r-- | app/i18n/nl/sub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/nl/sub.php b/app/i18n/nl/sub.php index b78bcee7f..31afc7f12 100644 --- a/app/i18n/nl/sub.php +++ b/app/i18n/nl/sub.php @@ -68,7 +68,7 @@ return array( 'error' => 'Deze feed heeft problemen. Verifieer a.u.b het doeladres en actualiseer het.', 'export-as-opml' => array( 'download' => 'Downloaden', - 'help' => 'XML-bestand', + 'help' => 'XML-bestand (data subset. <a href="https://freshrss.github.io/FreshRSS/en/developers/OPML.html" target="_blank">See documentation</a>)', // DIRTY 'label' => 'Als OPML exporteren', ), 'filteractions' => array( |
