gamemanager.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  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_no_games_to_monitor', "İzlenebilecek herhangi bir sunucu bulunmamaktadır.");
  25. define('OGP_LANG_status', "Durum");
  26. define('OGP_LANG_fail_no_mods', "Bu oyun için etkin mod yok! OGP yöneticinizden size atanan oyuna mod (modlar) eklemesini istemeniz gerekir.");
  27. define('OGP_LANG_no_game_homes_assigned', "Hesabınıza Verilmiş Henüz Bir Sunucu Bulunmuyor");
  28. define('OGP_LANG_select_game_home_to_configure', "Özelleştirmek İstediğiniz Sunucuyu Seçiniz.");
  29. define('OGP_LANG_file_manager', "Dosya Yöneticisi");
  30. define('OGP_LANG_configure_mods', "Modları konfigüre et");
  31. define('OGP_LANG_install_update_steam', "Steam ile Kur/Güncelle");
  32. define('OGP_LANG_install_update_manual', "Elle Kur/Güncelle");
  33. define('OGP_LANG_assign_game_homes', "Oyun sunucusu ata");
  34. define('OGP_LANG_user', "Kullanıcı");
  35. define('OGP_LANG_group', "Grup");
  36. define('OGP_LANG_start', "Başlat");
  37. define('OGP_LANG_ogp_agent_ip', "OGP Temsilci IP");
  38. define('OGP_LANG_max_players', "Maksimum Oyuncu");
  39. define('OGP_LANG_max', "Maksimum");
  40. define('OGP_LANG_ip_and_port', "IP ve Port");
  41. define('OGP_LANG_available_maps', "Kullanılabilir Haritalar");
  42. define('OGP_LANG_map_path', "Harita Yolu");
  43. define('OGP_LANG_available_parameters', "Kullanılabilir Parametreler");
  44. define('OGP_LANG_start_server', "Sunucuyu Başlat");
  45. define('OGP_LANG_start_wait_note', "Sunucunun başlaması biraz zaman alabilir. Lütfen tarayıcınızı kapatmadan bekleyiniz.");
  46. define('OGP_LANG_game_type', "Oyun Türü");
  47. define('OGP_LANG_map', "Harita");
  48. define('OGP_LANG_starting_server', "Sunucu başlatılıyor, lütfen bekleyin...");
  49. define('OGP_LANG_starting_server_settings', "Sunucu belirtilen ayarlarla başlatılıyor");
  50. define('OGP_LANG_startup_params', "Başlama Parametreleri");
  51. define('OGP_LANG_startup_cpu', "Sunucunun Üzerinde Çalıştığı CPU");
  52. define('OGP_LANG_startup_nice', "Sunucu Öncelik Değeri");
  53. define('OGP_LANG_game_home', "Ana Dizin");
  54. define('OGP_LANG_server_started', "Sunucu başarıyla başlatıldı.");
  55. define('OGP_LANG_no_parameter_access', "Verilen sunucu kimliğine erişiminiz bulunmuyor.");
  56. define('OGP_LANG_extra_parameters', "Extra Parameters");
  57. define('OGP_LANG_no_extra_param_access', "Ekstra parametrelere erişiminiz yok.");
  58. define('OGP_LANG_extra_parameters_info', "Bu parametreler oyun başladığında komut satırının sonuna konur.");
  59. define('OGP_LANG_game_exec_not_found', "The game executable %s was not found from the remote server.");
  60. define('OGP_LANG_select_params_and_start', "Select the startup parameters for the server and press '%s'.");
  61. define('OGP_LANG_no_ip_port_pairs_assigned', "No IP Port pairs assigned for this home. If you do not have access to home editing contact your admin.");
  62. define('OGP_LANG_unable_to_get_log', "Unable to get log, retval %s.");
  63. define('OGP_LANG_server_binary_not_executable', "Server binary is not executable. Check you have proper permissions in the server home directory.");
  64. define('OGP_LANG_server_not_running_log_found', "Server is not running, but log is found. NOTE: This log might not be related to the last server startup.");
  65. define('OGP_LANG_ip_port_pair_not_owned', "IP:PORT pair not owned.");
  66. define('OGP_LANG_unsuitable_maxplayers_value_maximum_reachable_number_of_slots_has_been_set', "Unsuitable maxplayers value, maximum reachable number of slots has been set.");
  67. define('OGP_LANG_server_running_not_responding', "Server is running, but its not responding,<br>there might be a some kind of problem and you might want to ");
  68. define('OGP_LANG_update_started', "Update started, please wait...");
  69. define('OGP_LANG_failed_to_start_steam_update', "Failed to start Steam update. See agent log.");
  70. define('OGP_LANG_failed_to_start_rsync_update', "Failed to start Rsync update. See agent log.");
  71. define('OGP_LANG_update_completed', "Update completed successfully.");
  72. define('OGP_LANG_update_in_progress', "Update in progress, please wait...");
  73. define('OGP_LANG_refresh_steam_status', "Refresh Steam status");
  74. define('OGP_LANG_refresh_rsync_status', "Refresh Rsync status");
  75. define('OGP_LANG_server_running_cant_update', "Server running so update is not possible. Stop the server before update.");
  76. define('OGP_LANG_xml_steam_error', "Selected server type does not support steam install/update.");
  77. define('OGP_LANG_mod_key_not_found_from_xml', "Mod key '%s' not found from the XML file.");
  78. define('OGP_LANG_stop_update', "Güncellemeyi durdur");
  79. define('OGP_LANG_statistics', "İstatiskler");
  80. define('OGP_LANG_servers', "Sunucular");
  81. define('OGP_LANG_players', "Oyuncular");
  82. define('OGP_LANG_current_map', "Şu Anki Harita");
  83. define('OGP_LANG_stop_server', "Sunucuyu Durdur");
  84. define('OGP_LANG_server_ip_port', "Sunucu IP:Port");
  85. define('OGP_LANG_server_name', "Sunucu Adı");
  86. define('OGP_LANG_server_id', "Sunucu ID'si");
  87. define('OGP_LANG_player_name', "Oyuncu Adı");
  88. define('OGP_LANG_score', "Skor");
  89. define('OGP_LANG_time', "Zaman");
  90. define('OGP_LANG_no_rights_to_stop_server', "Bu sunucuyu durdurmak için yetkiniz yok.");
  91. define('OGP_LANG_no_ogp_lgsl_support', "This server (running: %s) does not have LGSL support in OGP and its statistics can not be shown.");
  92. define('OGP_LANG_server_status', "Server on %s is %s.");
  93. define('OGP_LANG_server_stopped', "Server '%s' has been stopped.");
  94. define('OGP_LANG_if_want_to_start_homes', "If you want to start game servers go to %s.");
  95. define('OGP_LANG_view_log', "Log Viewer");
  96. define('OGP_LANG_if_want_manage', "If you want to manage your games you can do it in the");
  97. define('OGP_LANG_columns', "columns");
  98. define('OGP_LANG_group_users', "Grup kullanıcıları:");
  99. define('OGP_LANG_assigned_to', "Atanan Kişi:");
  100. define('OGP_LANG_restart_server', "Sunucuyu Yeniden Başlat");
  101. define('OGP_LANG_restarting_server', "Sunucu yeniden başlatılıyor, lütfen bekleyin...");
  102. define('OGP_LANG_server_restarted', "Sunucu %s yeniden başlatıldı.");
  103. define('OGP_LANG_server_not_running', "Sunucu çalışmıyor");
  104. define('OGP_LANG_address', "Adres");
  105. define('OGP_LANG_owner', "Sahip");
  106. define('OGP_LANG_operations', "İşlemler");
  107. define('OGP_LANG_search', "Ara");
  108. define('OGP_LANG_maps_read_from', "Maps read from ");
  109. define('OGP_LANG_file', "dosya");
  110. define('OGP_LANG_folder', "klasör");
  111. define('OGP_LANG_unable_retrieve_mod_info', "Unable to retrieve mod information from database.");
  112. define('OGP_LANG_unexpected_result_libremote', "Unexpected result from libremote, please inform developers.");
  113. define('OGP_LANG_unable_get_info', "Unable to get the required information for startup, blocking startup.");
  114. define('OGP_LANG_server_already_running', "Server already running. If you do not see the server in the Game Monitor, there might be a somekind of problem and you might want to");
  115. define('OGP_LANG_already_running_stop_server', "Sunucuyu durdur.");
  116. define('OGP_LANG_error_server_already_running', "ERROR: Server already running on port");
  117. define('OGP_LANG_failed_start_server_code', "Failed to start the remote server. Error code: %s");
  118. define('OGP_LANG_disabled', "devredışı");
  119. define('OGP_LANG_not_found_server', "Could not find the remote server with ID");
  120. define('OGP_LANG_rcon_command_title', "RCON Komutu");
  121. define('OGP_LANG_has_sent_to', "has been sent to");
  122. define('OGP_LANG_need_set_remote_pass', "You need to set the remote control password on");
  123. define('OGP_LANG_before_sending_rcon_com', "before sending rcon commands to it.");
  124. define('OGP_LANG_retry', "Retry");
  125. define('OGP_LANG_page', "sayfa");
  126. define('OGP_LANG_server_cant_start', "sunucu başlatılamaz");
  127. define('OGP_LANG_server_cant_stop', "sunucu durdurulamaz");
  128. define('OGP_LANG_error_occured_remote_host', "Error occurred on the remote host");
  129. define('OGP_LANG_follow_server_status', "You can follow the server status from");
  130. define('OGP_LANG_addons', "Eklentiler");
  131. define('OGP_LANG_hostname', "Hostname");
  132. define('OGP_LANG_rsync_install', "[Rsync Install]");
  133. define('OGP_LANG_ping', "Ping");
  134. define('OGP_LANG_team', "Takım");
  135. define('OGP_LANG_deaths', "Ölümler");
  136. define('OGP_LANG_pid', "PID");
  137. define('OGP_LANG_skill', "Yetenek");
  138. define('OGP_LANG_AIBot', "Yapay Zeka Botu");
  139. define('OGP_LANG_steamid', "Steam ID");
  140. define('OGP_LANG_player', "Oyuncu");
  141. define('OGP_LANG_port', "Port");
  142. define('OGP_LANG_rcon_presets', "RCON önayarları");
  143. define('OGP_LANG_update_from_local_master_server', "Update from local Master Server");
  144. define('OGP_LANG_update_from_selected_rsync_server', "Update from selected Rsync server");
  145. define('OGP_LANG_execute_selected_server_operations', "Execute selected server operations");
  146. define('OGP_LANG_execute_operations', "Execute operations");
  147. define('OGP_LANG_account_expiration', "Account expiration");
  148. define('OGP_LANG_mysql_databases', "MySQL Databases");
  149. define('OGP_LANG_failed_querying_server', "* Failed querying the server.");
  150. define('OGP_LANG_query_protocol_not_supported', "* There is no query protocol in OGP that can support this server.");
  151. define('OGP_LANG_queries_disabled_by_setting_disable_queries_after', "Queries disabled by setting: Disable queries after: %s, since you have %s servers.<br>");
  152. define('OGP_LANG_presets_for_game_and_mod', "RCON presets for %s and mod %s");
  153. define('OGP_LANG_name', "Ad");
  154. define('OGP_LANG_command', "RCON&nbsp;Command");
  155. define('OGP_LANG_add_preset', "Önayar ekle");
  156. define('OGP_LANG_edit_presets', "Önayarları düzenle");
  157. define('OGP_LANG_del_preset', "Sil");
  158. define('OGP_LANG_change_preset', "Değiştir");
  159. define('OGP_LANG_send_command', "Komut gönder");
  160. define('OGP_LANG_starting_copy_with_master_server_named', "Starting copy with master server named '%s'...");
  161. define('OGP_LANG_starting_sync_with', "Starting sync with %s...");
  162. define('OGP_LANG_refresh_interval', "Log refreshing interval");
  163. define('OGP_LANG_finished_manual_update', "Finished manual update.");
  164. define('OGP_LANG_failed_to_start_file_download', "Failed to start file download");
  165. define('OGP_LANG_game_name', "Oyun adı");
  166. define('OGP_LANG_dest_dir', "Destination directory");
  167. define('OGP_LANG_remote_server', "Uzak Sunucu");
  168. define('OGP_LANG_file_url', "Dosya URL");
  169. define('OGP_LANG_file_url_info', "The URL of the file that is uploaded and uncompressed to the directory.");
  170. define('OGP_LANG_dest_filename', "Destination Filename");
  171. define('OGP_LANG_dest_filename_info', "The filename for the destination file.");
  172. define('OGP_LANG_update_server', "Sunucuyu Güncelle");
  173. define('OGP_LANG_unavailable', "Kullanım dışı");
  174. define('OGP_LANG_upload_map_image', "Harita görüntüsü yükle");
  175. define('OGP_LANG_upload_image', "Görüntü yükle");
  176. define('OGP_LANG_jpg_gif_png_less_than_1mb', "Görüntü 1 mb.tan küçük ve jpg, gif ya da png olmalıdır.");
  177. define('OGP_LANG_check_dev_console', "Error during uploading file, please check the browser developer console.");
  178. define('OGP_LANG_uploaded_successfully', "Başarıyla yüklendi");
  179. define('OGP_LANG_cant_create_folder', "Can't create folder:<br><b>%s</b>");
  180. define('OGP_LANG_cant_write_file', "Can't write file:<br><b>%s</b>");
  181. define('OGP_LANG_exceeded_php_directive', "Exceeded PHP directive.<br><b>%s</b>.");
  182. define('OGP_LANG_unknown_errors', "Bilinmeyen hatalar.");
  183. define('OGP_LANG_directory', "Directory");
  184. define('OGP_LANG_view_player_commands', "Oyuncu Komutlarını Görüntüle");
  185. define('OGP_LANG_hide_player_commands', "Oyuncu Komutlarını Gizle");
  186. define('OGP_LANG_no_online_players', "Çevrimiçi oyuncu yok");
  187. define('OGP_LANG_invalid_game_mod_id', "Invalid Game/Mod ID specified.");
  188. define('OGP_LANG_auto_update_title_popup', "Steam Auto Update Link");
  189. define('OGP_LANG_auto_update_popup_html', "<p>Use the link below to check and automatically update your game server via Steam if needed.&nbsp; You can query it using a cronjob or manually initiate the process.</p>");
  190. define('OGP_LANG_api_links_popup_html', "<p>Select an action you would like to perform using the OGP API for this game server.&nbsp; Then, use the link below to perform your desired action.&nbsp; You can run your desired action using a cronjob or by making a direct request to it.</p>");
  191. define('OGP_LANG_auto_update_copy_me', "Kopyala");
  192. define('OGP_LANG_auto_update_copy_me_success', "Kopyalandı");
  193. define('OGP_LANG_auto_update_copy_me_fail', "Failed to copy. Please, manually copy the link.");
  194. define('OGP_LANG_get_steam_autoupdate_api_link', "Auto Update Link");
  195. define('OGP_LANG_show_api_actions', "Show API Actions");
  196. define('OGP_LANG_api_links', "API Links");
  197. define('OGP_LANG_update_attempt_from_nonmaster_server', "User %s attempted to update home_id %d from a non-master server. (Home ID: %d)");
  198. define('OGP_LANG_attempting_nonmaster_update', "You are attempting to update this server from a non-master server.");
  199. define('OGP_LANG_cannot_update_from_own_self', "Local server update may not run on a Master server.");
  200. define('OGP_LANG_show_server_id', "Sunucu ID'lerini Göster");
  201. define('OGP_LANG_hide_server_id', "Sunucu ID'lerini Gizle");
  202. define('OGP_LANG_edit_configuration_files', "Konfigürasyon Dosyalarını Düzenle");
  203. define('OGP_LANG_admin', "Yönetici");
  204. define('OGP_LANG_cid', "CID");
  205. define('OGP_LANG_phan', "Phantom");
  206. define('OGP_LANG_sec', "Saniye");
  207. define('OGP_LANG_unknown_rsync_mirror', "You attempted to start an update from a mirror which doesn't exist.");
  208. define('OGP_LANG_custom_fields', "Custom Fields");
  209. ?>