5 lines
193 B
PHP
5 lines
193 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Encryption" => "Şifreleme",
|
||
"Exclude the following file types from encryption" => "Aşağıdaki dosya tiplerini şifrelemeye dahil etme",
|
||
"None" => "Hiçbiri"
|
||
);
|