diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-23 02:06:03 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-23 02:06:03 +0200 |
commit | bc2a648f2d18537a8e9d20bbf9eb468325a84c7f (patch) | |
tree | 2f6859f2901b2039f1c3aa5c1bcbb2c13ccc12cc /apps/files_encryption/l10n | |
parent | 78a1b987bb9c33aa5de8c4988d663b28304ef1b2 (diff) | |
download | nextcloud-server-bc2a648f2d18537a8e9d20bbf9eb468325a84c7f.tar.gz nextcloud-server-bc2a648f2d18537a8e9d20bbf9eb468325a84c7f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r-- | apps/files_encryption/l10n/sl.php | 2 | ||||
-rw-r--r-- | apps/files_encryption/l10n/uk.php | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php index 65807910e10..f62fe781c6a 100644 --- a/apps/files_encryption/l10n/sl.php +++ b/apps/files_encryption/l10n/sl.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( "Encryption" => "Šifriranje", -"Exclude the following file types from encryption" => "Naslednje vrste datotek naj se ne šifrirajo", +"Exclude the following file types from encryption" => "Navedene vrste datotek naj ne bodo šifrirane", "None" => "Brez", "Enable Encryption" => "Omogoči šifriranje" ); diff --git a/apps/files_encryption/l10n/uk.php b/apps/files_encryption/l10n/uk.php new file mode 100644 index 00000000000..3c15bb28436 --- /dev/null +++ b/apps/files_encryption/l10n/uk.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Шифрування", +"Exclude the following file types from encryption" => "Не шифрувати файли наступних типів", +"None" => "Жоден", +"Enable Encryption" => "Включити шифрування" +); |