5 lines
198 B
PHP
5 lines
198 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Šifrování",
|
|
"Exclude the following file types from encryption" => "Při šifrování vynechat následující typy souborů",
|
|
"None" => "Žádné"
|
|
);
|