11 lines
No EOL
567 B
PHP
11 lines
No EOL
567 B
PHP
<?php
|
|
/*
|
|
* Language definitions for the dsi module (Arabic localization)
|
|
*/
|
|
|
|
define('OGP_LANG_dsi_long', "صورة سيرفر ديناميكية");
|
|
define('OGP_LANG_dsi_select_server', "الرجاء اختيار سيرفر من القائمة المنسدلة");
|
|
define('OGP_LANG_dsi_admin_long', "إعدادات صورة السيرفر الديناميكية");
|
|
define('OGP_LANG_dsi_list', "قائمة صور السيرفر الديناميكية");
|
|
define('OGP_LANG_no_game_homes_assigned', "ليس لديك أي خوادم تم تعيينها لحسابك.");
|
|
?>
|