diff options
Diffstat (limited to 'core/l10n/es_AR.php')
-rw-r--r-- | core/l10n/es_AR.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/es_AR.php b/core/l10n/es_AR.php index 7d7e29c8ffb..195db409ab9 100644 --- a/core/l10n/es_AR.php +++ b/core/l10n/es_AR.php @@ -8,14 +8,6 @@ $TRANSLATIONS = array( "Updating filecache, this may take really long..." => "Actualizando caché de archivos, esto puede tardar mucho tiempo...", "Updated filecache" => "Caché de archivos actualizada", "... %d%% done ..." => "... %d%% hecho ...", -"Category type not provided." => "Tipo de categoría no provisto. ", -"No category to add?" => "¿Ninguna categoría para añadir?", -"This category already exists: %s" => "Esta categoría ya existe: %s", -"Object type not provided." => "Tipo de objeto no provisto. ", -"%s ID not provided." => "%s ID no provista. ", -"Error adding %s to favorites." => "Error al agregar %s a favoritos. ", -"No categories selected for deletion." => "No se seleccionaron categorías para borrar.", -"Error removing %s from favorites." => "Error al borrar %s de favoritos. ", "Sunday" => "Domingo", "Monday" => "Lunes", "Tuesday" => "Martes", @@ -53,12 +45,9 @@ $TRANSLATIONS = array( "Ok" => "Aceptar", "_{count} file conflict_::_{count} file conflicts_" => array("",""), "Cancel" => "Cancelar", -"The object type is not specified." => "El tipo de objeto no está especificado. ", -"Error" => "Error", -"The app name is not specified." => "El nombre de la App no está especificado.", -"The required file {file} is not installed!" => "¡El archivo requerido {file} no está instalado!", "Shared" => "Compartido", "Share" => "Compartir", +"Error" => "Error", "Error while sharing" => "Error al compartir", "Error while unsharing" => "Error en al dejar de compartir", "Error while changing permissions" => "Error al cambiar permisos", @@ -90,6 +79,9 @@ $TRANSLATIONS = array( "Sending ..." => "Mandando...", "Email sent" => "e-mail mandado", "Warning" => "Atención", +"The object type is not specified." => "El tipo de objeto no está especificado. ", +"Delete" => "Borrar", +"Add" => "Agregar", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "La actualización no pudo ser completada. Por favor, reportá el inconveniente a la comunidad <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud</a>.", "The update was successful. Redirecting you to ownCloud now." => "La actualización fue exitosa. Estás siendo redirigido a ownCloud.", "%s password reset" => "%s restablecer contraseña", @@ -112,8 +104,6 @@ $TRANSLATIONS = array( "Help" => "Ayuda", "Access forbidden" => "Acceso prohibido", "Cloud not found" => "No se encontró ownCloud", -"Edit categories" => "Editar categorías", -"Add" => "Agregar", "Security Warning" => "Advertencia de seguridad", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "La versión de PHP que tenés, es vulnerable al ataque de byte NULL (CVE-2006-7243)", "Please update your PHP installation to use %s securely." => "Por favor, actualizá tu instalación PHP para poder usar %s de manera segura.", |