diff options
Diffstat (limited to 'apps/files_trashbin/l10n/es_AR.php')
-rw-r--r-- | apps/files_trashbin/l10n/es_AR.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/files_trashbin/l10n/es_AR.php b/apps/files_trashbin/l10n/es_AR.php deleted file mode 100644 index 2991ea507b0..00000000000 --- a/apps/files_trashbin/l10n/es_AR.php +++ /dev/null @@ -1,14 +0,0 @@ -<?php -$TRANSLATIONS = array( -"Couldn't delete %s permanently" => "No fue posible borrar %s de manera permanente", -"Couldn't restore %s" => "No se pudo restaurar %s", -"Deleted files" => "Archivos borrados", -"Restore" => "Recuperar", -"Error" => "Error", -"restored" => "recuperado", -"Nothing in here. Your trash bin is empty!" => "No hay nada acá. ¡La papelera está vacía!", -"Name" => "Nombre", -"Deleted" => "Borrado", -"Delete" => "Borrar" -); -$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |