diff options
Diffstat (limited to 'settings/l10n/es_AR.php')
-rw-r--r-- | settings/l10n/es_AR.php | 35 |
1 files changed, 11 insertions, 24 deletions
diff --git a/settings/l10n/es_AR.php b/settings/l10n/es_AR.php index 98082c72a80..5262fdf249e 100644 --- a/settings/l10n/es_AR.php +++ b/settings/l10n/es_AR.php @@ -1,16 +1,5 @@ <?php $TRANSLATIONS = array( -"Invalid value supplied for %s" => "Parámetro suministrado invalido para %s", -"Saved" => "Guardado", -"test email settings" => "Configuración de correo de prueba.", -"If you received this email, the settings seem to be correct." => "Si recibió este correo, la configuración parece estar correcta.", -"A problem occurred while sending the e-mail. Please revisit your settings." => "Un problema ocurrió cuando se intentó enviar el correo electrónico. Por favor revea su configuración.", -"Email sent" => "e-mail mandado", -"You need to set your user email before being able to send test emails." => "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", -"Send mode" => "Modo de envio", -"Encryption" => "Encriptación", -"Authentication method" => "Método de autenticación", -"Unable to load list from App Store" => "Imposible cargar la lista desde el App Store", "Authentication error" => "Error al autenticar", "Your full name has been changed." => "Su nombre completo ha sido cambiado.", "Unable to change full name" => "Imposible cambiar el nombre completo", @@ -33,20 +22,19 @@ $TRANSLATIONS = array( "Wrong admin recovery password. Please check the password and try again." => "Contraseña de recuperación administrativa incorrecta. Por favor, chequee la clave e intente de nuevo", "Back-end doesn't support password change, but the users encryption key was successfully updated." => "El back-end no soporta cambios de contraseña, pero las claves de encriptación fueron subidas exitosamente.", "Unable to change password" => "Imposible cambiar la contraseña", +"Saved" => "Guardado", +"test email settings" => "Configuración de correo de prueba.", +"Email sent" => "e-mail mandado", +"You need to set your user email before being able to send test emails." => "Necesita especificar el usuario de correo electrónico antes de poder enviar correos electrónicos de prueba.", "Sending..." => "Enviando...", "All" => "Todos", -"User Documentation" => "Documentación de Usuario", -"Admin Documentation" => "Documentación de Administrador.", -"Update to {appversion}" => "Actualizar a {appversion}", -"Disable" => "Desactivar", -"Enable" => "Activar", "Please wait...." => "Por favor, esperá....", "Error while disabling app" => "Se ha producido un error mientras se deshabilitaba la aplicación", +"Disable" => "Desactivar", +"Enable" => "Activar", "Error while enabling app" => "Se ha producido un error mientras se habilitaba la aplicación", "Updating...." => "Actualizando....", "Error while updating app" => "Error al actualizar App", -"Error" => "Error", -"Update" => "Actualizar", "Updated" => "Actualizado", "Select a profile picture" => "Seleccionar una imágen de perfil", "Very weak password" => "Contraseña muy débil.", @@ -104,7 +92,10 @@ $TRANSLATIONS = array( "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Por favor conéctese a su %s por medio de HTTPS para habilitar o deshabilitar la característica SSL", "Email Server" => "Servidor de correo electrónico", "This is used for sending out notifications." => "Esto es usado para enviar notificaciones.", +"Send mode" => "Modo de envio", +"Encryption" => "Encriptación", "From address" => "Dirección remitente", +"Authentication method" => "Método de autenticación", "Authentication required" => "Autentificación requerida", "Server address" => "Dirección del servidor", "Port" => "Puerto", @@ -119,13 +110,9 @@ $TRANSLATIONS = array( "Less" => "Menos", "Version" => "Versión", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Desarrollado por la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">comunidad ownCloud</a>, el <a href=\"https://github.com/owncloud\" target=\"_blank\">código fuente</a> está bajo licencia <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", -"Add your App" => "Añadí tu App", -"More Apps" => "Más Apps", -"Select an App" => "Elegí una App", "Documentation:" => "Documentación:", -"See application page at apps.owncloud.com" => "Mirá la web de aplicaciones apps.owncloud.com", -"See application website" => "Ver sitio web de la aplicación", -"<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licenciado por <span class=\"author\">", +"User Documentation" => "Documentación de Usuario", +"Admin Documentation" => "Documentación de Administrador.", "Administrator Documentation" => "Documentación de Administrador", "Online Documentation" => "Documentación en línea", "Forum" => "Foro", |