11 lines
No EOL
664 B
PHP
11 lines
No EOL
664 B
PHP
<?php
|
|
/*
|
|
* Language definitions for the dsi module (Greek(greece) 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', "Δεν έχετε διακομιστές ανατεθημένους στον λογαριασμό σας.");
|
|
?>
|