11 lines
No EOL
518 B
PHP
11 lines
No EOL
518 B
PHP
<?php
|
|
/*
|
|
* Language definitions for the dsi module (Persian 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', "You don't have any servers assigned to your account.");
|
|
?>
|