user_games.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?php
  2. /*
  3. *
  4. * OGP - Open Game Panel
  5. * Copyright (C) 2008 - 2016 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('add_mods_note', "تحتاج إضافة مودز بعد إضافة سيرفر إلى مستخدم . يمكنك عمل ذلك بتعديل السيرفر.");
  25. define('game_servers', "سيرفرات الألعاب");
  26. define('game_path', "مسار اللعبة");
  27. define('game_path_info', "مسار السيرفر المطلق. مثال: /home/ogp/my_server/");
  28. define('game_server_name_info', "اسم السيرفر يساعد المستخدمين على معرفة سيرفراتهم");
  29. define('control_password', "التحكم في كلمة المرور");
  30. define('control_password_info', "كلمةالمرور هذه تستخدم للتحكم فى السيرفر . مثل كلمة السر RCON . إذا كانت خانة كلمة المرور فارغة هذا يعنى أنها مستخدمة.");
  31. define('add_game_home', "أضف سيرفر لعبة");
  32. define('game_path_empty', "مسار اللعبة لايمكن أن يكون فارغا");
  33. define('game_home_added', "تم إضافة سيرفر اللعبة بنجاح. إعادة توجيه لصفحة الإعدادت.");
  34. define('failed_to_add_home_to_db', "أخفقت إضافة الصفحة الرئيسية لقاعدة البيانات .خطأ %s.");
  35. define('caution_agent_offline_can_not_get_os_and_arch_showing_servers_for_all_platforms', "<b>Caution!</b> The Agent is offline, can not get OS type and architecture,<br> Showing servers for all platforms:");
  36. define('select_remote_server', "إختر ريموت سيرفر");
  37. define('no_remote_servers_configured', "لا يوجد ريموت سيرفر مجهز للبانل .<br> تحتاج إلى ريموت سيرفر قبل أن تسطيع إضافة سيرفرات للمستخدمين");
  38. define('no_game_configurations_found', "لم يتم العثور على تهيئة لعبة. تحتاج إلى إضافة تهيئة اللعبة من");
  39. define('game_configurations', "> صفحة تهيئة اللعبة");
  40. define('add_remote_server', "أضف سيرفر.");
  41. define('wine_games', "ألعاب Wine");
  42. define('home_path', "مسار ال Home");
  43. define('change_home_info', "مكان تثبيت سيرفر اللعبة . مثال:/home/ogp/my_server/");
  44. define('game_server_name', "إسم سيرفر لعبة");
  45. define('change_name_info', "اسم السيرفر يساعد المستخدمين على معرفة سيرفراتهم");
  46. define('game_control_password', "كلمة مرور تحكم اللعبة");
  47. define('change_control_password_info', "مثال لكلمة مرور التحكم . rcon password");
  48. define('available_mods', "المودات المتاحة");
  49. define('note_no_mods', "لا يوجد مود متوفر لهذه اللعبة");
  50. define('change_home', "غير ال Home");
  51. define('change_control_password', "تغيير كلمة مرور التحكم");
  52. define('change_name', "تغيير الإسم");
  53. define('add_mod', "أضف مود");
  54. define('set_ip', "حدد ip");
  55. define('ips_and_ports', "IPs و Ports");
  56. define('mod_name', "إسم المود");
  57. define('max_players', "الحد الأقصى للاعبين");
  58. define('extra_cmd_line_args', "Extra Command Line Args");
  59. define('extra_cmd_line_info', "The Extra command line args provides a way to enter extra arguments to the game command line when it is started.");
  60. define('cpu_affinity', "CPU Affinity");
  61. define('nice_level', "مستوى لطيف");
  62. define('set_options', "ضف خياراً");
  63. define('remove_mod', "إمسح المود");
  64. define('mods', "مودز");
  65. define('ip', "IP");
  66. define('port', "Port");
  67. define('no_ip_ports_assigned', "يجب إضافة زوج من ال IP:Port لل Home");
  68. define('successfully_assigned_ip_port', "Successfully assigned IP:Port pair to home.");
  69. define('port_range_error', "Port needs to be between range 0 and 65535.");
  70. define('failed_to_assing_mod_to_home', "Failed to assing mod with id %d to home.");
  71. define('successfully_assigned_mod_to_home', "Successfully assigned mod with id %d to home.");
  72. define('successfully_modified_mod', "Successfully modified mod information.");
  73. define('back_to_game_monitor', "Back to Game Monitor");
  74. define('back_to_game_servers', "Back to Game Servers");
  75. define('user_id_main', "المالك الأساسى");
  76. define('change_user_id_main', "تغير المالك الأساسى");
  77. define('change_user_id_main_info', "The main server home owner.");
  78. define('server_ftp_password', "FTP password");
  79. define('change_ftp_password', "Change FTP password");
  80. define('change_ftp_password_info', "This is the password to login to FTP server for this home.");
  81. define('Delete_old_user_assigned_homes', "Unassign home to current users.");
  82. define('editing_home_called', "Editing home called");
  83. define('control_password_updated_successfully', "Control password updated successfully.");
  84. define('control_password_update_failed', "Control password update failed");
  85. define('successfully_changed_game_server', "Successfully changed game server.");
  86. define('error_ocurred_on_remote_server', "Error ocurred on remote server,");
  87. define('ftp_password_can_not_be_changed', "FTP password can not be changed.");
  88. define('ftp_can_not_be_switched_on', "FTP can not be switched ON.");
  89. define('ftp_can_not_be_switched_off', "FTP can not be switched OFF.");
  90. define('invalid_home_id_entered', "Invalid home id entered.");
  91. define('ip_port_already_in_use', "The %s:%s is already in use. Choose another one.");
  92. define('successfully_assigned_ip_port_to_server_id', "Successfully assigned %s:%s to home with ID %s.");
  93. define('no_ip_addresses_configured', "Your game server does not have any IP-addresses configured to it. You can configure them from ");
  94. define('server_page', "صفحة السيرفر");
  95. define('successfully_removed_mod', "تم حذف مود اللعبة بنجاح.");
  96. define('warning_agent_offline_defaulting_CPU_count_to_1', "Warning - Agent offline, defaulting CPU count to 1.");
  97. define('mod_install_cmds', "Mod Install CMDs");
  98. define('cmds_for', "Commands for");
  99. define('preinstall_cmds', "Preinstall Commands");
  100. define('postinstall_cmds', "Postinstall Commands");
  101. define('edit_preinstall_cmds', "Edit Preinstall Commands");
  102. define('edit_postinstall_cmds', "Edit Postinstall Commands");
  103. define('save_as_default_for_this_mod', "Save as default for this mod");
  104. define('empty', "فارغ");
  105. define('master_server_for_clon_update', "Master server for local update");
  106. define('set_as_master_server', "Set as master server");
  107. define('set_as_master_server_for_local_clon_update', "Set as master server for local update.");
  108. define('only_available_for', "Only available for '%s' hosted on the remote server named '%s'.");
  109. define('ftp_on', "Enable FTP");
  110. define('ftp_off', "Disable FTP");
  111. define('change_ftp_account_status', "Change FTP account status");
  112. define('change_ftp_account_status_info', "Once a FTP account is enabled or disabled, it is added or removed from the FTP's database.");
  113. define('server_ftp_login', "Server FTP Login");
  114. define('change_ftp_login_info', "Change the FTP Login with a customized one.");
  115. define('change_ftp_login', "Change FTP Login");
  116. define('ftp_login_can_not_be_changed', "Can not change FTP Login.");
  117. define('server_is_running_change_addresses_not_available', "The server is actually running, the IP cannot be changed.");
  118. define('change_game_type', "Change Game Type");
  119. define('change_game_type_info', "By changing the game type the current the mods configuration will be deleted.");
  120. define('force_mod_on_this_address', "Force mod on this address");
  121. define('successfully_assigned_mod_to_address', "Successfully assigned mod to address");
  122. define('switch_mods', "Switch mods");
  123. define('switch_mod_for_address', "Switch mod for address %s");
  124. define('invalid_path', "Invalid Path");
  125. define('add_new_game_home', "Add new game server");
  126. define('no_game_homes_found', "No game servers found");
  127. define('available_game_homes', "Available game servers");
  128. define('home_id', "Home ID");
  129. define('game_server', "Game Server");
  130. define('game_type', "Game Type");
  131. define('game_home', "game server");
  132. define('game_home_name', "game server Name");
  133. define('clone', "Clone");
  134. define('unassign', "Unassign");
  135. define('access_rights', "Access Rights");
  136. define('assigned_homes', "Currently Assigned Homes");
  137. define('assign', "Assign");
  138. define('allow_updates', "Allow Game Updates");
  139. define('allow_updates_info', "Allows user to update the game installation if that is possible.");
  140. define('allow_file_management', "File Management");
  141. define('allow_file_management_info', "Allows user to access the game server with file management modules.");
  142. define('allow_parameter_usage', "Allow Parameter Usage");
  143. define('allow_parameter_usage_info', "Allows user to change available command line parameters.");
  144. define('allow_extra_params', "Allow Extra parametrs");
  145. define('allow_extra_params_info', "Allows user to modify extra command line parameters.");
  146. define('allow_ftp', "Allow FTP");
  147. define('allow_ftp_info', "Show the FTP access information to the user.");
  148. define('allow_custom_fields', "Allow Custom Fields");
  149. define('allow_custom_fields_info', "Allows user to access custom fields of the game server if any.");
  150. define('select_home', "Select Home to Assign");
  151. define('assign_new_home_to_user', "Assign New Home to user %s");
  152. define('assign_new_home_to_group', "Assign New Home to group %s");
  153. define('assigned_home_to_user', "Successfully assigned home (ID: %d) to user %s.");
  154. define('assigned_home_to_group', "Successfully assigned home (ID: %d) to group %s.");
  155. define('unassigned_home_from_user', "Successfully unassigned home (ID: %d) from user %s.");
  156. define('unassigned_home_from_group', "Successfully unassigned home (ID: %d) from group %s.");
  157. define('no_homes_assigned_to_user', "No homes assigned for user %s.");
  158. define('no_homes_assigned_to_group', "No homes assigned for group %s.");
  159. define('no_more_homes_available_that_can_be_assigned_for_this_user', "No more homes available that can be assigned for this user");
  160. define('no_more_homes_available_that_can_be_assigned_for_this_group', "No more homes available that can be assigned for this group");
  161. define('you_can_add_a_new_game_server_from', "You can add a new game server from %s.");
  162. define('no_remote_servers_available_please_add_at_least_one', "There are no remote servers available, please add at least one!");
  163. define('cloning_of_home_failed', "Cloning of home with id '%s' failed.");
  164. define('no_mods_to_clone', "No enabled mod(s) for this game yet. None will be cloned.");
  165. define('failed_to_add_mod', "Failed to add mod with id '%s' to home with id '%s'.");
  166. define('failed_to_update_mod_settings', "Failed to update mod settings for home with id '%s'.");
  167. define('successfully_cloned_mods', "Successfully cloned mods for home with id '%s'.");
  168. define('successfully_copied_home_database', "Successfully copied home database.");
  169. define('copying_home_remotely', "Copying the home on remote server from '%s' to '%s'.");
  170. define('cloning_home', "Cloning home called '%s'");
  171. define('current_home_path', "Current home path");
  172. define('current_home_path_info', "The current location of the copied home on remote server.");
  173. define('clone_home', "Clone Home");
  174. define('new_home_name', "New Home Name");
  175. define('new_home_path', "New Home Path");
  176. define('agent_ip', "Agent IP");
  177. define('game_server_copy_is_running', "Game server copy is running...");
  178. define('game_server_copy_was_successful', "Game server copy was successful");
  179. define('game_server_copy_failed_with_return_code', "Game server copy failed with return code %s");
  180. define('clone_mods', "Clone Mods");
  181. define('game_server_owner', "Game server owner");
  182. define('the_name_of_the_server_to_help_users_to_identify_it', "The name of the server to help users to identify it.");
  183. define('ips_and_ports_used_in_this_home', "IPs and Ports used in this home");
  184. define('note_ips_and_ports_are_not_cloned', "Note - IPs and Ports are not cloned");
  185. define('mods_and_settings_for_this_game_server', "Mods and settings for this game server");
  186. define('sure_to_delete_serverid_from_remoteip_and_directory', "Are you sure you want to delete game server (ID: %s) from server %s and is in directory %s");
  187. define('yes_and_delete_the_files', "Yes and Delete the files");
  188. define('failed_to_remove_gamehome_from_database', "Failed to remove gamehome from database.");
  189. define('successfully_deleted_game_server_with_id', "Successfully deleted game server with ID %s.");
  190. define('failed_to_remove_ftp_account_from_remote_server', "Failed to remove FTP account from remote server.");
  191. define('remove_it_anyway', "Would you like to remove it anyway?");
  192. define('sucessfully_deleted', "Sucessfully deleted %s");
  193. define('the_agent_had_a_problem_deleting', "The agent had a problem deleting %s, check the agent log");
  194. define('connection_timeout_or_problems_reaching_the_agent', "Connection timeout or problems reaching the agent");
  195. define('does_not_exist_yet', "Does not exist yet.");
  196. define('go_to_custom_fields', "Go to Custom Fields");
  197. define('back_to_edit_server', "Back to edit server");
  198. define('update_settings', "Update settings");
  199. define('settings_updated', "Settings updated.");
  200. define('selected_path_already_in_use', "The selected path is already in use.");
  201. define('browse', "Browse");
  202. define('cancel', "Cancel");
  203. define('set_this_path', "Set this path");
  204. define('select_home_path', "Select home path");
  205. define('folder', "Folder");
  206. define('owner', "Owner");
  207. define('group', "مجموعة");
  208. define('level_up', "Level up");
  209. define('level_up_info', "Back to the previous folder.");
  210. define('add_folder', "أضف مجلد");
  211. define('add_folder_info', "Write the name for the new folder, then click on the icon.");
  212. define('valid_user', "من فضلك حدد مستخدم صالح");
  213. define('valid_group', "من فضلك حدد مجموعة صالحة");
  214. define('set_affinity', "Set Server Affinity");
  215. define('cpu_affinity_info', "Select the CPU core(s) you want to assign to the game server.");
  216. ?>