diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-12 00:21:45 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-12 00:21:45 +0100 |
commit | fb23ac3ce2e0b3f002f036e55e516b672f088dc0 (patch) | |
tree | 462385e08ac1c32fc90dc81ae9f701110393a850 /apps/files_trashbin/l10n/es_AR.php | |
parent | 04bf8c1b66d6adef0466efae00c32745465767f2 (diff) | |
download | nextcloud-server-fb23ac3ce2e0b3f002f036e55e516b672f088dc0.tar.gz nextcloud-server-fb23ac3ce2e0b3f002f036e55e516b672f088dc0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/es_AR.php')
-rw-r--r-- | apps/files_trashbin/l10n/es_AR.php | 6 |
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" ); |