143 lines
No EOL
7.1 KiB
PHP
143 lines
No EOL
7.1 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_lang_charset', "UTF-8");
|
||
define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "You are already logged in, redirecting to Dashboard.");
|
||
define('OGP_LANG_logging_in', "Giriş yapılıyor");
|
||
define('OGP_LANG_redirecting_in', "Yönlendiriliyor");
|
||
define('OGP_LANG_refresh_page', "Sayfayı Yenile");
|
||
define('OGP_LANG_no_rights', "Bu sayfayı kullanmak için yetkiniz yok.");
|
||
define('OGP_LANG_welcome', "Hoş geldiniz");
|
||
define('OGP_LANG_logout', "Çıkış yap");
|
||
define('OGP_LANG_logout_message', "Çıkış yaptınız.");
|
||
define('OGP_LANG_support', "Destek");
|
||
define('OGP_LANG_password', "Şifre");
|
||
define('OGP_LANG_login', "Kullanıcı Adı");
|
||
define('OGP_LANG_login_button', "Giriş Yap");
|
||
define('OGP_LANG_solve_captcha', "İnsan Kontrolü");
|
||
define('OGP_LANG_lost_passwd', "Şifrenizi mi unuttunuz?");
|
||
define('OGP_LANG_no_db_connection', "Veritabanına bağlanılamadı");
|
||
define('OGP_LANG_bad_login', "Hatalı kullanıcı adı ya da şifre");
|
||
define('OGP_LANG_not_logged_in', "Şu anda giriş yapmadınız.");
|
||
define('OGP_LANG_remove_install', "Please remove install.php file for security reasons.");
|
||
define('OGP_LANG_agent_offline', "The Agent that is controlling this server is offline.");
|
||
define('OGP_LANG_logged_in', "You are logged in as");
|
||
define('OGP_LANG_delete', "Sil");
|
||
define('OGP_LANG_edit', "Düzenle");
|
||
define('OGP_LANG_actions', "İşlemler");
|
||
define('OGP_LANG_invalid_subpage', "Invalid subpage.");
|
||
define('OGP_LANG_invalid_home_id', "Invalid home ID entered.");
|
||
define('OGP_LANG_note', "Not");
|
||
define('OGP_LANG_hint', "İpucu");
|
||
define('OGP_LANG_yes', "Evet");
|
||
define('OGP_LANG_no', "Hayır");
|
||
define('OGP_LANG_on', "Açık");
|
||
define('OGP_LANG_off', "Kapalı");
|
||
define('OGP_LANG_db_error_invalid_host', "Invalid database host entered.");
|
||
define('OGP_LANG_db_error_invalid_user_and_pass', "Invalid database username and/or password.");
|
||
define('OGP_LANG_db_error_invalid_database', "Invalid database.");
|
||
define('OGP_LANG_db_unknown_error', "Unkown database error: %s");
|
||
define('OGP_LANG_db_error_module_missing', "Required PHP database module missing.");
|
||
define('OGP_LANG_db_error_invalid_db_type', "Invalid database type in config file.");
|
||
define('OGP_LANG_invalid_login_information', "Invalid login information entered.");
|
||
define('OGP_LANG_failed_to_read_config', "Failed to read config file.");
|
||
define('OGP_LANG_account_expired', "Your account has expired.");
|
||
define('OGP_LANG_contact_admin_to_enable_account', "Contact your administrator to re-enable your account.");
|
||
define('OGP_LANG_maintenance_mode_on', "Maintenance mode is on");
|
||
define('OGP_LANG_logging_out_10', "Logging out in 10 seconds");
|
||
define('OGP_LANG_invalid_redirect', "Redirecting");
|
||
define('OGP_LANG_login_title', "Kontrol Paneli Girişi Yap");
|
||
define('OGP_LANG_module_not_installed', "Module is not installed.");
|
||
define('OGP_LANG_no_access_to_home', "You do not have access to this home.");
|
||
define('OGP_LANG_not_available', "N/A");
|
||
define('OGP_LANG_offline', "Çevrimdışı");
|
||
define('OGP_LANG_online', "Çevrimiçi");
|
||
define('OGP_LANG_invalid_url', "Invalid URL");
|
||
define('OGP_LANG_xml_file_not_valid', "XML file '%s' could not be validated with schema '%s'.");
|
||
define('OGP_LANG_unable_to_load_xml', "Unable to load XML file '%s'. Permission issue?");
|
||
define('OGP_LANG_gamemanager', "Oyun Yöneticisi");
|
||
define('OGP_LANG_game_monitor', "Game Monitor");
|
||
define('OGP_LANG_dashboard', "Dashboard");
|
||
define('OGP_LANG_user_addons', "Eklentiler");
|
||
define('OGP_LANG_ftp', "FTP");
|
||
define('OGP_LANG_shop', "Market");
|
||
define('OGP_LANG_shop_guest', "Market");
|
||
define('OGP_LANG_TS3Admin', "TS3 Yönetici");
|
||
define('OGP_LANG_administration', "Yönetim");
|
||
define('OGP_LANG_config_games', "Oyun/Mod Yapılandırma");
|
||
define('OGP_LANG_modulemanager', "Modüller");
|
||
define('OGP_LANG_server', "Sunucular");
|
||
define('OGP_LANG_settings', "Panel Ayarları");
|
||
define('OGP_LANG_themes', "Tema Ayarları");
|
||
define('OGP_LANG_user_admin', "Kullanıc");
|
||
define('OGP_LANG_sub_users', "Alt Kullanıcılar");
|
||
define('OGP_LANG_show_groups', "Gruplar");
|
||
define('OGP_LANG_user_games', "Oyun Sunucuları");
|
||
define('OGP_LANG_addons_manager', "Eklenti Yöneticisi");
|
||
define('OGP_LANG_ftp_admin', "FTP kullanıcıları");
|
||
define('OGP_LANG_orders', "Siparişler");
|
||
define('OGP_LANG_services', "Servisler");
|
||
define('OGP_LANG_shop_settings', "Market Ayarları");
|
||
define('OGP_LANG_update', "Paneli Güncelle");
|
||
define('OGP_LANG_extras', "Ekstralar");
|
||
define('OGP_LANG_show', "Göster");
|
||
define('OGP_LANG_show_all', "Bütün Sunucuları Göster");
|
||
define('OGP_LANG_cur_theme', "Tema %s");
|
||
define('OGP_LANG_copyright', "Telif Hakkı");
|
||
define('OGP_LANG_all_rights_reserved', "Bütün haklar saklıdır");
|
||
define('OGP_LANG_version', "Versiyon");
|
||
define('OGP_LANG_show_version', "Versiyonu göster");
|
||
define('OGP_LANG_queries_executed', "queries executed");
|
||
define('OGP_LANG_lang', "Dil");
|
||
define('OGP_LANG_get_size', "Boyutunu göster");
|
||
define('OGP_LANG_total_size', "Toplam boyut");
|
||
define('OGP_LANG_lgsl', "LGSL");
|
||
define('OGP_LANG_lgsl_admin', "LGSL Admin");
|
||
define('OGP_LANG_rcon', "RCON");
|
||
define('OGP_LANG_watch_logger', "Watch Logger");
|
||
define('OGP_LANG_litefm_settings', "LiteFM Settings");
|
||
define('OGP_LANG_assign_expiration_date', "Assign expiration date");
|
||
define('OGP_LANG_assign_expiration_date_info', "Once it expires the server is unassigned but not removed.");
|
||
define('OGP_LANG_server_expiration_date', "Server expiration date");
|
||
define('OGP_LANG_server_expiration_date_info', "Once it expires the server is removed (database and files).");
|
||
define('OGP_LANG_set_expiration_date', "Set expiration date");
|
||
define('OGP_LANG_admin_dsi', "DSi Settings");
|
||
define('OGP_LANG_user_dsi', "DSi");
|
||
define('OGP_LANG_list_dsi', "DSi List");
|
||
define('OGP_LANG_no_remote_servers', "There is no known remote servers! Add a server to use this function.");
|
||
define('OGP_LANG_no_results_found', "No search results found for %s");
|
||
define('OGP_LANG_tickets', "Destek Ticketları");
|
||
define('OGP_LANG_news', "Haberler");
|
||
define('OGP_LANG_admin_news', "Yeni Yönetici");
|
||
define('OGP_LANG_util', "Araçlar");
|
||
define('OGP_LANG_fast_download', "Hızlı İndirme");
|
||
define('OGP_LANG_fd_user', "Hızlı İndirme");
|
||
define('OGP_LANG_cron', "Cron Admin");
|
||
define('OGP_LANG_user_cron', "Cron");
|
||
define('OGP_LANG_faq', "S.S.S");
|
||
define('OGP_LANG_mysql_admin', "MySQL Yöneticisi");
|
||
define('OGP_LANG_copied', "Kopyalandı!");
|
||
define('OGP_LANG_ticket_settings', "Ticket Ayarları");
|
||
define('OGP_LANG_form', "Kayıt Ol");
|
||
?>
|