blob: f62fe781c6aac5d3345f7f08b4dc3054571369d6 (
plain)
1
2
3
4
5
6
|
<?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"
);
|