diff options
Diffstat (limited to 'core/l10n/es_AR.js')
-rw-r--r-- | core/l10n/es_AR.js | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index 5cce7a7a4e1..4b5386c5f9d 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -68,9 +68,6 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "La actualización no fue exitosa. Favor de reportar este tema a la <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Comunidad Nextcloud</a>.", "Continue to Nextcloud" : "Continuar a Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundo. ","La actualización fue exitosa. Lo estamos redireccionando a Nextcloud en %n segundos."], - "Searching other places" : "Buscando en otras ubicaciones", - "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda en otras carpetas para {tag}{filter}{endtag}", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"], "Log in" : "Ingresar", "Logging in …" : "Ingresando ...", "Server side authentication failed!" : "¡Falló la autenticación del lado del servidor!", @@ -97,7 +94,6 @@ OC.L10N.register( "Cancel" : "Cancelar", "Forgot password?" : "¿Contraseña olvidada?", "Back" : "Atrás", - "Searching …" : "Buscando ...", "Settings" : "Configuraciones ", "Could not load your contacts" : "No se pudieron cargar tus contactos", "Search contacts …" : "Buscar contactos ...", @@ -303,6 +299,9 @@ OC.L10N.register( "Name..." : "Nombre...", "Error removing share" : "Se presentó un error al dejar de compartir", "({scope})" : "({scope})", + "Searching other places" : "Buscando en otras ubicaciones", + "No search results in other folders for {tag}{filter}{endtag}" : "No hay resultados para la búsqueda en otras carpetas para {tag}{filter}{endtag}", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} resultado de la búsqueda en otra carpeta","{count} resultados de la búsqueda en otras carpetas"], "Saving..." : "Guardando...", "Search" : "Buscar", "Reset search" : "Restablecer búsqueda", |