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/es/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/es/sub.php')
| -rw-r--r-- | app/i18n/es/sub.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/i18n/es/sub.php b/app/i18n/es/sub.php index e466472ca..c96230ce8 100644 --- a/app/i18n/es/sub.php +++ b/app/i18n/es/sub.php @@ -66,6 +66,11 @@ return array( 'description' => 'Descripción', 'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.', 'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.', + 'export-as-opml' => array( + 'download' => 'Download', // TODO + 'help' => 'XML file', // TODO + 'label' => 'Export as OPML', // TODO + ), 'filteractions' => array( '_' => 'Filtrar acciones', 'help' => 'Escribir un filtro de búsqueda por línea. Operators <a href="https://freshrss.github.io/FreshRSS/en/users/10_filter.html#with-the-search-field" target="_blank">see documentation</a>.', // DIRTY |
