diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-24 02:07:18 +0200 |
commit | 07a889631eeecfbf6a4c0e94220c4179748eb1ff (patch) | |
tree | 8e459828be90547dce244f3c75d67cd94fa7c0da /apps/files_encryption | |
parent | 2cffcfbc03dfa4463bdfd72de0341000509bcec3 (diff) | |
download | nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.tar.gz nextcloud-server-07a889631eeecfbf6a4c0e94220c4179748eb1ff.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/el.php | 6 | ||||
-rw-r--r-- | apps/files_encryption/l10n/fa.php | 5 | ||||
-rw-r--r-- | apps/files_encryption/l10n/nb_NO.php | 6 |
3 files changed, 17 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/el.php b/apps/files_encryption/l10n/el.php new file mode 100644 index 00000000000..40a7c6a3672 --- /dev/null +++ b/apps/files_encryption/l10n/el.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Κρυπτογράφηση", +"Exclude the following file types from encryption" => "Εξαίρεση των παρακάτω τύπων αρχείων από την κρυπτογράφηση", +"None" => "Καμία", +"Enable Encryption" => "Ενεργοποίηση Κρυπτογράφησης" +); diff --git a/apps/files_encryption/l10n/fa.php b/apps/files_encryption/l10n/fa.php new file mode 100644 index 00000000000..0faa3f3aae7 --- /dev/null +++ b/apps/files_encryption/l10n/fa.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "رمزگذاری", +"None" => "هیچکدام", +"Enable Encryption" => "فعال کردن رمزگذاری" +); diff --git a/apps/files_encryption/l10n/nb_NO.php b/apps/files_encryption/l10n/nb_NO.php new file mode 100644 index 00000000000..e65df7b6ce3 --- /dev/null +++ b/apps/files_encryption/l10n/nb_NO.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Kryptering", +"Exclude the following file types from encryption" => "Ekskluder følgende filer fra kryptering", +"None" => "Ingen", +"Enable Encryption" => "Slå på kryptering" +); |