settings.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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_maintenance_mode', "Przerwa Techniczna");
  25. define('OGP_LANG_maintenance_mode_info', "Wyłącz Panel dla zwykłych użytkowników. Tylko administratorzy mogą uzyskać dostęp do niego podczas konserwacji.");
  26. define('OGP_LANG_maintenance_title', "Tytuł przerwy technicznej");
  27. define('OGP_LANG_maintenance_title_info', "Tytuł wyświetlany zwykłym użytkownikom podczas konserwacji.");
  28. define('OGP_LANG_maintenance_message', "Prezentowane Wiadomość");
  29. define('OGP_LANG_maintenance_message_info', "Komunikat, który jest wyświetlany zwykłym użytkownikom podczas konserwacji.");
  30. define('OGP_LANG_update_settings', "Aktualizuj Ustawienia");
  31. define('OGP_LANG_settings_updated', "Ustawienia zostały zaktualizowane.");
  32. define('OGP_LANG_panel_language', "Język");
  33. define('OGP_LANG_panel_language_info', "Ten język jest językiem domyślnym panelu. Użytkownicy mogą zmieniać język w edycji profilu.");
  34. define('OGP_LANG_page_auto_refresh', "Automatycznie odświeżenie strony");
  35. define('OGP_LANG_page_auto_refresh_info', "Ustawienia Automatycznego odświeżania strony są głównie stosowane w debugowaniu panelu. Podczas normalnego używania należy ustawić opcję Włącz.");
  36. define('OGP_LANG_smtp_server', "Serwer SMTP");
  37. define('OGP_LANG_smtp_server_info', "This is the outgoing mail server (SMTP server) that is used, for example, to sent forgotten passwords to users, localhost by default.");
  38. define('OGP_LANG_panel_email_address', "Email Panelu");
  39. define('OGP_LANG_panel_email_address_info', "Jest to adres e-mail, który jest w polu, podczas kontaktu z użytkownikami.");
  40. define('OGP_LANG_panel_name', "Nazwa Panelu");
  41. define('OGP_LANG_panel_name_info', "Name of the Panel that is shown in the page title. This value will overrule all page titles, if it's not empty.");
  42. define('OGP_LANG_feed_enable', "Enable LGSL Feed");
  43. define('OGP_LANG_feed_enable_info', "If your webhost has a firewall which is blocking the query port, then you need to open the port manually.");
  44. define('OGP_LANG_feed_url', "Feed URL");
  45. define('OGP_LANG_feed_url_info', "GrayCube.com dzieli LGSL paszy na adres:<br><b>http://www.greycube.co.uk/lgsl/feed/lgsl_files/lgsl_feed.php</b>");
  46. define('OGP_LANG_steam_user', "Użytkownik Steam");
  47. define('OGP_LANG_steam_user_info', "Użytkownik jest potrzebny, aby pobrać pliki serwera gdy tego wymagają.");
  48. define('OGP_LANG_steam_pass', "Hasło Steam");
  49. define('OGP_LANG_steam_pass_info', "Ustaw tutaj hasło konta Steam.");
  50. define('OGP_LANG_steam_guard', "Steam Guard");
  51. define('OGP_LANG_steam_guard_info', "Niektórzy użytkownicy mają włączoną ochronę GUARD, aby chronić konta przed hakerami,<br>kod jest wysyłany do konta e-mail, gdy rozpoczyna się pierwsza aktualizacja.");
  52. define('OGP_LANG_smtp_port', "Port SMTP");
  53. define('OGP_LANG_smtp_port_info', "Tak SMTP port nie jest domyślny port (25) Wpisz numer portu SMTP.");
  54. define('OGP_LANG_smtp_login', "Użytkownik SMTP");
  55. define('OGP_LANG_smtp_login_info', "Jeśli serwer SMTP wymaga uwierzytelniania, wpisz nazwę użytkownika.");
  56. define('OGP_LANG_smtp_passw', "Hasło SMTP");
  57. define('OGP_LANG_smtp_passw_info', "Jeśli nie ustawić hasło nie używane uwierzytelnianie SMTP");
  58. define('OGP_LANG_smtp_secure', "Bezpieczeństwo SMTP");
  59. define('OGP_LANG_smtp_secure_info', "Użyj SSL/TLS do połączenia z serwerem SMTP");
  60. define('OGP_LANG_time_zone', "Strefa Czasu");
  61. define('OGP_LANG_time_zone_info', "Ustawia domyślną strefę czasową używaną przez wszystkie data / czas funkcji.");
  62. define('OGP_LANG_query_cache_life', "Żywotność cache odświeżania serwera");
  63. define('OGP_LANG_query_cache_life_info', "Ustawia limit czasu w sekundach, zanim stan serwera zostanie odświeżony.");
  64. define('OGP_LANG_query_num_servers_stop', "Wyłącz odpytywanie serwera po");
  65. define('OGP_LANG_query_num_servers_stop_info', "Użyj tego ustawienia, aby wyłączyć zapytania, jeśli użytkownik ma więcej serwerów gier niż określona ilość, aby przyspieszyć ładowanie panelu.");
  66. define('OGP_LANG_editable_email', "Zmiana emaila przez użytkowników");
  67. define('OGP_LANG_editable_email_info', "Wybierz, jeśli użytkownicy mogą edytować swój adres e-mail lub nie.");
  68. define('OGP_LANG_old_dashboard_behavior', "Old Dashboard behavior");
  69. define('OGP_LANG_old_dashboard_behavior_info', "The old Dashboard was running slower, but shows more server informations (e.g. current players and maps).");
  70. define('OGP_LANG_rsync_available', "Available Rsync servers");
  71. define('OGP_LANG_rsync_available_info', "Wybierz listę serwerów rsync, które zostaną wyświetlone w instalacji.");
  72. define('OGP_LANG_all_available_servers', "Wszystkie dostępne serwery ( rsync_sites.list + rsync_sites_local.list )");
  73. define('OGP_LANG_only_remote_servers', "Tylko serwery hosta ( rsync_sites.list )");
  74. define('OGP_LANG_only_local_servers', "Tylko lokalnie serwery ( rsync_sites_local.list )");
  75. define('OGP_LANG_header_code', "Kod nagłówka");
  76. define('OGP_LANG_header_code_info', "Tutaj możesz wpisać własny kod nagłówka (jak HTML itd...) bez konieczności edycji szablonu stylu.");
  77. define('OGP_LANG_support_widget_title', "Tytuł widgetu pomocy technicznej");
  78. define('OGP_LANG_support_widget_title_info', "Niestandardowy tytuł widgetu pomocy technicznej w panelu.");
  79. define('OGP_LANG_support_widget_content', "Pomoc Techniczna, zawartość widgetu.");
  80. define('OGP_LANG_support_widget_content_info', "The content of the support widget (HTML code allowed).");
  81. define('OGP_LANG_support_widget_link', "Link do widgetu Pomocy Technicznej");
  82. define('OGP_LANG_support_widget_link_info', "Link do widgetu Pomocy Technicznej");
  83. define('OGP_LANG_recaptcha_site_key', "Recaptcha Site Key");
  84. define('OGP_LANG_recaptcha_site_key_info', "Klucz witryny dostarczony przez Google.");
  85. define('OGP_LANG_recaptcha_secret_key', "Recaptcha Secret Key");
  86. define('OGP_LANG_recaptcha_secret_key_info', "Unikalny klucz dostarczony przez Google.");
  87. define('OGP_LANG_recaptcha_use_login', "Use Recaptcha on Login");
  88. define('OGP_LANG_recaptcha_use_login_info', "If enabled, users will have to solve the Not a Robot Recaptcha when attempting to login.");
  89. define('OGP_LANG_login_attempts_before_banned', "Ilość nieprawidłowych logowań");
  90. define('OGP_LANG_login_attempts_before_banned_info', "Liczba nieudanych prób zalogowania się zanim użytkownik zostanie zbanowany.");
  91. define('OGP_LANG_custom_github_update_username', "Nazwa użytkownika GitHub");
  92. define('OGP_LANG_custom_github_update_username_info', "Enter your GitHub username ONLY to use your own forked repositories to update OGP. This should only be changed by developers who wish to use their own repos for development rather than checking in possibly buggy code into the main branch.");
  93. define('OGP_LANG_custom_github_update_branch_name', "GitHub branch name");
  94. define('OGP_LANG_custom_github_update_branch_name_info', "Enter the branch name you want to use for updating OGP. This should only be changed by developers who wish to use their own repos for development rather than checking in possibly buggy code into the main branch.&nbsp; Leave this field blank to default to \"master\"");
  95. define('OGP_LANG_remote_query', "Remote query");
  96. define('OGP_LANG_remote_query_info', "Use the remote server (agent) to make queries to the game servers (Only GameQ and LGSL).");
  97. define('OGP_LANG_check_expiry_by', "Sprawdź wygaśnięcie używając");
  98. define('OGP_LANG_check_expiry_by_info', "If set to once_logged_in, the user's game server assignments will be automatically deleted if past the expiration date. If set to cron_job, you will need to create a cron task using the cron module to check for the expiration date at a configured interval.");
  99. define('OGP_LANG_once_logged_in', "Przez Zalogowanie");
  100. define('OGP_LANG_cron_job', "Przez Crona");
  101. define('OGP_LANG_theme_settings', "Ustawienia tematyczne");
  102. define('OGP_LANG_theme', "Skórka");
  103. define('OGP_LANG_theme_info', "Motyw wybrany tutaj będzie domyślnym dla wszystkich użytkowników. Użytkownicy mogą zmieniać motyw w edycji profilu.");
  104. define('OGP_LANG_welcome_title', "Tytuł Powitania");
  105. define('OGP_LANG_welcome_title_info', "Enables the title that is displayed at the top of the Dashboard.");
  106. define('OGP_LANG_welcome_title_message', "Wiadomość Powitalna");
  107. define('OGP_LANG_welcome_title_message_info', "The title message that is displayed at the top of the Dashboard (HTML code allowed).");
  108. define('OGP_LANG_logo_link', "Link do logo");
  109. define('OGP_LANG_logo_link_info', "The logos hyperlink. <b style='font-size:10px; font-weight:normal;'>(Leaving it blank will link it to the Dashboard)</b>");
  110. define('OGP_LANG_custom_tab', "Custom Tab");
  111. define('OGP_LANG_custom_tab_info', "Adds a customisable tab at the end of the menu. <b style='font-size:10px; font-weight:normal;'>(Apply and refresh this page to edit tab settings)</b>");
  112. define('OGP_LANG_custom_tab_name', "Custom Tab Name");
  113. define('OGP_LANG_custom_tab_name_info', "The tabs display name.");
  114. define('OGP_LANG_custom_tab_link', "Custom Tab Link");
  115. define('OGP_LANG_custom_tab_link_info', "The tabs hyperlink.");
  116. define('OGP_LANG_custom_tab_sub', "Custom Sub-Tabs");
  117. define('OGP_LANG_custom_tab_sub_info', "Adds customisable sub-tabs when hovering over the 'Custom Tab'.");
  118. define('OGP_LANG_custom_tab_sub_name', "Sub-Tab #1 Name");
  119. define('OGP_LANG_custom_tab_sub_link', "Sub-Tab #1 Link");
  120. define('OGP_LANG_custom_tab_sub_name2', "Sub-Tab #2 Name");
  121. define('OGP_LANG_custom_tab_sub_link2', "Sub-Tab #2 Link");
  122. define('OGP_LANG_custom_tab_sub_name3', "Sub-Tab #3 Name");
  123. define('OGP_LANG_custom_tab_sub_link3', "Sub-Tab #3 Link");
  124. define('OGP_LANG_custom_tab_sub_name4', "Sub-Tab #4 Name");
  125. define('OGP_LANG_custom_tab_sub_link4', "Sub-Tab #4 Link");
  126. define('OGP_LANG_custom_tab_target_blank', "Custom Tabs Target");
  127. define('OGP_LANG_custom_tab_target_blank_info', "Sets all the tabs target. <b style='font-size:10px; font-weight:normal;'>(Self_Page = Opens link on same page. New_Page = Opens link on new tab.)</b>");
  128. define('OGP_LANG_bg_wrapper', "Wrapper Background");
  129. define('OGP_LANG_bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
  130. define('OGP_LANG_show_server_id_game_monitor', "Pokaż id serwera na stronie Monitor Gier");
  131. define('OGP_LANG_show_server_id_game_monitor_info', "Dodaje kolumnę w liście serwerów z aktualnym id serwera. Pomaga to w zidentyfikowaniu serwera.");
  132. define('OGP_LANG_default_game_server_home_path_prefix', "Default game server home directory prefix");
  133. define('OGP_LANG_default_game_server_home_path_prefix_info', "Enter a path prefix for where you want game server homes to be created by default. You can use \"{USERNAME}\" in the path which will be replaced with the OGP username the game server is being assigned to. You can use \"{GAMEKEY}\" in the path which will be replaced with a friendly lowercase name. You can use \"{SKIPID}\" anywhere in the path to skip appending the home ID to the path. Example: /ogp/games/{USERNAME}/{GAMEKEY}{SKIPID} will become /ogp/games/username/arkse/. Example 2: /ogp/games will become /ogp/games/1 where 1 is the game servers ID.");
  134. define('OGP_LANG_use_authorized_hosts', "Limit API to Defined Authorized Hosts");
  135. define('OGP_LANG_use_authorized_hosts_info', "Enable this setting to only allow API calls from pre-defined and approved IP addresses.&nbsp; Approved addresses can be set on this page once the setting has been enabled.&nbsp; If this setting is disabled, a user using a valid key will have access to the API from any IP address.&nbsp; Users using a valid key will be able to use the API to manage any game server they have permissions to administrate.");
  136. define('OGP_LANG_allow_setting_cpu_affinity', "Allow Setting CPU Core Assignment for Game Servers");
  137. define('OGP_LANG_allow_setting_cpu_affinity_info', "If enabled, the admin creating a game home will be shown CPU affinity (core assignment) options for the game server.");
  138. define('OGP_LANG_setup_api_authorized_hosts', "Setup API authorized hosts");
  139. define('OGP_LANG_autohorized_hosts', "Authorized hosts");
  140. define('OGP_LANG_add', "Add");
  141. define('OGP_LANG_remove', "Remove");
  142. define('OGP_LANG_default_trusted_hosts', "Default Trusted Hosts");
  143. define('OGP_LANG_trusted_host_or_proxy_addresses_or_cidr', "Trusted Hosts or Proxies (IPv4/IPv6 Addresses or CIDR)");
  144. define('OGP_LANG_trusted_forwarded_ip_addresses_or_cidr', "Trusted Forwarded IPs (IPv4/IPv6 Addresses or CIDR)");
  145. define('OGP_LANG_reset_game_server_order', "Reset Game Server Ordering");
  146. define('OGP_LANG_reset_game_server_order_info', "Resets game server ordering back to the default of using the server ID");
  147. define('OGP_LANG_regex_invalid_file_name_chars', "Invalid File Name Characters Regex");
  148. define('OGP_LANG_regex_invalid_file_name_chars_info', "Change this regex pattern if you want to allow a different set of characters in file names.");
  149. define('OGP_LANG_login_ban_time', "Failed Login Ban Time (Seconds)");
  150. define('OGP_LANG_login_ban_time_info', "Time in seconds that an IP address is banned from attempting to login to the panel after a defined number of failed login attempts.");
  151. ?>