diff options
Diffstat (limited to 'apps/updatenotification/l10n/es.js')
-rw-r--r-- | apps/updatenotification/l10n/es.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/updatenotification/l10n/es.js b/apps/updatenotification/l10n/es.js index 64d0a17062a..024f6cad1fb 100644 --- a/apps/updatenotification/l10n/es.js +++ b/apps/updatenotification/l10n/es.js @@ -2,6 +2,7 @@ OC.L10N.register( "updatenotification", { "{version} is available. Get more information on how to update." : "{version} está disponible. Obtenga más información sobre cómo actualizar.", + "Open updater" : "Abrir el actualizador", "Your version is up to date." : "Su versión está actualizada.", "A non-default update server is in use to be checked for updates:" : "Se está usando un servidor de actualización no estándar para comprobar actualizaciones:", "Update channel:" : "Canal de actualización: ", @@ -10,7 +11,6 @@ OC.L10N.register( "Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos sobre actualizaciones disponibles:", "Only notification for app updates are available." : "Solo están disponibles las notificaciones para actualizaciones de apps", "The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor", - "A new version is available: {newVersionString}" : "Una nueva versión está disponible: {newVersionString}", "Checked on {lastCheckedDate}" : "Comprobado el {lastCheckeDate}", "Could not start updater, please try the manual update" : "No se ha podido iniciar el actualizador. Por favor, prueba a realizar la actualización de forma manual", "Update notifications" : "Actualizar notificaciones", @@ -22,7 +22,6 @@ OC.L10N.register( "Update for {app} to version %s is available." : "Actualización de {app} a la versión %s disponible.", "Update notification" : "Notificación de actualización", "A new version is available: %s" : "Hay una nueva versión disponible: %s", - "Open updater" : "Abrir el actualizador", "Download now" : "Descargar ahora", "Checked on %s" : "Revisado el %s", "The selected update channel makes dedicated notifications for the server obsolete." : "El canal de actualización seleccionado hace obsoletas las notificaciones dedicadas para el servidor.", |