5 lines
187 B
PHP
5 lines
187 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifrovanie",
|
|
"Exclude the following file types from encryption" => "Vynechať nasledujúce súbory pri šifrovaní",
|
|
"None" => "Žiadne"
|
|
);
|