2012-10-16 15:57:07 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Šifriranje",
|
2013-03-08 23:06:34 +00: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-12 23:06:21 +00:00
|
|
|
"Exclude the following file types from encryption:" => "Ne šifriraj navedenih vrst datotek:",
|
2013-01-22 23:06:18 +00:00
|
|
|
"None" => "Brez"
|
2012-10-16 15:57:07 +00:00
|
|
|
);
|