Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/9909a053-0a66-4453-a844-d3b80d727b27 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
143 lines
No EOL
6.8 KiB
PHP
143 lines
No EOL
6.8 KiB
PHP
<?php
|
|
/*
|
|
*
|
|
* OGP - Open Game Panel
|
|
* Copyright (C) 2008 - 2018 The OGP Development Team
|
|
*
|
|
* http://www.opengamepanel.org/
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
define('LANG_lang_charset', "UTF-8");
|
|
define('LANG_already_logged_in_redirecting_to_dashboard', "Jesteś już zalogowany, przekierowanie do Strony Głównej");
|
|
define('LANG_logging_in', "Logowanie");
|
|
define('LANG_redirecting_in', "Przekierowanie");
|
|
define('LANG_refresh_page', "Odśwież Stronę");
|
|
define('LANG_no_rights', "Nie masz praw dostępu do tej strony.");
|
|
define('LANG_welcome', "Witamy");
|
|
define('LANG_logout', "Wyloguj");
|
|
define('LANG_logout_message', "Zostałeś wylogowany.");
|
|
define('LANG_support', "Pomoc");
|
|
define('LANG_password', "Hasło");
|
|
define('LANG_login', "Nazwa użytkownika");
|
|
define('LANG_login_button', "Zaloguj");
|
|
define('LANG_solve_captcha', "Sprawdzanie Botów");
|
|
define('LANG_lost_passwd', "Nie pamiętasz hasła?");
|
|
define('LANG_no_db_connection', "Nie można połączyć się z bazą danych.");
|
|
define('LANG_bad_login', "Nieprawidłowy login lub hasło.");
|
|
define('LANG_not_logged_in', "Nie jesteś zalogowany");
|
|
define('LANG_remove_install', "Proszę usunąć plik install.php ze względów bezpieczeństwa.");
|
|
define('LANG_agent_offline', "Agent który kontroluje serwer jest offline.");
|
|
define('LANG_logged_in', "Jesteś zalogowany jako");
|
|
define('LANG_delete', "Usuń");
|
|
define('LANG_edit', "Edytuj");
|
|
define('LANG_actions', "Akcje");
|
|
define('LANG_invalid_subpage', "Nieprawidłowa podstrona.");
|
|
define('LANG_invalid_home_id', "Nieprawidłowy identyfikator.");
|
|
define('LANG_note', "UWAGA");
|
|
define('LANG_hint', "WSKAZÓWKA");
|
|
define('LANG_yes', "TAK");
|
|
define('LANG_no', "NIE");
|
|
define('LANG_on', "Włączony");
|
|
define('LANG_off', "Wyłączony");
|
|
define('LANG_db_error_invalid_host', "Nieprawidłowy host bazy danych.");
|
|
define('LANG_db_error_invalid_user_and_pass', "Nieprawidłowa nazwa użytkownika bazy danych lub hasło.");
|
|
define('LANG_db_error_invalid_database', "Nieprawidłowa baza danych.");
|
|
define('LANG_db_unknown_error', "Nieznany bład bazy danych.");
|
|
define('LANG_db_error_module_missing', "Brak wymaganego modułu PHP.");
|
|
define('LANG_db_error_invalid_db_type', "Nieprawidłowy typ bazy danych w pliku konfiguracyjnym.");
|
|
define('LANG_invalid_login_information', "Niepoprawnie wprowadzone dane logowania.");
|
|
define('LANG_failed_to_read_config', "Nie można odczytać pliku konfiguracyjnego.");
|
|
define('LANG_account_expired', "Konto wygasło.");
|
|
define('LANG_contact_admin_to_enable_account', "Skontaktuj się z administratorem, aby ponownie uaktywnić konto.");
|
|
define('LANG_maintenance_mode_on', "Tryb Techniczny AKTYWNY");
|
|
define('LANG_logging_out_10', "Wylogowanie za 10sec");
|
|
define('LANG_invalid_redirect', "Przekierowanie");
|
|
define('LANG_login_title', "Logowanie do panelu");
|
|
define('LANG_module_not_installed', "Moduł nie jest zainstalowany.");
|
|
define('LANG_no_access_to_home', "Nie masz dostępu.");
|
|
define('LANG_not_available', "N/A");
|
|
define('LANG_offline', "Offline");
|
|
define('LANG_online', "Online");
|
|
define('LANG_invalid_url', "Nieprawidłowy URL");
|
|
define('LANG_xml_file_not_valid', "Plik XML '%s' nie może zostać zweryfikowany przez schemat '%s'.");
|
|
define('LANG_unable_to_load_xml', "Nie można wczytać pliku XML '%s'. Błąd dostępu?");
|
|
define('LANG_gamemanager', "Manager Gier");
|
|
define('LANG_game_monitor', "Monitor Gier");
|
|
define('LANG_dashboard', "Strona Główna");
|
|
define('LANG_user_addons', "Dodatki");
|
|
define('LANG_ftp', "FTP");
|
|
define('LANG_shop', "Sklep");
|
|
define('LANG_shop_guest', "Shop");
|
|
define('LANG_TS3Admin', "TS3 Admin");
|
|
define('LANG_administration', "Administracja");
|
|
define('LANG_config_games', "Gry/Mody Konfiguracja");
|
|
define('LANG_modulemanager', "Moduły");
|
|
define('LANG_server', "Serwery Hosta");
|
|
define('LANG_settings', "Panel Sterowania");
|
|
define('LANG_themes', "Ustawienia wyglądu");
|
|
define('LANG_user_admin', "Użytkownik");
|
|
define('LANG_sub_users', "Sub-Użytkownicy");
|
|
define('LANG_show_groups', "Grupy");
|
|
define('LANG_user_games', "Serwery Gier");
|
|
define('LANG_addons_manager', "Manager Dodatków");
|
|
define('LANG_ftp_admin', "Użytkownicy FTP");
|
|
define('LANG_orders', "Zamówienia");
|
|
define('LANG_services', "Usługi");
|
|
define('LANG_shop_settings', "Ustawienia Sklepu");
|
|
define('LANG_update', "Aktualizacje Panelu");
|
|
define('LANG_extras', "Dodatki");
|
|
define('LANG_show', "Pokaż");
|
|
define('LANG_show_all', "Pokaż wszystkie serwery");
|
|
define('LANG_cur_theme', "%s Styl");
|
|
define('LANG_copyright', "Copyright");
|
|
define('LANG_all_rights_reserved', "Wszelkie prawa zastrzeżone");
|
|
define('LANG_version', "Wersja");
|
|
define('LANG_show_version', "Pokaż Wersję");
|
|
define('LANG_queries_executed', "wykonanych zapytań");
|
|
define('LANG_lang', "Język");
|
|
define('LANG_get_size', "Pokaż rozmiar");
|
|
define('LANG_total_size', "Całkowity Rozmiar");
|
|
define('LANG_lgsl', "LGSL");
|
|
define('LANG_lgsl_admin', "Administrator LGSL");
|
|
define('LANG_rcon', "RCON");
|
|
define('LANG_watch_logger', "Logowania Panelu");
|
|
define('LANG_litefm_settings', "Ustawienia LiteFM");
|
|
define('LANG_assign_expiration_date', "Przypisz datę ważności");
|
|
define('LANG_assign_expiration_date_info', "Serwer po wygaśnięciu zostanie przekazany dla admina.");
|
|
define('LANG_server_expiration_date', "Data wygaśnięcia serwera");
|
|
define('LANG_server_expiration_date_info', "Po wygaśnięciu serwera zostanie usunięty (wszystkie pliki oraz z bazy danych).");
|
|
define('LANG_set_expiration_date', "Ustaw datę wygaśnięcia");
|
|
define('LANG_admin_dsi', "Ustawienia DSi");
|
|
define('LANG_user_dsi', "DSi");
|
|
define('LANG_list_dsi', "Lista DSi");
|
|
define('LANG_no_remote_servers', "Nie ma znanych serwerów zdalnych! Dodać serwer do korzystania z tej funkcji.");
|
|
define('LANG_no_results_found', "No search results found for %s");
|
|
define('LANG_tickets', "Zgłoszenia wsparcia");
|
|
define('LANG_news', "Aktualności");
|
|
define('LANG_admin_news', "Aktualności administratora");
|
|
define('LANG_util', "Narzędzia");
|
|
define('LANG_fast_download', "Szybkie pobieranie");
|
|
define('LANG_fd_user', "Szybkie pobieranie");
|
|
define('LANG_cron', "Administrator cron");
|
|
define('LANG_user_cron', "Cron");
|
|
define('LANG_faq', "F.A.Q.");
|
|
define('LANG_mysql_admin', "Administrator MySQL");
|
|
define('LANG_copied', "Skopiowano!");
|
|
define('LANG_ticket_settings', "Ustawienia zgłoszeń");
|
|
define('LANG_form', "Rejestracja");
|
|
?>
|