12 lines
395 B
PHP
12 lines
395 B
PHP
<?php $TRANSLATIONS = array(
|
||
"External Storage" => "حافظه خارجی",
|
||
"Configuration" => "پیکربندی",
|
||
"Options" => "تنظیمات",
|
||
"Applicable" => "قابل اجرا",
|
||
"All Users" => "تمام کاربران",
|
||
"Groups" => "گروه ها",
|
||
"Users" => "کاربران",
|
||
"Delete" => "حذف",
|
||
"Enable User External Storage" => "فعال سازی حافظه خارجی کاربر"
|
||
);
|