6 lines
230 B
PHP
6 lines
230 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifriranje",
|
|
"Exclude the following file types from encryption" => "Navedene vrste datotek naj ne bodo šifrirane",
|
|
"None" => "Brez",
|
|
"Enable Encryption" => "Omogoči šifriranje"
|
|
);
|