2012-08-16 04:09:15 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-09-06 04:06:37 +04:00
|
|
|
"Encryption" => "Šifrování",
|
|
|
|
"Exclude the following file types from encryption" => "Při šifrování vynechat následující typy souborů",
|
|
|
|
"None" => "Žádné",
|
|
|
|
"Enable Encryption" => "Povolit šifrování"
|
2012-08-16 04:09:15 +04:00
|
|
|
);
|