diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-19 00:06:51 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-19 00:06:51 +0100 |
commit | 76c4dc62964516852f88f251b49bef5e17153fcb (patch) | |
tree | db812156facce0c0d3d5beae4ae65a92b0ca17a0 /apps/files_encryption | |
parent | d9035d4fdc6b5363c1a5b96a8ba8b6f387a0eafb (diff) | |
download | nextcloud-server-76c4dc62964516852f88f251b49bef5e17153fcb.tar.gz nextcloud-server-76c4dc62964516852f88f251b49bef5e17153fcb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/l10n/tr.php | 3 | ||||
-rw-r--r-- | apps/files_encryption/l10n/uk.php | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/tr.php b/apps/files_encryption/l10n/tr.php index 0868d0a6905..6b42c757e65 100644 --- a/apps/files_encryption/l10n/tr.php +++ b/apps/files_encryption/l10n/tr.php @@ -1,4 +1,7 @@ <?php $TRANSLATIONS = array( "Encryption" => "Şifreleme", +"File encryption is enabled." => "Dosya şifreleme aktif.", +"The following file types will not be encrypted:" => "Belirtilen dosya tipleri şifrelenmeyecek:", +"Exclude the following file types from encryption:" => "Seçilen dosya tiplerini şifreleme:", "None" => "Hiçbiri" ); diff --git a/apps/files_encryption/l10n/uk.php b/apps/files_encryption/l10n/uk.php index 8236c5afefd..d4957141191 100644 --- a/apps/files_encryption/l10n/uk.php +++ b/apps/files_encryption/l10n/uk.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" => "Жоден" ); |