blob: 65807910e105305bf00a645ac909350dc1ea1b1c (
plain)
1
2
3
4
5
6
|
<?php $TRANSLATIONS = array(
"Encryption" => "Šifriranje",
"Exclude the following file types from encryption" => "Naslednje vrste datotek naj se ne šifrirajo",
"None" => "Brez",
"Enable Encryption" => "Omogoči šifriranje"
);
|