From dcad60284c4aa8c7f90a558f788efcae23a13d2a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 7 Jan 2021 18:18:22 +0300 Subject: translations: rebase, add T_nsprintf --- locale/es_LA/LC_MESSAGES/messages.po | 1440 ++++++++++++++++++++-------------- 1 file changed, 848 insertions(+), 592 deletions(-) (limited to 'locale/es_LA/LC_MESSAGES/messages.po') diff --git a/locale/es_LA/LC_MESSAGES/messages.po b/locale/es_LA/LC_MESSAGES/messages.po index 75a5ddfd6..3ab91a55a 100644 --- a/locale/es_LA/LC_MESSAGES/messages.po +++ b/locale/es_LA/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: tt-rss git\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-10-15 16:27+0300\n" +"POT-Creation-Date: 2021-01-07 18:17+0300\n" "Last-Translator: Brendan \n" "Language-Team: OpenSRS brendan@tucows.com>\n" "Language: es_LA\n" @@ -44,43 +44,53 @@ msgstr "3 meses de antigüedad" msgid "Default interval" msgstr "Intervalo por defecto" -#: backend.php:67 backend.php:77 +#: backend.php:67 +#: backend.php:77 msgid "Disable updates" msgstr "Desactivar actualizaciones" -#: backend.php:68 backend.php:78 +#: backend.php:68 +#: backend.php:78 #, fuzzy msgid "15 minutes" msgstr "Cada 15 minutos" -#: backend.php:69 backend.php:79 +#: backend.php:69 +#: backend.php:79 #, fuzzy msgid "30 minutes" msgstr "Cada 30 minutos" -#: backend.php:70 backend.php:80 +#: backend.php:70 +#: backend.php:80 msgid "Hourly" msgstr "Cada hora" -#: backend.php:71 backend.php:81 +#: backend.php:71 +#: backend.php:81 #, fuzzy msgid "4 hours" msgstr "Cada 4 horas" -#: backend.php:72 backend.php:82 +#: backend.php:72 +#: backend.php:82 #, fuzzy msgid "12 hours" msgstr "Cada 12 horas" -#: backend.php:73 backend.php:83 +#: backend.php:73 +#: backend.php:83 msgid "Daily" msgstr "Diariamente" -#: backend.php:74 backend.php:84 +#: backend.php:74 +#: backend.php:84 msgid "Weekly" msgstr "Semanalmente" -#: backend.php:87 classes/pref/users.php:47 classes/pref/system.php:52 +#: backend.php:87 +#: classes/pref/users.php:47 +#: classes/pref/system.php:68 msgid "User" msgstr "Usuario" @@ -92,319 +102,360 @@ msgstr "Usuario con poder" msgid "Administrator" msgstr "Administrador" -#: errors.php:9 -msgid "" -"This program requires XmlHttpRequest to function properly. Your browser " -"doesn't seem to support it." +#: errors.php:10 +msgid "This program requires XmlHttpRequest to function properly. Your browser doesn't seem to support it." msgstr "" -#: errors.php:12 -msgid "" -"This program requires cookies to function properly. Your browser doesn't " -"seem to support them." +#: errors.php:13 +msgid "This program requires cookies to function properly. Your browser doesn't seem to support them." msgstr "" -#: errors.php:15 +#: errors.php:16 msgid "Backend sanity check failed." msgstr "La comprobación de validez del Backend ha fallado." -#: errors.php:17 +#: errors.php:18 msgid "Frontend sanity check failed." msgstr "La comprobación de validez del Frontend ha fallado." -#: errors.php:19 -msgid "" -"Incorrect database schema version. <a href='db-updater.php'>Please " -"update</a>." +#: errors.php:20 +msgid "Incorrect database schema version. <a href='db-updater.php'>Please update</a>." msgstr "" -#: errors.php:21 +#: errors.php:22 msgid "Request not authorized." msgstr "Petición no autorizada." -#: errors.php:23 +#: errors.php:24 msgid "No operation to perform." msgstr "Ninguna operación a realizar." -#: errors.php:25 -msgid "" -"Could not display feed: query failed. Please check label match syntax or " -"local configuration." +#: errors.php:26 +msgid "Could not display feed: query failed. Please check label match syntax or local configuration." msgstr "" -#: errors.php:27 +#: errors.php:28 msgid "Denied. Your access level is insufficient to access this page." msgstr "" -#: errors.php:29 +#: errors.php:30 msgid "Configuration check failed" msgstr "La comprobación de la configuración ha fallado." -#: errors.php:31 -msgid "" -"Your version of MySQL is not currently supported. Please see official site " -"for more information." +#: errors.php:32 +msgid "Your version of MySQL is not currently supported. Please see official site for more information." msgstr "" -#: errors.php:35 +#: errors.php:36 msgid "SQL escaping test failed, check your database and PHP configuration" msgstr "" -#: errors.php:37 +#: errors.php:38 #, fuzzy msgid "Method not found" msgstr "Fuente no encontrada." -#: errors.php:39 +#: errors.php:40 #, fuzzy msgid "Plugin not found" msgstr "Usuario no encontrado" -#: errors.php:41 +#: errors.php:42 msgid "Encoding data as JSON failed" msgstr "" -#: index.php:136 index.php:151 index.php:274 prefs.php:121 -#: classes/pref/filters.php:796 classes/pref/labels.php:281 -#: classes/pref/feeds.php:1269 js/App.js:318 js/CommonDialogs.js:299 -#: js/CommonDialogs.js:379 js/Feeds.js:359 js/Feeds.js:437 js/Headlines.js:306 -#: js/PrefFeedTree.js:127 js/PrefFeedTree.js:134 js/PrefFeedTree.js:251 -#: js/PrefFeedTree.js:320 js/PrefFilterTree.js:98 js/PrefHelpers.js:26 -#: js/PrefHelpers.js:38 js/PrefHelpers.js:62 js/PrefHelpers.js:111 -#: js/PrefHelpers.js:184 plugins/af_readability/init.js:17 +#: index.php:139 +#: index.php:154 +#: index.php:277 +#: prefs.php:124 +#: classes/pref/filters.php:788 +#: classes/pref/labels.php:281 +#: classes/pref/feeds.php:1298 +#: js/App.js:318 +#: js/CommonDialogs.js:299 +#: js/CommonDialogs.js:379 +#: js/Feeds.js:359 +#: js/Feeds.js:437 +#: js/Headlines.js:315 +#: js/PrefFeedTree.js:127 +#: js/PrefFeedTree.js:134 +#: js/PrefFeedTree.js:251 +#: js/PrefFeedTree.js:320 +#: js/PrefFilterTree.js:98 +#: js/PrefHelpers.js:26 +#: js/PrefHelpers.js:38 +#: js/PrefHelpers.js:62 +#: js/PrefHelpers.js:111 +#: js/PrefHelpers.js:184 +#: plugins/af_readability/init.js:17 msgid "Loading, please wait..." msgstr "Cargando. Por favor, espere..." -#: index.php:165 js/App.js:415 js/App.js:421 +#: index.php:168 +#: js/App.js:415 +#: js/App.js:421 msgid "Communication problem with server." msgstr "Problema de comunicación con el servidor." -#: index.php:168 +#: index.php:171 msgid "Recent entries found in event log." msgstr "" -#: index.php:171 +#: index.php:174 msgid "Updates are available from Git." msgstr "" -#: index.php:185 +#: index.php:188 msgid "Show articles" msgstr "Mostrar artículos" -#: index.php:188 +#: index.php:191 msgid "Adaptive" msgstr "Adaptable" -#: index.php:189 +#: index.php:192 msgid "All Articles" msgstr "Todos" -#: index.php:190 classes/rpc.php:807 classes/feeds.php:74 +#: index.php:193 +#: classes/rpc.php:807 +#: classes/feeds.php:77 msgid "Starred" msgstr "Favoritos" -#: index.php:191 classes/rpc.php:808 classes/feeds.php:75 +#: index.php:194 +#: classes/rpc.php:808 +#: classes/feeds.php:78 msgid "Published" msgstr "Publicados" -#: index.php:192 classes/feeds.php:67 classes/feeds.php:73 +#: index.php:195 +#: classes/feeds.php:70 +#: classes/feeds.php:76 msgid "Unread" msgstr "Sin leer" -#: index.php:193 +#: index.php:196 msgid "With Note" msgstr "Con anotación" -#: index.php:194 +#: index.php:197 msgid "Ignore Scoring" msgstr "Ignorar la puntuación" -#: index.php:197 +#: index.php:200 msgid "Sort articles" msgstr "Ordenar artículos" -#: index.php:201 +#: index.php:204 msgid "Default" msgstr "Predeterminado" -#: index.php:202 +#: index.php:205 msgid "Newest first" msgstr "Recientes primero" -#: index.php:203 +#: index.php:206 msgid "Oldest first" msgstr "Antiguos primero" -#: index.php:204 +#: index.php:207 msgid "Title" msgstr "Título" -#: index.php:216 index.php:250 classes/rpc.php:795 classes/feeds.php:79 -#: js/FeedTree.js:89 js/FeedTree.js:119 +#: index.php:219 +#: index.php:253 +#: classes/rpc.php:795 +#: classes/feeds.php:82 +#: js/FeedTree.js:89 +#: js/FeedTree.js:119 msgid "Mark as read" msgstr "Marcar como leído" -#: index.php:219 +#: index.php:222 msgid "Older than one day" msgstr "Más de un día" -#: index.php:222 +#: index.php:225 msgid "Older than one week" msgstr "Más de una semana" -#: index.php:225 +#: index.php:228 msgid "Older than two weeks" msgstr "Más de dos semanas" -#: index.php:240 +#: index.php:243 msgid "Actions..." msgstr "Acciones..." -#: index.php:243 +#: index.php:246 msgid "Preferences..." msgstr "Preferencias..." -#: index.php:244 +#: index.php:247 msgid "Search..." msgstr "Buscar..." -#: index.php:245 +#: index.php:248 msgid "Feed actions:" msgstr "Acciones de la fuente:" -#: index.php:246 classes/handler/public.php:781 +#: index.php:249 +#: classes/handler/public.php:781 msgid "Subscribe to feed..." msgstr "Suscribirse a una fuente..." -#: index.php:247 +#: index.php:250 msgid "Edit this feed..." msgstr "Editar esta fuente..." -#: index.php:248 classes/pref/feeds.php:797 classes/pref/feeds.php:1242 +#: index.php:251 +#: classes/pref/feeds.php:814 +#: classes/pref/feeds.php:1271 #: js/PrefFeedTree.js:63 msgid "Unsubscribe" msgstr "Cancelar la suscripción" -#: index.php:249 +#: index.php:252 msgid "All feeds:" msgstr "Todas las fuentes:" -#: index.php:251 +#: index.php:254 msgid "(Un)hide read feeds" msgstr "Ocultar/mostrar fuentes leídas" -#: index.php:252 +#: index.php:255 msgid "Other actions:" msgstr "Otras acciones:" -#: index.php:253 classes/rpc.php:781 +#: index.php:256 +#: classes/rpc.php:781 msgid "Toggle widescreen mode" msgstr "Alternar modo de pantalla ancha" -#: index.php:254 +#: index.php:257 msgid "Keyboard shortcuts help" msgstr "Ayuda para atajos de teclado" -#: index.php:263 +#: index.php:266 msgid "Logout" msgstr "Cerrar sesión" -#: prefs.php:31 prefs.php:138 classes/rpc.php:811 classes/pref/prefs.php:558 +#: prefs.php:31 +#: prefs.php:141 +#: classes/rpc.php:811 +#: classes/pref/prefs.php:568 msgid "Preferences" msgstr "Preferencias" -#: prefs.php:130 +#: prefs.php:133 msgid "Keyboard shortcuts" msgstr "Atajos de teclado" -#: prefs.php:131 +#: prefs.php:134 msgid "Exit preferences" msgstr "Salir de las preferencias" -#: prefs.php:141 classes/pref/prefs.php:28 classes/pref/feeds.php:127 -#: classes/pref/feeds.php:1177 classes/pref/feeds.php:1231 +#: prefs.php:144 +#: classes/pref/prefs.php:28 +#: classes/pref/feeds.php:127 +#: classes/pref/feeds.php:1205 +#: classes/pref/feeds.php:1260 msgid "Feeds" msgstr "Fuentes" -#: prefs.php:145 classes/pref/filters.php:240 +#: prefs.php:148 +#: classes/pref/filters.php:240 msgid "Filters" msgstr "Filtros" -#: prefs.php:149 classes/pref/labels.php:85 classes/feeds.php:1377 +#: prefs.php:152 +#: classes/pref/labels.php:85 +#: classes/feeds.php:1431 msgid "Labels" msgstr "Marcadores" -#: prefs.php:154 +#: prefs.php:157 msgid "Users" msgstr "Usuarios" -#: prefs.php:157 +#: prefs.php:160 msgid "System" msgstr "Sistema" -#: register.php:183 include/login_form.php:178 +#: register.php:186 +#: include/login_form.php:182 msgid "Create new account" msgstr "Crear nueva cuenta" -#: register.php:189 +#: register.php:192 msgid "New user registrations are administratively disabled." msgstr "" -#: register.php:193 register.php:238 register.php:251 register.php:266 -#: register.php:285 register.php:332 register.php:342 register.php:354 -#: classes/handler/public.php:799 classes/handler/public.php:849 -#: classes/handler/public.php:873 classes/handler/public.php:965 -#: classes/handler/public.php:995 classes/handler/public.php:1068 -#: classes/handler/public.php:1165 classes/handler/public.php:1177 -#: classes/handler/public.php:1182 classes/handler/public.php:1206 +#: register.php:196 +#: register.php:241 +#: register.php:254 +#: register.php:269 +#: register.php:288 +#: register.php:335 +#: register.php:345 +#: register.php:357 +#: classes/handler/public.php:799 +#: classes/handler/public.php:849 +#: classes/handler/public.php:873 +#: classes/handler/public.php:965 +#: classes/handler/public.php:995 +#: classes/handler/public.php:1068 +#: classes/handler/public.php:1165 +#: classes/handler/public.php:1177 +#: classes/handler/public.php:1182 +#: classes/handler/public.php:1206 #, fuzzy msgid "Return to Tiny Tiny RSS" msgstr "Actualizar Tiny Tiny RSS" -#: register.php:214 -msgid "" -"Your temporary password will be sent to the specified email. Accounts, which " -"were not logged in once, are erased automatically 24 hours after temporary " -"password is sent." +#: register.php:217 +msgid "Your temporary password will be sent to the specified email. Accounts, which were not logged in once, are erased automatically 24 hours after temporary password is sent." msgstr "" -#: register.php:220 +#: register.php:223 msgid "Desired login:" msgstr "Nombre de usuario deseado:" -#: register.php:223 +#: register.php:226 msgid "Check availability" msgstr "Comprobar la disponibilidad" -#: register.php:225 classes/handler/public.php:980 +#: register.php:228 +#: classes/handler/public.php:980 msgid "Email:" msgstr "Correo electrónico:" -#: register.php:228 +#: register.php:231 msgid "How much is two plus two:" msgstr "" -#: register.php:231 +#: register.php:234 msgid "Submit registration" msgstr "Enviar solicitud de registro" -#: register.php:249 +#: register.php:252 msgid "Your registration information is incomplete." msgstr "" -#: register.php:264 +#: register.php:267 msgid "Sorry, this username is already taken." msgstr "" -#: register.php:283 +#: register.php:286 msgid "Registration failed." msgstr "El registro ha fallado." -#: register.php:329 +#: register.php:332 msgid "Account created successfully." msgstr "Cuenta creada correctamente." -#: register.php:351 +#: register.php:354 msgid "New user registrations are currently closed." msgstr "" @@ -412,60 +463,72 @@ msgstr "" msgid "Tiny Tiny RSS data update script." msgstr "" -#: include/controls.php:85 classes/pref/filters.php:209 -#: classes/pref/filters.php:220 classes/pref/filters.php:535 +#: include/controls.php:85 +#: classes/pref/filters.php:209 +#: classes/pref/filters.php:220 +#: classes/pref/filters.php:535 msgid "All feeds" msgstr "Todas las fuentes" -#: include/controls.php:138 include/controls.php:230 classes/opml.php:544 -#: classes/pref/feeds.php:246 classes/feeds.php:1389 classes/digest.php:124 +#: include/controls.php:138 +#: include/controls.php:230 +#: classes/opml.php:544 +#: classes/pref/feeds.php:247 +#: classes/feeds.php:1443 +#: classes/digest.php:124 msgid "Uncategorized" msgstr "Sin clasificar" -#: include/functions.php:95 +#: include/functions.php:102 msgid "Detect automatically" msgstr "" -#: include/login_form.php:104 classes/pref/users.php:55 -#: classes/handler/public.php:640 classes/handler/public.php:975 +#: include/login_form.php:108 +#: classes/pref/users.php:55 +#: classes/handler/public.php:640 +#: classes/handler/public.php:975 msgid "Login:" msgstr "Nombre de usuario:" -#: include/login_form.php:113 classes/handler/public.php:647 +#: include/login_form.php:117 +#: classes/handler/public.php:647 msgid "Password:" msgstr "Contraseña:" -#: include/login_form.php:125 +#: include/login_form.php:129 msgid "I forgot my password" msgstr "Olvidé mi contraseña" -#: include/login_form.php:130 +#: include/login_form.php:134 msgid "Profile:" msgstr "Perfil:" -#: include/login_form.php:133 classes/rpc.php:69 classes/pref/prefs.php:1218 +#: include/login_form.php:137 +#: classes/rpc.php:69 +#: classes/pref/prefs.php:1241 #: classes/handler/public.php:272 msgid "Default profile" msgstr "Perfil por defecto" -#: include/login_form.php:142 +#: include/login_form.php:146 msgid "Use less traffic" msgstr "Usar menos tráfico" -#: include/login_form.php:146 +#: include/login_form.php:150 msgid "Does not display images in articles, reduces automatic refreshes." msgstr "" -#: include/login_form.php:154 +#: include/login_form.php:158 #, fuzzy msgid "Safe mode (no plugins)" msgstr "Plugins de sistema" -#: include/login_form.php:163 +#: include/login_form.php:167 msgid "Remember me" msgstr "Recordarme" -#: include/login_form.php:174 classes/handler/public.php:660 +#: include/login_form.php:178 +#: classes/handler/public.php:660 msgid "Log in" msgstr "Iniciar sesión" @@ -493,36 +556,52 @@ msgstr "Artículo no encontrado." msgid "Tags for this article (separated by commas):" msgstr "" -#: classes/article.php:182 classes/pref/users.php:114 -#: classes/pref/filters.php:507 classes/pref/labels.php:73 -#: classes/pref/feeds.php:798 classes/pref/feeds.php:952 -#: plugins/af_readability/init.php:102 plugins/note/init.php:53 -#: plugins/af_redditimgur/init.php:69 plugins/af_psql_trgm/init.php:197 -#: plugins/nsfw/init.php:86 plugins/af_proxy_http/init.php:232 +#: classes/article.php:182 +#: classes/pref/users.php:114 +#: classes/pref/filters.php:507 +#: classes/pref/labels.php:73 +#: classes/pref/feeds.php:815 +#: classes/pref/feeds.php:980 +#: plugins/af_readability/init.php:103 +#: plugins/note/init.php:53 +#: plugins/af_redditimgur/init.php:81 +#: plugins/af_psql_trgm/init.php:197 +#: plugins/nsfw/init.php:86 +#: plugins/af_proxy_http/init.php:232 #: plugins/mail/init.php:66 msgid "Save" msgstr "Guardar" -#: classes/article.php:184 classes/pref/users.php:116 -#: classes/pref/filters.php:510 classes/pref/filters.php:932 -#: classes/pref/filters.php:1011 classes/pref/filters.php:1104 -#: classes/pref/labels.php:75 classes/pref/prefs.php:1171 -#: classes/pref/prefs.php:1268 classes/pref/feeds.php:799 -#: classes/pref/feeds.php:955 classes/pref/feeds.php:1684 classes/feeds.php:698 -#: classes/feeds.php:739 classes/handler/public.php:618 -#: plugins/note/init.php:55 plugins/mail/init.php:182 +#: classes/article.php:184 +#: classes/pref/users.php:116 +#: classes/pref/filters.php:510 +#: classes/pref/filters.php:924 +#: classes/pref/filters.php:1003 +#: classes/pref/filters.php:1096 +#: classes/pref/labels.php:75 +#: classes/pref/prefs.php:1194 +#: classes/pref/prefs.php:1291 +#: classes/pref/feeds.php:816 +#: classes/pref/feeds.php:983 +#: classes/pref/feeds.php:1713 +#: classes/feeds.php:743 +#: classes/feeds.php:784 +#: classes/handler/public.php:618 +#: plugins/note/init.php:55 +#: plugins/mail/init.php:182 msgid "Cancel" msgstr "Cancelar" -#: classes/article.php:268 classes/article.php:534 +#: classes/article.php:273 +#: classes/article.php:539 msgid "no tags" msgstr "sin etiquetas" -#: classes/article.php:378 +#: classes/article.php:383 msgid "unknown type" msgstr "tipo desconocido" -#: classes/article.php:455 +#: classes/article.php:460 msgid "Attachments" msgstr "Adjuntos" @@ -587,15 +666,18 @@ msgstr "Cancelar búsqueda" msgid "Article" msgstr "Artículo" -#: classes/rpc.php:766 js/Headlines.js:1246 +#: classes/rpc.php:766 +#: js/Headlines.js:1266 msgid "Toggle starred" msgstr "Alternar favoritos" -#: classes/rpc.php:767 js/Headlines.js:1258 +#: classes/rpc.php:767 +#: js/Headlines.js:1278 msgid "Toggle published" msgstr "Alternar publicados" -#: classes/rpc.php:768 js/Headlines.js:1233 +#: classes/rpc.php:768 +#: js/Headlines.js:1253 msgid "Toggle unread" msgstr "Alternar sin leer" @@ -607,11 +689,13 @@ msgstr "Editar etiquetas" msgid "Open in new window" msgstr "Abrir en nueva ventana" -#: classes/rpc.php:771 js/Headlines.js:1279 +#: classes/rpc.php:771 +#: js/Headlines.js:1299 msgid "Mark below as read" msgstr "Marcar artículos posteriores como leídos" -#: classes/rpc.php:772 js/Headlines.js:1272 +#: classes/rpc.php:772 +#: js/Headlines.js:1292 msgid "Mark above as read" msgstr "Marcar artículos anteriores como leídos" @@ -682,7 +766,9 @@ msgstr "Invertir selección" msgid "Deselect everything" msgstr "Deseleccionar todo" -#: classes/rpc.php:790 classes/pref/feeds.php:529 classes/pref/feeds.php:818 +#: classes/rpc.php:790 +#: classes/pref/feeds.php:529 +#: classes/pref/feeds.php:835 msgid "Feed" msgstr "Fuente" @@ -694,12 +780,15 @@ msgstr "Actualizar la fuente activa" msgid "Un/hide read feeds" msgstr "Ocultar/mostrar fuentes leídas" -#: classes/rpc.php:793 classes/pref/feeds.php:1234 +#: classes/rpc.php:793 +#: classes/pref/feeds.php:1263 msgid "Subscribe to feed" msgstr "Suscribirse a una fuente" -#: classes/rpc.php:794 js/PrefFeedTree.js:57 js/FeedTree.js:96 -#: js/Headlines.js:1402 +#: classes/rpc.php:794 +#: js/PrefFeedTree.js:57 +#: js/FeedTree.js:96 +#: js/Headlines.js:1422 msgid "Edit feed" msgstr "Editar fuente" @@ -720,7 +809,8 @@ msgstr "Depurar la actualización de fuentes" msgid "Debug viewfeed()" msgstr "Depurar la actualización de fuentes" -#: classes/rpc.php:800 js/FeedTree.js:144 +#: classes/rpc.php:800 +#: js/FeedTree.js:144 #, fuzzy msgid "Mark all feeds as read" msgstr "Marcar fuente como leída" @@ -742,7 +832,8 @@ msgstr "Alternar modo combinado" msgid "Go to" msgstr "Ir a" -#: classes/rpc.php:805 classes/feeds.php:1245 +#: classes/rpc.php:805 +#: classes/feeds.php:1299 msgid "All articles" msgstr "Todos" @@ -750,11 +841,14 @@ msgstr "Todos" msgid "Fresh" msgstr "Reciente" -#: classes/rpc.php:809 classes/feeds.php:1249 +#: classes/rpc.php:809 +#: classes/feeds.php:1303 msgid "Recently read" msgstr "Leídos recientemente" -#: classes/rpc.php:810 js/App.js:1094 js/App.js:1171 +#: classes/rpc.php:810 +#: js/App.js:1098 +#: js/App.js:1175 msgid "Tag cloud" msgstr "Nube de etiquetas" @@ -762,11 +856,13 @@ msgstr "Nube de etiquetas" msgid "Other" msgstr "Otro" -#: classes/rpc.php:813 classes/pref/labels.php:266 +#: classes/rpc.php:813 +#: classes/pref/labels.php:266 msgid "Create label" msgstr "Crear marcador" -#: classes/rpc.php:814 classes/pref/filters.php:775 +#: classes/rpc.php:814 +#: classes/pref/filters.php:767 msgid "Create filter" msgstr "Crear filtro" @@ -778,10 +874,17 @@ msgstr "Mostrar/ocultar la barra lateral" msgid "Show help dialog" msgstr "Mostrar el diálogo de ayuda" -#: classes/dlg.php:30 classes/dlg.php:57 classes/dlg.php:89 classes/dlg.php:153 -#: classes/dlg.php:187 classes/dlg.php:204 classes/pref/filters.php:172 -#: classes/pref/feeds.php:1495 classes/pref/feeds.php:1555 -#: classes/backend.php:87 plugins/af_psql_trgm/init.php:111 +#: classes/dlg.php:30 +#: classes/dlg.php:57 +#: classes/dlg.php:89 +#: classes/dlg.php:153 +#: classes/dlg.php:187 +#: classes/dlg.php:204 +#: classes/pref/filters.php:172 +#: classes/pref/feeds.php:1524 +#: classes/pref/feeds.php:1584 +#: classes/backend.php:87 +#: plugins/af_psql_trgm/init.php:111 #: plugins/share/init.php:133 msgid "Close this window" msgstr "Cerrar esta ventana" @@ -791,26 +894,23 @@ msgstr "Cerrar esta ventana" msgid "Your Public OPML URL is:" msgstr "URL del archivo OPML público" -#: classes/dlg.php:54 classes/dlg.php:184 plugins/share/init.php:130 +#: classes/dlg.php:54 +#: classes/dlg.php:184 +#: plugins/share/init.php:130 msgid "Generate new URL" msgstr "Generar URL nueva" #: classes/dlg.php:68 -msgid "" -"Update daemon is enabled in configuration, but daemon process is not " -"running, which prevents all feeds from updating. Please start the daemon " -"process or contact instance owner." +msgid "Update daemon is enabled in configuration, but daemon process is not running, which prevents all feeds from updating. Please start the daemon process or contact instance owner." msgstr "" -#: classes/dlg.php:72 classes/dlg.php:81 +#: classes/dlg.php:72 +#: classes/dlg.php:81 msgid "Last update:" msgstr "Última actualización:" #: classes/dlg.php:77 -msgid "" -"Update daemon is taking too long to perform a feed update. This could " -"indicate a problem like crash or a hang. Please check the daemon process or " -"contact instance owner." +msgid "Update daemon is taking too long to perform a feed update. This could indicate a problem like crash or a hang. Please check the daemon process or contact instance owner." msgstr "" #: classes/dlg.php:170 @@ -818,18 +918,20 @@ msgstr "" msgid "%s can be accessed via the following secret URL:" msgstr "" -#: classes/dlg.php:181 classes/pref/filters.php:1005 classes/pref/prefs.php:768 -#: classes/pref/prefs.php:879 classes/pref/prefs.php:913 -#: classes/pref/prefs.php:959 classes/pref/prefs.php:974 +#: classes/dlg.php:181 +#: classes/pref/filters.php:997 +#: classes/pref/prefs.php:791 +#: classes/pref/prefs.php:902 +#: classes/pref/prefs.php:936 +#: classes/pref/prefs.php:982 +#: classes/pref/prefs.php:997 #: plugins/bookmarklets/init.php:45 #, fuzzy msgid "More info..." msgstr "más información" #: classes/dlg.php:196 -msgid "" -"You are using default tt-rss password. Please change it in the Preferences " -"(Personal data / Authentication)." +msgid "You are using default tt-rss password. Please change it in the Preferences (Personal data / Authentication)." msgstr "" #: classes/dlg.php:201 @@ -837,7 +939,8 @@ msgstr "" msgid "Open Preferences" msgstr "Preferencias" -#: classes/opml.php:28 classes/opml.php:32 +#: classes/opml.php:28 +#: classes/opml.php:32 msgid "OPML Utility" msgstr "Utilidad OPML" @@ -905,7 +1008,8 @@ msgstr "" msgid "Error while parsing document." msgstr "Error mientras se analizaba el documento." -#: classes/pref/users.php:6 classes/pref/system.php:8 +#: classes/pref/users.php:6 +#: classes/pref/system.php:8 msgid "Your access level is insufficient to open this tab." msgstr "" @@ -914,8 +1018,10 @@ msgstr "" msgid "Edit user" msgstr "Editar regla" -#: classes/pref/users.php:63 classes/pref/feeds.php:651 -#: classes/pref/feeds.php:886 classes/pref/feeds.php:1665 +#: classes/pref/users.php:63 +#: classes/pref/feeds.php:668 +#: classes/pref/feeds.php:914 +#: classes/pref/feeds.php:1694 #: plugins/auth_internal/init.php:69 msgid "Authentication" msgstr "Autenticación" @@ -924,18 +1030,22 @@ msgstr "Autenticación" msgid "Access level: " msgstr "Nivel de acceso: " -#: classes/pref/users.php:82 classes/pref/prefs.php:388 +#: classes/pref/users.php:82 +#: classes/pref/prefs.php:398 #, fuzzy msgid "New password:" msgstr "Nueva contraseña" -#: classes/pref/users.php:90 classes/pref/filters.php:457 -#: classes/pref/filters.php:903 classes/pref/feeds.php:682 -#: classes/pref/feeds.php:908 +#: classes/pref/users.php:90 +#: classes/pref/filters.php:457 +#: classes/pref/filters.php:895 +#: classes/pref/feeds.php:699 +#: classes/pref/feeds.php:936 msgid "Options" msgstr "Opciones" -#: classes/pref/users.php:94 classes/pref/prefs.php:310 +#: classes/pref/users.php:94 +#: classes/pref/prefs.php:320 #, fuzzy msgid "E-mail:" msgstr "Correo electrónico" @@ -944,7 +1054,8 @@ msgstr "Correo electrónico" msgid "User details" msgstr "Detalles del usuario" -#: classes/pref/users.php:148 classes/pref/users.php:390 +#: classes/pref/users.php:148 +#: classes/pref/users.php:390 msgid "Registered" msgstr "Registrado" @@ -961,7 +1072,8 @@ msgstr "Contador de fuentes suscritas" msgid "Stored articles" msgstr "Favoritos" -#: classes/pref/users.php:162 classes/pref/users.php:389 +#: classes/pref/users.php:162 +#: classes/pref/users.php:389 msgid "Subscribed feeds" msgstr "Fuentes suscritas" @@ -989,35 +1101,58 @@ msgstr "" msgid "Changed password of user %s to %s" msgstr "Cambiar contraseña" -#: classes/pref/users.php:330 classes/pref/filters.php:762 -#: classes/pref/feeds.php:1218 classes/feeds.php:738 js/Feeds.js:567 +#: classes/pref/users.php:330 +#: classes/pref/filters.php:754 +#: classes/pref/feeds.php:1247 +#: classes/feeds.php:783 +#: js/Feeds.js:569 msgid "Search" msgstr "Buscar" -#: classes/pref/users.php:340 classes/pref/filters.php:358 -#: classes/pref/filters.php:418 classes/pref/filters.php:766 -#: classes/pref/filters.php:852 classes/pref/filters.php:881 -#: classes/pref/labels.php:257 classes/pref/prefs.php:1180 -#: classes/pref/prefs.php:1290 classes/pref/feeds.php:1222 -#: classes/pref/feeds.php:1450 classes/pref/feeds.php:1507 +#: classes/pref/users.php:340 +#: classes/pref/filters.php:358 +#: classes/pref/filters.php:418 +#: classes/pref/filters.php:758 +#: classes/pref/filters.php:844 +#: classes/pref/filters.php:873 +#: classes/pref/labels.php:257 +#: classes/pref/prefs.php:1203 +#: classes/pref/prefs.php:1313 +#: classes/pref/feeds.php:1251 +#: classes/pref/feeds.php:1479 +#: classes/pref/feeds.php:1536 msgid "Select" msgstr "Seleccionar" -#: classes/pref/users.php:343 classes/pref/filters.php:361 -#: classes/pref/filters.php:421 classes/pref/filters.php:769 -#: classes/pref/filters.php:855 classes/pref/filters.php:884 -#: classes/pref/labels.php:260 classes/pref/prefs.php:1183 -#: classes/pref/prefs.php:1293 classes/pref/feeds.php:1225 -#: classes/pref/feeds.php:1453 classes/pref/feeds.php:1510 classes/feeds.php:66 +#: classes/pref/users.php:343 +#: classes/pref/filters.php:361 +#: classes/pref/filters.php:421 +#: classes/pref/filters.php:761 +#: classes/pref/filters.php:847 +#: classes/pref/filters.php:876 +#: classes/pref/labels.php:260 +#: classes/pref/prefs.php:1206 +#: classes/pref/prefs.php:1316 +#: classes/pref/feeds.php:1254 +#: classes/pref/feeds.php:1482 +#: classes/pref/feeds.php:1539 +#: classes/feeds.php:69 msgid "All" msgstr "Todos" -#: classes/pref/users.php:345 classes/pref/filters.php:363 -#: classes/pref/filters.php:423 classes/pref/filters.php:771 -#: classes/pref/filters.php:857 classes/pref/filters.php:886 -#: classes/pref/labels.php:262 classes/pref/prefs.php:1185 -#: classes/pref/prefs.php:1295 classes/pref/feeds.php:1227 -#: classes/pref/feeds.php:1455 classes/pref/feeds.php:1512 classes/feeds.php:69 +#: classes/pref/users.php:345 +#: classes/pref/filters.php:363 +#: classes/pref/filters.php:423 +#: classes/pref/filters.php:763 +#: classes/pref/filters.php:849 +#: classes/pref/filters.php:878 +#: classes/pref/labels.php:262 +#: classes/pref/prefs.php:1208 +#: classes/pref/prefs.php:1318 +#: classes/pref/feeds.php:1256 +#: classes/pref/feeds.php:1484 +#: classes/pref/feeds.php:1541 +#: classes/feeds.php:72 msgid "None" msgstr "Ninguno" @@ -1025,22 +1160,29 @@ msgstr "Ninguno" msgid "Create user" msgstr "Crear usuario" -#: classes/pref/users.php:352 classes/pref/filters.php:781 +#: classes/pref/users.php:352 +#: classes/pref/filters.php:773 msgid "Edit" msgstr "Editar" -#: classes/pref/users.php:354 classes/pref/filters.php:500 -#: classes/pref/filters.php:788 classes/pref/labels.php:269 -#: classes/pref/feeds.php:781 +#: classes/pref/users.php:354 +#: classes/pref/filters.php:500 +#: classes/pref/filters.php:780 +#: classes/pref/labels.php:269 +#: classes/pref/feeds.php:798 msgid "Remove" msgstr "Eliminar" -#: classes/pref/users.php:356 classes/handler/public.php:994 +#: classes/pref/users.php:356 +#: classes/handler/public.php:994 msgid "Reset password" msgstr "Restablecer contraseña" -#: classes/pref/users.php:387 classes/pref/feeds.php:657 -#: classes/pref/feeds.php:892 classes/pref/feeds.php:1668 classes/feeds.php:675 +#: classes/pref/users.php:387 +#: classes/pref/feeds.php:674 +#: classes/pref/feeds.php:920 +#: classes/pref/feeds.php:1697 +#: classes/feeds.php:720 msgid "Login" msgstr "Iniciar sesión" @@ -1064,128 +1206,145 @@ msgstr "No se han definido usuarios." msgid "No matching users found." msgstr "No se han encontrado usuarios coincidentes." -#: classes/pref/filters.php:231 classes/pref/filters.php:555 +#: classes/pref/filters.php:231 +#: classes/pref/filters.php:555 msgid "(inverse)" msgstr "(inverso)" -#: classes/pref/filters.php:227 classes/pref/filters.php:554 +#: classes/pref/filters.php:227 +#: classes/pref/filters.php:554 #, php-format msgid "%s on %s in %s %s" msgstr "" -#: classes/pref/filters.php:347 classes/pref/filters.php:840 +#: classes/pref/filters.php:347 +#: classes/pref/filters.php:832 #: classes/pref/labels.php:25 msgid "Caption" msgstr "Leyenda" -#: classes/pref/filters.php:352 classes/pref/filters.php:846 -#: classes/pref/filters.php:964 +#: classes/pref/filters.php:352 +#: classes/pref/filters.php:838 +#: classes/pref/filters.php:956 msgid "Match" msgstr "Coincidir" -#: classes/pref/filters.php:367 classes/pref/filters.php:427 -#: classes/pref/filters.php:861 classes/pref/filters.php:890 +#: classes/pref/filters.php:367 +#: classes/pref/filters.php:427 +#: classes/pref/filters.php:853 +#: classes/pref/filters.php:882 msgid "Add" msgstr "Añadir" -#: classes/pref/filters.php:370 classes/pref/filters.php:430 -#: classes/pref/filters.php:864 classes/pref/filters.php:893 -#: classes/feeds.php:84 +#: classes/pref/filters.php:370 +#: classes/pref/filters.php:430 +#: classes/pref/filters.php:856 +#: classes/pref/filters.php:885 +#: classes/feeds.php:87 msgid "Delete" msgstr "Eliminar" -#: classes/pref/filters.php:411 classes/pref/filters.php:874 +#: classes/pref/filters.php:411 +#: classes/pref/filters.php:866 msgid "Apply actions" msgstr "Aplicar acciones" -#: classes/pref/filters.php:468 classes/pref/filters.php:909 +#: classes/pref/filters.php:468 +#: classes/pref/filters.php:901 msgid "Enabled" msgstr "Habilitado" -#: classes/pref/filters.php:479 classes/pref/filters.php:914 +#: classes/pref/filters.php:479 +#: classes/pref/filters.php:906 msgid "Match any rule" msgstr "Coincidencia con cualquier regla" -#: classes/pref/filters.php:490 classes/pref/filters.php:919 +#: classes/pref/filters.php:490 +#: classes/pref/filters.php:911 msgid "Inverse matching" msgstr "Coincidencia inversa" -#: classes/pref/filters.php:504 classes/pref/filters.php:928 +#: classes/pref/filters.php:504 +#: classes/pref/filters.php:920 msgid "Test" msgstr "Probar" -#: classes/pref/filters.php:778 +#: classes/pref/filters.php:770 msgid "Combine" msgstr "Combinar" -#: classes/pref/filters.php:784 classes/pref/feeds.php:1238 -#: classes/pref/feeds.php:1252 +#: classes/pref/filters.php:776 +#: classes/pref/feeds.php:1267 +#: classes/pref/feeds.php:1281 msgid "Reset sort order" msgstr "Reiniciar orden" -#: classes/pref/filters.php:930 +#: classes/pref/filters.php:922 msgid "Create" msgstr "Crear" -#: classes/pref/filters.php:980 +#: classes/pref/filters.php:972 msgid "Inverse regular expression matching" msgstr "Coincidencia inversa con la expresión regular" -#: classes/pref/filters.php:984 +#: classes/pref/filters.php:976 msgid "on field" msgstr "en el campo" -#: classes/pref/filters.php:987 js/PrefFilterTree.js:46 +#: classes/pref/filters.php:979 +#: js/PrefFilterTree.js:46 msgid "in" msgstr "en" -#: classes/pref/filters.php:1008 +#: classes/pref/filters.php:1000 msgid "Save rule" msgstr "Guardar regla" -#: classes/pref/filters.php:1008 js/CommonFilters.js:132 +#: classes/pref/filters.php:1000 +#: js/CommonFilters.js:132 msgid "Add rule" msgstr "Añadir regla" -#: classes/pref/filters.php:1031 +#: classes/pref/filters.php:1023 msgid "Perform Action" msgstr "Realizar la acción" -#: classes/pref/filters.php:1082 +#: classes/pref/filters.php:1074 #, fuzzy msgid "No actions available" msgstr "¡Nueva versión disponible!" -#: classes/pref/filters.php:1101 +#: classes/pref/filters.php:1093 msgid "Save action" msgstr "Guardar acción" -#: classes/pref/filters.php:1101 js/CommonFilters.js:162 +#: classes/pref/filters.php:1093 +#: js/CommonFilters.js:162 msgid "Add action" msgstr "Añadir acción" -#: classes/pref/filters.php:1129 +#: classes/pref/filters.php:1121 msgid "[No caption]" msgstr "[Sin leyenda]" -#: classes/pref/filters.php:1131 +#: classes/pref/filters.php:1123 #, fuzzy, php-format msgid "%s (%d rule)" msgid_plural "%s (%d rules)" msgstr[0] "Añadir regla" msgstr[1] "Añadir regla" -#: classes/pref/filters.php:1145 +#: classes/pref/filters.php:1137 #, fuzzy msgid "matches any rule" msgstr "Coincidencia con cualquier regla" -#: classes/pref/filters.php:1146 +#: classes/pref/filters.php:1138 #, fuzzy msgid "inverse" msgstr "(inverso)" -#: classes/pref/filters.php:1149 +#: classes/pref/filters.php:1141 #, fuzzy, php-format msgid "%s (+%d action)" msgid_plural "%s (+%d actions)" @@ -1213,7 +1372,8 @@ msgstr "Crear marcador" msgid "Clear colors" msgstr "Limpiar los colores" -#: classes/pref/prefs.php:20 classes/pref/feeds.php:521 +#: classes/pref/prefs.php:20 +#: classes/pref/feeds.php:521 msgid "General" msgstr "General" @@ -1231,494 +1391,492 @@ msgid "Advanced" msgstr "Avanzadas" #: classes/pref/prefs.php:70 +msgid "Never apply these tags automatically (comma-separated list)." +msgstr "" + +#: classes/pref/prefs.php:74 msgid "Allow duplicate articles" msgstr "Permitir artículos duplicados" -#: classes/pref/prefs.php:71 +#: classes/pref/prefs.php:75 msgid "Blacklisted tags" msgstr "Etiquetas añadidas a la lista negra" -#: classes/pref/prefs.php:71 -msgid "Never apply these tags automatically (comma-separated list)." -msgstr "" - -#: classes/pref/prefs.php:72 +#: classes/pref/prefs.php:76 #, fuzzy msgid "Default language" msgstr "Perfil por defecto" -#: classes/pref/prefs.php:72 +#: classes/pref/prefs.php:76 msgid "Used for full-text search" msgstr "" -#: classes/pref/prefs.php:73 +#: classes/pref/prefs.php:77 #, fuzzy msgid "Mark read on scroll" msgstr "Marcar artículos anteriores como leídos" -#: classes/pref/prefs.php:73 +#: classes/pref/prefs.php:77 #, fuzzy msgid "Mark articles as read as you scroll past them" msgstr "Marcar artículos anteriores como leídos" -#: classes/pref/prefs.php:74 +#: classes/pref/prefs.php:78 #, fuzzy msgid "Always expand articles" msgstr "Desplegar el artículo" -#: classes/pref/prefs.php:75 +#: classes/pref/prefs.php:79 #, fuzzy msgid "Combined mode" msgstr "Alternar modo combinado" -#: classes/pref/prefs.php:75 +#: classes/pref/prefs.php:79 msgid "Show flat list of articles instead of separate panels" msgstr "" -#: classes/pref/prefs.php:76 +#: classes/pref/prefs.php:80 #, fuzzy msgid "Confirm marking feeds as read" msgstr "Marcar fuente como leída" -#: classes/pref/prefs.php:77 +#: classes/pref/prefs.php:81 msgid "Amount of articles to display at once" msgstr "" -#: classes/pref/prefs.php:78 +#: classes/pref/prefs.php:82 #, fuzzy msgid "Default update interval" msgstr "Intervalo de actualización de fuentes por defecto" -#: classes/pref/prefs.php:79 +#: classes/pref/prefs.php:83 #, fuzzy msgid "Mark sent articles as read" msgstr "Marcar artículos anteriores como leídos" -#: classes/pref/prefs.php:80 +#: classes/pref/prefs.php:84 #, fuzzy msgid "Enable digest" msgstr "Habilitar correo recopilatorio" -#: classes/pref/prefs.php:80 +#: classes/pref/prefs.php:84 msgid "Send daily digest of new (and unread) headlines to your e-mail address" msgstr "" -#: classes/pref/prefs.php:81 +#: classes/pref/prefs.php:85 msgid "Try to send around this time" msgstr "" -#: classes/pref/prefs.php:81 +#: classes/pref/prefs.php:85 #, fuzzy msgid "Time in UTC" msgstr "Zona horaria" -#: classes/pref/prefs.php:82 +#: classes/pref/prefs.php:86 #, fuzzy msgid "Enable API" msgstr "Activar contraseñas de un solo uso" -#: classes/pref/prefs.php:82 +#: classes/pref/prefs.php:86 msgid "Allows accessing this account through the API" msgstr "" -#: classes/pref/prefs.php:83 +#: classes/pref/prefs.php:87 #, fuzzy msgid "Enable categories" msgstr "Habilitar categorías de fuentes" -#: classes/pref/prefs.php:84 +#: classes/pref/prefs.php:88 #, fuzzy msgid "Sort feeds by unread articles count" msgstr "Purgar artículos sin leer" -#: classes/pref/prefs.php:85 +#: classes/pref/prefs.php:89 #, fuzzy msgid "Maximum age of fresh articles" msgstr "Recientes" -#: classes/pref/prefs.php:85 +#: classes/pref/prefs.php:89 #, fuzzy msgid "hours" msgstr "Cada 4 horas" -#: classes/pref/prefs.php:86 +#: classes/pref/prefs.php:90 #, fuzzy msgid "Hide read feeds" msgstr "Ocultar/mostrar fuentes leídas" -#: classes/pref/prefs.php:87 +#: classes/pref/prefs.php:91 msgid "Always show special feeds" msgstr "" -#: classes/pref/prefs.php:87 +#: classes/pref/prefs.php:91 #, fuzzy msgid "While hiding read feeds" msgstr "Ocultar/mostrar fuentes leídas" -#: classes/pref/prefs.php:88 +#: classes/pref/prefs.php:92 msgid "Long date format" msgstr "Formato de fecha largo" -#: classes/pref/prefs.php:88 -msgid "" -"Syntax is identical to PHP date() function." +#: classes/pref/prefs.php:92 +msgid "Syntax is identical to PHP date() function." msgstr "" -#: classes/pref/prefs.php:89 +#: classes/pref/prefs.php:93 #, fuzzy msgid "Automatically show next feed" msgstr "Abrir la fuente siguiente" -#: classes/pref/prefs.php:89 +#: classes/pref/prefs.php:93 #, fuzzy msgid "After marking one as read" msgstr "Marcar fuente como leída" -#: classes/pref/prefs.php:90 +#: classes/pref/prefs.php:94 #, fuzzy msgid "Purge articles older than" msgstr "Purgar artículos sin leer" -#: classes/pref/prefs.php:90 +#: classes/pref/prefs.php:94 msgid "days (0 disables)" msgstr "" -#: classes/pref/prefs.php:91 +#: classes/pref/prefs.php:95 msgid "Purge unread articles" msgstr "Purgar artículos sin leer" -#: classes/pref/prefs.php:92 +#: classes/pref/prefs.php:96 #, fuzzy msgid "Reverse headline order (oldest first)" msgstr "Invertir orden de titulares" -#: classes/pref/prefs.php:93 +#: classes/pref/prefs.php:97 msgid "Short date format" msgstr "Formato de fecha corto" -#: classes/pref/prefs.php:94 +#: classes/pref/prefs.php:98 msgid "Show content preview in headlines" msgstr "" -#: classes/pref/prefs.php:95 +#: classes/pref/prefs.php:99 msgid "Sort headlines by feed date" msgstr "" -#: classes/pref/prefs.php:95 +#: classes/pref/prefs.php:99 msgid "Use feed-specified date to sort headlines instead of local import date." msgstr "" -#: classes/pref/prefs.php:96 +#: classes/pref/prefs.php:100 msgid "SSL client certificate" msgstr "" -#: classes/pref/prefs.php:97 classes/pref/feeds.php:729 -#: classes/pref/feeds.php:927 +#: classes/pref/prefs.php:101 +#: classes/pref/feeds.php:746 +#: classes/pref/feeds.php:955 #, fuzzy msgid "Do not embed media" msgstr "No mostrar imágenes" -#: classes/pref/prefs.php:98 +#: classes/pref/prefs.php:102 msgid "Strip unsafe tags from articles" msgstr "" -#: classes/pref/prefs.php:98 +#: classes/pref/prefs.php:102 msgid "Strip all but most common HTML tags when reading articles." msgstr "" -#: classes/pref/prefs.php:99 js/PrefHelpers.js:153 +#: classes/pref/prefs.php:103 +#: js/PrefHelpers.js:153 msgid "Customize stylesheet" msgstr "Personalizar hoja de estilo" -#: classes/pref/prefs.php:100 +#: classes/pref/prefs.php:104 msgid "Time zone" msgstr "Zona horaria" -#: classes/pref/prefs.php:101 +#: classes/pref/prefs.php:105 msgid "Group by feed" msgstr "" -#: classes/pref/prefs.php:101 +#: classes/pref/prefs.php:105 msgid "Group multiple-feed output by originating feed" msgstr "" -#: classes/pref/prefs.php:102 +#: classes/pref/prefs.php:106 msgid "Language" msgstr "Idioma" -#: classes/pref/prefs.php:103 +#: classes/pref/prefs.php:107 msgid "Theme" msgstr "Tema" -#: classes/pref/prefs.php:203 +#: classes/pref/prefs.php:213 msgid "The configuration was saved." msgstr "La configuración ha sido guardada." -#: classes/pref/prefs.php:246 +#: classes/pref/prefs.php:256 msgid "Your personal data has been saved." msgstr "" -#: classes/pref/prefs.php:262 +#: classes/pref/prefs.php:272 msgid "Your preferences are now set to default values." msgstr "" -#: classes/pref/prefs.php:273 +#: classes/pref/prefs.php:283 msgid "Personal data / Authentication" msgstr "Datos personales / Autenticación" -#: classes/pref/prefs.php:276 +#: classes/pref/prefs.php:286 msgid "Personal data" msgstr "Datos personales" -#: classes/pref/prefs.php:305 +#: classes/pref/prefs.php:315 #, fuzzy msgid "Full name:" msgstr "Nombre completo" -#: classes/pref/prefs.php:318 +#: classes/pref/prefs.php:328 #, fuzzy msgid "Access level:" msgstr "Nivel de acceso: " -#: classes/pref/prefs.php:329 +#: classes/pref/prefs.php:339 msgid "Save data" msgstr "Guardar datos" -#: classes/pref/prefs.php:341 classes/pref/feeds.php:665 -#: classes/pref/feeds.php:900 classes/pref/feeds.php:1669 classes/feeds.php:679 +#: classes/pref/prefs.php:351 +#: classes/pref/feeds.php:682 +#: classes/pref/feeds.php:928 +#: classes/pref/feeds.php:1698 +#: classes/feeds.php:724 msgid "Password" msgstr "Contraseña" -#: classes/pref/prefs.php:379 +#: classes/pref/prefs.php:389 msgid "Changing your current password will disable OTP." msgstr "" -#: classes/pref/prefs.php:383 +#: classes/pref/prefs.php:393 #, fuzzy msgid "Old password:" msgstr "Antigua contraseña" -#: classes/pref/prefs.php:393 +#: classes/pref/prefs.php:403 #, fuzzy msgid "Confirm password:" msgstr "Confirme la nueva contraseña" -#: classes/pref/prefs.php:403 +#: classes/pref/prefs.php:413 msgid "Change password" msgstr "Cambiar contraseña" -#: classes/pref/prefs.php:408 +#: classes/pref/prefs.php:418 #, php-format -msgid "" -"Authentication module used for this session (%s) does not provide an " -"ability to set passwords." +msgid "Authentication module used for this session (%s) does not provide an ability to set passwords." msgstr "" -#: classes/pref/prefs.php:414 +#: classes/pref/prefs.php:424 #, fuzzy msgid "App passwords" msgstr "Antigua contraseña" -#: classes/pref/prefs.php:426 +#: classes/pref/prefs.php:436 #, fuzzy msgid "Generate new password" msgstr "Generar URL nueva" -#: classes/pref/prefs.php:430 +#: classes/pref/prefs.php:440 #, fuzzy msgid "Remove selected passwords" msgstr "Borrar los perfiles seleccionados" -#: classes/pref/prefs.php:434 +#: classes/pref/prefs.php:444 msgid "One time passwords / Authenticator" msgstr "Contraseñas de un solo uso / Autenticador" -#: classes/pref/prefs.php:464 classes/pref/prefs.php:525 +#: classes/pref/prefs.php:474 +#: classes/pref/prefs.php:535 #, fuzzy msgid "Your password:" msgstr "Confirme la nueva contraseña" -#: classes/pref/prefs.php:474 +#: classes/pref/prefs.php:484 msgid "Disable OTP" msgstr "Desactivar contraseñas de un solo uso" -#: classes/pref/prefs.php:484 -msgid "" -"Scan the following code by the Authenticator application or copy the key " -"manually" +#: classes/pref/prefs.php:494 +msgid "Scan the following code by the Authenticator application or copy the key manually" msgstr "" -#: classes/pref/prefs.php:490 +#: classes/pref/prefs.php:500 msgid "Use the following OTP key with a compatible Authenticator application" msgstr "" -#: classes/pref/prefs.php:498 +#: classes/pref/prefs.php:508 msgid "OTP Key:" msgstr "" -#: classes/pref/prefs.php:531 +#: classes/pref/prefs.php:541 #, fuzzy msgid "One time password:" msgstr "Contraseña de un solo uso incorrecta" -#: classes/pref/prefs.php:538 +#: classes/pref/prefs.php:548 msgid "Enable OTP" msgstr "Activar contraseñas de un solo uso" -#: classes/pref/prefs.php:591 +#: classes/pref/prefs.php:601 msgid "Some preferences are only available in default profile." msgstr "" -#: classes/pref/prefs.php:686 +#: classes/pref/prefs.php:709 #, fuzzy msgid "default" msgstr "Predeterminado" -#: classes/pref/prefs.php:696 +#: classes/pref/prefs.php:719 msgid "Customize" msgstr "Personalizar" -#: classes/pref/prefs.php:699 +#: classes/pref/prefs.php:722 #, fuzzy msgid "More themes..." msgstr "Más acciones..." -#: classes/pref/prefs.php:760 +#: classes/pref/prefs.php:783 msgid "Register" msgstr "Registro" -#: classes/pref/prefs.php:764 classes/pref/system.php:44 +#: classes/pref/prefs.php:787 +#: classes/pref/system.php:44 msgid "Clear" msgstr "Limpiar" -#: classes/pref/prefs.php:775 +#: classes/pref/prefs.php:798 #, php-format msgid "Current server time: %s" msgstr "" -#: classes/pref/prefs.php:804 +#: classes/pref/prefs.php:827 msgid "Save configuration" msgstr "Guardar la configuración" -#: classes/pref/prefs.php:808 +#: classes/pref/prefs.php:831 msgid "Save and exit preferences" msgstr "Guardar preferencias y salir" -#: classes/pref/prefs.php:813 +#: classes/pref/prefs.php:836 msgid "Manage profiles" msgstr "Gestionar perfiles" -#: classes/pref/prefs.php:816 +#: classes/pref/prefs.php:839 msgid "Reset to defaults" msgstr "Opciones por defecto" -#: classes/pref/prefs.php:830 classes/pref/feeds.php:786 +#: classes/pref/prefs.php:853 +#: classes/pref/feeds.php:803 msgid "Plugins" msgstr "Plugins" -#: classes/pref/prefs.php:877 +#: classes/pref/prefs.php:900 #, php-format -msgid "" -"The following plugins use per-feed content hooks. This may cause excessive " -"data usage and origin server load resulting in a ban of your instance: " -"%s" +msgid "The following plugins use per-feed content hooks. This may cause excessive data usage and origin server load resulting in a ban of your instance: %s" msgstr "" -#: classes/pref/prefs.php:883 +#: classes/pref/prefs.php:906 msgid "System plugins" msgstr "Plugins de sistema" -#: classes/pref/prefs.php:917 classes/pref/prefs.php:963 +#: classes/pref/prefs.php:940 +#: classes/pref/prefs.php:986 #, php-format msgid "v%.2f, by %s" msgstr "" -#: classes/pref/prefs.php:925 +#: classes/pref/prefs.php:948 msgid "User plugins" msgstr "Plugins de usuario" -#: classes/pref/prefs.php:952 +#: classes/pref/prefs.php:975 msgid "Clear data" msgstr "Borrar datos" -#: classes/pref/prefs.php:977 +#: classes/pref/prefs.php:1000 msgid "Enable selected plugins" msgstr "Activar los plugins seleccionados" -#: classes/pref/prefs.php:1069 +#: classes/pref/prefs.php:1092 msgid "Incorrect one time password" msgstr "Contraseña de un solo uso incorrecta" -#: classes/pref/prefs.php:1074 classes/pref/prefs.php:1128 +#: classes/pref/prefs.php:1097 +#: classes/pref/prefs.php:1151 msgid "Incorrect password" msgstr "Contraseña incorrecta" -#: classes/pref/prefs.php:1152 -msgid "" -"You can override colors, fonts and layout of your currently selected theme " -"with custom CSS declarations here." +#: classes/pref/prefs.php:1175 +msgid "You can override colors, fonts and layout of your currently selected theme with custom CSS declarations here." msgstr "" -#: classes/pref/prefs.php:1159 -msgid "" -"User CSS has been applied, you might need to reload the page to see all " -"changes." +#: classes/pref/prefs.php:1182 +msgid "User CSS has been applied, you might need to reload the page to see all changes." msgstr "" -#: classes/pref/prefs.php:1167 +#: classes/pref/prefs.php:1190 msgid "Apply" msgstr "" -#: classes/pref/prefs.php:1169 +#: classes/pref/prefs.php:1192 #, fuzzy msgid "Save and reload" msgstr "Marcar artículos anteriores como leídos" -#: classes/pref/prefs.php:1194 +#: classes/pref/prefs.php:1217 msgid "Create profile" msgstr "Crear perfil" -#: classes/pref/prefs.php:1213 classes/pref/prefs.php:1233 +#: classes/pref/prefs.php:1236 +#: classes/pref/prefs.php:1256 msgid "(active)" msgstr "(activo)" -#: classes/pref/prefs.php:1264 +#: classes/pref/prefs.php:1287 msgid "Remove selected profiles" msgstr "Borrar los perfiles seleccionados" -#: classes/pref/prefs.php:1266 +#: classes/pref/prefs.php:1289 msgid "Activate profile" msgstr "Activar perfil" -#: classes/pref/prefs.php:1303 +#: classes/pref/prefs.php:1326 msgid "Description" msgstr "Descripción" -#: classes/pref/prefs.php:1304 +#: classes/pref/prefs.php:1327 #, fuzzy msgid "Created" msgstr "Crear" -#: classes/pref/prefs.php:1305 +#: classes/pref/prefs.php:1328 #, fuzzy msgid "Last used" msgstr "Última actualización:" -#: classes/pref/prefs.php:1358 +#: classes/pref/prefs.php:1381 #, php-format -msgid "" -"Generated password %s for %s. Please remember it for future " -"reference." +msgid "Generated password %s for %s. Please remember it for future reference." msgstr "" #: classes/pref/feeds.php:28 msgid "Check to enable field" msgstr "Marcar para habilitar el campo" -#: classes/pref/feeds.php:77 classes/pref/feeds.php:232 -#: classes/pref/feeds.php:280 classes/pref/feeds.php:286 -#: classes/pref/feeds.php:315 +#: classes/pref/feeds.php:77 +#: classes/pref/feeds.php:233 +#: classes/pref/feeds.php:281 +#: classes/pref/feeds.php:287 +#: classes/pref/feeds.php:316 #, fuzzy, php-format msgid "(%d feed)" msgid_plural "(%d feeds)" @@ -1729,7 +1887,8 @@ msgstr[1] "Editar fuente" msgid "Feed Title" msgstr "Título de la fuente" -#: classes/pref/feeds.php:548 classes/handler/public.php:597 +#: classes/pref/feeds.php:548 +#: classes/handler/public.php:597 msgid "URL:" msgstr "URL:" @@ -1737,8 +1896,10 @@ msgstr "URL:" msgid "Feed URL" msgstr "URL de la fuente" -#: classes/pref/feeds.php:571 classes/pref/feeds.php:827 -#: classes/pref/feeds.php:1656 classes/feeds.php:649 +#: classes/pref/feeds.php:571 +#: classes/pref/feeds.php:844 +#: classes/pref/feeds.php:1685 +#: classes/feeds.php:694 msgid "Place in category:" msgstr "Categoría:" @@ -1752,185 +1913,219 @@ msgstr "URL del artículo:" msgid "Site URL" msgstr "URL de la fuente" -#: classes/pref/feeds.php:603 classes/pref/feeds.php:842 classes/feeds.php:723 +#: classes/pref/feeds.php:603 +#: classes/pref/feeds.php:859 +#: classes/feeds.php:768 #, fuzzy msgid "Language:" msgstr "Idioma" -#: classes/pref/feeds.php:612 classes/pref/feeds.php:853 +#: classes/pref/feeds.php:612 +#: classes/pref/feeds.php:870 msgid "Update" msgstr "Actualizar" -#: classes/pref/feeds.php:621 classes/pref/feeds.php:860 +#: classes/pref/feeds.php:621 +#: classes/pref/feeds.php:877 #, fuzzy msgid "Interval:" msgstr "Interfaz" -#: classes/pref/feeds.php:634 classes/pref/feeds.php:875 +#: classes/pref/feeds.php:637 +#: classes/pref/feeds.php:895 msgid "Article purging:" msgstr "Purga de artículos:" -#: classes/pref/feeds.php:669 -msgid "" -"Hint: you need to fill in your login information if your feed " -"requires authentication, except for Twitter feeds." +#: classes/pref/feeds.php:644 +#, fuzzy, php-format +msgid "(%d day)" +msgid_plural "(%d days)" +msgstr[0] "Editar fuente" +msgstr[1] "Editar fuente" + +#: classes/pref/feeds.php:646 +#: classes/pref/feeds.php:903 +#, fuzzy +msgid "Disabled" +msgstr "Desactivar contraseñas de un solo uso" + +#: classes/pref/feeds.php:650 +#, php-format +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +#: classes/pref/feeds.php:686 +msgid "Hint: you need to fill in your login information if your feed requires authentication, except for Twitter feeds." msgstr "" -#: classes/pref/feeds.php:680 classes/feeds.php:691 +#: classes/pref/feeds.php:697 +#: classes/feeds.php:736 msgid "This feed requires authentication." msgstr "Esta fuente requiere autenticación." -#: classes/pref/feeds.php:698 classes/pref/feeds.php:913 +#: classes/pref/feeds.php:715 +#: classes/pref/feeds.php:941 msgid "Include in e-mail digest" msgstr "Incluir en el correo recopilatorio" -#: classes/pref/feeds.php:714 classes/pref/feeds.php:920 +#: classes/pref/feeds.php:731 +#: classes/pref/feeds.php:948 msgid "Always display image attachments" msgstr "Mostrar siempre imágenes adjuntas" -#: classes/pref/feeds.php:744 classes/pref/feeds.php:934 +#: classes/pref/feeds.php:761 +#: classes/pref/feeds.php:962 msgid "Cache media" msgstr "" -#: classes/pref/feeds.php:759 classes/pref/feeds.php:941 +#: classes/pref/feeds.php:776 +#: classes/pref/feeds.php:969 #, fuzzy msgid "Mark updated articles as unread" msgstr "Marcar fuente como leída" -#: classes/pref/feeds.php:763 +#: classes/pref/feeds.php:780 msgid "Icon" msgstr "Icono" -#: classes/pref/feeds.php:771 classes/pref/feeds.php:1325 +#: classes/pref/feeds.php:788 +#: classes/pref/feeds.php:1354 #, fuzzy msgid "Choose file..." msgstr "Crear filtro..." -#: classes/pref/feeds.php:779 +#: classes/pref/feeds.php:796 msgid "Replace" msgstr "Reemplazar" -#: classes/pref/feeds.php:1193 +#: classes/pref/feeds.php:901 +#, fuzzy, php-format +msgid "(%d days)" +msgstr "Editar fuente" + +#: classes/pref/feeds.php:1220 msgid "Feeds with errors" msgstr "Fuentes con errores" -#: classes/pref/feeds.php:1200 +#: classes/pref/feeds.php:1229 msgid "Inactive feeds" msgstr "Fuentes inactivas" -#: classes/pref/feeds.php:1236 +#: classes/pref/feeds.php:1265 msgid "Edit selected feeds" msgstr "Editar fuentes seleccionadas" -#: classes/pref/feeds.php:1240 js/PrefFeedTree.js:348 +#: classes/pref/feeds.php:1269 +#: js/PrefFeedTree.js:348 msgid "Batch subscribe" msgstr "Suscripción en lote" -#: classes/pref/feeds.php:1247 +#: classes/pref/feeds.php:1276 msgid "Categories" msgstr "Categorías" -#: classes/pref/feeds.php:1250 +#: classes/pref/feeds.php:1279 msgid "Add category" msgstr "Añadir categoría" -#: classes/pref/feeds.php:1254 +#: classes/pref/feeds.php:1283 msgid "Remove selected" msgstr "Eliminar seleccionadas" -#: classes/pref/feeds.php:1312 +#: classes/pref/feeds.php:1341 msgid "OPML" msgstr "OPML" -#: classes/pref/feeds.php:1314 -msgid "" -"Using OPML you can export and import your feeds, filters, labels and Tiny " -"Tiny RSS settings." +#: classes/pref/feeds.php:1343 +msgid "Using OPML you can export and import your feeds, filters, labels and Tiny Tiny RSS settings." msgstr "" -#: classes/pref/feeds.php:1332 +#: classes/pref/feeds.php:1361 #, fuzzy msgid "Import OPML" msgstr "Importar OPML" -#: classes/pref/feeds.php:1340 +#: classes/pref/feeds.php:1369 msgid "Export OPML" msgstr "Exportar OPML" -#: classes/pref/feeds.php:1344 +#: classes/pref/feeds.php:1373 msgid "Include settings" msgstr "Incluir preferencias" -#: classes/pref/feeds.php:1351 +#: classes/pref/feeds.php:1380 #, fuzzy msgid "Published OPML" msgstr "Publicados" -#: classes/pref/feeds.php:1353 -msgid "" -"Your OPML can be published publicly and can be subscribed by anyone who " -"knows the URL below." +#: classes/pref/feeds.php:1382 +msgid "Your OPML can be published publicly and can be subscribed by anyone who knows the URL below." msgstr "" -#: classes/pref/feeds.php:1355 -msgid "" -"Published OPML does not include your Tiny Tiny RSS settings, feeds that " -"require authentication or feeds hidden from Popular feeds." +#: classes/pref/feeds.php:1384 +msgid "Published OPML does not include your Tiny Tiny RSS settings, feeds that require authentication or feeds hidden from Popular feeds." msgstr "" -#: classes/pref/feeds.php:1357 +#: classes/pref/feeds.php:1386 msgid "Public OPML URL" msgstr "URL del archivo OPML público" -#: classes/pref/feeds.php:1358 +#: classes/pref/feeds.php:1387 msgid "Display published OPML URL" msgstr "Mostrar la URL del OPML público" -#: classes/pref/feeds.php:1366 +#: classes/pref/feeds.php:1395 msgid "Published & shared articles / Generated feeds" msgstr "" -#: classes/pref/feeds.php:1368 -msgid "" -"Published articles can be subscribed by anyone who knows the following URL:" +#: classes/pref/feeds.php:1397 +msgid "Published articles can be subscribed by anyone who knows the following URL:" msgstr "" -#: classes/pref/feeds.php:1373 classes/feeds.php:36 classes/feeds.php:37 -#: classes/feeds.php:103 classes/feeds.php:104 +#: classes/pref/feeds.php:1402 +#: classes/feeds.php:39 +#: classes/feeds.php:40 +#: classes/feeds.php:106 +#: classes/feeds.php:107 #, fuzzy msgid "Show as feed" msgstr "Esta fuente" -#: classes/pref/feeds.php:1374 +#: classes/pref/feeds.php:1403 msgid "Display URL" msgstr "Mostrar URL" -#: classes/pref/feeds.php:1377 +#: classes/pref/feeds.php:1406 msgid "Clear all generated URLs" msgstr "Limpiar todas las URL generadas" -#: classes/pref/feeds.php:1476 classes/pref/feeds.php:1533 +#: classes/pref/feeds.php:1505 +#: classes/pref/feeds.php:1562 msgid "Click to edit feed" msgstr "Haga clic para editar fuente" -#: classes/pref/feeds.php:1493 classes/pref/feeds.php:1552 +#: classes/pref/feeds.php:1522 +#: classes/pref/feeds.php:1581 msgid "Unsubscribe from selected feeds" msgstr "Cancelar la suscripción a las fuentes seleccionadas" -#: classes/pref/feeds.php:1647 +#: classes/pref/feeds.php:1676 msgid "One valid feed per line (no detection is done)" msgstr "" -#: classes/pref/feeds.php:1678 +#: classes/pref/feeds.php:1707 msgid "Feeds require authentication." msgstr "Las fuentes requieren autenticación." -#: classes/pref/feeds.php:1683 classes/feeds.php:696 +#: classes/pref/feeds.php:1712 +#: classes/feeds.php:741 #: classes/handler/public.php:796 msgid "Subscribe" msgstr "Suscribir" -#: classes/pref/system.php:30 +#: classes/pref/system.php:32 msgid "Event Log" msgstr "" @@ -1938,175 +2133,197 @@ msgstr "" msgid "Refresh" msgstr "Actualizar" -#: classes/pref/system.php:49 +#: classes/pref/system.php:48 +msgid "Severity:" +msgstr "" + +#: classes/pref/system.php:51 +#, fuzzy +msgid "Errors" +msgstr "Error" + +#: classes/pref/system.php:52 +msgid "Warnings" +msgstr "" + +#: classes/pref/system.php:53 +#, fuzzy +msgid "Everything" +msgstr "Deseleccionar todo" + +#: classes/pref/system.php:65 msgid "Error" msgstr "Error" -#: classes/pref/system.php:50 +#: classes/pref/system.php:66 msgid "Filename" msgstr "Nombre de archivo" -#: classes/pref/system.php:51 +#: classes/pref/system.php:67 msgid "Message" msgstr "Mensaje" -#: classes/pref/system.php:53 +#: classes/pref/system.php:69 msgid "Date" msgstr "Fecha" -#: classes/pref/system.php:84 +#: classes/pref/system.php:130 #, fuzzy msgid "PHP Information" msgstr "Realizar la acción" -#: classes/feeds.php:43 +#: classes/feeds.php:46 #, php-format msgid "Last updated: %s" msgstr "Última actualización: %s" -#: classes/feeds.php:64 +#: classes/feeds.php:67 #, fuzzy msgid "Select..." msgstr "Seleccionar" -#: classes/feeds.php:68 +#: classes/feeds.php:71 msgid "Invert" msgstr "Invertir" -#: classes/feeds.php:71 +#: classes/feeds.php:74 msgid "Selection toggle:" msgstr "Alternar la selección:" -#: classes/feeds.php:77 +#: classes/feeds.php:80 msgid "Selection:" msgstr "Selección:" -#: classes/feeds.php:80 +#: classes/feeds.php:83 msgid "Set score" msgstr "Definir puntuación" -#: classes/feeds.php:83 +#: classes/feeds.php:86 msgid "Move back" msgstr "Mover a la fuente original" -#: classes/feeds.php:86 +#: classes/feeds.php:89 msgid "Archive" msgstr "Archivar" -#: classes/feeds.php:90 classes/feeds.php:95 plugins/mailto/init.php:24 +#: classes/feeds.php:93 +#: classes/feeds.php:98 +#: plugins/mailto/init.php:24 #: plugins/mail/init.php:76 msgid "Forward by email" msgstr "Enviar por correo electrónico" -#: classes/feeds.php:99 +#: classes/feeds.php:102 msgid "Feed:" msgstr "Fuente:" -#: classes/feeds.php:153 classes/feeds.php:509 +#: classes/feeds.php:158 +#: classes/feeds.php:554 msgid "Feed not found." msgstr "Fuente no encontrada." -#: classes/feeds.php:214 +#: classes/feeds.php:221 msgid "Never" msgstr "Nunca" -#: classes/feeds.php:265 classes/feeds.php:1247 +#: classes/feeds.php:277 +#: classes/feeds.php:1301 msgid "Archived articles" msgstr "Artículos archivados" -#: classes/feeds.php:325 +#: classes/feeds.php:351 msgid "Collapse article" msgstr "Cerrar artículo" -#: classes/feeds.php:350 +#: classes/feeds.php:381 #, php-format msgid "Imported at %s" msgstr "Importado en %s" -#: classes/feeds.php:402 +#: classes/feeds.php:445 msgid "No unread articles found to display." msgstr "" -#: classes/feeds.php:405 +#: classes/feeds.php:448 msgid "No updated articles found to display." msgstr "" -#: classes/feeds.php:408 +#: classes/feeds.php:451 msgid "No starred articles found to display." msgstr "" -#: classes/feeds.php:412 -msgid "" -"No articles found to display. You can assign articles to labels manually " -"from article header context menu (applies to all selected articles) or use a " -"filter." +#: classes/feeds.php:455 +msgid "No articles found to display. You can assign articles to labels manually from article header context menu (applies to all selected articles) or use a filter." msgstr "" -#: classes/feeds.php:414 +#: classes/feeds.php:457 msgid "No articles found to display." msgstr "" -#: classes/feeds.php:431 classes/feeds.php:585 +#: classes/feeds.php:474 +#: classes/feeds.php:630 #, fuzzy, php-format msgid "Feeds last updated at %s" msgstr "Última actualización: %s" -#: classes/feeds.php:443 classes/feeds.php:597 +#: classes/feeds.php:486 +#: classes/feeds.php:642 msgid "Some feeds have update errors (click for details)" msgstr "" -#: classes/feeds.php:574 +#: classes/feeds.php:619 msgid "No feed selected." msgstr "No se ha seleccionado ninguna fuente." -#: classes/feeds.php:641 +#: classes/feeds.php:686 msgid "Feed or site URL" msgstr "URL de la fuente o del sitio" -#: classes/feeds.php:658 +#: classes/feeds.php:703 msgid "Available feeds" msgstr "Fuentes disponibles" -#: classes/feeds.php:717 +#: classes/feeds.php:762 #, fuzzy, php-format msgid "Search %s..." msgstr "Buscar..." -#: classes/feeds.php:725 +#: classes/feeds.php:770 msgid "Used for word stemming" msgstr "" -#: classes/feeds.php:735 +#: classes/feeds.php:780 msgid "Search syntax" msgstr "Sintaxis de búsqueda" -#: classes/feeds.php:1239 +#: classes/feeds.php:1293 msgid "Starred articles" msgstr "Favoritos" -#: classes/feeds.php:1241 +#: classes/feeds.php:1295 msgid "Published articles" msgstr "Publicados" -#: classes/feeds.php:1243 +#: classes/feeds.php:1297 msgid "Fresh articles" msgstr "Recientes" -#: classes/feeds.php:1375 +#: classes/feeds.php:1429 msgid "Special" msgstr "Especial" -#: classes/feeds.php:1466 +#: classes/feeds.php:1520 #, php-format msgid "Incorrect search syntax: %s." msgstr "" -#: classes/feeds.php:1651 +#: classes/feeds.php:1710 #, php-format msgid "Search results: %s" msgstr "Resultados de búsqueda: %s" -#: classes/handler/public.php:519 plugins/bookmarklets/init.php:41 +#: classes/handler/public.php:519 +#: plugins/bookmarklets/init.php:41 #, fuzzy msgid "Share with Tiny Tiny RSS" msgstr "Actualizar Tiny Tiny RSS" @@ -2178,9 +2395,7 @@ msgid "Password recovery" msgstr "Recuperación de contraseña" #: classes/handler/public.php:968 -msgid "" -"You will need to provide valid account name and email. Password reset link " -"will be sent to your email address." +msgid "You will need to provide valid account name and email. Password reset link will be sent to your email address." msgstr "" #: classes/handler/public.php:988 @@ -2192,7 +2407,8 @@ msgstr "" msgid "Some of the required form parameters are missing or incorrect." msgstr "" -#: classes/handler/public.php:1010 classes/handler/public.php:1075 +#: classes/handler/public.php:1010 +#: classes/handler/public.php:1075 msgid "Go back" msgstr "Volver" @@ -2259,9 +2475,7 @@ msgid "Bookmarklets" msgstr "Bookmarklets" #: plugins/bookmarklets/init.php:25 -msgid "" -"Drag the link below to your browser toolbar, open the feed you're interested " -"in in your browser and click on the link to subscribe to it." +msgid "Drag the link below to your browser toolbar, open the feed you're interested in in your browser and click on the link to subscribe to it." msgstr "" #: plugins/bookmarklets/init.php:29 @@ -2287,40 +2501,55 @@ msgstr "" msgid "Inline content" msgstr "Editar nota del artículo" -#: plugins/af_readability/init.php:56 +#: plugins/af_readability/init.php:48 +#, fuzzy +msgid "Append content" +msgstr "Editar nota del artículo" + +#: plugins/af_readability/init.php:57 #, fuzzy msgid "Toggle full article text" msgstr "Editar nota del artículo" -#: plugins/af_readability/init.php:63 +#: plugins/af_readability/init.php:64 msgid "Readability settings (af_readability)" msgstr "" -#: plugins/af_readability/init.php:69 plugins/af_psql_trgm/init.php:166 +#: plugins/af_readability/init.php:70 +#: plugins/af_psql_trgm/init.php:166 #, fuzzy msgid "Global settings" msgstr "Incluir preferencias" -#: plugins/af_readability/init.php:98 -msgid "" -"Provide full-text services to core code (bookmarklets) and other plugins" +#: plugins/af_readability/init.php:99 +msgid "Provide full-text services to core code (bookmarklets) and other plugins" msgstr "" -#: plugins/af_readability/init.php:112 plugins/af_psql_trgm/init.php:207 +#: plugins/af_readability/init.php:117 +#: plugins/af_psql_trgm/init.php:207 msgid "Currently enabled for (click to edit):" msgstr "" -#: plugins/af_readability/init.php:129 +#: plugins/af_readability/init.php:125 +msgid "(append)" +msgstr "" + +#: plugins/af_readability/init.php:136 #, fuzzy msgid "Readability" msgstr "Comprobar la disponibilidad" -#: plugins/af_readability/init.php:141 +#: plugins/af_readability/init.php:148 #, fuzzy msgid "Inline article content" msgstr "Editar nota del artículo" -#: plugins/note/init.php:26 plugins/note/note.js:10 +#: plugins/af_readability/init.php:153 +msgid "Append to summary, instead of replacing it" +msgstr "" + +#: plugins/note/init.php:26 +#: plugins/note/note.js:10 msgid "Edit article note" msgstr "Editar nota del artículo" @@ -2337,12 +2566,15 @@ msgstr "La contraseña ha sido cambiada." msgid "Old password is incorrect." msgstr "La contraseña antigua es incorrecta." -#: plugins/mailto/init.php:47 plugins/mailto/init.php:55 -#: plugins/mail/init.php:120 plugins/mail/init.php:128 +#: plugins/mailto/init.php:47 +#: plugins/mailto/init.php:55 +#: plugins/mail/init.php:120 +#: plugins/mail/init.php:128 msgid "[Forwarded]" msgstr "[Reenviado]" -#: plugins/mailto/init.php:47 plugins/mail/init.php:120 +#: plugins/mailto/init.php:47 +#: plugins/mail/init.php:120 msgid "Multiple articles" msgstr "Múltiples artículos" @@ -2356,8 +2588,7 @@ msgid "Forward selected article(s) by email." msgstr "Enviar artículo por correo electrónico" #: plugins/mailto/init.php:78 -msgid "" -"You should be able to edit the message before sending in your mail client." +msgid "You should be able to edit the message before sending in your mail client." msgstr "" #: plugins/mailto/init.php:83 @@ -2373,19 +2604,25 @@ msgstr "Alternar favoritos" msgid "Close article" msgstr "Cerrar artículo" -#: plugins/af_redditimgur/init.php:28 +#: plugins/af_redditimgur/init.php:33 msgid "Reddit content settings (af_redditimgur)" msgstr "" -#: plugins/af_redditimgur/init.php:60 +#: plugins/af_redditimgur/init.php:66 msgid "Extract missing content using Readability (requires af_readability)" msgstr "" -#: plugins/af_redditimgur/init.php:66 +#: plugins/af_redditimgur/init.php:72 msgid "Enable additional duplicate checking" msgstr "" -#: plugins/af_redditimgur/init.php:82 plugins/af_proxy_http/init.php:244 +#: plugins/af_redditimgur/init.php:78 +#, php-format +msgid "Rewrite Reddit URLs to %s" +msgstr "" + +#: plugins/af_redditimgur/init.php:96 +#: plugins/af_proxy_http/init.php:244 #, fuzzy msgid "Configuration saved" msgstr "Configuración guardada." @@ -2400,7 +2637,8 @@ msgstr "" msgid "Show related articles" msgstr "Artículos compartidos" -#: plugins/af_psql_trgm/init.php:127 plugins/af_psql_trgm/init.php:236 +#: plugins/af_psql_trgm/init.php:127 +#: plugins/af_psql_trgm/init.php:236 #, fuzzy msgid "Mark similar articles as read" msgstr "Marcar artículos anteriores como leídos" @@ -2410,10 +2648,7 @@ msgid "Minimum similarity:" msgstr "" #: plugins/af_psql_trgm/init.php:178 -msgid "" -"PostgreSQL trigram extension returns string similarity as a floating point " -"number (0-1). Setting it too low might produce false positives, zero " -"disables checking." +msgid "PostgreSQL trigram extension returns string similarity as a floating point number (0-1). Setting it too low might produce false positives, zero disables checking." msgstr "" #: plugins/af_psql_trgm/init.php:183 @@ -2449,7 +2684,8 @@ msgstr "" msgid "Unshare article" msgstr "Dejar de compartir el artículo" -#: plugins/nsfw/init.php:30 plugins/nsfw/init.php:42 +#: plugins/nsfw/init.php:30 +#: plugins/nsfw/init.php:42 msgid "Not work safe (click to toggle)" msgstr "" @@ -2482,7 +2718,8 @@ msgstr "" msgid "The following comics are currently supported:" msgstr "" -#: plugins/vf_shared/init.php:17 plugins/vf_shared/init.php:73 +#: plugins/vf_shared/init.php:17 +#: plugins/vf_shared/init.php:73 msgid "Shared articles" msgstr "Artículos compartidos" @@ -2528,10 +2765,17 @@ msgstr "" msgid "Please enter new score for selected articles:" msgstr "Introduzca el nombre de la categoría:" -#: js/Article.js:61 plugins/mailto/init.js:7 plugins/mail/mail.js:7 -#: js/Headlines.js:729 js/Headlines.js:755 js/Headlines.js:767 -#: js/Headlines.js:895 js/Headlines.js:913 js/Headlines.js:931 -#: js/Headlines.js:1072 js/Headlines.js:1108 +#: js/Article.js:61 +#: plugins/mailto/init.js:7 +#: plugins/mail/mail.js:7 +#: js/Headlines.js:749 +#: js/Headlines.js:775 +#: js/Headlines.js:787 +#: js/Headlines.js:915 +#: js/Headlines.js:933 +#: js/Headlines.js:951 +#: js/Headlines.js:1092 +#: js/Headlines.js:1128 #, fuzzy msgid "No articles selected." msgstr "No se ha seleccionado ningún artículo." @@ -2574,9 +2818,7 @@ msgid "Subscribe to Feed" msgstr "Suscribirse a una fuente" #: js/CommonDialogs.js:119 -msgid "" -"Failed to parse output. This can indicate server timeout and/or network " -"issues. Backend output was logged to browser console." +msgid "Failed to parse output. This can indicate server timeout and/or network issues. Backend output was logged to browser console." msgstr "" #: js/CommonDialogs.js:134 @@ -2615,12 +2857,17 @@ msgstr "Se ha suscrito a %s" msgid "Feeds with update errors" msgstr "Fuentes con errores de actualización" -#: js/CommonDialogs.js:210 js/PrefFeedTree.js:383 +#: js/CommonDialogs.js:210 +#: js/PrefFeedTree.js:383 msgid "Remove selected feeds?" msgstr "¿Borrar fuentes seleccionadas?" -#: js/CommonDialogs.js:231 js/CommonDialogs.js:316 js/PrefFeedTree.js:169 -#: js/PrefFeedTree.js:231 js/PrefFeedTree.js:247 js/PrefFeedTree.js:399 +#: js/CommonDialogs.js:231 +#: js/CommonDialogs.js:316 +#: js/PrefFeedTree.js:169 +#: js/PrefFeedTree.js:231 +#: js/PrefFeedTree.js:247 +#: js/PrefFeedTree.js:399 #, fuzzy msgid "No feeds selected." msgstr "No se ha seleccionado ninguna fuente." @@ -2630,21 +2877,22 @@ msgid "More Feeds" msgstr "Más fuentes" #: js/CommonDialogs.js:348 -msgid "" -"Remove selected feeds from the archive? Feeds with stored articles will not " -"be removed." +msgid "Remove selected feeds from the archive? Feeds with stored articles will not be removed." msgstr "" #: js/CommonDialogs.js:370 msgid "Please enter label caption:" msgstr "Por favor, introduzca el nombre del marcador:" -#: js/CommonDialogs.js:394 js/App.js:1204 +#: js/CommonDialogs.js:394 +#: js/App.js:1208 #, perl-format msgid "Unsubscribe from %s?" msgstr "¿Cancelar la suscripción a %s?" -#: js/CommonDialogs.js:422 js/App.js:1053 js/App.js:1184 +#: js/CommonDialogs.js:422 +#: js/App.js:1057 +#: js/App.js:1188 msgid "You can't edit this kind of feed." msgstr "" @@ -2670,8 +2918,7 @@ msgstr "Borrar categoría" #: js/PrefFeedTree.js:141 #, perl-format -msgid "" -"Remove category %s? Any nested feeds would be placed into Uncategorized." +msgid "Remove category %s? Any nested feeds would be placed into Uncategorized." msgstr "" #: js/PrefFeedTree.js:154 @@ -2717,7 +2964,9 @@ msgstr "Fuentes sin actualizaciones recientes" msgid "Inverse" msgstr "Inverso" -#: js/PrefFilterTree.js:108 js/PrefFilterTree.js:124 js/PrefFilterTree.js:235 +#: js/PrefFilterTree.js:108 +#: js/PrefFilterTree.js:124 +#: js/PrefFilterTree.js:235 #, fuzzy msgid "No filters selected." msgstr "No se han seleccionado filtros." @@ -2762,8 +3011,7 @@ msgid "Settings Profiles" msgstr "Perfiles de preferencias" #: js/PrefHelpers.js:88 -msgid "" -"Remove selected profiles? Active and default profiles will not be removed." +msgid "Remove selected profiles? Active and default profiles will not be removed." msgstr "" #: js/PrefHelpers.js:103 @@ -2803,7 +3051,8 @@ msgstr "" msgid "Click to close" msgstr "Haga clic para cerrar" -#: plugins/mailto/init.js:21 plugins/mail/mail.js:21 +#: plugins/mailto/init.js:21 +#: plugins/mail/mail.js:21 msgid "Forward article by email" msgstr "Enviar artículo por correo electrónico" @@ -2833,14 +3082,11 @@ msgid "Error sending email:" msgstr "" #: js/App.js:436 -msgid "" -"Update daemon is not running." +msgid "Update daemon is not running." msgstr "" #: js/App.js:449 -msgid "" -"Update daemon is not updating feeds." +msgid "Update daemon is not updating feeds." msgstr "" #: js/App.js:601 @@ -2851,29 +3097,30 @@ msgstr "" msgid "Please enable mail or mailto plugin first." msgstr "" -#: js/App.js:1122 +#: js/App.js:1126 #, fuzzy msgid "Please enable af_readability first." msgstr "Limpiando las fuentes seleccionadas..." -#: js/App.js:1135 js/App.js:1225 +#: js/App.js:1139 +#: js/App.js:1229 msgid "Widescreen is not available in combined mode." msgstr "" -#: js/App.js:1193 +#: js/App.js:1197 #, fuzzy msgid "Please select some feed first." msgstr "Limpiando las fuentes seleccionadas..." -#: js/App.js:1198 +#: js/App.js:1202 msgid "You can't unsubscribe from the category." msgstr "" -#: js/Article.js:237 +#: js/Article.js:267 msgid "Edit article Tags" msgstr "Editar las etiquetas del artículo" -#: js/Article.js:242 +#: js/Article.js:272 msgid "Saving article tags..." msgstr "Guardando las etiquetas del artículo..." @@ -2902,7 +3149,8 @@ msgstr "" msgid "Upload failed." msgstr "Carga completa." -#: js/CommonDialogs.js:211 js/PrefFeedTree.js:384 +#: js/CommonDialogs.js:211 +#: js/PrefFeedTree.js:384 msgid "Removing selected feeds..." msgstr "Borrando fuentes seleccionadas..." @@ -2910,16 +3158,20 @@ msgstr "Borrando fuentes seleccionadas..." msgid "Removing feed..." msgstr "Eliminando la fuente..." -#: js/CommonDialogs.js:440 js/PrefFeedTree.js:297 js/PrefFilterTree.js:205 +#: js/CommonDialogs.js:440 +#: js/PrefFeedTree.js:297 +#: js/PrefFilterTree.js:205 #: js/PrefUsers.js:42 msgid "Saving data..." msgstr "Guardando datos..." -#: js/CommonDialogs.js:462 js/PrefHelpers.js:249 +#: js/CommonDialogs.js:462 +#: js/PrefHelpers.js:249 msgid "Trying to change address..." msgstr "Intentando cambiar la dirección..." -#: js/CommonDialogs.js:482 js/PrefHelpers.js:265 +#: js/CommonDialogs.js:482 +#: js/PrefHelpers.js:265 #, fuzzy msgid "Could not change feed URL." msgstr "Crear usuario" @@ -2999,110 +3251,111 @@ msgstr "Resultados de búsqueda: %s" msgid "all articles" msgstr "Todos" -#: js/Feeds.js:463 +#: js/Feeds.js:464 #, fuzzy msgid "Mark all articles in %s as read?" msgstr "¿Reiniciar la puntuación de los artículos en %?" -#: js/Headlines.js:614 js/Headlines.js:664 js/Headlines.js:681 +#: js/Headlines.js:629 +#: js/Headlines.js:679 +#: js/Headlines.js:696 #, fuzzy msgid "Click to open next unread feed." msgstr "Haga clic para editar fuente" -#: js/Headlines.js:618 +#: js/Headlines.js:633 msgid "Cancel search" msgstr "Cancelar búsqueda" -#: js/Headlines.js:678 +#: js/Headlines.js:693 msgid "New articles found, reload feed to continue." msgstr "" -#: js/Headlines.js:866 +#: js/Headlines.js:886 #, fuzzy msgid "%d article selected" msgid_plural "%d articles selected" msgstr[0] "No se ha seleccionado ningún artículo." msgstr[1] "No se ha seleccionado ningún artículo." -#: js/Headlines.js:939 +#: js/Headlines.js:959 #, fuzzy msgid "Delete %d selected article in %s?" msgid_plural "Delete %d selected articles in %s?" msgstr[0] "¿Reiniciar la puntuación de los artículos en %?" msgstr[1] "¿Reiniciar la puntuación de los artículos en %?" -#: js/Headlines.js:941 +#: js/Headlines.js:961 #, fuzzy msgid "Delete %d selected article?" msgid_plural "Delete %d selected articles?" msgstr[0] "¿Activar el perfil seleccionado?" msgstr[1] "¿Activar el perfil seleccionado?" -#: js/Headlines.js:1081 +#: js/Headlines.js:1101 #, fuzzy msgid "Archive %d selected article in %s?" msgid_plural "Archive %d selected articles in %s?" msgstr[0] "Artículos archivados" msgstr[1] "Artículos archivados" -#: js/Headlines.js:1084 +#: js/Headlines.js:1104 #, fuzzy msgid "Move %d archived article back?" msgid_plural "Move %d archived articles back?" msgstr[0] "Artículos archivados" msgstr[1] "Artículos archivados" -#: js/Headlines.js:1085 -msgid "" -"Please note that unstarred articles might get purged on next feed update." +#: js/Headlines.js:1105 +msgid "Please note that unstarred articles might get purged on next feed update." msgstr "" -#: js/Headlines.js:1114 +#: js/Headlines.js:1134 msgid "Mark %d selected article in %s as read?" msgid_plural "Mark %d selected articles in %s as read?" msgstr[0] "" msgstr[1] "" -#: js/Headlines.js:1130 +#: js/Headlines.js:1150 msgid "No article is selected." msgstr "No se ha seleccionado ningún artículo." -#: js/Headlines.js:1165 +#: js/Headlines.js:1185 msgid "No articles found to mark" msgstr "" -#: js/Headlines.js:1167 +#: js/Headlines.js:1187 #, fuzzy msgid "Mark %d article as read?" msgid_plural "Mark %d articles as read?" msgstr[0] "Marcar artículos anteriores como leídos" msgstr[1] "Marcar artículos anteriores como leídos" -#: js/Headlines.js:1217 +#: js/Headlines.js:1237 msgid "Open original article" msgstr "Abrir artículo original" -#: js/Headlines.js:1224 +#: js/Headlines.js:1244 msgid "Display article URL" msgstr "Mostrar la URL del artículo" -#: js/Headlines.js:1331 +#: js/Headlines.js:1351 msgid "Assign label" msgstr "Asignar marcador" -#: js/Headlines.js:1336 +#: js/Headlines.js:1356 msgid "Remove label" msgstr "Eliminar marcador" -#: js/Headlines.js:1373 +#: js/Headlines.js:1393 msgid "Select articles in group" msgstr "Seleccionar los artículos del grupo" -#: js/Headlines.js:1383 +#: js/Headlines.js:1403 msgid "Mark group as read" msgstr "Marcar grupo como leído" -#: js/Headlines.js:1395 +#: js/Headlines.js:1415 msgid "Mark feed as read" msgstr "Marcar fuente como leída" @@ -3134,7 +3387,8 @@ msgstr "Eliminando el filtro..." msgid "Removing selected filters..." msgstr "Eliminando los filtros seleccionados..." -#: js/PrefHelpers.js:44 plugins/share/share_prefs.js:4 +#: js/PrefHelpers.js:44 +#: plugins/share/share_prefs.js:4 msgid "Clearing URLs..." msgstr "Limpiando URL..." @@ -3163,7 +3417,8 @@ msgstr "Editor de marcadores" msgid "Reset selected labels to default colors?" msgstr "¿Borrar los marcadores seleccionados?" -#: js/PrefLabelTree.js:140 js/PrefLabelTree.js:160 +#: js/PrefLabelTree.js:140 +#: js/PrefLabelTree.js:160 #, fuzzy msgid "No labels selected." msgstr "No se han seleccionado marcadores." @@ -3189,12 +3444,15 @@ msgstr "Añadiendo usuario..." msgid "User Editor" msgstr "Editor de usuario" -#: js/PrefUsers.js:59 js/PrefUsers.js:98 js/PrefUsers.js:105 +#: js/PrefUsers.js:59 +#: js/PrefUsers.js:98 +#: js/PrefUsers.js:105 #, fuzzy msgid "No users selected." msgstr "No se han seleccionado usuarios." -#: js/PrefUsers.js:64 js/PrefUsers.js:110 +#: js/PrefUsers.js:64 +#: js/PrefUsers.js:110 #, fuzzy msgid "Please select one user." msgstr "¿Eliminar los filtros seleccionados?" @@ -3210,9 +3468,7 @@ msgid "Resetting password for selected user..." msgstr "Eliminando los usuarios seleccionados..." #: js/PrefUsers.js:84 -msgid "" -"Remove selected users? Neither default admin nor your account will be " -"removed." +msgid "Remove selected users? Neither default admin nor your account will be removed." msgstr "" #: js/PrefUsers.js:85 -- cgit v1.2.3