aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/es/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-10-21 13:41:16 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-21 13:41:16 +0200
commitaea9ba0d62b86be05e53747c97bfcbc8f4bc4408 (patch)
tree5be022f67f0cd2fab8f7d09113e09608cdddc5aa /app/i18n/es/conf.php
parentad2c6e6fbf3658f08295fb437a0f97e10498eb11 (diff)
New option mark article as read if identical title in category (#6922)
* New mark articles as read if identical title in category fix https://github.com/FreshRSS/FreshRSS/issues/6143 * i18n todo forgotten
Diffstat (limited to 'app/i18n/es/conf.php')
-rw-r--r--app/i18n/es/conf.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index f5d95eec1..0dda347bc 100644
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'cuando ya no está disponible en la fuente de noticias previa',
'upon_reception' => 'al recibir el artículo',
'when' => 'Marcar el artículo como leído…',
- 'when_same_title' => 'Si ya existe un título idéntico en la parte superior <i>n</i> artículos más recientes',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'Si ya existe un título idéntico en la parte superior <i>n</i> artículos más recientes (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Artículos a mostrar',