8 lines
436 B
PHP
8 lines
436 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" => "هیچکدام"
|
|
);
|