8 lines
408 B
PHP
8 lines
408 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "التشفير",
|
|
"File encryption is enabled." => "تشفير الملفات فعال.",
|
|
"The following file types will not be encrypted:" => "الملفات الاتية لن يتم تشفيرها:",
|
|
"Exclude the following file types from encryption:" => "إستثناء أنواع الملفات الاتية من التشفير: ",
|
|
"None" => "لا شيء"
|
|
);
|