8 lines
345 B
PHP
8 lines
345 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifriranje",
|
|
"File encryption is enabled." => "Šifriranje datotek je omogočeno.",
|
|
"The following file types will not be encrypted:" => "Navedene vrste datotek ne bodo šifrirane:",
|
|
"Exclude the following file types from encryption:" => "Ne šifriraj navedenih vrst datotek:",
|
|
"None" => "Brez"
|
|
);
|