6 lines
234 B
PHP
6 lines
234 B
PHP
<?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"
|
|
);
|