diff options
Diffstat (limited to 'apps/files/l10n/es_MX.php')
-rw-r--r-- | apps/files/l10n/es_MX.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/es_MX.php b/apps/files/l10n/es_MX.php index 5b886556318..3743a33f606 100644 --- a/apps/files/l10n/es_MX.php +++ b/apps/files/l10n/es_MX.php @@ -80,7 +80,6 @@ $TRANSLATIONS = array( "Delete" => "Eliminar", "Upload too large" => "Subida demasido grande", "The files you are trying to upload exceed the maximum size for file uploads on this server." => "Los archivos que estás intentando subir sobrepasan el tamaño máximo permitido en este servidor.", -"Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere.", -"Current scanning" => "Escaneo actual" +"Files are being scanned, please wait." => "Los archivos están siendo escaneados, por favor espere." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |