aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/sub.php
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-04-16 15:52:59 +0200
committerGravatar GitHub <noreply@github.com> 2024-04-16 15:52:59 +0200
commit22172fd5bc4d32f24701f51e621943d6095d27ee (patch)
tree38ef1e270f561880d3ff380c43492956fe7d99cf /app/i18n/es/sub.php
parentbf68205ae3b04ceb927cd0fb98e12f19b1daac37 (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.php5
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