blob: 598f1294f6ec69633ffe9668bc2f07f52a0fd7f8 (
plain)
1
2
3
4
5
6
|
<?php $TRANSLATIONS = array(
"Encryption" => "Šifrovanie",
"Exclude the following file types from encryption" => "Vynechať nasledujúce súbory pri šifrovaní",
"None" => "Žiadne",
"Enable Encryption" => "Zapnúť šifrovanie"
);
|