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/fr/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/fr/sub.php')
| -rw-r--r-- | app/i18n/fr/sub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php index f9c78c583..7c0d56122 100644 --- a/app/i18n/fr/sub.php +++ b/app/i18n/fr/sub.php @@ -66,6 +66,11 @@ return array( 'description' => 'Description', // IGNORE 'empty' => 'Ce flux est vide. Veuillez vérifier qu’il est toujours maintenu.', 'error' => 'Ce flux a rencontré un problème. Veuillez vérifier qu’il est toujours accessible puis actualisez-le.', + 'export-as-opml' => array( + 'download' => 'Télécharger', + 'help' => 'Fichier XML', + 'label' => 'Exporter en OPML', + ), 'filteractions' => array( '_' => 'Filtres d’action', 'help' => 'Écrivez une recherche par ligne. Voir la <a href="https://freshrss.github.io/FreshRSS/fr/users/03_Main_view.html#gr%C3%A2ce-au-champ-de-recherche" target="_blank">documentation des opérateurs</a>.', |
