8 lines
337 B
PHP
8 lines
337 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Şifreleme",
|
|
"File encryption is enabled." => "Dosya şifreleme aktif.",
|
|
"The following file types will not be encrypted:" => "Belirtilen dosya tipleri şifrelenmeyecek:",
|
|
"Exclude the following file types from encryption:" => "Seçilen dosya tiplerini şifreleme:",
|
|
"None" => "Hiçbiri"
|
|
);
|