summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/es_AR.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/es_AR.php')
-rw-r--r--apps/files_trashbin/l10n/es_AR.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/es_AR.php b/apps/files_trashbin/l10n/es_AR.php
index d2c5f304284..c7f98e38df7 100644
--- a/apps/files_trashbin/l10n/es_AR.php
+++ b/apps/files_trashbin/l10n/es_AR.php
@@ -1,8 +1,14 @@
<?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",
+"perform restore operation" => "Restaurar",
+"delete file permanently" => "Borrar archivo de manera permanente",
"Name" => "Nombre",
+"Deleted" => "Borrado",
"1 folder" => "1 directorio",
"{count} folders" => "{count} directorios",
"1 file" => "1 archivo",
"{count} files" => "{count} archivos",
+"Nothing in here. Your trash bin is empty!" => "No hay nada acá. ¡La papelera está vacía!",
"Restore" => "Recuperar"
);