nextcloud/apps/files_encryption/l10n/sl.php

8 lines
345 B
PHP
Raw Normal View History

2012-10-16 19:57:07 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Šifriranje",
2013-03-09 03:06:34 +04:00
"File encryption is enabled." => "Šifriranje datotek je omogočeno.",
"The following file types will not be encrypted:" => "Navedene vrste datotek ne bodo šifrirane:",
2013-03-13 03:06:21 +04:00
"Exclude the following file types from encryption:" => "Ne šifriraj navedenih vrst datotek:",
2013-01-23 03:06:18 +04:00
"None" => "Brez"
2012-10-16 19:57:07 +04:00
);