gamemanager.php 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2017 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('game_manager', "Game Manager");
  25. define('no_games_to_monitor', "You do not have any games configured to you that can be monitored.");
  26. define('status', "Status");
  27. define('fail_no_mods', "No mods enabled for this game! You need to ask your OGP admin to add mod(s) for the game assigned for you.");
  28. define('no_game_homes_assigned', "No game servers assigned for you. You need to ask your OGP admin to assign games for you.");
  29. define('select_game_home_to_configure', "Select a game server that you want to configure");
  30. define('file_manager', "File Manager");
  31. define('configure_mods', "Configure mods");
  32. define('install_update_steam', "Install/Update via Steam");
  33. define('install_update_manual', "Install/Update manually");
  34. define('assign_game_homes', "Assign game servers");
  35. define('user', "User");
  36. define('group', "Group");
  37. define('start', "Start");
  38. define('ogp_agent_ip', "OGP Agent IP");
  39. define('max_players', "Max Players");
  40. define('max', "Max");
  41. define('ip_and_port', "IP and Port");
  42. define('available_maps', "Available Maps");
  43. define('map_path', "Map Path");
  44. define('available_parameters', "Available Parameters");
  45. define('start_server', "Start Server");
  46. define('start_wait_note', "The server startup might take a while. Please wait without closing your browser.");
  47. define('game_type', "Game Type");
  48. define('map', "Map");
  49. define('starting_server', "Starting server, please wait...");
  50. define('starting_server_settings', "Starting server with following settings");
  51. define('startup_params', "Startup parameters");
  52. define('startup_cpu', "CPU the server is running on");
  53. define('startup_nice', "Nice value of the server");
  54. define('game_home', "Home Path");
  55. define('server_started', "Server started successfully.");
  56. define('no_parameter_access', "You do not have access to parameters.");
  57. define('extra_parameters', "Extra Parameters");
  58. define('no_extra_param_access', "You do not have access to extra parameters.");
  59. define('extra_parameters_info', "These parameters are put to the end of the command line when the game is started.");
  60. define('game_exec_not_found', "The game executable %s was not found from the remote server.");
  61. define('select_params_and_start', "Select the startup parameters for the server and press '%s'.");
  62. define('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.");
  63. define('unable_to_get_log', "Unable to get log, retval %s.");
  64. define('server_binary_not_executable', "Server binary is not executable. Check you have proper permissions in the server home directory.");
  65. define('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.");
  66. define('ip_port_pair_not_owned', "IP:PORT pair not owned.");
  67. define('unsuitable_maxplayers_value_maximum_reachable_number_of_slots_has_been_set', "Unsuitable maxplayers value, maximum reachable number of slots has been set.");
  68. define('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 ");
  69. define('update_started', "Update started, please wait...");
  70. define('failed_to_start_steam_update', "Failed to start Steam update. See agent log.");
  71. define('failed_to_start_rsync_update', "Failed to start Rsync update. See agent log.");
  72. define('update_completed', "Update completed successfully.");
  73. define('update_in_progress', "Update in progress, please wait...");
  74. define('refresh_steam_status', "Refresh steam status");
  75. define('refresh_rsync_status', "Refresh rsync status");
  76. define('server_running_cant_update', "Server running so update is not possible. Stop the server before update.");
  77. define('xml_steam_error', "Selected server type does not support steam install/update.");
  78. define('mod_key_not_found_from_xml', "Mod key '%s' not found from the XML file.");
  79. define('stop_update', "Stop update");
  80. define('statistics', "Statistics");
  81. define('servers', "Servers");
  82. define('players', "Players");
  83. define('current_map', "Current Map");
  84. define('stop_server', "Stop Server");
  85. define('server_ip_port', "Server IP:Port");
  86. define('server_name', "Server Name");
  87. define('server_id', "Server ID");
  88. define('player_name', "Player Name");
  89. define('score', "Score");
  90. define('time', "Time");
  91. define('no_rights_to_stop_server', "You do not have rights to stop this server.");
  92. define('no_ogp_lgsl_support', "This server (running: %s) does not have LGSL support in OGP and its statistics can not be shown.");
  93. define('server_status', "Server on %s is %s.");
  94. define('server_stopped', "Server '%s' has been stopped.");
  95. define('if_want_to_start_homes', "If you want to start game servers go to %s.");
  96. define('view_log', "Log Viewer");
  97. define('if_want_manage', "If you want to manage your games you can do it in the");
  98. define('columns', "columns");
  99. define('group_users', "Group users:");
  100. define('assigned_to', "Assigned to:");
  101. define('restart_server', "Restart Server");
  102. define('restarting_server', "Restarting server, please wait...");
  103. define('server_restarted', "Server '%s' has been restarted.");
  104. define('server_not_running', "The server is not running.");
  105. define('address', "Address");
  106. define('owner', "Owner");
  107. define('operations', "Operations");
  108. define('search', "Search");
  109. define('maps_read_from', "Maps read from ");
  110. define('file', "file");
  111. define('folder', "folder");
  112. define('unable_retrieve_mod_info', "Unable to retrieve mod information from database.");
  113. define('unexpected_result_libremote', "Unexpected result from libremote, please inform developers.");
  114. define('unable_get_info', "Unable to get the required information for startup, blocking startup.");
  115. define('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");
  116. define('already_running_stop_server', "Stop server.");
  117. define('error_server_already_running', "ERROR: Server already running on port");
  118. define('failed_start_server_code', "Failed to start the remote server. Error code: %s");
  119. define('disabled', "disabled ");
  120. define('not_found_server', "Could not find the remote server with ID");
  121. define('rcon_command_title', "RCON Command");
  122. define('has_sent_to', "has been sent to");
  123. define('need_set_remote_pass', "You need to set the remote control password on");
  124. define('before_sending_rcon_com', "before sending rcon commands to it.");
  125. define('retry', "Retry");
  126. define('page', "page");
  127. define('server_cant_start', "server can not start");
  128. define('server_cant_stop', "server can not stop");
  129. define('error_occured_remote_host', "Error occurred on the remote host");
  130. define('follow_server_status', "You can follow the server status from");
  131. define('addons', "Addons");
  132. define('hostname', "Hostname");
  133. define('rsync_install', "[Rsync Install]");
  134. define('ping', "Ping");
  135. define('team', "Team");
  136. define('deaths', "Deaths");
  137. define('pid', "PID");
  138. define('skill', "Skill");
  139. define('AIBot', "AIBot");
  140. define('steamid', "Steam ID");
  141. define('player', "Player");
  142. define('port', "Port");
  143. define('rcon_presets', "RCON presets");
  144. define('update_from_local_master_server', "Update from local Master Server");
  145. define('update_from_selected_rsync_server', "Update from selected Rsync server");
  146. define('execute_selected_server_operations', "Execute selected server operations");
  147. define('execute_operations', "Execute operations");
  148. define('account_expiration', "Account expiration");
  149. define('mysql_databases', "MySQL Databases");
  150. define('failed_querying_server', "* Failed querying the server.");
  151. define('query_protocol_not_supported', "* There is no query protocol in OGP that can support this server.");
  152. define('queries_disabled_by_setting_disable_queries_after', "Queries disabled by setting: Disable queries after: %s, since you have %s servers.<br>");
  153. define('presets_for_game_and_mod', "RCON presets for %s and mod %s");
  154. define('name', "Name");
  155. define('command', "RCON&nbsp;Command");
  156. define('add_preset', "Add preset");
  157. define('edit_presets', "Edit presets");
  158. define('del_preset', "Delete");
  159. define('change_preset', "Change");
  160. define('send_command', "Send command");
  161. define('starting_copy_with_master_server_named', "Starting copy with master server named '%s'...");
  162. define('starting_sync_with', "Starting sync with %s...");
  163. define('refresh_interval', "Log refreshing interval");
  164. define('finished_manual_update', "Finished manual update.");
  165. define('failed_to_start_file_download', "Failed to start file download");
  166. define('game_name', "Game name");
  167. define('dest_dir', "Destination directory");
  168. define('remote_server', "Remote Server");
  169. define('file_url', "File URL");
  170. define('file_url_info', "The URL of the file that is uploaded and uncompressed to the directory.");
  171. define('dest_filename', "Destination Filename");
  172. define('dest_filename_info', "The filename for the destination file.");
  173. define('update_server', "Update server");
  174. define('unavailable', "Unavailable");
  175. define('upload_map_image', "Upload map image");
  176. define('upload_image', "Upload image");
  177. define('jpg_gif_png_less_than_1mb', "The image must be jpg, gif or png and less than 1 MB.");
  178. define('check_dev_console', "Error during uploading file, please check the browser developer console.");
  179. define('uploaded_successfully', "Uploaded successfully.");
  180. define('cant_create_folder', "Can't create folder:<br><b>%s</b>");
  181. define('cant_write_file', "Can't write file:<br><b>%s</b>");
  182. define('exceeded_php_directive', "Exceeded PHP directive.<br><b>%s</b>.");
  183. define('unknown_errors', "Unknown errors.");
  184. define('directory', "Directory");
  185. define('view_player_commands', "View Player Commands");
  186. define('hide_player_commands', "Hide Player Commands");
  187. define('no_online_players', "There are no online players.");
  188. define('invalid_game_mod_id', "Invalid Game/Mod ID specified.");
  189. define('auto_update_title_popup', "Steam Auto Update Link");
  190. define('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>");
  191. define('auto_update_copy_me', "Copy");
  192. define('auto_update_copy_me_success', "Copied!");
  193. define('auto_update_copy_me_fail', "Failed to copy. Please, manually copy the link.");
  194. define('get_steam_autoupdate_api_link', "Auto Update Link");
  195. define('update_attempt_from_nonmaster_server', "User %s attempted to update home_id %d from a non-master server. (Home ID: %d)");
  196. define('attempting_nonmaster_update', "You are attempting to update this server from a non-master server.");
  197. define('cannot_update_from_own_self', "Local server update may not run on a Master server.");
  198. define('show_server_id', "Show Server IDs");
  199. define('hide_server_id', "Hide Server IDs");
  200. define('edit_configuration_files', "Edit Configuration Files");
  201. ?>