diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_AR.php')
-rw-r--r-- | apps/files_sharing/l10n/es_AR.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/es_AR.php b/apps/files_sharing/l10n/es_AR.php index a5ca4d6a9dc..5fc12ca2af5 100644 --- a/apps/files_sharing/l10n/es_AR.php +++ b/apps/files_sharing/l10n/es_AR.php @@ -1,7 +1,5 @@ <?php $TRANSLATIONS = array( -"Saved" => "Guardado", -"Reset" => "Resetear", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Esto está protegido por contraseña", @@ -15,7 +13,6 @@ $TRANSLATIONS = array( "sharing is disabled" => "compartir está desactivado", "For more info, please ask the person who sent this link." => "Para mayor información, contactá a la persona que te mandó el enlace.", "Download" => "Descargar", -"Direct link" => "Vínculo directo", -"Save" => "Guardar" +"Direct link" => "Vínculo directo" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |