aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-19 10:56:38 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-19 10:56:38 +0200
commita7aca6c0abfd905669004c1e4f7c8328060df27e (patch)
tree3edd507ce9ce0762f0faf3c24108f3b1d24988e7 /app/i18n/es/conf.php
parentdfc89831d4e363f62dea9df71c6b4af21cc7d7c7 (diff)
Improved feed action filters (#3303)
* Re-order some feed options * Option to auto mark as read existing titles * Option to keep at max n unread articles per feed
Diffstat (limited to 'app/i18n/es/conf.php')
-rwxr-xr-xapp/i18n/es/conf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index b05844592..e3fa6e9fe 100755
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'cuando el artículo se abra en su web original',
'article_viewed' => 'cuando se muestre el artículo',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'durante el desplazamiento',
'upon_reception' => 'al recibir el artículo',
'when' => 'Marcar el artículo como leído…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Artículos a mostrar',