blob: 07f78d148c85f0b9c2a61d588bc1546e745a4d68 (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Encryption" => "Şifreleme",
"Exclude the following file types from encryption" => "Aşağıdaki dosya tiplerini şifrelemeye dahil etme",
"None" => "Hiçbiri"
);
|