diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-28 02:03:56 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-28 02:03:56 +0200 |
commit | 8374a49cc19cf43489a415388fd782ba1574ee82 (patch) | |
tree | 370ab2e3445c549bd0c87e7ca12b4ee822570b0f /apps/files_encryption | |
parent | 07df52c9980286aaa78fca0f3aed6372f6c1ae51 (diff) | |
download | nextcloud-server-8374a49cc19cf43489a415388fd782ba1574ee82.tar.gz nextcloud-server-8374a49cc19cf43489a415388fd782ba1574ee82.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/es.php | 5 | ||||
-rw-r--r-- | apps/files_encryption/l10n/eu.php | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/es.php b/apps/files_encryption/l10n/es.php index 26ace24e336..b7e7601b35f 100644 --- a/apps/files_encryption/l10n/es.php +++ b/apps/files_encryption/l10n/es.php @@ -1,3 +1,6 @@ <?php $TRANSLATIONS = array( -"Encryption" => "Cifrado" +"Encryption" => "Cifrado", +"Exclude the following file types from encryption" => "Excluir del cifrado los siguientes tipos de archivo", +"None" => "Ninguno", +"Enable Encryption" => "Habilitar cifrado" ); diff --git a/apps/files_encryption/l10n/eu.php b/apps/files_encryption/l10n/eu.php new file mode 100644 index 00000000000..57b6a4927bf --- /dev/null +++ b/apps/files_encryption/l10n/eu.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Enkriptazioa", +"Exclude the following file types from encryption" => "Ez enkriptatu hurrengo fitxategi motak", +"None" => "Bat ere ez", +"Enable Encryption" => "Gaitu enkriptazioa" +); |