diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-06 02:06:37 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-09-06 02:06:37 +0200 |
commit | af3e7674898251f27cc5ec4fe5337583a1eb2398 (patch) | |
tree | 6ead3c7a24c855b1a23a28fd93315897b786f79d /apps/files_encryption/l10n | |
parent | ebb28412ca47889019aa4c0f278fe3b9097996f8 (diff) | |
download | nextcloud-server-af3e7674898251f27cc5ec4fe5337583a1eb2398.tar.gz nextcloud-server-af3e7674898251f27cc5ec4fe5337583a1eb2398.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n')
-rw-r--r-- | apps/files_encryption/l10n/cs_CZ.php | 8 | ||||
-rw-r--r-- | apps/files_encryption/l10n/sk_SK.php | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/apps/files_encryption/l10n/cs_CZ.php b/apps/files_encryption/l10n/cs_CZ.php index 15cf7705709..9be2be98092 100644 --- a/apps/files_encryption/l10n/cs_CZ.php +++ b/apps/files_encryption/l10n/cs_CZ.php @@ -1,6 +1,6 @@ <?php $TRANSLATIONS = array( -"Encryption" => "Kryptování", -"Exclude the following file types from encryption" => "Při kryptování vynechat následující typy souborů", -"None" => "Žádný", -"Enable Encryption" => "Povolit kryptování" +"Encryption" => "Šifrování", +"Exclude the following file types from encryption" => "Při šifrování vynechat následující typy souborů", +"None" => "Žádné", +"Enable Encryption" => "Povolit šifrování" ); diff --git a/apps/files_encryption/l10n/sk_SK.php b/apps/files_encryption/l10n/sk_SK.php new file mode 100644 index 00000000000..598f1294f6e --- /dev/null +++ b/apps/files_encryption/l10n/sk_SK.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Šifrovanie", +"Exclude the following file types from encryption" => "Vynechať nasledujúce súbory pri šifrovaní", +"None" => "Žiadne", +"Enable Encryption" => "Zapnúť šifrovanie" +); |