global.php 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2018 The OGP Development Team
  6. *
  7. * http://www.opengamepanel.org/
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  22. *
  23. */
  24. define('OGP_LANG_lang_charset', "UTF-8");
  25. define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "You are already logged in, redirecting to Dashboard.");
  26. define('OGP_LANG_logging_in', "Giriş yapılıyor");
  27. define('OGP_LANG_redirecting_in', "Yönlendiriliyor");
  28. define('OGP_LANG_refresh_page', "Sayfayı Yenile");
  29. define('OGP_LANG_no_rights', "Bu sayfayı kullanmak için yetkiniz yok.");
  30. define('OGP_LANG_welcome', "Hoş geldiniz");
  31. define('OGP_LANG_logout', "Çıkış yap");
  32. define('OGP_LANG_logout_message', "Çıkış yaptınız.");
  33. define('OGP_LANG_support', "Destek");
  34. define('OGP_LANG_password', "Şifre");
  35. define('OGP_LANG_login', "Kullanıcı Adı");
  36. define('OGP_LANG_login_button', "Giriş Yap");
  37. define('OGP_LANG_solve_captcha', "İnsan Kontrolü");
  38. define('OGP_LANG_lost_passwd', "Şifrenizi mi unuttunuz?");
  39. define('OGP_LANG_no_db_connection', "Veritabanına bağlanılamadı");
  40. define('OGP_LANG_bad_login', "Hatalı kullanıcı adı ya da şifre");
  41. define('OGP_LANG_not_logged_in', "Şu anda giriş yapmadınız.");
  42. define('OGP_LANG_remove_install', "Please remove install.php file for security reasons.");
  43. define('OGP_LANG_agent_offline', "The Agent that is controlling this server is offline.");
  44. define('OGP_LANG_logged_in', "You are logged in as");
  45. define('OGP_LANG_delete', "Sil");
  46. define('OGP_LANG_edit', "Düzenle");
  47. define('OGP_LANG_actions', "İşlemler");
  48. define('OGP_LANG_invalid_subpage', "Invalid subpage.");
  49. define('OGP_LANG_invalid_home_id', "Invalid home ID entered.");
  50. define('OGP_LANG_note', "Not");
  51. define('OGP_LANG_hint', "İpucu");
  52. define('OGP_LANG_yes', "Evet");
  53. define('OGP_LANG_no', "Hayır");
  54. define('OGP_LANG_on', "Açık");
  55. define('OGP_LANG_off', "Kapalı");
  56. define('OGP_LANG_db_error_invalid_host', "Invalid database host entered.");
  57. define('OGP_LANG_db_error_invalid_user_and_pass', "Invalid database username and/or password.");
  58. define('OGP_LANG_db_error_invalid_database', "Invalid database.");
  59. define('OGP_LANG_db_unknown_error', "Unkown database error: %s");
  60. define('OGP_LANG_db_error_module_missing', "Required PHP database module missing.");
  61. define('OGP_LANG_db_error_invalid_db_type', "Invalid database type in config file.");
  62. define('OGP_LANG_invalid_login_information', "Invalid login information entered.");
  63. define('OGP_LANG_failed_to_read_config', "Failed to read config file.");
  64. define('OGP_LANG_account_expired', "Your account has expired.");
  65. define('OGP_LANG_contact_admin_to_enable_account', "Contact your administrator to re-enable your account.");
  66. define('OGP_LANG_maintenance_mode_on', "Maintenance mode is on");
  67. define('OGP_LANG_logging_out_10', "Logging out in 10 seconds");
  68. define('OGP_LANG_invalid_redirect', "Redirecting");
  69. define('OGP_LANG_login_title', "Kontrol Paneli Girişi Yap");
  70. define('OGP_LANG_module_not_installed', "Module is not installed.");
  71. define('OGP_LANG_no_access_to_home', "You do not have access to this home.");
  72. define('OGP_LANG_not_available', "N/A");
  73. define('OGP_LANG_offline', "Çevrimdışı");
  74. define('OGP_LANG_online', "Çevrimiçi");
  75. define('OGP_LANG_invalid_url', "Invalid URL");
  76. define('OGP_LANG_xml_file_not_valid', "XML file '%s' could not be validated with schema '%s'.");
  77. define('OGP_LANG_unable_to_load_xml', "Unable to load XML file '%s'. Permission issue?");
  78. define('OGP_LANG_gamemanager', "Oyun Yöneticisi");
  79. define('OGP_LANG_game_monitor', "Game Monitor");
  80. define('OGP_LANG_dashboard', "Dashboard");
  81. define('OGP_LANG_user_addons', "Eklentiler");
  82. define('OGP_LANG_ftp', "FTP");
  83. define('OGP_LANG_shop', "Market");
  84. define('OGP_LANG_shop_guest', "Market");
  85. define('OGP_LANG_TS3Admin', "TS3 Yönetici");
  86. define('OGP_LANG_administration', "Yönetim");
  87. define('OGP_LANG_config_games', "Oyun/Mod Yapılandırma");
  88. define('OGP_LANG_modulemanager', "Modüller");
  89. define('OGP_LANG_server', "Sunucular");
  90. define('OGP_LANG_settings', "Panel Ayarları");
  91. define('OGP_LANG_themes', "Tema Ayarları");
  92. define('OGP_LANG_user_admin', "Kullanıc");
  93. define('OGP_LANG_sub_users', "Alt Kullanıcılar");
  94. define('OGP_LANG_show_groups', "Gruplar");
  95. define('OGP_LANG_user_games', "Oyun Sunucuları");
  96. define('OGP_LANG_addons_manager', "Eklenti Yöneticisi");
  97. define('OGP_LANG_ftp_admin', "FTP kullanıcıları");
  98. define('OGP_LANG_orders', "Siparişler");
  99. define('OGP_LANG_services', "Servisler");
  100. define('OGP_LANG_shop_settings', "Market Ayarları");
  101. define('OGP_LANG_update', "Paneli Güncelle");
  102. define('OGP_LANG_extras', "Ekstralar");
  103. define('OGP_LANG_show', "Göster");
  104. define('OGP_LANG_show_all', "Bütün Sunucuları Göster");
  105. define('OGP_LANG_cur_theme', "Tema %s");
  106. define('OGP_LANG_copyright', "Telif Hakkı");
  107. define('OGP_LANG_all_rights_reserved', "Bütün haklar saklıdır");
  108. define('OGP_LANG_version', "Versiyon");
  109. define('OGP_LANG_show_version', "Versiyonu göster");
  110. define('OGP_LANG_queries_executed', "queries executed");
  111. define('OGP_LANG_lang', "Dil");
  112. define('OGP_LANG_get_size', "Boyutunu göster");
  113. define('OGP_LANG_total_size', "Toplam boyut");
  114. define('OGP_LANG_lgsl', "LGSL");
  115. define('OGP_LANG_lgsl_admin', "LGSL Admin");
  116. define('OGP_LANG_rcon', "RCON");
  117. define('OGP_LANG_watch_logger', "Watch Logger");
  118. define('OGP_LANG_litefm_settings', "LiteFM Settings");
  119. define('OGP_LANG_assign_expiration_date', "Assign expiration date");
  120. define('OGP_LANG_assign_expiration_date_info', "Once it expires the server is unassigned but not removed.");
  121. define('OGP_LANG_server_expiration_date', "Server expiration date");
  122. define('OGP_LANG_server_expiration_date_info', "Once it expires the server is removed (database and files).");
  123. define('OGP_LANG_set_expiration_date', "Set expiration date");
  124. define('OGP_LANG_admin_dsi', "DSi Settings");
  125. define('OGP_LANG_user_dsi', "DSi");
  126. define('OGP_LANG_list_dsi', "DSi List");
  127. define('OGP_LANG_no_remote_servers', "There is no known remote servers! Add a server to use this function.");
  128. define('OGP_LANG_no_results_found', "No search results found for %s");
  129. define('OGP_LANG_tickets', "Destek Ticketları");
  130. define('OGP_LANG_news', "Haberler");
  131. define('OGP_LANG_admin_news', "Yeni Yönetici");
  132. define('OGP_LANG_util', "Araçlar");
  133. define('OGP_LANG_fast_download', "Hızlı İndirme");
  134. define('OGP_LANG_fd_user', "Hızlı İndirme");
  135. define('OGP_LANG_cron', "Cron Admin");
  136. define('OGP_LANG_user_cron', "Cron");
  137. define('OGP_LANG_faq', "S.S.S");
  138. define('OGP_LANG_mysql_admin', "MySQL Yöneticisi");
  139. define('OGP_LANG_copied', "Kopyalandı!");
  140. define('OGP_LANG_ticket_settings', "Ticket Ayarları");
  141. define('OGP_LANG_form', "Kayıt Ol");
  142. define('OGP_LANG_timed_out', "Operation timed out (but may still successfully complete).");
  143. ?>