diff options
Diffstat (limited to 'apps/files_versions/l10n/es_MX.php')
-rw-r--r-- | apps/files_versions/l10n/es_MX.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/files_versions/l10n/es_MX.php b/apps/files_versions/l10n/es_MX.php deleted file mode 100644 index b7acc376978..00000000000 --- a/apps/files_versions/l10n/es_MX.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Could not revert: %s" => "No se puede revertir: %s", -"Versions" => "Revisiones", -"Failed to revert {file} to revision {timestamp}." => "No se ha podido revertir {archivo} a revisión {timestamp}.", -"More versions..." => "Más versiones...", -"No other versions available" => "No hay otras versiones disponibles", -"Restore" => "Recuperar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |