global.php 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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_lang_charset', "UTF-8");
  25. define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "Jesteś już zalogowany, przekierowanie do Strony Głównej");
  26. define('OGP_LANG_logging_in', "Logowanie");
  27. define('OGP_LANG_redirecting_in', "Przekierowanie");
  28. define('OGP_LANG_refresh_page', "Odśwież Stronę");
  29. define('OGP_LANG_no_rights', "Nie masz praw dostępu do tej strony.");
  30. define('OGP_LANG_welcome', "Witamy");
  31. define('OGP_LANG_logout', "Wyloguj");
  32. define('OGP_LANG_logout_message', "Zostałeś wylogowany.");
  33. define('OGP_LANG_support', "Pomoc");
  34. define('OGP_LANG_password', "Hasło");
  35. define('OGP_LANG_login', "Nazwa użytkownika");
  36. define('OGP_LANG_login_button', "Zaloguj");
  37. define('OGP_LANG_solve_captcha', "Sprawdzanie Botów");
  38. define('OGP_LANG_lost_passwd', "Nie pamiętasz hasła?");
  39. define('OGP_LANG_no_db_connection', "Nie można połączyć się z bazą danych.");
  40. define('OGP_LANG_bad_login', "Nieprawidłowy login lub hasło.");
  41. define('OGP_LANG_not_logged_in', "Nie jesteś zalogowany");
  42. define('OGP_LANG_remove_install', "Proszę usunąć plik install.php ze względów bezpieczeństwa.");
  43. define('OGP_LANG_agent_offline', "Agent który kontroluje serwer jest offline.");
  44. define('OGP_LANG_logged_in', "Jesteś zalogowany jako");
  45. define('OGP_LANG_delete', "Usuń");
  46. define('OGP_LANG_edit', "Edytuj");
  47. define('OGP_LANG_actions', "Akcje");
  48. define('OGP_LANG_invalid_subpage', "Nieprawidłowa podstrona.");
  49. define('OGP_LANG_invalid_home_id', "Nieprawidłowy identyfikator.");
  50. define('OGP_LANG_note', "UWAGA");
  51. define('OGP_LANG_hint', "WSKAZÓWKA");
  52. define('OGP_LANG_yes', "TAK");
  53. define('OGP_LANG_no', "NIE");
  54. define('OGP_LANG_on', "Włączony");
  55. define('OGP_LANG_off', "Wyłączony");
  56. define('OGP_LANG_db_error_invalid_host', "Nieprawidłowy host bazy danych.");
  57. define('OGP_LANG_db_error_invalid_user_and_pass', "Nieprawidłowa nazwa użytkownika bazy danych lub hasło.");
  58. define('OGP_LANG_db_error_invalid_database', "Nieprawidłowa baza danych.");
  59. define('OGP_LANG_db_unknown_error', "Nieznany bład bazy danych.");
  60. define('OGP_LANG_db_error_module_missing', "Brak wymaganego modułu PHP.");
  61. define('OGP_LANG_db_error_invalid_db_type', "Nieprawidłowy typ bazy danych w pliku konfiguracyjnym.");
  62. define('OGP_LANG_invalid_login_information', "Niepoprawnie wprowadzone dane logowania.");
  63. define('OGP_LANG_failed_to_read_config', "Nie można odczytać pliku konfiguracyjnego.");
  64. define('OGP_LANG_account_expired', "Konto wygasło.");
  65. define('OGP_LANG_contact_admin_to_enable_account', "Skontaktuj się z administratorem, aby ponownie uaktywnić konto.");
  66. define('OGP_LANG_maintenance_mode_on', "Tryb Techniczny AKTYWNY");
  67. define('OGP_LANG_logging_out_10', "Wylogowanie za 10sec");
  68. define('OGP_LANG_invalid_redirect', "Przekierowanie");
  69. define('OGP_LANG_login_title', "Logowanie do panelu");
  70. define('OGP_LANG_module_not_installed', "Moduł nie jest zainstalowany.");
  71. define('OGP_LANG_no_access_to_home', "Nie masz dostępu.");
  72. define('OGP_LANG_not_available', "N/A");
  73. define('OGP_LANG_offline', "Offline");
  74. define('OGP_LANG_online', "Online");
  75. define('OGP_LANG_invalid_url', "Nieprawidłowy URL");
  76. define('OGP_LANG_xml_file_not_valid', "Plik XML '%s' nie może zostać zweryfikowany przez schemat '%s'.");
  77. define('OGP_LANG_unable_to_load_xml', "Nie można wczytać pliku XML '%s'. Błąd dostępu?");
  78. define('OGP_LANG_gamemanager', "Menedżer Serwerów");
  79. define('OGP_LANG_game_monitor', "Monitor Serwerów");
  80. define('OGP_LANG_dashboard', "Strona Główna");
  81. define('OGP_LANG_user_addons', "Dodatki");
  82. define('OGP_LANG_ftp', "FTP");
  83. define('OGP_LANG_shop', "Sklep");
  84. define('OGP_LANG_shop_guest', "Sklep");
  85. define('OGP_LANG_TS3Admin', "TS3 Admin");
  86. define('OGP_LANG_administration', "Administracja");
  87. define('OGP_LANG_config_games', "Gry/Mody Konfiguracja");
  88. define('OGP_LANG_modulemanager', "Moduły");
  89. define('OGP_LANG_server', "Serwery Hosta");
  90. define('OGP_LANG_settings', "Panel Sterowania");
  91. define('OGP_LANG_themes', "Ustawienia wyglądu");
  92. define('OGP_LANG_user_admin', "Użytkownik");
  93. define('OGP_LANG_sub_users', "Sub-Użytkownicy");
  94. define('OGP_LANG_show_groups', "Grupy");
  95. define('OGP_LANG_user_games', "Serwery Gier");
  96. define('OGP_LANG_addons_manager', "Manager Dodatków");
  97. define('OGP_LANG_ftp_admin', "Użytkownicy FTP");
  98. define('OGP_LANG_orders', "Zamówienia");
  99. define('OGP_LANG_services', "Usługi");
  100. define('OGP_LANG_shop_settings', "Ustawienia Sklepu");
  101. define('OGP_LANG_update', "Aktualizacje Panelu");
  102. define('OGP_LANG_extras', "Dodatki");
  103. define('OGP_LANG_show', "Pokaż");
  104. define('OGP_LANG_show_all', "Pokaż wszystkie serwery");
  105. define('OGP_LANG_cur_theme', "%s Styl");
  106. define('OGP_LANG_copyright', "Copyright");
  107. define('OGP_LANG_all_rights_reserved', "Wszelkie prawa zastrzeżone");
  108. define('OGP_LANG_version', "Wersja");
  109. define('OGP_LANG_show_version', "Pokaż Wersję");
  110. define('OGP_LANG_queries_executed', "wykonanych zapytań");
  111. define('OGP_LANG_lang', "Język");
  112. define('OGP_LANG_get_size', "Pokaż rozmiar");
  113. define('OGP_LANG_total_size', "Całkowity Rozmiar");
  114. define('OGP_LANG_lgsl', "LGSL");
  115. define('OGP_LANG_lgsl_admin', "Administrator LGSL");
  116. define('OGP_LANG_rcon', "RCON");
  117. define('OGP_LANG_watch_logger', "Logowania Panelu");
  118. define('OGP_LANG_litefm_settings', "Ustawienia LiteFM");
  119. define('OGP_LANG_assign_expiration_date', "Przypisz datę ważności");
  120. define('OGP_LANG_assign_expiration_date_info', "Serwer po wygaśnięciu zostanie przekazany dla admina.");
  121. define('OGP_LANG_server_expiration_date', "Data wygaśnięcia serwera");
  122. define('OGP_LANG_server_expiration_date_info', "Po wygaśnięciu serwera zostanie usunięty (wszystkie pliki oraz z bazy danych).");
  123. define('OGP_LANG_set_expiration_date', "Ustaw datę wygaśnięcia");
  124. define('OGP_LANG_admin_dsi', "Ustawienia DSi");
  125. define('OGP_LANG_user_dsi', "DSi");
  126. define('OGP_LANG_list_dsi', "Lista DSi");
  127. define('OGP_LANG_no_remote_servers', "Nie ma znanych serwerów zdalnych! Dodać serwer do korzystania z tej funkcji.");
  128. define('OGP_LANG_no_results_found', "Nie znaleziono wyników wyszukiwania dla %s");
  129. define('OGP_LANG_tickets', "Wsparcie");
  130. define('OGP_LANG_news', "Aktualności");
  131. define('OGP_LANG_admin_news', "Aktualności administratora");
  132. define('OGP_LANG_util', "Narzędzia");
  133. define('OGP_LANG_fast_download', "Szybkie pobieranie");
  134. define('OGP_LANG_fd_user', "Szybkie pobieranie");
  135. define('OGP_LANG_cron', "Administrator cron");
  136. define('OGP_LANG_user_cron', "Cron");
  137. define('OGP_LANG_faq', "F.A.Q.");
  138. define('OGP_LANG_mysql_admin', "Administrator MySQL");
  139. define('OGP_LANG_copied', "Skopiowano!");
  140. define('OGP_LANG_ticket_settings', "Ustawienia zgłoszeń");
  141. define('OGP_LANG_form', "Rejestracja");
  142. define('OGP_LANG_timed_out', "Upłynął limit czasu operacji (ale nadal może się pomyślnie zakończyć).");
  143. ?>