diff options
author | Sam Tuke <samtuke@owncloud.com> | 2012-10-16 16:57:07 +0100 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2012-10-16 16:57:07 +0100 |
commit | 8b01286a5d14bae90607d5192c89b5f9d72d8bc2 (patch) | |
tree | 949946b5c8b4c265cb606af0373c4b2fe2443cd8 /apps/files_encryption/l10n/sl.php | |
parent | 06ea9c18f8bfbfa6fc7e44f27ab11a68c811bca2 (diff) | |
download | nextcloud-server-8b01286a5d14bae90607d5192c89b5f9d72d8bc2.tar.gz nextcloud-server-8b01286a5d14bae90607d5192c89b5f9d72d8bc2.zip |
Merged branch 'master'
Diffstat (limited to 'apps/files_encryption/l10n/sl.php')
-rw-r--r-- | apps/files_encryption/l10n/sl.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_encryption/l10n/sl.php b/apps/files_encryption/l10n/sl.php new file mode 100644 index 00000000000..65807910e10 --- /dev/null +++ b/apps/files_encryption/l10n/sl.php @@ -0,0 +1,6 @@ +<?php $TRANSLATIONS = array( +"Encryption" => "Šifriranje", +"Exclude the following file types from encryption" => "Naslednje vrste datotek naj se ne šifrirajo", +"None" => "Brez", +"Enable Encryption" => "Omogoči šifriranje" +); |