diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-06 00:06:28 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-06 00:06:28 +0100 |
commit | 335b6cd0609b269b3b8c85baed2eeed94f654c3d (patch) | |
tree | 2f85aad2b00bd63f7e769f826809a1a9417906b1 /apps/files_trashbin/l10n/es.php | |
parent | 74157902d753ce09d60fe319f6eadd203f63b4b3 (diff) | |
download | nextcloud-server-335b6cd0609b269b3b8c85baed2eeed94f654c3d.tar.gz nextcloud-server-335b6cd0609b269b3b8c85baed2eeed94f654c3d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/es.php')
-rw-r--r-- | apps/files_trashbin/l10n/es.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/es.php b/apps/files_trashbin/l10n/es.php index 798322cab24..b191ffc4246 100644 --- a/apps/files_trashbin/l10n/es.php +++ b/apps/files_trashbin/l10n/es.php @@ -1,8 +1,11 @@ <?php $TRANSLATIONS = array( +"perform restore operation" => "Restaurar", "Name" => "Nombre", +"Deleted" => "Eliminado", "1 folder" => "1 carpeta", "{count} folders" => "{count} carpetas", "1 file" => "1 archivo", "{count} files" => "{count} archivos", +"Nothing in here. Your trash bin is empty!" => "Nada aqui. La papelera esta vacia!", "Restore" => "Recuperar" ); |