43 lines
No EOL
2.5 KiB
PHP
43 lines
No EOL
2.5 KiB
PHP
<?php
|
||
/*
|
||
*
|
||
* OGP - Open Game Panel
|
||
* Copyright (C) 2008 - 2018 The OGP Development Team
|
||
*
|
||
* http://www.opengamepanel.org/
|
||
*
|
||
* This program is free software; you can redistribute it and/or
|
||
* modify it under the terms of the GNU General Public License
|
||
* as published by the Free Software Foundation; either version 2
|
||
* of the License, or any later version.
|
||
*
|
||
* This program is distributed in the hope that it will be useful,
|
||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
* GNU General Public License for more details.
|
||
*
|
||
* You should have received a copy of the GNU General Public License
|
||
* along with this program; if not, write to the Free Software
|
||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||
*
|
||
*/
|
||
|
||
define('OGP_LANG_dashboard_ftp_text', "FTP istemcisi dosyaları sıkıştırıp mail ile gönderebilir, ayrıca çıkarabilirde, yazı dosyalarını düzenle ve daha fazlası");
|
||
define('OGP_LANG_dashboard_addons_manager_text', "OGP ile tüm farklı hizmetleri yönetin. Doğrudan OGP tarafından sağlanan 115'ten fazla sunucu arasından seçim yapın.");
|
||
define('OGP_LANG_dashboard_game_monitor_text', "Trafiğini ve log kayıtlarını hızlıca görüntüle ve izle. Hangi sunucuların çevrimiçi veya çevrimdışı olduğunu görebilirsin.");
|
||
define('OGP_LANG_dashboard_support_text', "Forum'daki OGP Profesyonel Takımından destek alın. Hızlı dönüt ve mükemmel dikkat");
|
||
define('OGP_LANG_welcome_text', "Open Game Panel'e (OGP) Hoşgeldiniz. OGP farklı oyun sunucularını yüklemenizi, başlatmanızı ve görüntülemenizi sağlayan açık kaynak kodlu bir yazılımdır.");
|
||
define('OGP_LANG_any_server_is_online', "Herhangi bir sunucu Çevrimiçi");
|
||
define('OGP_LANG_current_map', "Şu Anki Harita");
|
||
define('OGP_LANG_server_ip_port', "IP:Port");
|
||
define('OGP_LANG_statistics', "Istatistikler");
|
||
define('OGP_LANG_servers', "Sunucular");
|
||
define('OGP_LANG_players', "Oyuncular");
|
||
define('OGP_LANG_server_status', "Sunucu Durumu");
|
||
define('OGP_LANG_no_games_to_monitor', "Şu anda hiç çevrimiçi/çevrimdışı sunucu yok");
|
||
define('OGP_LANG_online_servers', "Çevrimiçi Sunucular");
|
||
define('OGP_LANG_add_games_in', "Oyun eklemek isterseniz %s üzerinden ekleyebilirsiniz.");
|
||
define('OGP_LANG_currently_online', "Şu Anda Çevrimiçi");
|
||
define('OGP_LANG_game_servers', "Oyun Sunucuları");
|
||
define('OGP_LANG_select_remote_server', "Uzak Sunucuyu Seçin");
|
||
?>
|