16 lines
No EOL
1,010 B
PHP
16 lines
No EOL
1,010 B
PHP
<?php
|
|
/*
|
|
* Language definitions for the ftp module (Arabic localization)
|
|
*/
|
|
|
|
define('OGP_LANG_ftp_address', "عنوان الأف تي بي: %s:%s");
|
|
define('OGP_LANG_change_account_details', "تغيير تفاصيل الحساب");
|
|
define('OGP_LANG_remove_account', "حذف الحساب");
|
|
define('OGP_LANG_ftp_account_already_exists', "حساب الأف تي بي هذا موجود بالفعل.");
|
|
define('OGP_LANG_full_path', "الدليل الرئيسي");
|
|
define('OGP_LANG_add_ftp_account', "إضافة حساب أف تي بي");
|
|
define('OGP_LANG_remote_server', " سيرفر التحكم");
|
|
define('OGP_LANG_server_name', "إسم السيرفر");
|
|
define('OGP_LANG_ftp_account_username_too_long', "اسم مستخدم الأف تي بي طويل جدا. جرب اسم مستخدم أقصر لا يزيد عن 20 حرفا.");
|
|
define('OGP_LANG_ftp_account_password_too_long', "كلمة مرور الأف تي بي طويلة جدا. جرب كلمة مرور أقصر لا تزيد عن 20 حرفا.");
|
|
?>
|