user_games.php 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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_add_mods_note', "Možete dodati modove nakon dodavanja servera korisniku. To se može učiniti uređivanjem servera.");
  25. define('OGP_LANG_game_servers', "Serveri");
  26. define('OGP_LANG_game_path', "Putanje Igre");
  27. define('OGP_LANG_game_path_info', "Apsolutno putanje servera. Primjer: /home/ogpbot/OGP_User_Files / My_Server");
  28. define('OGP_LANG_game_server_name_info', "Ime servera pomaže korisnicima da identificiraju svoje servere.");
  29. define('OGP_LANG_control_password', "Upravljačka lozinka");
  30. define('OGP_LANG_control_password_info', "Ova se lozinka koristi za kontrolu servera, kao što je RCON lozinka. Ako je lozinka prazna, upotrebljavaju se druga sredstva.");
  31. define('OGP_LANG_add_game_home', "Dodati Igru");
  32. define('OGP_LANG_game_path_empty', "Putanje igre ne smije biti prazna.");
  33. define('OGP_LANG_game_home_added', "Igrica je uspješno dodana. Preusmjeravanje na stranicu uređivanja Home-a.");
  34. define('OGP_LANG_failed_to_add_home_to_db', "Dodavanje Home-a u bazu podataka nije uspjelo. Pogreška: %s");
  35. define('OGP_LANG_caution_agent_offline_can_not_get_os_and_arch_showing_servers_for_all_platforms', "<b>Oprez!</b>Agent je izvan mreže, ne može dobiti vrstu OS-a i arhitekturu, <br> Prikaz servera za sve platforme:");
  36. define('OGP_LANG_select_remote_server', "Odaberite Udaljeni Server");
  37. define('OGP_LANG_no_remote_servers_configured', "Nijedan udaljeni poslužitelj nije konfiguriran za Open Game Panel. Najprije morate dodati udaljene poslužitelje pa tek onda možete korisnicima dizati servere.");
  38. define('OGP_LANG_no_game_configurations_found', "Nije pronađena konfiguracija igre. Morate dodati konfiguracije igara iz");
  39. define('OGP_LANG_game_configurations', "> stranice za konfiguraciju igre");
  40. define('OGP_LANG_add_remote_server', "Dodati Server");
  41. define('OGP_LANG_wine_games', "Wine igrice");
  42. define('OGP_LANG_home_path', "Putanje direktorija");
  43. define('OGP_LANG_change_home_info', "Mjesto instaliranog servera. Primjer: /home/ogp/my_server/");
  44. define('OGP_LANG_game_server_name', "Naziv Servera");
  45. define('OGP_LANG_change_name_info', "Mjesto instaliranog servera. Naziv servera koji korisnicima olakšava identifikaciju.");
  46. define('OGP_LANG_game_control_password', "Kontrolna lozinka za igru");
  47. define('OGP_LANG_change_control_password_info', "Kontrolna lozinka je npr. Lozinka za rcon.");
  48. define('OGP_LANG_available_mods', "Dostupni Modovi");
  49. define('OGP_LANG_note_no_mods', "Nema dostupnih mod(a) za ovu igru.");
  50. define('OGP_LANG_change_home', "Promjeni Direktorij");
  51. define('OGP_LANG_change_control_password', "Promjeniti Kontrolnu Lozinku");
  52. define('OGP_LANG_change_name', "Promijeniti Naziv");
  53. define('OGP_LANG_add_mod', "Dodajte Mod");
  54. define('OGP_LANG_set_ip', "Postavite IP");
  55. define('OGP_LANG_ips_and_ports', "IP adrese i Portovi");
  56. define('OGP_LANG_mod_name', "Naziv Moda");
  57. define('OGP_LANG_max_players', "Maksimalno Igrača");
  58. define('OGP_LANG_extra_cmd_line_args', "Dodatni naredbeni redak");
  59. define('OGP_LANG_extra_cmd_line_info', "Dodatna naredba linija omogućuje način unosa dodatnih argumenata u naredbu za igru kada se pokrene.");
  60. define('OGP_LANG_cpu_affinity', "CPU");
  61. define('OGP_LANG_nice_level', "Uljepšavanje Razine");
  62. define('OGP_LANG_set_options', "Postavite Opcije");
  63. define('OGP_LANG_remove_mod', "Ukloniti Mod");
  64. define('OGP_LANG_mods', "Modovi");
  65. define('OGP_LANG_ip', "IP");
  66. define('OGP_LANG_port', "Port");
  67. define('OGP_LANG_no_ip_ports_assigned', "Najmanje jedan IP: Port par mora biti dodijeljen serveru.");
  68. define('OGP_LANG_successfully_assigned_ip_port', "Uspješno dodijeljen IP: Port serveru.");
  69. define('OGP_LANG_port_range_error', "Port mora biti između raspona 0 i 65535.");
  70. define('OGP_LANG_failed_to_assing_mod_to_home', "Dodjeljivanje moda s ID-om %d nije uspjelo.");
  71. define('OGP_LANG_successfully_assigned_mod_to_home', "Uspješno dodijeljen mod sa ID %d serveru.");
  72. define('OGP_LANG_successfully_modified_mod', "Uspješno izmijenjene informacije o modu.");
  73. define('OGP_LANG_back_to_game_monitor', "Natrag na Monitor Igara");
  74. define('OGP_LANG_back_to_game_servers', "Natrag na Igrice");
  75. define('OGP_LANG_user_id_main', "Glavni Vlasnik");
  76. define('OGP_LANG_change_user_id_main', "Promijenite glavnog vlasnika");
  77. define('OGP_LANG_change_user_id_main_info', "Glavni Vlasnik Servera");
  78. define('OGP_LANG_server_ftp_password', "FTP lozinka");
  79. define('OGP_LANG_change_ftp_password', "Promijenite FTP lozinku");
  80. define('OGP_LANG_change_ftp_password_info', "Ovo je lozinka za prijavu na FTP poslužitelj za ovaj server.");
  81. define('OGP_LANG_Delete_old_user_assigned_homes', "Uklonite dodijelu servera trenutnim korisnicima.");
  82. define('OGP_LANG_editing_home_called', "Uređivanje Servera pod nazivom");
  83. define('OGP_LANG_control_password_updated_successfully', "Kontrolna lozinka uspješno ažurirana.");
  84. define('OGP_LANG_control_password_update_failed', "Ažuriranje kontrolne lozinke nije uspjelo");
  85. define('OGP_LANG_successfully_changed_game_server', "Uspješno promijenjene postavke.");
  86. define('OGP_LANG_error_ocurred_on_remote_server', "Došlo je do pogreške na udaljenom poslužitelju,");
  87. define('OGP_LANG_ftp_password_can_not_be_changed', "FTP lozinka ne može se mijenjati.");
  88. define('OGP_LANG_ftp_can_not_be_switched_on', "FTP se ne može uključiti.");
  89. define('OGP_LANG_ftp_can_not_be_switched_off', "FTP se ne može isključiti.");
  90. define('OGP_LANG_invalid_home_id_entered', "Unesen je nevažeći Home ID.");
  91. define('OGP_LANG_ip_port_already_in_use', "%s:%s je već u upotrebi. Odaberite neki drugi.");
  92. define('OGP_LANG_successfully_assigned_ip_port_to_server_id', "Uspješno dodijeljen %s:%s kod Home sa ID-om %s.");
  93. define('OGP_LANG_no_ip_addresses_configured', "Vaš server nema nikakve IP adrese koje su mu konfigurirane. Možete ih konfigurirati iz");
  94. define('OGP_LANG_server_page', "stranice servera");
  95. define('OGP_LANG_successfully_removed_mod', "Uspješno uklonjen mod igre.");
  96. define('OGP_LANG_warning_agent_offline_defaulting_CPU_count_to_1', "Upozorenje - Agent je izvan mreže, prebacivanje CPU-a na zadanom u 1.");
  97. define('OGP_LANG_mod_install_cmds', "Inst.Mod po Naredbi");
  98. define('OGP_LANG_cmds_for', "Naredbe za");
  99. define('OGP_LANG_preinstall_cmds', "Predinstalirajte Naredbe");
  100. define('OGP_LANG_postinstall_cmds', "Naredbe za Naknadnu Instalaciju");
  101. define('OGP_LANG_edit_preinstall_cmds', "Uređivanje Naredbi za Predinstaliranje");
  102. define('OGP_LANG_edit_postinstall_cmds', "Uređivanje naredbi za Naknadnu Instalaciju");
  103. define('OGP_LANG_save_as_default_for_this_mod', "Spremi kao zadano za ovaj mod");
  104. define('OGP_LANG_empty', "prazno");
  105. define('OGP_LANG_master_server_for_clon_update', "Master Server za lokalno ažuriranje");
  106. define('OGP_LANG_set_as_master_server', "Postaviti kao Master Server");
  107. define('OGP_LANG_set_as_master_server_for_local_clon_update', "Postaviti kao master server za lokalno ažuriranje");
  108. define('OGP_LANG_only_available_for', "Dostupno samo za '%s' za hosting na udaljenom poslužitelju nazvanom '%s'.");
  109. define('OGP_LANG_ftp_on', "Omogućiti FTP");
  110. define('OGP_LANG_ftp_off', "Onemogućiti FTP");
  111. define('OGP_LANG_change_ftp_account_status', "Promjena statusa FTP računa");
  112. define('OGP_LANG_change_ftp_account_status_info', "Jednom kada je FTP račun omogućen ili onemogućen, dodaje se ili uklanja iz FTP-ove baze podataka.");
  113. define('OGP_LANG_server_ftp_login', "FTP Prijava za Server");
  114. define('OGP_LANG_change_ftp_login_info', "Promijenite FTP prijavu s prilagođenim.");
  115. define('OGP_LANG_change_ftp_login', "Promjeniti FTP Prijavu");
  116. define('OGP_LANG_ftp_login_can_not_be_changed', "Nije moguće promijeniti FTP prijavu.");
  117. define('OGP_LANG_server_is_running_change_addresses_not_available', "Dok je server pokrenut, IP se ne može mijenjati.");
  118. define('OGP_LANG_change_game_type', "Promijeniti Vrstu Igre");
  119. define('OGP_LANG_change_game_type_info', "Promjenom tipa igre, trenutna konfiguracija moda bit će izbrisana.");
  120. define('OGP_LANG_force_mod_on_this_address', "Forsirajte mod na ovoj adresi");
  121. define('OGP_LANG_successfully_assigned_mod_to_address', "Uspješno dodijeljen mod adresi");
  122. define('OGP_LANG_switch_mods', "Prebaciti modove");
  123. define('OGP_LANG_switch_mod_for_address', "Prebaci mod za adresu %s");
  124. define('OGP_LANG_invalid_path', "Nevažeće putanje");
  125. define('OGP_LANG_add_new_game_home', "Dodajte novu igru");
  126. define('OGP_LANG_no_game_homes_found', "Nisu pronađene igre");
  127. define('OGP_LANG_available_game_homes', "Dostupne igre");
  128. define('OGP_LANG_home_id', "ID Servera");
  129. define('OGP_LANG_game_server', "IP Servera");
  130. define('OGP_LANG_game_type', "Vrsta Igre");
  131. define('OGP_LANG_game_home', "Putanje Servera");
  132. define('OGP_LANG_game_home_name', "Naziv Servera");
  133. define('OGP_LANG_clone', "Klonirati");
  134. define('OGP_LANG_unassign', "Ukloniti Server");
  135. define('OGP_LANG_access_rights', "Prava pristupa");
  136. define('OGP_LANG_assigned_homes', "Trenutni Dodijeljeni Serveri");
  137. define('OGP_LANG_assign', "Dodijeliti");
  138. define('OGP_LANG_allow_updates', "Dopustiti Ažuriranja Igre");
  139. define('OGP_LANG_allow_updates_info', "Omogućuje korisniku ažuriranje instalacije igre ako je to moguće.");
  140. define('OGP_LANG_allow_file_management', "Dopustiti Upravljanje Datotekama");
  141. define('OGP_LANG_allow_file_management_info', "Omogućuje korisniku pristup serveru s modulima za upravljanje datotekama.");
  142. define('OGP_LANG_allow_parameter_usage', "Dopustiti Upotrebu Parametara");
  143. define('OGP_LANG_allow_parameter_usage_info', "Omogućuje korisniku promjenu dostupnih parametara naredbenog retka.");
  144. define('OGP_LANG_allow_extra_params', "Dopustiti Dodatne Parametre");
  145. define('OGP_LANG_allow_extra_params_info', "Korisniku omogućuje izmjenu dodatnih parametara naredbenog retka.");
  146. define('OGP_LANG_allow_ftp', "Dopustiti FTP Upotrebu");
  147. define('OGP_LANG_allow_ftp_info', "Pokažite informacije za FTP pristup korisniku.");
  148. define('OGP_LANG_allow_custom_fields', "Dopustiti Prilagodljiva Polja");
  149. define('OGP_LANG_allow_custom_fields_info', "Korisnicima omogućuje pristup prilagođenim poljima servera ako ih ima.");
  150. define('OGP_LANG_select_home', "Odaberite Server za Dodjelivanje");
  151. define('OGP_LANG_assign_new_home_to_user', "Dodijelivanje Novi Server korisniku %s");
  152. define('OGP_LANG_assign_new_home_to_group', "Dodijelivanje Novi Server grupi %s");
  153. define('OGP_LANG_assigned_home_to_user', "Uspješno dodijeljen server (ID: %d) korisniku %s.");
  154. define('OGP_LANG_failed_to_assign_home_to_user', "Nije uspjelo dodijeljivanje servera (ID: %d) korisniku %s.");
  155. define('OGP_LANG_assigned_home_to_group', "Uspješno dodijeljen server (ID: %d) grupi%s.");
  156. define('OGP_LANG_unassigned_home_from_user', "Uspješno uklonjen server (ID: %d) od korisnika %s.");
  157. define('OGP_LANG_unassigned_home_from_group', "Uspješno uklonjen server (ID: %d) od grupe %s.");
  158. define('OGP_LANG_no_homes_assigned_to_user', "Nema dodijeljenih servera za korisnika %s.");
  159. define('OGP_LANG_no_homes_assigned_to_group', "Nema dodijeljenih servera za grupu %s.");
  160. define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_user', "Nema više dostupnih servera koji se mogu dodijeliti ovom korisniku");
  161. define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_group', "Nema više dostupnih servera koji se mogu dodijeliti ovoj grupi");
  162. define('OGP_LANG_you_can_add_a_new_game_server_from', "Možete dodati novu igru iz %s.");
  163. define('OGP_LANG_no_remote_servers_available_please_add_at_least_one', "Nemamo dostupnih udaljenih poslužitelja, molimo dodajte najmanje jedan!");
  164. define('OGP_LANG_cloning_of_home_failed', "Kloniranje servera sa ID-om '%s' nije uspjelo.");
  165. define('OGP_LANG_no_mods_to_clone', "Još nema omogućenih mod(a) za ovu igru. Nije moguće klonirati.");
  166. define('OGP_LANG_failed_to_add_mod', "Nije uspjelo dodavanje moda sa ID-om '%s' serveru sa ID-om '%s'.");
  167. define('OGP_LANG_failed_to_update_mod_settings', "Ažuriranje mod postavki za server sa ID-om '%s' nije uspjelo.");
  168. define('OGP_LANG_successfully_cloned_mods', "Uspješno kloniran mod za server sa ID-om '%s'.");
  169. define('OGP_LANG_successfully_copied_home_database', "Uspješno kopiran Direktorij baze podataka.");
  170. define('OGP_LANG_copying_home_remotely', "Kopiranje Servera na udaljenom poslužitelju od '%s' na '%s'.");
  171. define('OGP_LANG_cloning_home', "Kloniranje Servera pod nazivom '%s'.");
  172. define('OGP_LANG_current_home_path', "Trenutni Direktorij Servera");
  173. define('OGP_LANG_current_home_path_info', "Trenutni lokacija kopiranog Servera na udaljenom poslužitelju.");
  174. define('OGP_LANG_clone_home', "Klonirati Server");
  175. define('OGP_LANG_new_home_name', "Novi Naziv Servera");
  176. define('OGP_LANG_new_home_path', "Novo putanje Servera");
  177. define('OGP_LANG_agent_ip', "IP Agenta");
  178. define('OGP_LANG_game_server_copy_is_running', "Kopiranje servera se izvodi ...");
  179. define('OGP_LANG_game_server_copy_was_successful', "Kopiranje servera bilo je uspješno");
  180. define('OGP_LANG_game_server_copy_failed_with_return_code', "Kopija servera nije uspjela s povratnim kodom %s");
  181. define('OGP_LANG_clone_mods', "Klonirati Modove");
  182. define('OGP_LANG_game_server_owner', "Vlasnik Servera");
  183. define('OGP_LANG_the_name_of_the_server_to_help_users_to_identify_it', "Naziv servera koji korisnicima olakšava identifikaciju.");
  184. define('OGP_LANG_ips_and_ports_used_in_this_home', "IP adrese i portovi koji se koriste u ovom serveru");
  185. define('OGP_LANG_note_ips_and_ports_are_not_cloned', "Napomena - IP adrese i portovi neče bit klonirani");
  186. define('OGP_LANG_mods_and_settings_for_this_game_server', "Modovi i postavke za ovaj server");
  187. define('OGP_LANG_sure_to_delete_serverid_from_remoteip_and_directory', "Jeste li sigurni da želite izbrisati server (ID: %s) s poslužitelja %s i direktorij %s");
  188. define('OGP_LANG_yes_and_delete_the_files', "Da i Izbriši datoteke");
  189. define('OGP_LANG_failed_to_remove_gamehome_from_database', "Uklanjanje direktorij servera iz baze podataka nije uspjelo.");
  190. define('OGP_LANG_successfully_deleted_game_server_with_id', "Uspješno izbrisan server sa ID-om %s.");
  191. define('OGP_LANG_failed_to_remove_ftp_account_from_remote_server', "Neuspješno uklanjanje FTP računa s udaljenog poslužitelja.");
  192. define('OGP_LANG_remove_it_anyway', "Želite li ga ipak ukloniti?");
  193. define('OGP_LANG_sucessfully_deleted', "Uspješno izbrisan %s");
  194. define('OGP_LANG_the_agent_had_a_problem_deleting', "Agent je imao problema prilikom brisanja %s. Molimo vas, provjerite zapisnik agenta.");
  195. define('OGP_LANG_connection_timeout_or_problems_reaching_the_agent', "Vremenski prekid veze ili problemi s dosezanjem Agenta");
  196. define('OGP_LANG_does_not_exist_yet', "Još ne postoji.");
  197. define('OGP_LANG_update_settings', "Ažurirati postavke");
  198. define('OGP_LANG_settings_updated', "Postavke su ažurirane");
  199. define('OGP_LANG_selected_path_already_in_use', "Odabrano putanje je već u uporabi.");
  200. define('OGP_LANG_browse', "Tražiti");
  201. define('OGP_LANG_cancel', "Otkazati");
  202. define('OGP_LANG_set_this_path', "Postaviti ovo putanje");
  203. define('OGP_LANG_select_home_path', "Odaberite putanje ");
  204. define('OGP_LANG_folder', "Mapa");
  205. define('OGP_LANG_owner', "Vlasnik");
  206. define('OGP_LANG_group', "Grupa");
  207. define('OGP_LANG_level_up', "Viša razina");
  208. define('OGP_LANG_level_up_info', "Vratiti se na prethodnu mapu.");
  209. define('OGP_LANG_add_folder', "Dodati Mapu");
  210. define('OGP_LANG_add_folder_info', "Napišite naziv nove mape, a zatim kliknite ikonu.");
  211. define('OGP_LANG_valid_user', "Molimo vas navedite važećeg korisnika.");
  212. define('OGP_LANG_valid_group', "Molimo vas navedite valjanu grupu.");
  213. define('OGP_LANG_set_affinity', "Postavite CPU Servera");
  214. define('OGP_LANG_cpu_affinity_info', "Odaberite jezgru CPU-(a) koju želite dodijeliti serveru.");
  215. define('OGP_LANG_expiration_date_changed', "Datum isteka odabranog servera je promijenjen.");
  216. define('OGP_LANG_expiration_date_could_not_be_changed', "Nije moguće mijenjati datum isteka odabranog servera.");
  217. define('OGP_LANG_search', "Tražiti");
  218. define('OGP_LANG_ftp_account_username_too_long', "FTP korisničko ime je predugo. Isprobajte kraće korisničko ime najviše 20 znakova.");
  219. define('OGP_LANG_ftp_account_password_too_long', "FTP lozinka je predugačka. Isprobajte kraću lozinku koja nije duža od 20 znakova.");
  220. define('OGP_LANG_other_servers_exist_with_path_please_change', "Drugi serveri postoje s istim putanjem. Preporuča se (ali ne i potreban) da ovo putanje promijenite u nešto jedinstveno. Možete imati problema ako to ne učinite.");
  221. define('OGP_LANG_change_access_rights_for_selected_servers', "Promijenite prava pristupa za odabrane servere");
  222. ?>