diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-19 00:05:52 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-03-19 00:05:52 +0100 |
commit | 63ca84e7bc6769be190cbac588bc444b1b055dee (patch) | |
tree | e641a9fede6f072ae23c95d97a3b42628bb0ca0d /apps/files_encryption | |
parent | 5b1f857907d8c16fde4c3efbec8b80a22ebe0865 (diff) | |
download | nextcloud-server-63ca84e7bc6769be190cbac588bc444b1b055dee.tar.gz nextcloud-server-63ca84e7bc6769be190cbac588bc444b1b055dee.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/ar.php | 3 | ||||
-rw-r--r-- | apps/files_encryption/l10n/fa.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/ar.php b/apps/files_encryption/l10n/ar.php index 375fbd9a9a6..c8a475afd67 100644 --- a/apps/files_encryption/l10n/ar.php +++ b/apps/files_encryption/l10n/ar.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( "Encryption" => "التشفير", +"File encryption is enabled." => "تشفير الملفات فعال.", +"The following file types will not be encrypted:" => "الملفات الاتية لن يتم تشفيرها:", +"Exclude the following file types from encryption:" => "إستثناء أنواع الملفات الاتية من التشفير: ", "None" => "لا شيء" ); diff --git a/apps/files_encryption/l10n/fa.php b/apps/files_encryption/l10n/fa.php index 21ad7e56566..7acf196b791 100644 --- a/apps/files_encryption/l10n/fa.php +++ b/apps/files_encryption/l10n/fa.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( "Encryption" => "رمزگذاری", +"File encryption is enabled." => "رمزنگاری فایلها فعال شد.", +"The following file types will not be encrypted:" => "فایلهای زیر رمزنگاری نخواهند شد:", +"Exclude the following file types from encryption:" => "فایلهای زیر از رمزنگاری نادیده گرفته می شوند:", "None" => "هیچکدام" ); |