11 lines
No EOL
461 B
PHP
11 lines
No EOL
461 B
PHP
<?php
|
||
/*
|
||
* Language definitions for the dsi module (Turkish(turkey) localization)
|
||
*/
|
||
|
||
define('OGP_LANG_dsi_long', "Dinamik Sunucu Görüntüsü");
|
||
define('OGP_LANG_dsi_select_server', "Lütfen açılan listeden bir sunucu seçin");
|
||
define('OGP_LANG_dsi_admin_long', "Dinamik Sunucu Görüntü Ayarları");
|
||
define('OGP_LANG_dsi_list', "Dinamik Sunucu Görüntü Listesi");
|
||
define('OGP_LANG_no_game_homes_assigned', "Hesabınıza atanmış bir sunucu yok.");
|
||
?>
|