diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:26 +0000 |
commit | ad2eefe89639b2737b728b3faa1bf9da5ff82d55 (patch) | |
tree | f63afdc5881d4b33e254fd5600baf56f10ffbdc7 /apps/updatenotification/l10n/es_AR.js | |
parent | 350b66b73d5d6fbd90e996699f5f601afda93d71 (diff) | |
download | nextcloud-server-ad2eefe89639b2737b728b3faa1bf9da5ff82d55.tar.gz nextcloud-server-ad2eefe89639b2737b728b3faa1bf9da5ff82d55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/es_AR.js')
-rw-r--r-- | apps/updatenotification/l10n/es_AR.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/apps/updatenotification/l10n/es_AR.js b/apps/updatenotification/l10n/es_AR.js index 848ac7bd5bc..5480e2debb8 100644 --- a/apps/updatenotification/l10n/es_AR.js +++ b/apps/updatenotification/l10n/es_AR.js @@ -1,8 +1,14 @@ OC.L10N.register( "updatenotification", { - "Could not start updater, please try the manual update" : "No fue posible iniciar el actualizador, favor de intentar la actualización manual", "{version} is available. Get more information on how to update." : "{version} no está disponible. Obtenga más información acerca de cómo actualizar. ", + "Your version is up to date." : "Su verisón está actualizada.", + "Update channel:" : "Actualizar el canal:", + "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre puede actualizar a una versión más reciente / canal experimental. Sinembargo nunca podrá desactualizar la versión a un canal más estable. ", + "Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos de las actualizaciones disponibles:", + "Only notification for app updates are available." : "Sólo se tienen disponibles notificaciones de actualizaciones de la aplicación.", + "The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor. ", + "Could not start updater, please try the manual update" : "No fue posible iniciar el actualizador, favor de intentar la actualización manual", "Update notifications" : "Actualizar notificaciones", "Channel updated" : "Canal actualizado", "The update server could not be reached since %d days to check for new updates." : "El servidor de actualización no ha podido ser alcanzado desde %d días para verificar actualizaciones. ", @@ -13,13 +19,7 @@ OC.L10N.register( "A new version is available: %s" : "Una nueva versión está disponible: %s", "Open updater" : "Abrir actualizador", "Download now" : "Descargar ahora", - "Your version is up to date." : "Su verisón está actualizada.", "Checked on %s" : "Verificado el %s", - "Update channel:" : "Actualizar el canal:", - "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "Siempre puede actualizar a una versión más reciente / canal experimental. Sinembargo nunca podrá desactualizar la versión a un canal más estable. ", - "Notify members of the following groups about available updates:" : "Notificar a los miembros de los siguientes grupos de las actualizaciones disponibles:", - "Only notification for app updates are available." : "Sólo se tienen disponibles notificaciones de actualizaciones de la aplicación.", - "The selected update channel makes dedicated notifications for the server obsolete." : "El canal de actualización seleccionado hace que las notificaciones dedicadas al servidor sean obsoletas. ", - "The selected update channel does not support updates of the server." : "El canal de actualización seleccionado no soporta actualizaciones del servidor. " + "The selected update channel makes dedicated notifications for the server obsolete." : "El canal de actualización seleccionado hace que las notificaciones dedicadas al servidor sean obsoletas. " }, "nplurals=2; plural=(n != 1);"); |