diff options
| author | 2022-10-13 08:56:22 +0200 | |
|---|---|---|
| committer | 2022-10-13 08:56:22 +0200 | |
| commit | 8333dd972b579d9b5d214f8d7e2afcbf2e87425e (patch) | |
| tree | 535cbb72f5b6f70ae57d149f0e426c56ca2952cd /app/i18n/es/conf.php | |
| parent | ea283a16fc2b902370bd809bc19e487db771905d (diff) | |
i18n typographic quotes (#4714)
* i18n typographic quotes
* Missing whitespace
* Update app/i18n/nl/conf.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
* Fix German-style typographic quotes
* Fix missing closing ”
* Fix Dutch quotes
* French typography
* <em>lazy load</em>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/es/conf.php')
| -rwxr-xr-x | app/i18n/es/conf.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index 502a55182..c7b41a5da 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -106,15 +106,15 @@ return array( 'type' => 'Tipo', ), 'get_all' => 'Mostrar todos los artículos', - 'get_category' => 'Mostrar la categoría "%s"', + 'get_category' => 'Mostrar la categoría “%s”', 'get_favorite' => 'Mostrar artículos favoritos', - 'get_feed' => 'Mostrar fuente "%s"', + 'get_feed' => 'Mostrar fuente “%s”', 'name' => 'Nombre', 'no_filter' => 'Sin filtro', 'number' => 'Consulta n° %d', 'order_asc' => 'Mostrar primero los artículos más antiguos', 'order_desc' => 'Mostrar primero los artículos más recientes', - 'search' => 'Buscar "%s"', + 'search' => 'Buscar “%s”', 'state_0' => 'Mostrar todos los artículos', 'state_1' => 'Mostrar artículos leídos', 'state_2' => 'Mostrar artículos pendientes', @@ -177,8 +177,8 @@ return array( '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', + '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)', 'mark_updated_article_unread' => 'Marcar artículos actualizados como no leídos', 'number_divided_when_reader' => 'Dividido en 2 en la vista de lectura.', |
