Merge pull-request #347
This commit is contained in:
commit
60aa689e84
@ -146,88 +146,88 @@ return array(
|
|||||||
'Nothing to read, do you want to %supdate your subscriptions%s?' => 'No hay nada que leer, ¿quiere %sactualizar las suscripciones%s?',
|
'Nothing to read, do you want to %supdate your subscriptions%s?' => 'No hay nada que leer, ¿quiere %sactualizar las suscripciones%s?',
|
||||||
'Show help' => 'Mostrar la ayuda',
|
'Show help' => 'Mostrar la ayuda',
|
||||||
'Close help' => 'Cerrar la ayuda',
|
'Close help' => 'Cerrar la ayuda',
|
||||||
// '%d second ago' => '',
|
'%d second ago' => array('hace %d segundo', 'hace %d segundos'),
|
||||||
// '%d minute ago' => '',
|
'%d minute ago' => array('hace %d minuto', 'hace %d minutos'),
|
||||||
// '%d hour ago' => '',
|
'%d hour ago' => array('hace %d hora', 'hace %d horas'),
|
||||||
// '%d day ago' => '',
|
'%d day ago' => array('hace %d día', 'hace %d días'),
|
||||||
// '%d week ago' => '',
|
'%d week ago' => array('hace %d semana', 'hace %d semanas'),
|
||||||
// '%d month ago' => '',
|
'%d month ago' => array('hace %d mes', 'hace %d meses'),
|
||||||
// 'Timezone' => '',
|
'Timezone' => 'Zona horaria',
|
||||||
// 'Update all subscriptions' => '',
|
'Update all subscriptions' => 'Actualizar todas las subscripciones',
|
||||||
// 'Auto-Update URL' => '',
|
'Auto-Update URL' => 'Actualizar automáticamente la URL',
|
||||||
// 'Update Miniflux' => '',
|
'Update Miniflux' => 'Actualizar Miniflux',
|
||||||
// 'Miniflux is updated!' => '',
|
'Miniflux is updated!' => 'Miniflux esta actualizado',
|
||||||
// 'Unable to update Miniflux, check the console for errors.' => '',
|
'Unable to update Miniflux, check the console for errors.' => 'No ha sido posible actualizar Miniflux, lea los errores en la consola',
|
||||||
// 'Don\'t forget to backup your database' => '',
|
'Don\'t forget to backup your database' => 'No olvides de hacer una copia de seguridad de la base de datos',
|
||||||
// 'The name must have only alpha-numeric characters' => '',
|
'The name must have only alpha-numeric characters' => 'El nombre sólo puede contener caractéres alfanuméricos',
|
||||||
// 'New database' => '',
|
'New database' => 'Nueva base de datos',
|
||||||
// 'Database name' => '',
|
'Database name' => 'Nombre de la base de datos',
|
||||||
// 'Default database' => '',
|
'Default database' => 'Base de datos por defecto',
|
||||||
// 'Select another database' => '',
|
'Select another database' => 'Seleccionar otra base de datos',
|
||||||
// 'The database name is required' => '',
|
'The database name is required' => 'Es necesario poner nombre a la base de datos',
|
||||||
// 'Database created successfully.' => '',
|
'Database created successfully.' => 'Base de datos creada correctamente',
|
||||||
// 'Unable to create the new database.' => '',
|
'Unable to create the new database.' => 'No es posible crear la nueva base de datos',
|
||||||
// 'Add a new database (new user)' => '',
|
'Add a new database (new user)' => 'Añadir una nueva base de datos (nuevo usuario)',
|
||||||
// 'Create' => '',
|
'Create' => 'Crear',
|
||||||
// 'Unknown' => '',
|
'Unknown' => 'Desconocido',
|
||||||
// 'Remember Me' => '',
|
'Remember Me' => 'Recuérdame',
|
||||||
// 'Display items on lists' => '',
|
'Display items on lists' => 'Mostrar elementos en listas',
|
||||||
// 'Summaries' => '',
|
'Summaries' => 'Sumarios',
|
||||||
// 'Full contents' => '',
|
'Full contents' => 'Contenidos completos',
|
||||||
// 'Force RTL mode (Right-to-left language)' => '',
|
'Force RTL mode (Right-to-left language)' => 'Forzar modo RTL (Lenguajes que se escriben de derecha a izquierda)',
|
||||||
// 'Activated' => '',
|
'Activated' => 'Activado',
|
||||||
// 'Remove this feed' => '',
|
'Remove this feed' => 'Eliminar esta subscripción',
|
||||||
// 'Miniflux' => '',
|
'Miniflux' => 'Miniflux',
|
||||||
// 'mini%sflux%s' => '',
|
// 'mini%sflux%s' => '',
|
||||||
// 'All' => '',
|
'All' => 'Todos',
|
||||||
// 'Advanced' => '',
|
'Advanced' => 'Avanzado',
|
||||||
// 'Documentation' => '',
|
'Documentation' => 'Documentación',
|
||||||
// 'Installation instructions' => '',
|
'Installation instructions' => 'Instrucciones de instalación',
|
||||||
// 'Upgrade to a new version' => '',
|
'Upgrade to a new version' => 'Actualizar a una nueva versión',
|
||||||
// 'Cronjob' => '',
|
// 'Cronjob' => '',
|
||||||
// 'Advanced configuration' => '',
|
'Advanced configuration' => 'Configuración avanzada',
|
||||||
// 'Full article download' => '',
|
'Full article download' => 'Descargar el artículo completo',
|
||||||
// 'Multiple users' => '',
|
'Multiple users' => 'Múltiples usuarios',
|
||||||
// 'Themes' => '',
|
'Themes' => 'Temas',
|
||||||
// 'Json-RPC API' => '',
|
'Json-RPC API' => 'API Json-RPC',
|
||||||
// 'Fever API' => '',
|
'Fever API' => 'API Fever',
|
||||||
// 'Translations' => '',
|
'Translations' => 'Traducciones',
|
||||||
// 'Run Miniflux with Docker' => '',
|
'Run Miniflux with Docker' => 'Ejecutar Miniflux con Docker',
|
||||||
// 'FAQ' => '',
|
'FAQ' => 'FAQ',
|
||||||
// 'settings' => '',
|
'settings' => 'configuración',
|
||||||
// 'help' => '',
|
'help' => 'ayuda',
|
||||||
// 'api' => '',
|
'api' => 'api',
|
||||||
// 'about' => '',
|
'about' => 'acerca de',
|
||||||
// 'This action will update Miniflux with the last development version, are you sure?' => '',
|
'This action will update Miniflux with the last development version, are you sure?' => 'Esta acción actualizará Miniflux a la última versión de desarrollo, ¿está seguro?',
|
||||||
// 'database' => '',
|
'database' => 'base de datos',
|
||||||
// 'Console' => '',
|
'Console' => 'Consola',
|
||||||
// 'Miniflux API' => '',
|
'Miniflux API' => 'API Miniflux',
|
||||||
// 'menu' => '',
|
'menu' => 'menú',
|
||||||
// 'Default' => '',
|
'Default' => 'Por defecto',
|
||||||
// 'Value required' => '',
|
//'Value required' => 'Valor requerido',
|
||||||
// 'Must be an integer' => '',
|
'Must be an integer' => 'Tiene que ser un número entero',
|
||||||
// 'Remove automatically unread items' => '',
|
'Remove automatically unread items' => 'Eliminar automáticamente artículos sin leer',
|
||||||
// 'Toggle RTL mode' => '',
|
'Toggle RTL mode' => 'Activar modo RTL',
|
||||||
// 'external services' => '',
|
'external services' => 'servicios externos',
|
||||||
// 'Send bookmarks to Pinboard' => '',
|
'Send bookmarks to Pinboard' => 'Enviar marcadores a Pinboard',
|
||||||
// 'Pinboard API token' => '',
|
'Pinboard API token' => 'Clave API de Pinboard',
|
||||||
// 'Pinboard tags' => '',
|
'Pinboard tags' => 'Etiquetas de Pinboard',
|
||||||
// 'Instapaper username' => '',
|
'Instapaper username' => 'Nombre de usuario en Instapaper',
|
||||||
// 'Instapaper password' => '',
|
'Instapaper password' => 'Contraseña de Instapaper',
|
||||||
// 'Instapaper' => '',
|
'Instapaper' => 'Instapaper',
|
||||||
// 'Pinboard' => '',
|
'Pinboard' => 'Pinboard',
|
||||||
// 'Send bookmarks to Instapaper' => '',
|
'Send bookmarks to Instapaper' => 'Enviar marcadores a Instapaper',
|
||||||
// 'Authentication' => '',
|
//'Authentication' => 'Autentificación',
|
||||||
// 'Reading' => '',
|
'Reading' => 'Leyendo',
|
||||||
// 'Application' => '',
|
'Application' => 'Aplicación',
|
||||||
// 'Enable image proxy' => '',
|
'Enable image proxy' => 'Activar proxy de imágenes',
|
||||||
// 'Avoid mixed content warnings with HTTPS' => '',
|
'Avoid mixed content warnings with HTTPS' => 'Evitar avisos de contenido inseguro con HTTPS',
|
||||||
// 'Download favicons' => '',
|
'Download favicons' => 'Descargar favicons',
|
||||||
// 'general' => '',
|
'general' => 'general',
|
||||||
// 'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => '',
|
'An error occurred during the last check. Refresh the feed manually and check the %sconsole%s for errors afterwards!' => 'Ha ocurrido un error durante la última actualización. Refresque el canal manualmente y revise los errores en la consola después',
|
||||||
// 'Refresh interval in minutes for unread counter' => '',
|
'Refresh interval in minutes for unread counter' => 'Intervalo de actualización en minutos del contador de artículos sin leer',
|
||||||
// 'Nothing to show. Enable the debug mode to see log messages.' => '',
|
'Nothing to show. Enable the debug mode to see log messages.' => 'Nada que mostrar. Active el modo de depuración para ver los mensages del log',
|
||||||
// 'Enable debug mode' => '',
|
'Enable debug mode' => 'Activar modo de depuración',
|
||||||
// 'Original link marks article as read' => '',
|
'Original link marks article as read' => 'Link original marca artículo cómo leído',
|
||||||
// 'Cloak the image referrer' => '',
|
//'Cloak the image referrer' => '',
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user