diff options
| author | 2022-02-04 15:44:23 +0100 | |
|---|---|---|
| committer | 2022-02-04 15:44:23 +0100 | |
| commit | 8698a0da165c842f20fc0feac9cd79ffddc28662 (patch) | |
| tree | d5d527c5eebb34e6ede123c32af79cc9710e31e7 /app/i18n/es/conf.php | |
| parent | 5a891dc0e4d1e5c7d36609bba4bd3df5063b9745 (diff) | |
Improvement: Configuration; Reading Section: Options reordered (#4087)
* Reordering - First Draft
* i18n
* Update conf.php
* Update conf.php
* fixed label for attribute
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index bb453a9d1..d5b25469d 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -130,6 +130,13 @@ return array( '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' => 'Categorías a desarrollar', + 'headline' => array( + 'articles' => 'Articles: Open/Close', // TODO + 'categories' => 'Left navigation: Categories', // TODO + 'mark_as_read' => 'Mark article as read', // TODO + 'misc' => 'Miscellaneous', // TODO + 'view' => 'View', // TODO + ), '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)', |
