diff options
Diffstat (limited to 'apps/files/l10n/es.php')
-rw-r--r-- | apps/files/l10n/es.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/l10n/es.php b/apps/files/l10n/es.php index 0a56a324a23..217903f2167 100644 --- a/apps/files/l10n/es.php +++ b/apps/files/l10n/es.php @@ -88,7 +88,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);"; |