diff options
| author | 2020-04-16 18:09:54 +0200 | |
|---|---|---|
| committer | 2020-04-16 18:09:54 +0200 | |
| commit | 5ddae689535cb5df7ae4d54f0efc3806d71a266c (patch) | |
| tree | 04e69ba40476786881029117abd64dc2dfba4c9e /app/i18n/es/conf.php | |
| parent | 475feffdbec733b3d3221276217692bed5f8f090 (diff) | |
Option to control which categories to unfold (#2888)
#fix https://github.com/FreshRSS/FreshRSS/issues/2324
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index 3f71a437d..0927c6815 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -103,7 +103,7 @@ return array( 'auto_remove_article' => 'Ocultar artículos tras la lectura', 'confirm_enabled' => 'Mostrar ventana de confirmación al usar la función “marcar todos como leídos”', 'display_articles_unfolded' => 'Mostrar los artículos expandidos por defecto', - 'display_categories_unfolded' => 'Mostrar categorías expandidas por defecto', + 'display_categories_unfolded' => 'Categories to unfold', // TODO - Translation 'hide_read_feeds' => 'Ocultar categorías & fuentes sin artículos no leídos (no funciona con la configuración "Mostrar todos los artículos")', 'img_with_lazyload' => 'Usar el modo de "carga perezosa" para las imágenes', 'jump_next' => 'saltar al siguiente archivo sin leer emparentado (fuente o categoría)', @@ -120,6 +120,9 @@ return array( 'adaptive' => 'Ajustar la visualización', 'all_articles' => 'Mostrar todos los artículos', 'unread' => 'Mostrar solo pendientes', + 'active_category' => 'Active category', // TODO - Translation + 'all_categories' => 'All categories', // TODO - Translation + 'no_category' => 'No category', // TODO - Translation '_' => 'Artículos a mostrar', ), 'sides_close_article' => 'Pinchar fuera del área de texto del artículo lo cerrará', |
