143 lines
No EOL
7.3 KiB
PHP
143 lines
No EOL
7.3 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('OGP_LANG_lang_charset', "UTF-8");
|
|
define('OGP_LANG_already_logged_in_redirecting_to_dashboard', "Jesteś już zalogowany, przekierowanie do Strony Głównej");
|
|
define('OGP_LANG_logging_in', "Logowanie");
|
|
define('OGP_LANG_redirecting_in', "Przekierowanie");
|
|
define('OGP_LANG_refresh_page', "Odśwież Stronę");
|
|
define('OGP_LANG_no_rights', "Nie masz praw dostępu do tej strony.");
|
|
define('OGP_LANG_welcome', "Witamy");
|
|
define('OGP_LANG_logout', "Wyloguj");
|
|
define('OGP_LANG_logout_message', "Zostałeś wylogowany.");
|
|
define('OGP_LANG_support', "Pomoc");
|
|
define('OGP_LANG_password', "Hasło");
|
|
define('OGP_LANG_login', "Nazwa użytkownika");
|
|
define('OGP_LANG_login_button', "Zaloguj");
|
|
define('OGP_LANG_solve_captcha', "Sprawdzanie Botów");
|
|
define('OGP_LANG_lost_passwd', "Nie pamiętasz hasła?");
|
|
define('OGP_LANG_no_db_connection', "Nie można połączyć się z bazą danych.");
|
|
define('OGP_LANG_bad_login', "Nieprawidłowy login lub hasło.");
|
|
define('OGP_LANG_not_logged_in', "Nie jesteś zalogowany");
|
|
define('OGP_LANG_remove_install', "Proszę usunąć plik install.php ze względów bezpieczeństwa.");
|
|
define('OGP_LANG_agent_offline', "Agent który kontroluje serwer jest offline.");
|
|
define('OGP_LANG_logged_in', "Jesteś zalogowany jako");
|
|
define('OGP_LANG_delete', "Usuń");
|
|
define('OGP_LANG_edit', "Edytuj");
|
|
define('OGP_LANG_actions', "Akcje");
|
|
define('OGP_LANG_invalid_subpage', "Nieprawidłowa podstrona.");
|
|
define('OGP_LANG_invalid_home_id', "Nieprawidłowy identyfikator.");
|
|
define('OGP_LANG_note', "UWAGA");
|
|
define('OGP_LANG_hint', "WSKAZÓWKA");
|
|
define('OGP_LANG_yes', "TAK");
|
|
define('OGP_LANG_no', "NIE");
|
|
define('OGP_LANG_on', "Włączony");
|
|
define('OGP_LANG_off', "Wyłączony");
|
|
define('OGP_LANG_db_error_invalid_host', "Nieprawidłowy host bazy danych.");
|
|
define('OGP_LANG_db_error_invalid_user_and_pass', "Nieprawidłowa nazwa użytkownika bazy danych lub hasło.");
|
|
define('OGP_LANG_db_error_invalid_database', "Nieprawidłowa baza danych.");
|
|
define('OGP_LANG_db_unknown_error', "Nieznany bład bazy danych.");
|
|
define('OGP_LANG_db_error_module_missing', "Brak wymaganego modułu PHP.");
|
|
define('OGP_LANG_db_error_invalid_db_type', "Nieprawidłowy typ bazy danych w pliku konfiguracyjnym.");
|
|
define('OGP_LANG_invalid_login_information', "Niepoprawnie wprowadzone dane logowania.");
|
|
define('OGP_LANG_failed_to_read_config', "Nie można odczytać pliku konfiguracyjnego.");
|
|
define('OGP_LANG_account_expired', "Konto wygasło.");
|
|
define('OGP_LANG_contact_admin_to_enable_account', "Skontaktuj się z administratorem, aby ponownie uaktywnić konto.");
|
|
define('OGP_LANG_maintenance_mode_on', "Tryb Techniczny AKTYWNY");
|
|
define('OGP_LANG_logging_out_10', "Wylogowanie za 10sec");
|
|
define('OGP_LANG_invalid_redirect', "Przekierowanie");
|
|
define('OGP_LANG_login_title', "Logowanie do panelu");
|
|
define('OGP_LANG_module_not_installed', "Moduł nie jest zainstalowany.");
|
|
define('OGP_LANG_no_access_to_home', "Nie masz dostępu.");
|
|
define('OGP_LANG_not_available', "N/A");
|
|
define('OGP_LANG_offline', "Offline");
|
|
define('OGP_LANG_online', "Online");
|
|
define('OGP_LANG_invalid_url', "Nieprawidłowy URL");
|
|
define('OGP_LANG_xml_file_not_valid', "Plik XML '%s' nie może zostać zweryfikowany przez schemat '%s'.");
|
|
define('OGP_LANG_unable_to_load_xml', "Nie można wczytać pliku XML '%s'. Błąd dostępu?");
|
|
define('OGP_LANG_gamemanager', "Manager Gier");
|
|
define('OGP_LANG_game_monitor', "Monitor Gier");
|
|
define('OGP_LANG_dashboard', "Strona Główna");
|
|
define('OGP_LANG_user_addons', "Dodatki");
|
|
define('OGP_LANG_ftp', "FTP");
|
|
define('OGP_LANG_shop', "Sklep");
|
|
define('OGP_LANG_shop_guest', "Shop");
|
|
define('OGP_LANG_TS3Admin', "TS3 Admin");
|
|
define('OGP_LANG_administration', "Administracja");
|
|
define('OGP_LANG_config_games', "Gry/Mody Konfiguracja");
|
|
define('OGP_LANG_modulemanager', "Moduły");
|
|
define('OGP_LANG_server', "Serwery Hosta");
|
|
define('OGP_LANG_settings', "Panel Sterowania");
|
|
define('OGP_LANG_themes', "Ustawienia wyglądu");
|
|
define('OGP_LANG_user_admin', "Użytkownik");
|
|
define('OGP_LANG_sub_users', "Sub-Użytkownicy");
|
|
define('OGP_LANG_show_groups', "Grupy");
|
|
define('OGP_LANG_user_games', "Serwery Gier");
|
|
define('OGP_LANG_addons_manager', "Manager Dodatków");
|
|
define('OGP_LANG_ftp_admin', "Użytkownicy FTP");
|
|
define('OGP_LANG_orders', "Zamówienia");
|
|
define('OGP_LANG_services', "Usługi");
|
|
define('OGP_LANG_shop_settings', "Ustawienia Sklepu");
|
|
define('OGP_LANG_update', "Aktualizacje Panelu");
|
|
define('OGP_LANG_extras', "Dodatki");
|
|
define('OGP_LANG_show', "Pokaż");
|
|
define('OGP_LANG_show_all', "Pokaż wszystkie serwery");
|
|
define('OGP_LANG_cur_theme', "%s Styl");
|
|
define('OGP_LANG_copyright', "Copyright");
|
|
define('OGP_LANG_all_rights_reserved', "Wszelkie prawa zastrzeżone");
|
|
define('OGP_LANG_version', "Wersja");
|
|
define('OGP_LANG_show_version', "Pokaż Wersję");
|
|
define('OGP_LANG_queries_executed', "wykonanych zapytań");
|
|
define('OGP_LANG_lang', "Język");
|
|
define('OGP_LANG_get_size', "Pokaż rozmiar");
|
|
define('OGP_LANG_total_size', "Całkowity Rozmiar");
|
|
define('OGP_LANG_lgsl', "LGSL");
|
|
define('OGP_LANG_lgsl_admin', "Administrator LGSL");
|
|
define('OGP_LANG_rcon', "RCON");
|
|
define('OGP_LANG_watch_logger', "Logowania Panelu");
|
|
define('OGP_LANG_litefm_settings', "Ustawienia LiteFM");
|
|
define('OGP_LANG_assign_expiration_date', "Przypisz datę ważności");
|
|
define('OGP_LANG_assign_expiration_date_info', "Serwer po wygaśnięciu zostanie przekazany dla admina.");
|
|
define('OGP_LANG_server_expiration_date', "Data wygaśnięcia serwera");
|
|
define('OGP_LANG_server_expiration_date_info', "Po wygaśnięciu serwera zostanie usunięty (wszystkie pliki oraz z bazy danych).");
|
|
define('OGP_LANG_set_expiration_date', "Ustaw datę wygaśnięcia");
|
|
define('OGP_LANG_admin_dsi', "Ustawienia DSi");
|
|
define('OGP_LANG_user_dsi', "DSi");
|
|
define('OGP_LANG_list_dsi', "Lista DSi");
|
|
define('OGP_LANG_no_remote_servers', "Nie ma znanych serwerów zdalnych! Dodać serwer do korzystania z tej funkcji.");
|
|
define('OGP_LANG_no_results_found', "No search results found for %s");
|
|
define('OGP_LANG_tickets', "Zgłoszenia wsparcia");
|
|
define('OGP_LANG_news', "Aktualności");
|
|
define('OGP_LANG_admin_news', "Aktualności administratora");
|
|
define('OGP_LANG_util', "Narzędzia");
|
|
define('OGP_LANG_fast_download', "Szybkie pobieranie");
|
|
define('OGP_LANG_fd_user', "Szybkie pobieranie");
|
|
define('OGP_LANG_cron', "Administrator cron");
|
|
define('OGP_LANG_user_cron', "Cron");
|
|
define('OGP_LANG_faq', "F.A.Q.");
|
|
define('OGP_LANG_mysql_admin', "Administrator MySQL");
|
|
define('OGP_LANG_copied', "Skopiowano!");
|
|
define('OGP_LANG_ticket_settings', "Ustawienia zgłoszeń");
|
|
define('OGP_LANG_form', "Rejestracja");
|
|
?>
|