diff options
Diffstat (limited to 'apps/files_sharing/l10n/es_MX.php')
-rw-r--r-- | apps/files_sharing/l10n/es_MX.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_sharing/l10n/es_MX.php b/apps/files_sharing/l10n/es_MX.php index 2d3844f6485..a7a7302def3 100644 --- a/apps/files_sharing/l10n/es_MX.php +++ b/apps/files_sharing/l10n/es_MX.php @@ -1,6 +1,5 @@ <?php $TRANSLATIONS = array( -"Reset" => "Reiniciar", "Shared by {owner}" => "Compartido por {owner}", "Shared by" => "Compartido por", "This share is password-protected" => "Este elemento compartido esta protegido por contraseña", @@ -14,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, contacte a la persona que le envió el enlace.", "Download" => "Descargar", -"Direct link" => "Enlace directo", -"Save" => "Guardar" +"Direct link" => "Enlace directo" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |