Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,175 +0,0 @@
|
|||
<?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_error', "Bład");
|
||||
define('OGP_LANG_title', "TeamSpeak 3 Web Interface");
|
||||
define('OGP_LANG_update_available', "Dostępne Aktualizacje");
|
||||
define('OGP_LANG_head_logout', "Wyloguj");
|
||||
define('OGP_LANG_head_vserver_switch', "Zmień vServer");
|
||||
define('OGP_LANG_head_vserver_overview', "vServer Overview");
|
||||
define('OGP_LANG_head_vserver_token', "Zarządzaj Tokenami");
|
||||
define('OGP_LANG_head_vserver_liveview', "Podgląd");
|
||||
define('OGP_LANG_e_fill_out', "Proszę wypełnić wszystkie wymagane pola.");
|
||||
define('OGP_LANG_e_upload_failed', "Wysyłanie nieudane.");
|
||||
define('OGP_LANG_e_server_responded', "Serwer odpowiedział:");
|
||||
define('OGP_LANG_e_conn_serverquery', "Nie można utworzyć dostępu do ServerQuery.");
|
||||
define('OGP_LANG_e_conn_vserver', "Nie można wybrać serwera wirtualnego.");
|
||||
define('OGP_LANG_e_session_timedout', "Sesja wygasła.");
|
||||
define('OGP_LANG_js_error', "Bład");
|
||||
define('OGP_LANG_js_ajax_error', "An AJAX error has occurred: %1.");
|
||||
define('OGP_LANG_js_confirm_server_stop', "Czy naprawdę chcesz zatrzymać serwer #%1?");
|
||||
define('OGP_LANG_js_confirm_server_delete', "Czy na pewno chcesz usunąć serwer #% 1?");
|
||||
define('OGP_LANG_js_notice_server_deleted', "Serwer %1 został usunięty pomyślnie.\n Ładowanie strony głównej.");
|
||||
define('OGP_LANG_js_prompt_banduration', "Czas trwania w godzinach (0 = na zawsze):");
|
||||
define('OGP_LANG_js_prompt_banreason', "Powód (opcjonalnie):");
|
||||
define('OGP_LANG_js_prompt_msg_to', "Text Message to %1 #%2: ");
|
||||
define('OGP_LANG_js_prompt_poke_to', "Poke Message to Client #%1: ");
|
||||
define('OGP_LANG_js_prompt_new_propvalue', "Nowa wartość dla '%1':");
|
||||
define('OGP_LANG_n_server_responded', "Serwer odpowiedział:");
|
||||
define('OGP_LANG_login_serverquery', "Zaloguj do ServerQuery");
|
||||
define('OGP_LANG_login_name', "Nazwa użytkownika");
|
||||
define('OGP_LANG_login_password', "Hasło");
|
||||
define('OGP_LANG_login_submit', "Zaloguj");
|
||||
define('OGP_LANG_vsselect_headline', "wSerwer sekcja");
|
||||
define('OGP_LANG_vsselect_id', "id#");
|
||||
define('OGP_LANG_vsselect_name', "Nazwa");
|
||||
define('OGP_LANG_vsselect_ip', "IP");
|
||||
define('OGP_LANG_vsselect_port', "Port");
|
||||
define('OGP_LANG_vsselect_state', "Status");
|
||||
define('OGP_LANG_vsselect_clients', "Użytkownicy");
|
||||
define('OGP_LANG_vsselect_uptime', "Uptime");
|
||||
define('OGP_LANG_vsselect_choose', "Wybierz");
|
||||
define('OGP_LANG_vsselect_start', "Start");
|
||||
define('OGP_LANG_vsselect_stop', "Stop");
|
||||
define('OGP_LANG_vsselect_delete', "USUŃ");
|
||||
define('OGP_LANG_vsselect_new_headline', "Utwórz nowy serwer wirtualny");
|
||||
define('OGP_LANG_vsselect_new_servername', "Nazwa Serwera");
|
||||
define('OGP_LANG_vsselect_new_slots', "Sloty użytkowników");
|
||||
define('OGP_LANG_vsselect_new_create', "Stwórz");
|
||||
define('OGP_LANG_vsselect_new_added_ok', "wSerwer <span class=\"online\">%1</span> został stworzony pomyślnie.");
|
||||
define('OGP_LANG_vsselect_new_added_generated', "Wygenerowany token to:");
|
||||
define('OGP_LANG_vsoverview_virtualserver', "Wirtualny Server");
|
||||
define('OGP_LANG_vsoverview_information_head', "Informacje");
|
||||
define('OGP_LANG_vsoverview_connection_head', "Połączenie");
|
||||
define('OGP_LANG_vsoverview_info_general_head', "Ustawienia główne");
|
||||
define('OGP_LANG_vsoverview_info_servername', "Nazwa Serwera");
|
||||
define('OGP_LANG_vsoverview_info_host', "IP");
|
||||
define('OGP_LANG_vsoverview_info_state', "Status");
|
||||
define('OGP_LANG_vsoverview_info_state_port', "Port");
|
||||
define('OGP_LANG_vsoverview_info_uptime', "Uptime");
|
||||
define('OGP_LANG_vsoverview_info_welcomemsg', "Wiadomość<br />powitalna");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg', "Wiadomość hosta");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_output', "wydajność");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_0', "żaden");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_1', "logowanie w czacie");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_2', "okno");
|
||||
define('OGP_LANG_vsoverview_info_hostmsg_mode_3', "Okno + Rozłącz");
|
||||
define('OGP_LANG_vsoverview_info_req_security', "Poziom Bezpieczeństwa");
|
||||
define('OGP_LANG_vsoverview_info_req_securitylvl', "wymagany");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_head', "Banner Hosting");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_url', "Adres URL");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_imgurl', "Adres obrazka");
|
||||
define('OGP_LANG_vsoverview_info_hostbanner_buttonurl', "Hostbutton URL");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_head', "Anti-Flood");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_warning', "Ostrzeżenie ");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_kick', "Wykop");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_ban', "Ban");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_banduration', "Długość bana");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_decrease', "Decrease");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_points', "punkty");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_in_seconds', "sekundy");
|
||||
define('OGP_LANG_vsoverview_info_antiflood_points_per_tick', "Points per tick");
|
||||
define('OGP_LANG_vsoverview_conn_total_head', "Razem");
|
||||
define('OGP_LANG_vsoverview_conn_total_packets', "pakietów");
|
||||
define('OGP_LANG_vsoverview_conn_total_bytes', "bajtów");
|
||||
define('OGP_LANG_vsoverview_conn_total_send', "wysłane");
|
||||
define('OGP_LANG_vsoverview_conn_total_received', "odebrane");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_head', "Transfer");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_last', "ostatnio");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_second', "sekund");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_minute', "minut");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_send', "wyślij");
|
||||
define('OGP_LANG_vsoverview_conn_bandwidth_received', "odebrane");
|
||||
define('OGP_LANG_vstoken_token_virtualserver', "Wirtualny Serwer");
|
||||
define('OGP_LANG_vstoken_token_head', "Kod Token");
|
||||
define('OGP_LANG_vstoken_token_type', "Typ grupy");
|
||||
define('OGP_LANG_vstoken_token_id1', "Grupa Serwera/<br />Grupa Kanału");
|
||||
define('OGP_LANG_vstoken_token_id2', "(Kanał)");
|
||||
define('OGP_LANG_vstoken_token_tokencode', "Kod Token");
|
||||
define('OGP_LANG_vstoken_token_delete', "Delete");
|
||||
define('OGP_LANG_vstoken_new_head', "Stwórz nowy token");
|
||||
define('OGP_LANG_vstoken_new_create', "Generuj");
|
||||
define('OGP_LANG_vstoken_new_tokentype', "Typ tokenu:");
|
||||
define('OGP_LANG_vstoken_new_servergroup', "Grupa Serwera");
|
||||
define('OGP_LANG_vstoken_new_channelgroup', "Grupa Kanału");
|
||||
define('OGP_LANG_vstoken_new_select_group', "Grupa Serwera");
|
||||
define('OGP_LANG_vstoken_new_select_channelgroup', "Grupa kanału");
|
||||
define('OGP_LANG_vstoken_new_select_channel', "Kanał");
|
||||
define('OGP_LANG_vstoken_new_tokentype_0', "Serwer");
|
||||
define('OGP_LANG_vstoken_new_tokentype_1', "Kanał");
|
||||
define('OGP_LANG_vstoken_new_added_ok', "Token został wygenerowany z powodzeniem.");
|
||||
define('OGP_LANG_vsliveview_server_virtualserver', "Wirtualny Serwer");
|
||||
define('OGP_LANG_vsliveview_server_head', "Realny widok");
|
||||
define('OGP_LANG_vsliveview_liveview_enable_autorefresh', "Auto odświeżanie");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_to_channel', "do kanału #");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_switch', "Zmień");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_send_msg', "Wyślij wiadomość");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_poke', "Zaczep");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_kick', "Wykop");
|
||||
define('OGP_LANG_vsliveview_liveview_tooltip_ban', "Zbanuj");
|
||||
define('OGP_LANG_vsoverview_banlist_head', "Lista Banów");
|
||||
define('OGP_LANG_vsoverview_banlist_id', "id#");
|
||||
define('OGP_LANG_vsoverview_banlist_ip', "IP");
|
||||
define('OGP_LANG_vsoverview_banlist_name', "Nazwa");
|
||||
define('OGP_LANG_vsoverview_banlist_uid', "Unikalne ID");
|
||||
define('OGP_LANG_vsoverview_banlist_reason', "Powód");
|
||||
define('OGP_LANG_vsoverview_banlist_created', "Dodany");
|
||||
define('OGP_LANG_vsoverview_banlist_duration', "Czas");
|
||||
define('OGP_LANG_vsoverview_banlist_end', "Koniec");
|
||||
define('OGP_LANG_vsoverview_banlist_unlimited', "bezlimitu");
|
||||
define('OGP_LANG_vsoverview_banlist_never', "nigdy");
|
||||
define('OGP_LANG_vsoverview_banlist_new_head', "Dodaj bana");
|
||||
define('OGP_LANG_vsoverview_banlist_new_create', "Create");
|
||||
define('OGP_LANG_vsliveview_channelbackup_head', "Kopia zapasowa Kanałów");
|
||||
define('OGP_LANG_vsliveview_channelbackup_get', "Stwórz i Pobierz");
|
||||
define('OGP_LANG_vsliveview_channelbackup_load', "Wyślij kopię zapasową Kanałów");
|
||||
define('OGP_LANG_vsliveview_channelbackup_load_submit', "Wykonaj");
|
||||
define('OGP_LANG_vsliveview_channelbackup_new_added_ok', "Kopia zapasowa kanału została zakończona pomyślnie.");
|
||||
define('OGP_LANG_time_day', "dzień");
|
||||
define('OGP_LANG_time_days', "dni");
|
||||
define('OGP_LANG_time_hour', "godzina");
|
||||
define('OGP_LANG_time_hours', "godziny");
|
||||
define('OGP_LANG_time_minute', "minuta");
|
||||
define('OGP_LANG_time_minutes', "minuty");
|
||||
define('OGP_LANG_time_second', "sekund");
|
||||
define('OGP_LANG_time_seconds', "sekundy");
|
||||
define('OGP_LANG_e_2568', "Nie masz wystarczających praw.");
|
||||
define('OGP_LANG_temp_folder_not_writable', "Folder szablonów (%s) nie ma praw zapisu.");
|
||||
define('OGP_LANG_unassign_from_subuser', "Usuń dla sub-użytkownika.");
|
||||
define('OGP_LANG_assign_to_subuser', "Przypisz do sub-użytkownika.");
|
||||
define('OGP_LANG_select_subuser', "Wybierz Sub-użytkownika.");
|
||||
define('OGP_LANG_no_ts3_servers_assigned_to_account', "Nie masz żadnych serwerów przypisanych do Twojego konta.");
|
||||
define('OGP_LANG_change_virtual_server', "Zmień Wirtualny Serwer");
|
||||
define('OGP_LANG_change_remote_server', "Zmień Serwer Hosta");
|
||||
?>
|
||||
|
|
@ -1,70 +0,0 @@
|
|||
<?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_install_plugin', "Instaluj Plugin");
|
||||
define('OGP_LANG_install_mappack', "Instaluj MapPack");
|
||||
define('OGP_LANG_install_config', "Instaluj Config");
|
||||
define('OGP_LANG_game_name', "Nazwa Gry");
|
||||
define('OGP_LANG_directory', "Ścieżka katalogu");
|
||||
define('OGP_LANG_remote_server', "Serwer Zdalny");
|
||||
define('OGP_LANG_select_addon', "Wybierz Dodatki");
|
||||
define('OGP_LANG_install', "Instaluj");
|
||||
define('OGP_LANG_failed_to_start_file_download', "Nie można uruchomić pobrania pliku.");
|
||||
define('OGP_LANG_no_games_servers_available', "Brak serwerów na twoim koncie.");
|
||||
define('OGP_LANG_addon_installed_successfully', "Dodatek zainstalowany pomyślnie.");
|
||||
define('OGP_LANG_path', "Ścieżka");
|
||||
define('OGP_LANG_wait_while_decompressing', "Poczekaj, aż plik %s zostanie rozpakowany.");
|
||||
define('OGP_LANG_addon_name', "Nazwa Dodatku");
|
||||
define('OGP_LANG_url', "Adres");
|
||||
define('OGP_LANG_select_game_type', "Wybierz Typ Gry");
|
||||
define('OGP_LANG_plugin', "Wtyczka");
|
||||
define('OGP_LANG_mappack', "Paczka Map");
|
||||
define('OGP_LANG_config', "Config");
|
||||
define('OGP_LANG_type', "Typ Dodatku");
|
||||
define('OGP_LANG_game', "Gra");
|
||||
define('OGP_LANG_show_all_addons', "Pokaż wszystkie Dodatki");
|
||||
define('OGP_LANG_show_addons_for_selected_type', "Pokaż dodatki dla wybranych typów");
|
||||
define('OGP_LANG_show_addons_for_selected_game', "Pokaż dodatki dla wybranych gier");
|
||||
define('OGP_LANG_linux_games', "Gry Linux:");
|
||||
define('OGP_LANG_windows_games', "Gry Windows:");
|
||||
define('OGP_LANG_create_addon', "Stwórz Dodatek");
|
||||
define('OGP_LANG_addons_db', "Addons Database");
|
||||
define('OGP_LANG_addon_has_been_created', "Dodatek %s został stworzony.");
|
||||
define('OGP_LANG_remove_addon', "Usuń dodatek");
|
||||
define('OGP_LANG_fill_the_url_address_to_a_compressed_file', "Proszę wypełnić adresu URL do pakowania pliku.");
|
||||
define('OGP_LANG_fill_the_addon_name', "Proszę wypełnić nazwę dodatku.");
|
||||
define('OGP_LANG_select_an_addon_type', "Proszę wybrać typ dodatku.");
|
||||
define('OGP_LANG_select_a_game_type', "Proszę wybrać typ gry dodatku.");
|
||||
define('OGP_LANG_edit_addon', "Edytuj Dodatek");
|
||||
define('OGP_LANG_post-script', "Skrypt po instalacji(bash)");
|
||||
define('OGP_LANG_replacements', "Zamienniki:");
|
||||
define('OGP_LANG_addon_name_info', "Wprowadź nazwę dla tego dodatku, to jest nazwa autora dodatku.");
|
||||
define('OGP_LANG_url_info', "Wpisz adres internetowy, który zawiera plik do pobrania,jeśli skompresowane w zip lub tar.gz zostaną rozpakowane w katalogu głównym serwera lub w ścieżce podanej poniżej.");
|
||||
define('OGP_LANG_path_info', "Ścieżka musi być w stosunku do folderu na serwerze i nie zawierać ukośników na początku lub na końcu, np: cstrike/cfg. Jeśli pozostanie puste będzie katalog root głównego serwera.");
|
||||
define('OGP_LANG_post-script_info', "Wprowadź kod BASH, zostanie wykonane jako skrypt, można używać zamienników tekstowych do dostosowania instalacji, zostaną one zastąpione przez dane z serwera, na którym można zainstalować dodatek. Skrypt rozpoczyna się od katalogu głównego serwera lub określonej ścieżce.");
|
||||
define('OGP_LANG_show_to_group', "Pokaż w grupie");
|
||||
define('OGP_LANG_all_groups', "Wszystkie grupy");
|
||||
define('OGP_LANG_show_addons_for_selected_group', "Pokaż dodatki dla wybranej grupy");
|
||||
define('OGP_LANG_group', "Grupa");
|
||||
?>
|
||||
|
|
@ -1,49 +0,0 @@
|
|||
<?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_external_links', "Linki zewnętrzne");
|
||||
define('OGP_LANG_url', "Adres");
|
||||
define('OGP_LANG_name', "Nazwa");
|
||||
define('OGP_LANG_add_it', "Dodaj go");
|
||||
define('OGP_LANG_link_has_been_removed', "%s link został usunięty.");
|
||||
define('OGP_LANG_db_backup', "DB Kopia zapasowa");
|
||||
define('OGP_LANG_download_db_backup', "Pobierz Kopia zapasowa DB");
|
||||
define('OGP_LANG_restore_db_backup', "Przywracanie kopii zapasowych DB");
|
||||
define('OGP_LANG_sql_file', "plik(.sql)");
|
||||
define('OGP_LANG_change_buttons_order', "Zmiań przycisk zamów");
|
||||
define('OGP_LANG_when', "Kiedy");
|
||||
define('OGP_LANG_who', "Kto");
|
||||
define('OGP_LANG_where', "Gdzie");
|
||||
define('OGP_LANG_what', "Co");
|
||||
define('OGP_LANG_search', "Wyszukaj");
|
||||
define('OGP_LANG_empty_logger', "Wyczyść");
|
||||
define('OGP_LANG_ban_list', "Lista banów");
|
||||
define('OGP_LANG_no_banned_ips', "Brak zbanowanych adresów IP");
|
||||
define('OGP_LANG_unban', "Odbanuj IP");
|
||||
define('OGP_LANG_client_ip', "Klient IP");
|
||||
define('OGP_LANG_banned_until', "Zbanowany do");
|
||||
define('OGP_LANG_unban_selected_ips', "Odbanuj zaznaczone IPs");
|
||||
define('OGP_LANG_view', "Podgląd");
|
||||
define('OGP_LANG_per_page', "wyników na stronę");
|
||||
?>
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
<?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_resetting_configs', "Resetowanie wszystkich konfiguracji");
|
||||
define('OGP_LANG_updating_configs', "Aktualizacja starych konfiguracji");
|
||||
define('OGP_LANG_configs_updated_ok', "Konfiguracje zostały wczytane ponownie.");
|
||||
define('OGP_LANG_reset_old_configs', "Resetowanie starych konfiguracji.");
|
||||
define('OGP_LANG_update_configs', "Aktualizacja Konfiguracji");
|
||||
define('OGP_LANG_game_config_setup', "Ustawienia Konfiguracji Gry");
|
||||
define('OGP_LANG_config_reset_warning', "Po usunięciu starych konfiguracji mogą wystąpić problemy z serwerami gier, ponieważ numery ID będą nie prawidłowe.");
|
||||
define('OGP_LANG_modify_configs_info', "Jeśli chcesz zmienić konfigurację gry, można modyfikować pliki znajdujące się w %s.");
|
||||
define('OGP_LANG_updating_config_from_file', "Aktualizacja konfiguracji z pliku %s.");
|
||||
define('OGP_LANG_error_when_handling_file', "Wystąpił błąd podczas przetwarzania pliku %s.");
|
||||
define('OGP_LANG_error_while_adding_cfg_to_db', "Wystąpił błąd podczas dodawania danych z %s do bazy danych.");
|
||||
define('OGP_LANG_no_configs_found', "Nie znalezione konfiguracji %s.");
|
||||
define('OGP_LANG_select_game', "Wybierz Grę");
|
||||
define('OGP_LANG_create_xml_configs', "Stwórz konfiguracyjne XML");
|
||||
define('OGP_LANG_failed_to_delete_config_from_db', "Nie udało się usunąć %s konfiguracji z bazy danych");
|
||||
define('OGP_LANG_failed_removing_file', "Nie powiodło się usunięcie pliku %s.");
|
||||
define('OGP_LANG_removed_game_cfg_from_disk_and_datbase', "Usunięto konfigurację %s z dysku oraz bazy danych");
|
||||
define('OGP_LANG_delete_game_config_for', "Usuń konfigurację gry dla %s z dysku oraz bazy danych.");
|
||||
?>
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
<?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_dashboard_ftp_text', "FTP Klient może kompresować pliki i wysyłać je przez e-mail, może też rozpakować, edytować pliki tekstowe i wiele więcej.");
|
||||
define('OGP_LANG_dashboard_addons_manager_text', "Zarządzaj wszystkimi rodzajami usług dzięki OGP. Wybieraj spośród ponad 115 serwerów wspieranych przez OGP.");
|
||||
define('OGP_LANG_dashboard_game_monitor_text', "Zobacz oraz monitoruj swój transfer. Możesz zobaczyć, jakie serwery są w ONLINE lub OFFLINE.");
|
||||
define('OGP_LANG_dashboard_support_text', "Uzyskaj wsparcie z OGP Professional Team na forum. Szybka pomoc oraz przydatne uwagi.");
|
||||
define('OGP_LANG_welcome_text', "Witaj w Open Game Panel. Dzięki panelowi możesz włączać/wyłączać serwer, monitorować serwer a także zarządzać plikami na nim się znajdującymi przez przeglądarkę.");
|
||||
define('OGP_LANG_any_server_is_online', "Wszystkie serwery są ONLINE");
|
||||
define('OGP_LANG_current_map', "Aktualna Mapa");
|
||||
define('OGP_LANG_server_ip_port', "IP:Port");
|
||||
define('OGP_LANG_statistics', "Statystyki");
|
||||
define('OGP_LANG_servers', "Serwery");
|
||||
define('OGP_LANG_players', "Gracze");
|
||||
define('OGP_LANG_server_status', "Status Serwera");
|
||||
define('OGP_LANG_no_games_to_monitor', "Obecnie nie ma żadnych serwerów");
|
||||
define('OGP_LANG_online_servers', "Serwery ONLINE");
|
||||
define('OGP_LANG_add_games_in', "Jeśli chcesz dodać gry można to zrobić w %s");
|
||||
define('OGP_LANG_currently_online', "Aktualnie ONLINE");
|
||||
define('OGP_LANG_game_servers', "Serwery gier");
|
||||
define('OGP_LANG_select_remote_server', "Wybierz zdalny serwer");
|
||||
?>
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
<?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_dsi_long', "Dynamiczny obraz Serwera");
|
||||
define('OGP_LANG_dsi_select_server', "Proszę wybrać serwer z rozwijanej listy ");
|
||||
define('OGP_LANG_dsi_admin_long', "Ustawienia dynamicznych obrazów Serwera");
|
||||
define('OGP_LANG_dsi_list', "Lista dynamicznych obrazów Serwera");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Nie posiadasz żadnych serwerów przypisanych do Twojego konta.");
|
||||
?>
|
||||
|
|
@ -1,17 +0,0 @@
|
|||
<?php
|
||||
|
||||
define('OGP_LANG_configuration_files', "Pliki konfiguracyjne");
|
||||
define('OGP_LANG_editing_file', "Edycja pliku");
|
||||
define('OGP_LANG_no_server_specfied', "Nie określono identyfikatora serwera - nie można wyświetlić żadnych plików konfiguracyjnych.");
|
||||
define('OGP_LANG_no_home', "Nie masz dostępu do serwera ID");
|
||||
define('OGP_LANG_no_configs_for_game', "Nie zdefiniowano plików konfiguracyjnych.");
|
||||
define('OGP_LANG_name', "Nazwa");
|
||||
define('OGP_LANG_no_description', "Bez opisu");
|
||||
define('OGP_LANG_description', "Opis");
|
||||
define('OGP_LANG_invalid_file', "Plik nie może być edytowany.");
|
||||
define('OGP_LANG_wrote_changes', "Pomyślnie zapisano.");
|
||||
define('OGP_LANG_failed_write', "Błąd zapisywania pliku.");
|
||||
define('OGP_LANG_failed_read', "Błąd odczytywania pliku.");
|
||||
define('OGP_LANG_save', "Zapisz");
|
||||
define('OGP_LANG_go_back', "Wróć");
|
||||
define('OGP_LANG_new_file', "Nowy plik");
|
||||
|
|
@ -1,43 +0,0 @@
|
|||
<?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.
|
||||
*
|
||||
*/
|
||||
|
||||
include 'update.php';
|
||||
define('OGP_LANG_unable_download', "Bład pobierania %s.");
|
||||
define('OGP_LANG_md5_failed', "Błędny MD5 %s, spróbuj ponownie.");
|
||||
define('OGP_LANG_uninstall', "Odinstaluj");
|
||||
define('OGP_LANG_install', "Zainstaluj");
|
||||
define('OGP_LANG_uptodate', "Brak aktualizacji");
|
||||
define('OGP_LANG_update_available', "Dostępne Aktualizacje");
|
||||
define('OGP_LANG_not_installed', "Nie zainstalowany");
|
||||
define('OGP_LANG_installed', "Zainstalowany");
|
||||
define('OGP_LANG_download_update', "Pobierz/Aktualizacje");
|
||||
define('OGP_LANG_are_you_sure', "Jesteś pewny");
|
||||
define('OGP_LANG_uninstalling_module_dataloss', "Przez odinstalowanie modułu stracisz wszystkie dane z nim związane.");
|
||||
define('OGP_LANG_remove_files_for', "Czy chcesz usunąć wszystkie pliki dla");
|
||||
define('OGP_LANG_confirm', "Potwierdz");
|
||||
define('OGP_LANG_cancel', "Anuluj");
|
||||
define('OGP_LANG_extra_themes', "Dodatkowe style");
|
||||
define('OGP_LANG_extra_modules', "Dodatkowe moduły");
|
||||
define('OGP_LANG_search_for_updates', "Sprawdź aktualizacje");
|
||||
?>
|
||||
|
|
@ -1,76 +0,0 @@
|
|||
<?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_create_alias', "Utwórz alias i folder");
|
||||
define('OGP_LANG_save_as', "Zapisz jako");
|
||||
define('OGP_LANG_failure', "Błąd, nie udało się wygenerować pliku dla aliasu");
|
||||
define('OGP_LANG_success', "Powodzenie");
|
||||
define('OGP_LANG_fast_download_service_for', "Pobieranie usługi przekierowania dla %s");
|
||||
define('OGP_LANG_to_the_path', "Do ścieżki");
|
||||
define('OGP_LANG_at_url', "URL");
|
||||
define('OGP_LANG_create_alias_for', "Stwórz alias dla");
|
||||
define('OGP_LANG_fast_dl', "Przekierowywanie pobrań (FastDL)");
|
||||
define('OGP_LANG_current_aliases_at_remote_server', "Bieżące aliasy na serwerze hosta");
|
||||
define('OGP_LANG_delete_selected_aliases', "Usuń wybrane aliasy");
|
||||
define('OGP_LANG_no_aliases_defined', "Nie istnieją jeszcze aliasy zdefiniowane przez OGP dla tego serwera hosta.");
|
||||
define('OGP_LANG_fastdl_port', "Port");
|
||||
define('OGP_LANG_fastdl_port_info', "Port na którym będzie działał/nasłuchiwał Fast Download.");
|
||||
define('OGP_LANG_fastdl_ip', "Adres");
|
||||
define('OGP_LANG_fastdl_ip_info', "Adres IP lub domeny, w której twój serwer Fast Download będzie działał, domena musi znajdować się w /etc/hosts.");
|
||||
define('OGP_LANG_listing', "Lista");
|
||||
define('OGP_LANG_listing_info', "Jeśli 'włączony', serwer wyświetli zawartość folderów.");
|
||||
define('OGP_LANG_fast_dl_advanced', "Zaawansowane Ustawienia");
|
||||
define('OGP_LANG_apply_settings_and_restart_fastdl', "Zapisz konfigurację oraz wykonaj restart daemona.");
|
||||
define('OGP_LANG_stop_fastdl', "Zatrzymaj daemon szybkiego pobierania");
|
||||
define('OGP_LANG_fast_download_daemon_running', "Fast Download Daemon jest uruchomiony.");
|
||||
define('OGP_LANG_fast_download_daemon_not_running', "Fast Download Daemon jest zatrzymany.");
|
||||
define('OGP_LANG_fastdl_could_not_be_restarted', "Nie można zrestartować usługi Fast Download.");
|
||||
define('OGP_LANG_configuration_file_could_not_be_written', "Nie można zapisać pliku konfiguracyjnego.");
|
||||
define('OGP_LANG_remove_folders', "Usuń folder dla wybranych aliasów.");
|
||||
define('OGP_LANG_remove_folder', "Usuń folder");
|
||||
define('OGP_LANG_delete_alias', "Usuń alias");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Nie masz żadnych serwerów przypisanych do twojego konta.");
|
||||
define('OGP_LANG_select_remote_server', "Wybierz serwer hosta");
|
||||
define('OGP_LANG_access_rules', "Zasady dostępu");
|
||||
define('OGP_LANG_create_aliases', "Stwórz Alias");
|
||||
define('OGP_LANG_select_game', "Wybierz grę");
|
||||
define('OGP_LANG_games_without_specified_rules', "Gry bez określonych reguł");
|
||||
define('OGP_LANG_match_file_extension', "Dopasować rozszerzenie pliku");
|
||||
define('OGP_LANG_match_file_extension_info', "Określ rozszerzenia, oddzielaj przecinkami, <br>które będzie możliwość pobrać<br>, <b>pozostałe będą niedostępne</b>.");
|
||||
define('OGP_LANG_match_client_ip', "Dopasuj klienta IP");
|
||||
define('OGP_LANG_match_client_ip_info', "Połączenia z pasującym adresem IP zostaną przyznane,<br>
|
||||
puste dla nieograniczonego dostępu.<br>Możesz użyć wiele adresów IP lub zakresów oddzielonych przecinkami:<br>
|
||||
/xx podsieci<br> Przykład: 10.0.0.0/16<br> /xxx.xxx.xxx.xxx podsieci<br> Przykład: 10.0.0.0/255.0.0.0<br> Dzielniki<br> Przykład: 10.0.0.5-230<br> Gwiazdki<br> Przykład: 10.0.*.*");
|
||||
define('OGP_LANG_save_access_rules', "Zapisz zasady dostępu");
|
||||
define('OGP_LANG_create_access_rules', "Stwórz reguły dostępu");
|
||||
define('OGP_LANG_invalid_entries_found', "Znaleziono nieprawidłowe wpisy");
|
||||
define('OGP_LANG_game_name', "Nazwa Gry");
|
||||
define('OGP_LANG_alias_already_exists', "Alias %s już istnieje.");
|
||||
define('OGP_LANG_warning_access_rules_applied_once_alias_created', "UWAGA: Reguły dostępu są stosowane przy tworzeniu aliasu. W obecnych aliasach nie będą stosowane żadne zmiany.");
|
||||
define('OGP_LANG_autostart_on_agent_startup', "Autostart podczas uruchamiania agenta");
|
||||
define('OGP_LANG_autostart_on_agent_startup_info', "Start the fast download daemon automatically when the Agent starts.");
|
||||
define('OGP_LANG_port_forwarded_to_80', "Przekierowanie portu na 80");
|
||||
define('OGP_LANG_port_forwarded_to_80_info', "Włącz tą opcję gdy Fast Download będzie działał na domyślnym porcie 80, port nie będzie wyświetlony w adresie URL");
|
||||
define('OGP_LANG_current_access_rules', "Aktualne zasady dostępu");
|
||||
?>
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
<?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_ftp_address', "Adres IP FTP: %s:%s");
|
||||
define('OGP_LANG_change_account_details', "Zmień dane konta");
|
||||
define('OGP_LANG_remove_account', "Usuń konto");
|
||||
define('OGP_LANG_ftp_account_already_exists', "To konto FTP juz istnieje.");
|
||||
define('OGP_LANG_full_path', "Pełna ścieżka");
|
||||
define('OGP_LANG_add_ftp_account', "Dodaj konto FTP");
|
||||
define('OGP_LANG_remote_server', "Serwer Zdalny");
|
||||
define('OGP_LANG_server_name', "Nazwa Serwera");
|
||||
define('OGP_LANG_ftp_account_username_too_long', "Nazwa użytkownika FTP jest za długo. Spróbuj użyć krótszej - nie może być ona dłuższa niż 20 znaków.");
|
||||
define('OGP_LANG_ftp_account_password_too_long', "Hasło użytkownika FTP jest za długie. Spróbuj użyć krótszego - nie może być ono dłuższe niż 20 znaków.");
|
||||
?>
|
||||
|
|
@ -1,210 +0,0 @@
|
|||
<?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_no_games_to_monitor', "Nie masz żadnych gier, które mogą być monitorowane.");
|
||||
define('OGP_LANG_status', "Status");
|
||||
define('OGP_LANG_fail_no_mods', "Brak aktywnych modów do tej gry! Musisz zwrócić się do admin OGP by dodać mod dla wybranej dla ciebie gry.");
|
||||
define('OGP_LANG_no_game_homes_assigned', "Nie posiadasz żadnych serwerów przypisanych do Twojego konta.");
|
||||
define('OGP_LANG_select_game_home_to_configure', "Wybierz serwer gry, który chcesz skonfigurować");
|
||||
define('OGP_LANG_file_manager', "Manager Plików");
|
||||
define('OGP_LANG_configure_mods', "Konfiguruj Mody");
|
||||
define('OGP_LANG_install_update_steam', "Instaluj/Aktualizuj przez SteamCMD");
|
||||
define('OGP_LANG_install_update_manual', "Instaluj/Aktualizuj Ręcznie");
|
||||
define('OGP_LANG_assign_game_homes', "Przypisywanie serwerów gier");
|
||||
define('OGP_LANG_user', "Użytkownik");
|
||||
define('OGP_LANG_group', "Grupa");
|
||||
define('OGP_LANG_start', "Start");
|
||||
define('OGP_LANG_ogp_agent_ip', "IP Agenta OGP");
|
||||
define('OGP_LANG_max_players', "Maks Graczy");
|
||||
define('OGP_LANG_max', "Maks");
|
||||
define('OGP_LANG_ip_and_port', "IP i Port");
|
||||
define('OGP_LANG_available_maps', "Dostępne mapy");
|
||||
define('OGP_LANG_map_path', "Ścieżka Map");
|
||||
define('OGP_LANG_available_parameters', "Dostępne paramentry");
|
||||
define('OGP_LANG_start_server', "Start");
|
||||
define('OGP_LANG_start_wait_note', "Uruchomienie serwera może trochę potrwać. Proszę nie zamykaj przeglądarki.");
|
||||
define('OGP_LANG_game_type', "Rodzaj gry");
|
||||
define('OGP_LANG_map', "Mapa");
|
||||
define('OGP_LANG_starting_server', "Uruchamianie serwera, proszę czekać...");
|
||||
define('OGP_LANG_starting_server_settings', "Uruchamianie serwera z następującymi ustawieniami");
|
||||
define('OGP_LANG_startup_params', "Parametry startowe");
|
||||
define('OGP_LANG_startup_cpu', "CPU na którym uruchomiony jest serwer");
|
||||
define('OGP_LANG_startup_nice', "Priorytet serwera");
|
||||
define('OGP_LANG_game_home', "Ścieżka domowa");
|
||||
define('OGP_LANG_server_started', "Serwer został uruchomiony pomyślnie.");
|
||||
define('OGP_LANG_no_parameter_access', "Nie masz dostępu do ustawień.");
|
||||
define('OGP_LANG_extra_parameters', "Parametry dodatkowe");
|
||||
define('OGP_LANG_no_extra_param_access', "Nie masz dostępu do dodatkowych parametrów.");
|
||||
define('OGP_LANG_extra_parameters_info', "Parametry te są wprowadzane do końca linii poleceń podczas uruchamiania gry.");
|
||||
define('OGP_LANG_game_exec_not_found', "plik gry wykonywalny %s nie znależiono w katalogu gry");
|
||||
define('OGP_LANG_select_params_and_start', "Wybierz parametry uruchomienia serwera i naciśnij '%s'.");
|
||||
define('OGP_LANG_no_ip_port_pairs_assigned', "Nr IP par Port przypisane do tego hosta. Jeśli nie masz dostępu do edycji hosta skontaktuj się z administratorem..");
|
||||
define('OGP_LANG_unable_to_get_log', "Nie można uzyskać logu, retval %s.");
|
||||
define('OGP_LANG_server_binary_not_executable', "Plik binarny nie jest wykonywalny. Proszę sprawdzić uprawnienia chmod w katalogu serwera.");
|
||||
define('OGP_LANG_server_not_running_log_found', "Serwer nie działa, ale znaleziono logi serwera. INFO: Może to oznaczać że logi pochodzą z poprzedniego uruchomienia serwera.");
|
||||
define('OGP_LANG_ip_port_pair_not_owned', "IP:PORT par nie jesteś włascielem.");
|
||||
define('OGP_LANG_unsuitable_maxplayers_value_maximum_reachable_number_of_slots_has_been_set', "Nieodpowiednie wartość maxplayers, maksymalne, osiągalne liczba slotów została ustawiona.");
|
||||
define('OGP_LANG_server_running_not_responding', "Serwer jest uruchomiony, ale nie odpowiada, <br>może być jakiś problem, a może chcesz ");
|
||||
define('OGP_LANG_update_started', "Aktualizacje rozpoczęte, proszę czekać ...");
|
||||
define('OGP_LANG_failed_to_start_steam_update', "Nie udało się uruchomić update Steam. Zobacz Log Agenta.");
|
||||
define('OGP_LANG_failed_to_start_rsync_update', "Nie udało się uruchomić update Rsync. Zobacz Log Agenta.");
|
||||
define('OGP_LANG_update_completed', "Aktualizacja została zakończona pomyślnie.");
|
||||
define('OGP_LANG_update_in_progress', "Aktualizacja w toku, proszę czekać ...");
|
||||
define('OGP_LANG_refresh_steam_status', "Odśwież status Steam");
|
||||
define('OGP_LANG_refresh_rsync_status', "Refresh Rsync status");
|
||||
define('OGP_LANG_server_running_cant_update', "Aktualizacja serwera nie jest możliwa. Zatrzymaj serwer przed aktualizacją.");
|
||||
define('OGP_LANG_xml_steam_error', "Wybrany serwer nie obsługuje instalacji/aktualizacji przez Steam.");
|
||||
define('OGP_LANG_mod_key_not_found_from_xml', "Mod klucz '%s' nie znaleziony w pliku XML.");
|
||||
define('OGP_LANG_stop_update', "Zatrzymaj aktualizacje");
|
||||
define('OGP_LANG_statistics', "Statystyki");
|
||||
define('OGP_LANG_servers', "Serwery");
|
||||
define('OGP_LANG_players', "Gracze");
|
||||
define('OGP_LANG_current_map', "Aktualna mapa");
|
||||
define('OGP_LANG_stop_server', "Zatrzymaj");
|
||||
define('OGP_LANG_server_ip_port', "IP:Port Serwera");
|
||||
define('OGP_LANG_server_name', "Nazwa Serwera");
|
||||
define('OGP_LANG_server_id', "id");
|
||||
define('OGP_LANG_player_name', "Nazwa Gracza");
|
||||
define('OGP_LANG_score', "Pkt");
|
||||
define('OGP_LANG_time', "Czas");
|
||||
define('OGP_LANG_no_rights_to_stop_server', "Nie masz uprawnień, aby zatrzymać ten serwer..");
|
||||
define('OGP_LANG_no_ogp_lgsl_support', "Ten serwer. (działa: %s) nie ma LGSL wsparcia w OGP i jego statystyki nie mogą być pokazane.");
|
||||
define('OGP_LANG_server_status', "Serwer na %s jest %s.");
|
||||
define('OGP_LANG_server_stopped', "Server '%s' został zatrzymany.");
|
||||
define('OGP_LANG_if_want_to_start_homes', "Jeśli chcesz rozpocząć grę przejdź do %s.");
|
||||
define('OGP_LANG_view_log', "Log Viewer");
|
||||
define('OGP_LANG_if_want_manage', "Jeśli chcesz zarządzać grą możesz to zrobić w");
|
||||
define('OGP_LANG_columns', "kolumny");
|
||||
define('OGP_LANG_group_users', "Grupa użytkowników:");
|
||||
define('OGP_LANG_assigned_to', "Przypisany do:");
|
||||
define('OGP_LANG_restart_server', "Restart");
|
||||
define('OGP_LANG_restarting_server', "Restartowanie serwera, proszę czekać...");
|
||||
define('OGP_LANG_server_restarted', "Serwer '%s' został zrestartowany.");
|
||||
define('OGP_LANG_server_not_running', "Serwer nie jest uruchomiony.");
|
||||
define('OGP_LANG_address', "Adres");
|
||||
define('OGP_LANG_owner', "Właściciel");
|
||||
define('OGP_LANG_operations', "Operator");
|
||||
define('OGP_LANG_search', "Szukaj");
|
||||
define('OGP_LANG_maps_read_from', "Mapy wczytane z");
|
||||
define('OGP_LANG_file', "plik");
|
||||
define('OGP_LANG_folder', "katalog");
|
||||
define('OGP_LANG_unable_retrieve_mod_info', "Nie można pobrać informacji moda z bazy danych.");
|
||||
define('OGP_LANG_unexpected_result_libremote', "Niespodziewany wynik libremote, proszę poinformować administratora.");
|
||||
define('OGP_LANG_unable_get_info', "Nie można uzyskać wymaganych informacji dotyczących uruchamiania, blokowania uruchamiania.");
|
||||
define('OGP_LANG_server_already_running', "Serwer jest już uruchomiony. Jeśli nie widzisz serwera w Statusie Serwerów, może to oznaczać problem, może chcesz");
|
||||
define('OGP_LANG_already_running_stop_server', "Zatrzymaj");
|
||||
define('OGP_LANG_error_server_already_running', "BŁĄD: Serwer już działa w porcie");
|
||||
define('OGP_LANG_failed_start_server_code', "Nie można uruchomić zdalnego serwera. Kod Błędu: %s");
|
||||
define('OGP_LANG_disabled', "wyłączony");
|
||||
define('OGP_LANG_not_found_server', "Nie można znaleźć zdalnego serwera z ID");
|
||||
define('OGP_LANG_rcon_command_title', "Komenda RCON");
|
||||
define('OGP_LANG_has_sent_to', "został wysłany do");
|
||||
define('OGP_LANG_need_set_remote_pass', "Musisz ustawić hasło RCON");
|
||||
define('OGP_LANG_before_sending_rcon_com', "przed wysłaniem do niego poleceń rcon.");
|
||||
define('OGP_LANG_retry', "Powtórz");
|
||||
define('OGP_LANG_page', "strona");
|
||||
define('OGP_LANG_server_cant_start', "nie można uruchomić serwera");
|
||||
define('OGP_LANG_server_cant_stop', "nie można zatrzymać serwera");
|
||||
define('OGP_LANG_error_occured_remote_host', "Wystąpił błąd zdalnego hosta");
|
||||
define('OGP_LANG_follow_server_status', "Możesz śledzić stan serwera z");
|
||||
define('OGP_LANG_addons', "Dodatki");
|
||||
define('OGP_LANG_hostname', "Nazwa hosta");
|
||||
define('OGP_LANG_rsync_install', "[Instalacja Rsync]");
|
||||
define('OGP_LANG_ping', "Ping");
|
||||
define('OGP_LANG_team', "Team");
|
||||
define('OGP_LANG_deaths', "Zgony");
|
||||
define('OGP_LANG_pid', "PID");
|
||||
define('OGP_LANG_skill', "Skill");
|
||||
define('OGP_LANG_AIBot', "BOT");
|
||||
define('OGP_LANG_steamid', "Steam ID");
|
||||
define('OGP_LANG_player', "Gracz");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_rcon_presets', "Konsola RCON");
|
||||
define('OGP_LANG_update_from_local_master_server', "Update from local Master Server");
|
||||
define('OGP_LANG_update_from_selected_rsync_server', "Update from selected Rsync server");
|
||||
define('OGP_LANG_execute_selected_server_operations', "Wykonaj wybrane operacje serwera");
|
||||
define('OGP_LANG_execute_operations', "Wykonaj operacje");
|
||||
define('OGP_LANG_account_expiration', "Konto wygaśnie");
|
||||
define('OGP_LANG_mysql_databases', "Bazy MySQL");
|
||||
define('OGP_LANG_failed_querying_server', "* Nie udało się zapytać serwera.");
|
||||
define('OGP_LANG_query_protocol_not_supported', "* W OGP nie ma protokołu zapytania, który może obsługiwać ten serwer.");
|
||||
define('OGP_LANG_queries_disabled_by_setting_disable_queries_after', "Zapytania wyłączone przez ustawienie: Wyłącz zapytania po: %s, ponieważ posiadasz %s serwerów.<br>");
|
||||
define('OGP_LANG_presets_for_game_and_mod', "Konsola RCON dla gry %s mod %s");
|
||||
define('OGP_LANG_name', "Nazwa");
|
||||
define('OGP_LANG_command', "Komenda RCON");
|
||||
define('OGP_LANG_add_preset', "Dodaj preset");
|
||||
define('OGP_LANG_edit_presets', "Edytuj presets");
|
||||
define('OGP_LANG_del_preset', "Usuń");
|
||||
define('OGP_LANG_change_preset', "Zmień");
|
||||
define('OGP_LANG_send_command', "Wyślij komendę");
|
||||
define('OGP_LANG_starting_copy_with_master_server_named', "Uruchamianie kopii z nazwą serwera głównego '%s'...");
|
||||
define('OGP_LANG_starting_sync_with', "Uruchamianie synchronizacji z %s...");
|
||||
define('OGP_LANG_refresh_interval', "Czas odświeżania logów");
|
||||
define('OGP_LANG_finished_manual_update', "Ręczna aktualizacja ukończona.");
|
||||
define('OGP_LANG_failed_to_start_file_download', "Nie udało się rozpocząć pobierania pliku");
|
||||
define('OGP_LANG_game_name', "Nazwa Gry");
|
||||
define('OGP_LANG_dest_dir', "Katalog docelowy");
|
||||
define('OGP_LANG_remote_server', "Serwer Zdalny");
|
||||
define('OGP_LANG_file_url', "Adres Pliku");
|
||||
define('OGP_LANG_file_url_info', "Adres URL pliku przesłanego i nieskompresowanego do katalogu.");
|
||||
define('OGP_LANG_dest_filename', "Docelowa nazwa pliku");
|
||||
define('OGP_LANG_dest_filename_info', "Nazwa pliku docelowego.");
|
||||
define('OGP_LANG_update_server', "Aktualizuj Serwer");
|
||||
define('OGP_LANG_unavailable', "Niedostępne");
|
||||
define('OGP_LANG_upload_map_image', "Wyślij obrazek mapy");
|
||||
define('OGP_LANG_upload_image', "Wyślij obrazek");
|
||||
define('OGP_LANG_jpg_gif_png_less_than_1mb', "Zapisywanie obrazu w formacie jpg, gif lub png oraz rozmiar < 1MB");
|
||||
define('OGP_LANG_check_dev_console', "Błąd podczas przesyłania pliku sprawdź w konsoli programisty przeglądarki.");
|
||||
define('OGP_LANG_uploaded_successfully', "Wysyłanie kompletne.");
|
||||
define('OGP_LANG_cant_create_folder', "Nie można utworzyć folderu:<br><b>%s</b>");
|
||||
define('OGP_LANG_cant_write_file', "Nie można zapisać pliku:<br><b>%s</b>");
|
||||
define('OGP_LANG_exceeded_php_directive', "Przekroczono dyrektywę PHP.<br><b>%s</b>.");
|
||||
define('OGP_LANG_unknown_errors', "Nieznane błędy.");
|
||||
define('OGP_LANG_directory', "Ścieżka katalogu");
|
||||
define('OGP_LANG_view_player_commands', "Pokaż Komendy Gracza");
|
||||
define('OGP_LANG_hide_player_commands', "Ukryj Komendy Gracza");
|
||||
define('OGP_LANG_no_online_players', "Brak graczy online.");
|
||||
define('OGP_LANG_invalid_game_mod_id', "Nieprawidłowa identyfikator gry/mod.");
|
||||
define('OGP_LANG_auto_update_title_popup', "Auto Aktualizacja Steam Link");
|
||||
define('OGP_LANG_auto_update_popup_html', "<p>Skorzystaj z poniższego linku, aby sprawdzić i automatycznie aktualizować serwer gry poprzez Steam, jeśli to konieczne. Można ją zapytać przy użyciu narzędzia CRON lub ręcznie zainicjować proces.</p>");
|
||||
define('OGP_LANG_api_links_popup_html', "<p>Select an action you would like to perform using the OGP API for this game server. Then, use the link below to perform your desired action. You can run your desired action using a cronjob or by making a direct request to it.</p>");
|
||||
define('OGP_LANG_auto_update_copy_me', "Kopiuj");
|
||||
define('OGP_LANG_auto_update_copy_me_success', "Skopiowano!");
|
||||
define('OGP_LANG_auto_update_copy_me_fail', "Nie udało się skopiować. Proszę ręcznie skopiować link.");
|
||||
define('OGP_LANG_get_steam_autoupdate_api_link', "Auto Aktualizacja Link");
|
||||
define('OGP_LANG_show_api_actions', "Show API Actions");
|
||||
define('OGP_LANG_api_links', "API Links");
|
||||
define('OGP_LANG_update_attempt_from_nonmaster_server', "Użytkownik %s próbował zaktualizować home_id %d z serwera innego niż serwer źródłowy. (Home ID: %d)");
|
||||
define('OGP_LANG_attempting_nonmaster_update', "Próbujesz zaktualizować ten serwer z serwera innego niż źródłowy.");
|
||||
define('OGP_LANG_cannot_update_from_own_self', "Aktualizacja lokalnego serwera może nie działać na serwerze głównym.");
|
||||
define('OGP_LANG_show_server_id', "Pokaż ID Serwerów");
|
||||
define('OGP_LANG_hide_server_id', "Ukryj ID Serwerów");
|
||||
define('OGP_LANG_edit_configuration_files', "Edytuj pliki konfiguracyjne");
|
||||
define('OGP_LANG_admin', "Administrator");
|
||||
define('OGP_LANG_cid', "CID");
|
||||
define('OGP_LANG_phan', "Phantom");
|
||||
define('OGP_LANG_sec', "Sekundy");
|
||||
define('OGP_LANG_unknown_rsync_mirror', "Podjęto próbę uruchomienia aktualizacji z nieistniejącego serwera lustrzanego.");
|
||||
define('OGP_LANG_custom_fields', "Pola niestandardowe");
|
||||
?>
|
||||
|
|
@ -1,88 +0,0 @@
|
|||
<?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_dir_not_found', "Katalog %s nie został znaleziony na serwerze.");
|
||||
define('OGP_LANG_filename', "Nazwa pliku");
|
||||
define('OGP_LANG_filesize', "Rozmiar pliku");
|
||||
define('OGP_LANG_bytes', "Bajty");
|
||||
define('OGP_LANG_owner', "Właściciel");
|
||||
define('OGP_LANG_group', "Grupa");
|
||||
define('OGP_LANG_empty_directory', "Katalog jest pusty.");
|
||||
define('OGP_LANG_currently_viewing', "Aktualnie przeglądasz katalog '%s'");
|
||||
define('OGP_LANG_wrote_changes', "Zmiany zostały zapisane.");
|
||||
define('OGP_LANG_failed_write', "Nie udało się zapisać pliku na serwerze zdalnym.");
|
||||
define('OGP_LANG_failed_read', "Nie można odczytać pliku z serwera zdalnego.");
|
||||
define('OGP_LANG_failed_list', "Nie udało się pobrać listy katalogów.");
|
||||
define('OGP_LANG_level_up', "^Katalog Wyżej^");
|
||||
define('OGP_LANG_unallowed_char', "Niedozwolone znaki znalezione w ścieżce.");
|
||||
define('OGP_LANG_button_edit', "[Edytuj]");
|
||||
define('OGP_LANG_save', "Zapisz");
|
||||
define('OGP_LANG_home_id_missing', "Nie znaleziono Home ID.");
|
||||
define('OGP_LANG_upload', "Wyślij");
|
||||
define('OGP_LANG_upload_failed', "Przesyłanie nie powiodło się, błąd był następujący: %s.");
|
||||
define('OGP_LANG_can_not_create_upload_folder_path', "Nie można utworzyć folderu wysyłania %s");
|
||||
define('OGP_LANG_url_is_not_accesible_from_agent', "URL %s is not accessible from the Agent");
|
||||
define('OGP_LANG_upload_file', "Wyślij plik");
|
||||
define('OGP_LANG_uncompress', "Rozpakuj");
|
||||
define('OGP_LANG_create_folder', "Stwórz folder");
|
||||
define('OGP_LANG_create', "Stwórz");
|
||||
define('OGP_LANG_delete_item', "Usuń %s?");
|
||||
define('OGP_LANG_upload_in_progress', "Wysyłanie w toku...");
|
||||
define('OGP_LANG_upload_complete', "Wysyłanie zakończone.");
|
||||
define('OGP_LANG_chattr_yes', "Zablokuj Plik");
|
||||
define('OGP_LANG_chattr_no', "Odblokuj Plik");
|
||||
define('OGP_LANG_secure_item', "Zabezpiecz/Odbezpiecz %s?");
|
||||
define('OGP_LANG_filesecure', "Bezpieczeństwo pliku");
|
||||
define('OGP_LANG_chattr_locked', "Plik Zablokowany");
|
||||
define('OGP_LANG_chattr_unlocked', "Plik Odblokowany");
|
||||
define('OGP_LANG_rename', "Zmień nazwę");
|
||||
define('OGP_LANG_move', "Przenieś");
|
||||
define('OGP_LANG_copy', "Kopiuj");
|
||||
define('OGP_LANG_compress', "Spakuj ");
|
||||
define('OGP_LANG_create_file', "Stwórz Plik");
|
||||
define('OGP_LANG_select_at_least_one_item', "Wybierz co najmniej jeden element");
|
||||
define('OGP_LANG_rename_item', "Zmień nazwę elementu(y)");
|
||||
define('OGP_LANG_move_item', "Przenieś element(y)");
|
||||
define('OGP_LANG_copy_item', "Kopiuj element(y)");
|
||||
define('OGP_LANG_compress_item', "Spakuj element(y)");
|
||||
define('OGP_LANG_uncompress_item', "Rozpakuj element(y)");
|
||||
define('OGP_LANG_archive_name', "Nazwa archiwum");
|
||||
define('OGP_LANG_archive_type', "Typ archiwum");
|
||||
define('OGP_LANG_file_name', "Nazwa pliku");
|
||||
define('OGP_LANG_folder_name', "nazwa katalogu");
|
||||
define('OGP_LANG_compresses_files_separately', "kompresuje pliki pojedynczo");
|
||||
define('OGP_LANG_to', "do");
|
||||
define('OGP_LANG_upload_to_web', "Wyślij na stronę");
|
||||
define('OGP_LANG_transfer_to_server', "Transfer do serwera");
|
||||
define('OGP_LANG_mail_sent_successfully', "Email wysłany prawidłowo");
|
||||
define('OGP_LANG_send_item_by_email', "Wyślij item(y) przez email");
|
||||
define('OGP_LANG_subject', "Subject");
|
||||
define('OGP_LANG_message', "Wiadomość");
|
||||
define('OGP_LANG_dest_email', "Email docelowy");
|
||||
define('OGP_LANG_remove', "Usuń");
|
||||
define('OGP_LANG_send_by_email', "Wyślij przez email");
|
||||
define('OGP_LANG_send_by_email_info', "For sending files the 'mutt' package must be installed on all available Agents.");
|
||||
define('OGP_LANG_settings_updated', "Ustawienia zaktualizowane");
|
||||
define('OGP_LANG_update_settings', "Aktualizuj ustawienia");
|
||||
?>
|
||||
|
|
@ -1,44 +0,0 @@
|
|||
<?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_recover', "Odzyskiwanie zapomnianego hasła");
|
||||
define('OGP_LANG_back', "Wróć");
|
||||
define('OGP_LANG_incomplete', "Proszę wrócić i wypełnić wszystkie pola w formularzu.");
|
||||
define('OGP_LANG_subject', "Przypomnij hasło");
|
||||
define('OGP_LANG_password_message', "Witaj,<br>Twoje hasło zostało pomyślnie zresetowane!<br>Nowe dane do logowania na stronie:<br><br>Nowe hasło: %s<br>Po zalogowaniu możesz zmienić hasło<br><br>Dzięki!<br>Site Admin<br><br>To jest automatyczna odpowiedź, proszę nie odpowiadać!");
|
||||
define('OGP_LANG_send', "Twoje hasło zostało wysłane! Sprawdź swoją pocztę!");
|
||||
define('OGP_LANG_here', "Tutaj");
|
||||
define('OGP_LANG_to_login', "by powrócić");
|
||||
define('OGP_LANG_errormail', "Twój e-mail jest niepoprawny.");
|
||||
define('OGP_LANG_submit', "Wyślij");
|
||||
define('OGP_LANG_click', "Kliknij");
|
||||
define('OGP_LANG_mail_settings_missing', "Ustawienia poczty nie są kompletne, więc nie można wysyłać hasła. Skontaktuj się z OGP administratorem.");
|
||||
define('OGP_LANG_mail_failed', "Błędny adres e-mail.");
|
||||
define('OGP_LANG_email', "Adres e-mail");
|
||||
define('OGP_LANG_enter_email', "Wpisz swój adres e-mail");
|
||||
define('OGP_LANG_webmaster', "Webmaster");
|
||||
define('OGP_LANG_confirm_send', "Ze względów bezpieczeństwa wysłaliśmy ci link potwierdzający chęć resetowania hasła.<br><b style='color:red;'>Proszę sprawdzić swoje wiadomości.</b>");
|
||||
define('OGP_LANG_confirm_change_subject', "Potwierdzenie zmiany hasła");
|
||||
define('OGP_LANG_confirm_change_password_message', "Witaj,<br>Aby dokończyć proces odzyskiwania hasła. Kliknij na poniższy adres URL:<br><br>%s , a zostanie wygenerowane i wysłane twoje nowe hasło do konta.<br><br>Dziękujemy!<br>Administrator.<br><br>Jest to automatyczny komunikat, proszę nie odpowiadać!");
|
||||
?>
|
||||
|
|
@ -1,57 +0,0 @@
|
|||
<?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_module_id', "Moduł ID");
|
||||
define('OGP_LANG_module_name', "Nazwa modułu");
|
||||
define('OGP_LANG_module_folder', "Moduł Folder");
|
||||
define('OGP_LANG_module_version', "Wersja modułu");
|
||||
define('OGP_LANG_db_version', "Wersja DB");
|
||||
define('OGP_LANG_modules_available_for_install', "Dostępne są następujące moduły do instalacji");
|
||||
define('OGP_LANG_install', "Instalacja");
|
||||
define('OGP_LANG_uninstall', "Odinstaluj");
|
||||
define('OGP_LANG_modules', "Moduły");
|
||||
define('OGP_LANG_update_modules', "Aktualizuj Moduły");
|
||||
define('OGP_LANG_no_installed_modules', "Nie znaleziono zainstalowanych modułów.");
|
||||
define('OGP_LANG_not_complete', "Funkcja instalacji / deinstalacji nie jest kompletna i może nie działać prawidłowo.
|
||||
UWAGA: Utrata danych może nastąpić w bazie OGP!");
|
||||
define('OGP_LANG_core_mods_installed', "Zainstalowane Moduły podstawowe:");
|
||||
define('OGP_LANG_custom_mods_installed', "Zainstalowane moduły niestandardowe:");
|
||||
define('OGP_LANG_installing_module', "Instalowanie modułu '%s'");
|
||||
define('OGP_LANG_successfully_installed_module', "Został zainstalowany moduł %s.");
|
||||
define('OGP_LANG_failed_to_install_module', "Nie można zainstalować moduł %s.");
|
||||
define('OGP_LANG_adding_module', "Dodanie modułu o nazwie '%s'.");
|
||||
define('OGP_LANG_module_already_installed', "Moduł o nazwie '%s' jest już zainstalowany.");
|
||||
define('OGP_LANG_uninstalling_module', "Odinstalowanie modułu '%s'");
|
||||
define('OGP_LANG_successfully_uninstalled_module', "Moduł został odinstalowany %s.");
|
||||
define('OGP_LANG_failed_to_uninstall_module', "Nie udało się odinstalować moduł %s.");
|
||||
define('OGP_LANG_module_file_missing', "brakuje katalogu module.php plik.");
|
||||
define('OGP_LANG_module_file_missing_info', "brakuje wymaganych informacji.");
|
||||
define('OGP_LANG_query_failed', "Nie można wykonać zapytania");
|
||||
define('OGP_LANG_query_failed_2', "do bazy danych.");
|
||||
define('OGP_LANG_failed_del_db', "Nie udało się usunąć modułu z bazy danych.");
|
||||
define('OGP_LANG_updated_module', "Aktualizowanie modułu: '%s'.");
|
||||
define('OGP_LANG_updating_modules', "Aktualizacja Modułów");
|
||||
define('OGP_LANG_updating_finished', "Aktualizacja zakończona");
|
||||
define('OGP_LANG_prereqs_missing', "Prerequisites of %s must be installed on the server before %s can be installed.");
|
||||
?>
|
||||
|
|
@ -1,115 +0,0 @@
|
|||
<?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_configured_mysql_hosts', "Skonfigurowane bazy danych");
|
||||
define('OGP_LANG_add_new_mysql_host', "Dodaj serwer MySQL");
|
||||
define('OGP_LANG_enter_mysql_ip', "Wprowadź adres IP serwera MySQL.");
|
||||
define('OGP_LANG_enter_valid_port', "Wprowadź poprawny port.");
|
||||
define('OGP_LANG_enter_mysql_root_password', "Wprowadź hasło root'a.");
|
||||
define('OGP_LANG_enter_mysql_name', "Nazwa bazy danych.");
|
||||
define('OGP_LANG_could_not_add_mysql_server', "Nie można dodać serwera MySQL.");
|
||||
define('OGP_LANG_game_server_name_info', "Nazwa serwera ułatwia użytkownikom do jednoznacznej identyfikacji swoich serwerów.");
|
||||
define('OGP_LANG_note_mysql_host', "Uwaga: Korzystając z \"Bezpośredniego połączenia\" serwer musi akceptować połączenia zewnętrzne, aby umożliwić serwerom zdalne łączenie się, podczas gdy połączenie za pośrednictwem zdalnego serwera będzie używane jako połączenie lokalne.");
|
||||
define('OGP_LANG_direct_connection', "Bezpośrednie połączenie.");
|
||||
define('OGP_LANG_connection_through_remote_server_named', "Połączenie przez zdalny serwer o nazwie: %s");
|
||||
define('OGP_LANG_add_mysql_server', "Dodaj serwer MySQL");
|
||||
define('OGP_LANG_mysql_online', "Serwer MySQL jest włączony");
|
||||
define('OGP_LANG_mysql_offline', "Serwer MySQL jest wyłączony");
|
||||
define('OGP_LANG_encryption_key_mismatch', "Klucz szyfrowania nie zgadza się z agentem. Ponownie sprawdzić swoje pliki konfiguracyjne.");
|
||||
define('OGP_LANG_unknown_error', "Nieznany błąd");
|
||||
define('OGP_LANG_remove', "Skasuj");
|
||||
define('OGP_LANG_assign_db', "Przypisz bazę danych");
|
||||
define('OGP_LANG_mysql_server_name', "Nazwa serwera MySQL");
|
||||
define('OGP_LANG_server_status', "Status Serwera");
|
||||
define('OGP_LANG_mysql_ip_port', "Adres IP:PORT serwera MySQL");
|
||||
define('OGP_LANG_mysql_root_passwd', "Hasło root'a serwera MySQL");
|
||||
define('OGP_LANG_connection_method', "Typ połączenia");
|
||||
define('OGP_LANG_user_privilegies', "Uprawnienia użytkownika");
|
||||
define('OGP_LANG_current_dbs', "Bazy danych");
|
||||
define('OGP_LANG_mysql_name', "Nazwa serwera MySQL");
|
||||
define('OGP_LANG_mysql_ip', "Adres IP serwera MySQL");
|
||||
define('OGP_LANG_mysql_port', "Port serwera MySQL");
|
||||
define('OGP_LANG_privilegies', "uprawnienia");
|
||||
define('OGP_LANG_all', "Wszystkie");
|
||||
define('OGP_LANG_custom', "Własne");
|
||||
define('OGP_LANG_server_added', "Serwer został dodany.");
|
||||
define('OGP_LANG_sql_alter', "MODYFIKOWANIE");
|
||||
define('OGP_LANG_sql_create', "TWORZENIE");
|
||||
define('OGP_LANG_sql_create_temporary_tables', "TWORZENIE TABEL TYMCZASOWYCH");
|
||||
define('OGP_LANG_sql_drop', "KASOWANIE");
|
||||
define('OGP_LANG_sql_index', "INDEX");
|
||||
define('OGP_LANG_sql_insert', "WPROWADZANIE");
|
||||
define('OGP_LANG_sql_lock_tables', "LISTA TABELI");
|
||||
define('OGP_LANG_sql_select', "WYBÓR");
|
||||
define('OGP_LANG_sql_grant_option', "DODANIE OPCJI");
|
||||
define('OGP_LANG_sql_update', "AKTUALIZACJA");
|
||||
define('OGP_LANG_sql_delete', "SKASUJ");
|
||||
define('OGP_LANG_sql_alter_info', "<b>Enables use of ALTER TABLE.</b>");
|
||||
define('OGP_LANG_sql_create_info', "<b>Enables use of CREATE TABLE.</b>");
|
||||
define('OGP_LANG_sql_create_temporary_tables_info', "<b>Enables use of CREATE TEMPORARY TABLE.</b>");
|
||||
define('OGP_LANG_sql_delete_info', "<b>Enables use of DELETE.</b>");
|
||||
define('OGP_LANG_sql_drop_info', "<b>Enables use of DROP TABLE.</b>");
|
||||
define('OGP_LANG_sql_index_info', "<b>Enables use of CREATE INDEX and DROP INDEX.</b>");
|
||||
define('OGP_LANG_sql_insert_info', "<b>Enables use of INSERT.</b>");
|
||||
define('OGP_LANG_sql_lock_tables_info', "<b>Enables use of LOCK TABLES on tables for which you have the SELECT privilege.</b>");
|
||||
define('OGP_LANG_sql_select_info', "<b>Enables use of SELECT.</b>");
|
||||
define('OGP_LANG_sql_update_info', "<b>Enables use of UPDATE.</b>");
|
||||
define('OGP_LANG_sql_grant_option_info', "<b>Enables privileges to be granted.</b>");
|
||||
define('OGP_LANG_select_game_server', "Wybierz serwer gier");
|
||||
define('OGP_LANG_invalid_mysql_server_id', "Nieprawidłowy ID serwera MySQL");
|
||||
define('OGP_LANG_there_is_another_db_named_or_user_named', "Jest już baza danych o nazwie <b>%s</b> albo inny użytkownik o nazwie <b>%s</b>.");
|
||||
define('OGP_LANG_db_added_for_home_id', "Dodanie bazy danych dla ID <b>%s</b>.");
|
||||
define('OGP_LANG_could_not_remove_db', "Wybrana baza danych nie może zostać usunięta.");
|
||||
define('OGP_LANG_db_removed_successfully_from_mysql_server_named', "Baza danych została usunięta z serwera %s.");
|
||||
define('OGP_LANG_areyousure_remove_mysql_server', "Czy jesteś pewny skasowania serwera MySQL o nazwie <b>%s</b>?");
|
||||
define('OGP_LANG_db_changed_successfully', "Baza danych o nazwie %s została zmodyfikowana.");
|
||||
define('OGP_LANG_error_while_remove', "Błąd przy usuwaniu.");
|
||||
define('OGP_LANG_mysql_server_removed', "Serwer MySQL <b>%s</b> został pomyślnie usunięty.");
|
||||
define('OGP_LANG_unable_to_set_changes_to', "Nie można zmodyfikować serwera MySQL <b>%s</b>.");
|
||||
define('OGP_LANG_mysql_server_settings_changed', "Serwer MySQL <b>%s</b> został pomyślnie edytowany.");
|
||||
define('OGP_LANG_editing_mysql_server', "Edycja serwera MySQL <b>%s</b>.");
|
||||
define('OGP_LANG_save_settings', "Zapisz ustawienia.");
|
||||
define('OGP_LANG_mysql_dbs_for', "Bazy danych dla serwera %s");
|
||||
define('OGP_LANG_edit_dbs', "Edytuj bazy danych");
|
||||
define('OGP_LANG_edit_db_settings', "Edytuj ustawienia bazy danych");
|
||||
define('OGP_LANG_remove_db', "Usuń bazę danych");
|
||||
define('OGP_LANG_save_db_changes', "Zapisz zmiany bazy danych.");
|
||||
define('OGP_LANG_add_db', "Dodaj bazę danych");
|
||||
define('OGP_LANG_select_db', "Wybierz bazę danych");
|
||||
define('OGP_LANG_db_user', "Użytkownik bazy danych");
|
||||
define('OGP_LANG_db_passwd', "Hasło bazy danych");
|
||||
define('OGP_LANG_db_name', "Nazwa bazy danych");
|
||||
define('OGP_LANG_enabled', "Włączona");
|
||||
define('OGP_LANG_game_server', "Serwer gry");
|
||||
define('OGP_LANG_there_are_no_databases_assigned_for', "Nie posiadasz żadnej bazy danych przypisanej do serwera <b>%s</b>.");
|
||||
define('OGP_LANG_unable_to_connect_to_mysql_server_as', "Błąd podczas połączenia do bazy danych jako %s.");
|
||||
define('OGP_LANG_unable_to_create_db', "Błąd podczas tworzenia bazy danych.");
|
||||
define('OGP_LANG_unable_to_select_db', "Nie można wybrać bazy danych %s.");
|
||||
define('OGP_LANG_db_info', "Informacje Bazy Danych");
|
||||
define('OGP_LANG_db_tables', "Tabele Bazy Danych");
|
||||
define('OGP_LANG_db_backup', "DB Kopia zapasowa");
|
||||
define('OGP_LANG_download_db_backup', "Pobierz Kopia zapasowa DB");
|
||||
define('OGP_LANG_restore_db_backup', "Przywracanie kopii zapasowych DB");
|
||||
define('OGP_LANG_sql_file', "plik(.sql)");
|
||||
?>
|
||||
|
|
@ -1,98 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_manage_listings', "Zarządzaj wiadomościami");
|
||||
define('OGP_LANG_add_new_listing', "Napisz wiadomość");
|
||||
define('OGP_LANG_your_current_listings', "Twoje aktualne wiadomości");
|
||||
define('OGP_LANG_edit', "Edytuj");
|
||||
define('OGP_LANG_date', "Data");
|
||||
define('OGP_LANG_images', "Obrazy");
|
||||
define('OGP_LANG_title', "Tytuł");
|
||||
define('OGP_LANG_description', "Treść wiadomości");
|
||||
define('OGP_LANG_written_by', "Autor");
|
||||
define('OGP_LANG_details', "Czytaj Więcej");
|
||||
define('OGP_LANG_modify', "Modyfikuj");
|
||||
define('OGP_LANG_save', "Zapisz");
|
||||
define('OGP_LANG_delete', "Usuń");
|
||||
define('OGP_LANG_sure_to_delete', "Czy na pewno chcesz usunąć te wiadomości?");
|
||||
define('OGP_LANG_go_back', "Wróć");
|
||||
define('OGP_LANG_new_added_success', "Wiadomość została opublikowana!");
|
||||
define('OGP_LANG_add_another', "Dodaj kolejną");
|
||||
define('OGP_LANG_or_message', "lub");
|
||||
define('OGP_LANG_please_select', "Wybierz");
|
||||
define('OGP_LANG_submit', "Zatwierdź");
|
||||
define('OGP_LANG_edit_listing', "Edytuj wiadomości");
|
||||
define('OGP_LANG_modifications_saved', "Nowe wartości zostały zapisane pomyślnie!");
|
||||
define('OGP_LANG_modify_images', "Modyfikuj zdjęcia nowych artykułów");
|
||||
define('OGP_LANG_upload_more_images', "Wyślij więcej obrazków");
|
||||
define('OGP_LANG_latest_news', "Ostatnia wiadomość");
|
||||
define('OGP_LANG_search_results', "Wyniki Wyszukiwania");
|
||||
define('OGP_LANG_no_results', "Nie znaleziono żadnych wiadomości.");
|
||||
define('OGP_LANG_config_options', "Opcje wiadomości");
|
||||
define('OGP_LANG_date_format', "Format Daty");
|
||||
define('OGP_LANG_results_per_page', "Wiadomości na Stronę");
|
||||
define('OGP_LANG_enable_search', "Włącz wyszukiwarkę");
|
||||
define('OGP_LANG_image_quality', "Jakość obrazka (0-100)");
|
||||
define('OGP_LANG_max_image_width', "Maksymalna szerokość obrazka (px)");
|
||||
define('OGP_LANG_gallery_theme', "Wygląd galerii zdjęć");
|
||||
define('OGP_LANG_images_bottom', "Pozycja galerii zdjęć");
|
||||
define('OGP_LANG_img_bottom', "Pod artykułem");
|
||||
define('OGP_LANG_img_right', "Po prawej stronie artykułu");
|
||||
define('OGP_LANG_no_word', "Nie");
|
||||
define('OGP_LANG_yes_word', "Tak");
|
||||
define('OGP_LANG_no_access', "Nie masz prawa do tej strony. Twoje działanie zostanie zarejestrowane w celu przeprowadzenia dalszej inspekcji.");
|
||||
define('OGP_LANG_write_permission_required', "Wymagane uprawnienia do pisania");
|
||||
define('OGP_LANG_fix_permission', "Proszę poprawić uprawnienia. Moduł nie będzie działał zgodnie z oczekiwaniami, dopóki nie zostaną naprawione żadne uprawnienia.");
|
||||
define('OGP_LANG_check_permissions', "Sprawdź Uprawnienia");
|
||||
define('OGP_LANG_permission_ok', "Wymagane uprawnienia są w porządku!");
|
||||
define('OGP_LANG_empty_title', "Proszę wypełnić tytuł");
|
||||
define('OGP_LANG_empty_description', "Proszę wypełnić treść");
|
||||
define('OGP_LANG_empty_author', "Proszę wypełnić imię i nazwisko autora");
|
||||
define('OGP_LANG_gd_fail', "Rozszerzenie GD nie jest zainstalowane lub włączone na serwerze. Przesyłanie zdjęć jest wyłączone.");
|
||||
define('OGP_LANG_search_news', "Szukaj wiadomości");
|
||||
define('OGP_LANG_help', "pomoc");
|
||||
define('OGP_LANG_help_date', "Uzyskaj pomoc dotyczącą sformatowania daty");
|
||||
define('OGP_LANG_id_invalid', "ID wiadomości nie istnieje");
|
||||
define('OGP_LANG_id_not_set', "ID wiadomości nie jest ustawiony");
|
||||
define('OGP_LANG_unauthorized_access', "Nieautoryzowany dostęp z");
|
||||
define('OGP_LANG_wysiwyg', "Edytor WYSIWYG");
|
||||
define('OGP_LANG_tinymce_lang', "Język Tiny MCE");
|
||||
define('OGP_LANG_da', "Duński");
|
||||
define('OGP_LANG_de', "Niemiecki");
|
||||
define('OGP_LANG_en_GB', "Angielski");
|
||||
define('OGP_LANG_es', "Hiszpański");
|
||||
define('OGP_LANG_fi', "Fiński");
|
||||
define('OGP_LANG_fr_FR', "Francuski");
|
||||
define('OGP_LANG_it', "Włoski");
|
||||
define('OGP_LANG_pl', "Polski");
|
||||
define('OGP_LANG_pt_PT', "Portugalski");
|
||||
define('OGP_LANG_ru', "Rosyjski");
|
||||
define('OGP_LANG_tinymce_skin', "Wygląd Tiny MCE");
|
||||
define('OGP_LANG_tinymce_skin_custom', "Musisz przesłać własną niestandardowy styl<b>modules/news/js/tinymce/skins/custom/</b>folder, aby móc korzystać z tego stylu. Jeśli wybierzesz bez zmian stylu, napotkasz problemy. Utwórz własny styl tutaj<a href='http://skin.tinymce.com/' target='_blank'>http://skin.tinymce.com/</a>.");
|
||||
define('OGP_LANG_safe_HTML', "HTML Purifier");
|
||||
define('OGP_LANG_safe_HTML_en', "HTML Purifier włączony");
|
||||
define('OGP_LANG_safe_HTML_dis', "HTML Purifier wyłączony");
|
||||
define('OGP_LANG_safe_HTML_en_info', "Treść HTML artykułu w szczegółowym widoku zostanie oczyszczona. Spowoduje to usunięcie niektórych znaczników HTML, takich jak iframes. Edytuj plik<b>modules/news/config.php</b>, aby zmienić ustawienie 'safe_HTML' z wartości '1' (włączone) na wartość '0' (wyłączone), aby wyłączyć to zachowanie i umożliwić użycie pełnego HTML bez ograniczeń.");
|
||||
define('OGP_LANG_safe_HTML_dis_info', "Treść HTML artykułu w szczegółowym widoku nie zostanie oczyszczona. Edytuj plik<b>modules/news/config.php</b>by zmienić ustawienie 'safe_HTML' z wartości '0' (wyłączone) na wartość \"1\" (włączona), aby umożliwić bezpieczne używanie tagów HTML.");
|
||||
?>
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_rcon_command_title', "Comandos RCON");
|
||||
define('OGP_LANG_has_sent_to', "se envió a");
|
||||
define('OGP_LANG_need_set_remote_pass', "Necesita configurar el password RCON");
|
||||
define('OGP_LANG_before_sending_rcon_com', "antes de enviar comandos RCON");
|
||||
define('OGP_LANG_send_command', "Enviar comando");
|
||||
define('OGP_LANG_check-all', "Zaznacz wszystkie");
|
||||
define('OGP_LANG_uncheck-all', "Odznacz wszystkie");
|
||||
?>
|
||||
|
|
@ -1,55 +0,0 @@
|
|||
<?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_login_name', "Nazwa użytkownika");
|
||||
define('OGP_LANG_users_fname', "Imię");
|
||||
define('OGP_LANG_users_lname', "Nazwisko");
|
||||
define('OGP_LANG_users_passwd', "Hasło");
|
||||
define('OGP_LANG_users_cpasswd', "Potwierdź hasło");
|
||||
define('OGP_LANG_passwd_len', "Hasło musi być większe niż 6 znaków");
|
||||
define('OGP_LANG_err_password', "Pole hasło nie może być puste");
|
||||
define('OGP_LANG_err_confirm_password', "Pole Potwierdź hasło nie może być puste");
|
||||
define('OGP_LANG_err_password_mismatch', "Hasła nie są identyczne");
|
||||
define('OGP_LANG_phone_number', "Numer telefonu");
|
||||
define('OGP_LANG_users_email', "Email");
|
||||
define('OGP_LANG_register_a_new_user', "Zarejestruj nowego użytkownika");
|
||||
define('OGP_LANG_password_mismatch', "Hasła nie są identyczne.");
|
||||
define('OGP_LANG_confirm_password', "Potwierdź hasło");
|
||||
define('OGP_LANG_successfull', "Powodzenie");
|
||||
define('OGP_LANG_click_here', "Kliknij tutaj");
|
||||
define('OGP_LANG_to_login', "aby się zalogować.");
|
||||
define('OGP_LANG_registered_on', "Zarejestrowany w dniu :: %s");
|
||||
define('OGP_LANG_register_message', "Hello,<br><br>Your Open Game Panel account has been created and you may <a href='%s' target='_blank'>login now</a>.<br><br>Username: %s<br><br>Remember to change your password often and the first time you login.<br><br>Please do not reply to this email!<br><br>______________________________<br>Black Market Servers");
|
||||
define('OGP_LANG_err_captcha', "Nieprawidłowe Captcha.");
|
||||
define('OGP_LANG_err_login_name', "Nazwa użytkownika jest pusta lub w użyciu.");
|
||||
define('OGP_LANG_err_first_name', "Podaj swoje imię.");
|
||||
define('OGP_LANG_err_last_name', "Pole nazwisko jest puste.");
|
||||
define('OGP_LANG_err_phone_number', "Pole numer telefonu jest puste.");
|
||||
define('OGP_LANG_err_email_address', "Adres e-mail jest puste lub nieprawidłowe.");
|
||||
define('OGP_LANG_err_email_address_already_in_use_by', "Adres e-mail jest już w użyciu przez użytkownika <b>%s</b>.");
|
||||
define('OGP_LANG_user_registration', "Rejestracja Użytkownika");
|
||||
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Dane konta zostały wysłane pocztą do <b>%s</b>.");
|
||||
define('OGP_LANG_account_created', "Twoje konto zostało stworzone.");
|
||||
define('OGP_LANG_subject', "%s :: Informacje o Koncie");
|
||||
?>
|
||||
|
|
@ -1,139 +0,0 @@
|
|||
<?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_add_new_remote_host', "Dodaj Nowego Hosta");
|
||||
define('OGP_LANG_configured_remote_hosts', "Skonfigurowane Hosty");
|
||||
define('OGP_LANG_remote_host', "Adres Hosta");
|
||||
define('OGP_LANG_remote_host_info', "Adres Hosta lub Domena która wskazuje na dany Adres IP");
|
||||
define('OGP_LANG_remote_host_port', "Port Hosta");
|
||||
define('OGP_LANG_remote_host_port_info', "The port that is listened by the OGP Agent on remote host. Default: 12679.");
|
||||
define('OGP_LANG_remote_host_name', "Nazwa Hosta");
|
||||
define('OGP_LANG_ogp_user', "OGP Agent Username");
|
||||
define('OGP_LANG_remote_host_name_info', "Nazwa zdalnego komputera jest używana, aby pomóc użytkownikom w określeniu ich serwerów.");
|
||||
define('OGP_LANG_add_remote_host', "Dodaj Hosta");
|
||||
define('OGP_LANG_remote_encryption_key', "Klucz Szyfrowania Hosta");
|
||||
define('OGP_LANG_remote_encryption_key_info', "Klucza szyfrowania Remote służy do szyfrowania danych między stron internetowych i agencji. Ten klucz musi być jakiś na obu końcach.");
|
||||
define('OGP_LANG_server_name', "Nazwa Serwera");
|
||||
define('OGP_LANG_agent_ip_port', "IP:PORT Agenta");
|
||||
define('OGP_LANG_agent_status', "Status Agenta");
|
||||
define('OGP_LANG_ips', "IP");
|
||||
define('OGP_LANG_add_more_ips', "Jeśli chcesz, aby wprowadzić więcej prasy IPs Set IP, gdy wszystkie pola są pełne i puste pole pojawi się.");
|
||||
define('OGP_LANG_encryption_key_mismatch', "Klucz szyfrowania nie pasuje do agenta. Sprawdź ponownie konfigurację Agenta.");
|
||||
define('OGP_LANG_no_ip_for_remote_host', "Należy dodać co najmniej jednego (1) adres IP dla każdego zdalnego komputera.");
|
||||
define('OGP_LANG_note_remote_host', "A remote host is a server where the OGP Agent is running on. Each host can have multiple number of IP addresses on which users can bind servers to.");
|
||||
define('OGP_LANG_ip_administration', "Serwer & IP Administracja :: Open Game Panel");
|
||||
define('OGP_LANG_unknown_error', "Nieznany błąd - status_chk returned");
|
||||
define('OGP_LANG_remote_host_user_name', "UNIX user");
|
||||
define('OGP_LANG_remote_host_user_name_info', "Nazwa użytkownika, w którym działa Agent. Przykład: Matthew");
|
||||
define('OGP_LANG_remote_host_ftp_ip', "FTP IP");
|
||||
define('OGP_LANG_remote_host_ftp_ip_info', "The FTP server <b>IP</b> for the current Agent.");
|
||||
define('OGP_LANG_remote_host_ftp_port', "FTP Port");
|
||||
define('OGP_LANG_remote_host_ftp_port_info', "The FTP server <b>port</b> for the current Agent.");
|
||||
define('OGP_LANG_view_log', "View Log");
|
||||
define('OGP_LANG_status', "Status");
|
||||
define('OGP_LANG_stop_firewall', "Zatrzymaj zaporę");
|
||||
define('OGP_LANG_start_firewall', "Uruchom zaporę");
|
||||
define('OGP_LANG_seconds', "Sekundy");
|
||||
define('OGP_LANG_reboot', "Restart Serwera Hosta");
|
||||
define('OGP_LANG_restart', "Zrestartuj Agenta");
|
||||
define('OGP_LANG_confirm_reboot', "Czy na pewno chcesz wykonać restart serwera Hosta o nazwie '%s'?");
|
||||
define('OGP_LANG_confirm_restart', "Are you sure you want to restart the Agent named '%s'?");
|
||||
define('OGP_LANG_restarting', "Restarting Agent... Please wait.");
|
||||
define('OGP_LANG_restarted', "Agent zrestartowany pomyślnie.");
|
||||
define('OGP_LANG_reboot_success', "Serwer o nazwie '%s' został zrestartowany. Nie będzie można uzyskać dostępu do serwera, dopóki nie zostanie pomyślnie uruchomiony.");
|
||||
define('OGP_LANG_invalid_remote_host_id', "Nieprawidłowy id '%s' Hosta");
|
||||
define('OGP_LANG_remote_host_removed', "Usunięto Hosta o nazwie '%s'.");
|
||||
define('OGP_LANG_editing_remote_server', "Edytuj serwer hosta '%s'");
|
||||
define('OGP_LANG_remote_server_settings_changed', "Zmiana ustawień dla hosta '%s' wykonana pomyślnie.");
|
||||
define('OGP_LANG_save_settings', "Zapisz Ustawienia");
|
||||
define('OGP_LANG_set_ips', "Ustaw IP");
|
||||
define('OGP_LANG_remote_ip', "IP Hosta");
|
||||
define('OGP_LANG_remote_ips_for', "IPs for Game Servers To Use on Agent Server '%s'");
|
||||
define('OGP_LANG_ips_set_for_server', "IP zostało pomyślnie ustawione dla Hosta '%s'");
|
||||
define('OGP_LANG_could_not_remove_ip', "Nie można usunąć starych adresów IP z bazy danych.");
|
||||
define('OGP_LANG_could_add_ip', "Możliwość dodania zdalnego serwera IP do bazy danych.");
|
||||
define('OGP_LANG_areyousure_removeagent', "Are you sure you want to remove the Agent called");
|
||||
define('OGP_LANG_areyousure_removeagent2', "i wszystkich serwerów z nią związanych z bazy danych?");
|
||||
define('OGP_LANG_error_while_remove', "Podczas usuwania zdalnego serwera wystąpił błąd.");
|
||||
define('OGP_LANG_add_ip', "Dodaj IP");
|
||||
define('OGP_LANG_remove_ip', "Usuń IP");
|
||||
define('OGP_LANG_edit_ip', "Edytuj IP");
|
||||
define('OGP_LANG_wrote_changes', "Zmiany zapisane pomyślnie.");
|
||||
define('OGP_LANG_there_are_servers_running_on_this_ip', "Na Adresie IP są uruchomione serwery.");
|
||||
define('OGP_LANG_enter_ip_host', "Musisz wpisać IP dla serwera Hosta.");
|
||||
define('OGP_LANG_enter_valid_ip', "Musisz wprowadzić prawidłowy port dla Hosta. Wartość portu może wynosić od 0 do 65535, jednak zalecam od 1024 do 65535.");
|
||||
define('OGP_LANG_could_not_add_server', "Nie można dodać serwera");
|
||||
define('OGP_LANG_to_db', "do bazy danych.");
|
||||
define('OGP_LANG_added_server', "Dodaj serwer");
|
||||
define('OGP_LANG_with_port', "z portem");
|
||||
define('OGP_LANG_to_db_succesfully', "pomyślnie do bazy danych.");
|
||||
define('OGP_LANG_unable_discover', "Nie można automatycznie wykryć adresów IP");
|
||||
define('OGP_LANG_set_ip_manually', "Musisz ustawić ręcznie Adres IP.");
|
||||
define('OGP_LANG_found_ips', "Znaleziono IP");
|
||||
define('OGP_LANG_for_remote_server', "dla serwera hosta.");
|
||||
define('OGP_LANG_failed_add_ip', "Błąd przy dodawaniu IP");
|
||||
define('OGP_LANG_timeout', "Time Out");
|
||||
define('OGP_LANG_timeout_info', "The time limit in seconds to get response from this Agent.");
|
||||
define('OGP_LANG_use_nat', "Użyj NAT");
|
||||
define('OGP_LANG_use_nat_info', "Enable if your remote server is using NAT rules. Use this setting if your game servers are running on internal private LAN IP addresses so that the panel will use your real remote IP address to query the game servers.");
|
||||
define('OGP_LANG_arrange_ports', "Arrange ports");
|
||||
define('OGP_LANG_assign_new_ports_range_for_ip', "Assign new ports range for IP %s");
|
||||
define('OGP_LANG_assigned_port_ranges_for_ip', "Assigned port ranges for IP %s");
|
||||
define('OGP_LANG_assigned_ports_for_ip', "Assigned ports for IP %s");
|
||||
define('OGP_LANG_unspecified_game_types', "Nieokreślone typy gier");
|
||||
define('OGP_LANG_start_port', "Początkowy port:");
|
||||
define('OGP_LANG_end_port', "Końcowy port:");
|
||||
define('OGP_LANG_port_increment', "Port increment:");
|
||||
define('OGP_LANG_total_assignable_ports', "Total assignable ports:");
|
||||
define('OGP_LANG_available_range_ports', "Dozwolony zakres portów:");
|
||||
define('OGP_LANG_assign_range', "Assign range");
|
||||
define('OGP_LANG_edit_range', "Edytuj zakres");
|
||||
define('OGP_LANG_delete_range', "Usuń zakres");
|
||||
define('OGP_LANG_home_id', "ID Serwera");
|
||||
define('OGP_LANG_home_path', "główna ścieżka:");
|
||||
define('OGP_LANG_game_type', "Typ Gry");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_invalid_values', "Nieprawidłowe wartości.");
|
||||
define('OGP_LANG_ports_in_range_already_arranged', "Ports in range already arranged.");
|
||||
define('OGP_LANG_ports_range_already_configured_for', "Ports range already configured for %s.");
|
||||
define('OGP_LANG_ports_range_added_successfull_for', "Ports range added successfully for %s.");
|
||||
define('OGP_LANG_ports_range_deleted_successfull', "Ports range deleted successfully.");
|
||||
define('OGP_LANG_ports_range_edited_successfull_for', "Ports range edited successfully for %s.");
|
||||
define('OGP_LANG_editing_firewall_for_remote_server', "Editing Firewall for remote server named '%s'");
|
||||
define('OGP_LANG_default_allowed', "Allowed by default");
|
||||
define('OGP_LANG_allow_port_command', "Allow port command");
|
||||
define('OGP_LANG_deny_port_command', "Deny port command");
|
||||
define('OGP_LANG_allow_ip_port_command', "Allow IP:port command");
|
||||
define('OGP_LANG_deny_ip_port_command', "Deny IP:port command");
|
||||
define('OGP_LANG_enable_firewall_command', "Włącz komendy zapory");
|
||||
define('OGP_LANG_disable_firewall_command', "Wyłącz komendy zapory");
|
||||
define('OGP_LANG_get_firewall_status_command', "Pobierz status komend zapory");
|
||||
define('OGP_LANG_reset_firewall_command', "Reset firewall command");
|
||||
define('OGP_LANG_firewall_status', "Status zapory");
|
||||
define('OGP_LANG_save_firewall_settings', "Zapisz ustawienia zapory");
|
||||
define('OGP_LANG_reset_firewall', "Restart zapory");
|
||||
define('OGP_LANG_firewall_settings', "Ustawienia Zapory");
|
||||
define('OGP_LANG_display_public_ip', "Display Public IP");
|
||||
define('OGP_LANG_ips_can_be_internal_external', "Enter usable IP addresses. Public IP addresses and internal LAN IP addresses (for NAT setups) can be used.");
|
||||
?>
|
||||
|
|
@ -1,148 +0,0 @@
|
|||
<?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_maintenance_mode', "Przerwa Techniczna");
|
||||
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.");
|
||||
define('OGP_LANG_maintenance_title', "Tytuł przerwy technicznej");
|
||||
define('OGP_LANG_maintenance_title_info', "Tytuł wyświetlany zwykłym użytkownikom podczas konserwacji.");
|
||||
define('OGP_LANG_maintenance_message', "Prezentowane Wiadomość");
|
||||
define('OGP_LANG_maintenance_message_info', "Komunikat, który jest wyświetlany zwykłym użytkownikom podczas konserwacji.");
|
||||
define('OGP_LANG_update_settings', "Aktualizuj Ustawienia");
|
||||
define('OGP_LANG_settings_updated', "Ustawienia zostały zaktualizowane.");
|
||||
define('OGP_LANG_panel_language', "Język");
|
||||
define('OGP_LANG_panel_language_info', "Ten język jest językiem domyślnym panelu. Użytkownicy mogą zmieniać język w edycji profilu.");
|
||||
define('OGP_LANG_page_auto_refresh', "Automatycznie odświeżenie strony");
|
||||
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.");
|
||||
define('OGP_LANG_smtp_server', "Serwer SMTP");
|
||||
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.");
|
||||
define('OGP_LANG_panel_email_address', "Email Panelu");
|
||||
define('OGP_LANG_panel_email_address_info', "Jest to adres e-mail, który jest w polu, podczas kontaktu z użytkownikami.");
|
||||
define('OGP_LANG_panel_name', "Nazwa Panelu");
|
||||
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.");
|
||||
define('OGP_LANG_feed_enable', "Enable LGSL Feed");
|
||||
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.");
|
||||
define('OGP_LANG_feed_url', "Feed URL");
|
||||
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>");
|
||||
define('OGP_LANG_charset', "Kodowanie znaków");
|
||||
define('OGP_LANG_charset_info', "UTF8, ISO, ASCII, etc... Overrides the character encoding defined in language files. Leave it blank to use language default.");
|
||||
define('OGP_LANG_steam_user', "Użytkownik Steam");
|
||||
define('OGP_LANG_steam_user_info', "Użytkownik jest potrzebny, aby pobrać pliki serwera gdy tego wymagają.");
|
||||
define('OGP_LANG_steam_pass', "Hasło Steam");
|
||||
define('OGP_LANG_steam_pass_info', "Ustaw tutaj hasło konta Steam.");
|
||||
define('OGP_LANG_steam_guard', "Steam Guard");
|
||||
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.");
|
||||
define('OGP_LANG_smtp_port', "Port SMTP");
|
||||
define('OGP_LANG_smtp_port_info', "Tak SMTP port nie jest domyślny port (25) Wpisz numer portu SMTP.");
|
||||
define('OGP_LANG_smtp_login', "Użytkownik SMTP");
|
||||
define('OGP_LANG_smtp_login_info', "Jeśli serwer SMTP wymaga uwierzytelniania, wpisz nazwę użytkownika.");
|
||||
define('OGP_LANG_smtp_passw', "Hasło SMTP");
|
||||
define('OGP_LANG_smtp_passw_info', "Jeśli nie ustawić hasło nie używane uwierzytelnianie SMTP");
|
||||
define('OGP_LANG_smtp_secure', "Bezpieczeństwo SMTP");
|
||||
define('OGP_LANG_smtp_secure_info', "Użyj SSL/TLS do połączenia z serwerem SMTP");
|
||||
define('OGP_LANG_time_zone', "Strefa Czasu");
|
||||
define('OGP_LANG_time_zone_info', "Ustawia domyślną strefę czasową używaną przez wszystkie data / czas funkcji.");
|
||||
define('OGP_LANG_query_cache_life', "Żywotność cache odświeżania serwera");
|
||||
define('OGP_LANG_query_cache_life_info', "Ustawia limit czasu w sekundach, zanim stan serwera zostanie odświeżony.");
|
||||
define('OGP_LANG_query_num_servers_stop', "Wyłącz odpytywanie serwera po");
|
||||
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.");
|
||||
define('OGP_LANG_editable_email', "Zmiana emaila przez użytkowników");
|
||||
define('OGP_LANG_editable_email_info', "Wybierz, jeśli użytkownicy mogą edytować swój adres e-mail lub nie.");
|
||||
define('OGP_LANG_old_dashboard_behavior', "Old Dashboard behavior");
|
||||
define('OGP_LANG_old_dashboard_behavior_info', "The old Dashboard was running slower, but shows more server informations (e.g. current players and maps).");
|
||||
define('OGP_LANG_rsync_available', "Available Rsync servers");
|
||||
define('OGP_LANG_rsync_available_info', "Wybierz listę serwerów rsync, które zostaną wyświetlone w instalacji.");
|
||||
define('OGP_LANG_all_available_servers', "Wszystkie dostępne serwery ( rsync_sites.list + rsync_sites_local.list )");
|
||||
define('OGP_LANG_only_remote_servers', "Tylko serwery hosta ( rsync_sites.list )");
|
||||
define('OGP_LANG_only_local_servers', "Tylko lokalnie serwery ( rsync_sites_local.list )");
|
||||
define('OGP_LANG_header_code', "Kod nagłówka");
|
||||
define('OGP_LANG_header_code_info', "Tutaj możesz wpisać własny kod nagłówka (jak HTML itd...) bez konieczności edycji szablonu stylu.");
|
||||
define('OGP_LANG_support_widget_title', "Tytuł widgetu pomocy technicznej");
|
||||
define('OGP_LANG_support_widget_title_info', "Niestandardowy tytuł widgetu pomocy technicznej w panelu.");
|
||||
define('OGP_LANG_support_widget_content', "Pomoc Techniczna, zawartość widgetu.");
|
||||
define('OGP_LANG_support_widget_content_info', "The content of the support widget (HTML code allowed).");
|
||||
define('OGP_LANG_support_widget_link', "Link do widgetu Pomocy Technicznej");
|
||||
define('OGP_LANG_support_widget_link_info', "Link do widgetu Pomocy Technicznej");
|
||||
define('OGP_LANG_recaptcha_site_key', "Recaptcha Site Key");
|
||||
define('OGP_LANG_recaptcha_site_key_info', "Klucz witryny dostarczony przez Google.");
|
||||
define('OGP_LANG_recaptcha_secret_key', "Recaptcha Secret Key");
|
||||
define('OGP_LANG_recaptcha_secret_key_info', "Unikalny klucz dostarczony przez Google.");
|
||||
define('OGP_LANG_recaptcha_use_login', "Use Recaptcha on Login");
|
||||
define('OGP_LANG_recaptcha_use_login_info', "If enabled, users will have to solve the Not a Robot Recaptcha when attempting to login.");
|
||||
define('OGP_LANG_login_attempts_before_banned', "Ilość nieprawidłowych logowań");
|
||||
define('OGP_LANG_login_attempts_before_banned_info', "Liczba nieudanych prób zalogowania się zanim użytkownik zostanie zbanowany.");
|
||||
define('OGP_LANG_custom_github_update_username', "Nazwa użytkownika GitHub");
|
||||
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.");
|
||||
define('OGP_LANG_remote_query', "Remote query");
|
||||
define('OGP_LANG_remote_query_info', "Use the remote server (agent) to make queries to the game servers (Only GameQ and LGSL).");
|
||||
define('OGP_LANG_check_expiry_by', "Sprawdź wygaśnięcie używając");
|
||||
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.");
|
||||
define('OGP_LANG_once_logged_in', "Przez Zalogowanie");
|
||||
define('OGP_LANG_cron_job', "Przez Crona");
|
||||
define('OGP_LANG_theme_settings', "Ustawienia tematyczne");
|
||||
define('OGP_LANG_theme', "Skórka");
|
||||
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.");
|
||||
define('OGP_LANG_welcome_title', "Tytuł Powitania");
|
||||
define('OGP_LANG_welcome_title_info', "Enables the title that is displayed at the top of the Dashboard.");
|
||||
define('OGP_LANG_welcome_title_message', "Wiadomość Powitalna");
|
||||
define('OGP_LANG_welcome_title_message_info', "The title message that is displayed at the top of the Dashboard (HTML code allowed).");
|
||||
define('OGP_LANG_logo_link', "Link do logo");
|
||||
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>");
|
||||
define('OGP_LANG_custom_tab', "Custom Tab");
|
||||
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>");
|
||||
define('OGP_LANG_custom_tab_name', "Custom Tab Name");
|
||||
define('OGP_LANG_custom_tab_name_info', "The tabs display name.");
|
||||
define('OGP_LANG_custom_tab_link', "Custom Tab Link");
|
||||
define('OGP_LANG_custom_tab_link_info', "The tabs hyperlink.");
|
||||
define('OGP_LANG_custom_tab_sub', "Custom Sub-Tabs");
|
||||
define('OGP_LANG_custom_tab_sub_info', "Adds customisable sub-tabs when hovering over the 'Custom Tab'.");
|
||||
define('OGP_LANG_custom_tab_sub_name', "Sub-Tab #1 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link', "Sub-Tab #1 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name2', "Sub-Tab #2 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link2', "Sub-Tab #2 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name3', "Sub-Tab #3 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link3', "Sub-Tab #3 Link");
|
||||
define('OGP_LANG_custom_tab_sub_name4', "Sub-Tab #4 Name");
|
||||
define('OGP_LANG_custom_tab_sub_link4', "Sub-Tab #4 Link");
|
||||
define('OGP_LANG_custom_tab_target_blank', "Custom Tabs Target");
|
||||
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>");
|
||||
define('OGP_LANG_bg_wrapper', "Wrapper Background");
|
||||
define('OGP_LANG_bg_wrapper_info', "The wrappers background image. <b style='font-size:10px; font-weight:normal;'>(Only available on some themes.)</b>");
|
||||
define('OGP_LANG_show_server_id_game_monitor', "Pokaż id serwera na stronie Monitor Gier");
|
||||
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.");
|
||||
define('OGP_LANG_default_game_server_home_path_prefix', "Default game server home directory prefix");
|
||||
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.");
|
||||
define('OGP_LANG_use_authorized_hosts', "Limit API to Defined Authorized Hosts");
|
||||
define('OGP_LANG_use_authorized_hosts_info', "Enable this setting to only allow API calls from pre-defined and approved IP addresses. Approved addresses can be set on this page once the setting has been enabled. If this setting is disabled, a user using a valid key will have access to the API from any IP address. Users using a valid key will be able to use the API to manage any game server they have permissions to administrate.");
|
||||
define('OGP_LANG_setup_api_authorized_hosts', "Setup API authorized hosts");
|
||||
define('OGP_LANG_autohorized_hosts', "Authorized hosts");
|
||||
define('OGP_LANG_add', "Add");
|
||||
define('OGP_LANG_remove', "Remove");
|
||||
define('OGP_LANG_default_trusted_hosts', "Default Trusted Hosts");
|
||||
define('OGP_LANG_trusted_host_or_proxy_addresses_or_cidr', "Trusted Hosts or Proxies (IPv4/IPv6 Addresses or CIDR)");
|
||||
define('OGP_LANG_trusted_forwarded_ip_addresses_or_cidr', "Trusted Forwarded IPs (IPv4/IPv6 Addresses or CIDR)");
|
||||
define('OGP_LANG_reset_game_server_order', "Reset Game Server Ordering");
|
||||
define('OGP_LANG_reset_game_server_order_info', "Resets game server ordering back to the default of using the server ID");
|
||||
|
||||
|
||||
?>
|
||||
|
|
@ -1,48 +0,0 @@
|
|||
<?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_system_uptime', "Czas Działania Serwera");
|
||||
define('OGP_LANG_system_up_time', "Uruchomiony Od");
|
||||
define('OGP_LANG_system_up_since', "Uruchomiony");
|
||||
define('OGP_LANG_day_word', "Day");
|
||||
define('OGP_LANG_days_word', "Days");
|
||||
define('OGP_LANG_hour_word', "Hour");
|
||||
define('OGP_LANG_hours_word', "Hours");
|
||||
define('OGP_LANG_minute_word', "Minute");
|
||||
define('OGP_LANG_minutes_word', "Minutes");
|
||||
define('OGP_LANG_second_word', "Second");
|
||||
define('OGP_LANG_seconds_word', "Seconds");
|
||||
define('OGP_LANG_cpu_usage', "Użycie Rdzeni Procesora");
|
||||
define('OGP_LANG_cpu_load', "Użycie");
|
||||
define('OGP_LANG_ram_usage', "Wykorzystanie Pamięci");
|
||||
define('OGP_LANG_ram_used', "Wykorzystana Pamięć");
|
||||
define('OGP_LANG_ram_of', "z");
|
||||
define('OGP_LANG_storage_space', "Wykorzystanie Dysku");
|
||||
define('OGP_LANG_storage_total', "Pojemność");
|
||||
define('OGP_LANG_storage_used', "Zajęte Miejsce");
|
||||
define('OGP_LANG_storage_free', "Wolne Miejsce");
|
||||
define('OGP_LANG_process_monitor', "Monitor Procesów");
|
||||
define('OGP_LANG_status_extension_required', "Rozszerzenie wymagane");
|
||||
define('OGP_LANG_gd_info', "PHP Extension <a href=\"http://php.net/manual/en/image.installation.php\">GD</a> jest wymagane, aby wygenerować obrazy statusu!");
|
||||
?>
|
||||
|
|
@ -1,74 +0,0 @@
|
|||
<?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_game', "Game");
|
||||
define('OGP_LANG_select_mod', "Select mod");
|
||||
define('OGP_LANG_manual_workshop_mod_id', "Manual Workshop mod ID");
|
||||
define('OGP_LANG_manual_workshop_mod_id_info', "You'll find the mod id at the URL of the mod, for example 1379153273 for ARK: Survival Evolved's Solar Panel. You can install multiple mods separating them by coma.");
|
||||
define('OGP_LANG_update_in_progress', "Update in progress");
|
||||
define('OGP_LANG_refresh_steam_workshop_status', "Refresh Steam Workshop status");
|
||||
define('OGP_LANG_update_completed', "Update completed");
|
||||
define('OGP_LANG_mod_does_not_belong_to_workshop', "The mod %s does not belong to the Workshop");
|
||||
define('OGP_LANG_mod_installation_started', "Mod installation started");
|
||||
define('OGP_LANG_failed_to_start_steam_workshop', "Failed to start Steam Workshop");
|
||||
define('OGP_LANG_connection_error', "Connection error");
|
||||
define('OGP_LANG_install_mod', "Install mods");
|
||||
define('OGP_LANG_show_mod_info', "Show mods info");
|
||||
define('OGP_LANG_select_game', "Select Game");
|
||||
define('OGP_LANG_save_config', "Save Config");
|
||||
define('OGP_LANG_mod_key_not_found_from_xml', "Mod key %s not found from xml.");
|
||||
define('OGP_LANG_workshop_id', "Workshop ID");
|
||||
define('OGP_LANG_workshop_id_info', "You'll find the Workshop ID at the URL of the Workshop, for example 440900 for Conan Exiles");
|
||||
define('OGP_LANG_mods_path', "Mods Path");
|
||||
define('OGP_LANG_mods_path_info', "The relative path for the mods folder.");
|
||||
define('OGP_LANG_regex', "Regex");
|
||||
define('OGP_LANG_regex_info', "A regular expression that matches the mods in the configuration file");
|
||||
define('OGP_LANG_mods_backreference_index', "Mods Backreference Index");
|
||||
define('OGP_LANG_mods_backreference_index_info', "The position of the back reference from the part of the regex that match the mods list, starting by 0.");
|
||||
define('OGP_LANG_variable', "Variable");
|
||||
define('OGP_LANG_variable_info', "The variable that cointains the mods list, if any.");
|
||||
define('OGP_LANG_place_after', "Place After");
|
||||
define('OGP_LANG_place_after_info', "The section of the configuration file where the mods list appears, if any. It will be added to the config file if does not exists yet. If the given variable is not present then it will be placed in the line after this section.");
|
||||
define('OGP_LANG_mod_string', "Mod String");
|
||||
define('OGP_LANG_mod_string_info', "The string that represents the mod in the mod list. Valid replacements: %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
|
||||
define('OGP_LANG_string_separator', "String Separator");
|
||||
define('OGP_LANG_string_separator_info', "The character that separates the mods in the configuration file, for example new line character (\\n) or coma (,).");
|
||||
define('OGP_LANG_filepath', "File Path");
|
||||
define('OGP_LANG_filepath_info', "The path of the configuration file where the mods must be listed.");
|
||||
define('OGP_LANG_post_install', "Postinstall Script");
|
||||
define('OGP_LANG_post_install_info', "The necessary commands in bash to move the mods to the mods folder. Valid replacements: %mods_full_path% (the full path to the Wokshop mods folder), %workshop_mod_id%, %first_file% (first file is the first file found in the mod folder downloaded by SteamCMD)");
|
||||
define('OGP_LANG_install_mods', "Install Mods");
|
||||
define('OGP_LANG_uninstall_mods', "Uninstall Mods");
|
||||
define('OGP_LANG_failed_uninstalling_mod', "Failed uninstalling mod %s");
|
||||
define('OGP_LANG_uninstall', "Uninstall Script");
|
||||
define('OGP_LANG_uninstall_info', "This is the script called when a mod is uninstalled, Valid replacements: %mods_full_path% (the full path to the wokshop mods folder), %mod_string% (mod string is the name listed in the configuration file for this mod).");
|
||||
define('OGP_LANG_remove_mods', "Remove Mods");
|
||||
define('OGP_LANG_do_not_close_this_page_while_mods_are_being_installed', "Do not close this page while mods are being installed.");
|
||||
define('OGP_LANG_no_game_server_selected', "No game server selected");
|
||||
define('OGP_LANG_there_are_no_mods_installed_on_this_game_server', "There are no mods installed on this game server");
|
||||
define('OGP_LANG_workshop_configuration_not_found', "Workshop configuration not found");
|
||||
define('OGP_LANG_download_method', "Download Method");
|
||||
define('OGP_LANG_anonymous_login', "Anonymous Login");
|
||||
define('OGP_LANG_select_at_least_one_mod_or_enter_mod_id', "Select at least one mod or enter a mod ID.");
|
||||
define('OGP_LANG_no_game_servers_assigned', "You don't have any servers assigned to your account.");
|
||||
?>
|
||||
|
|
@ -1,64 +0,0 @@
|
|||
<?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_login_name', "Nazwa użytkownika");
|
||||
define('OGP_LANG_first_name', "Imię");
|
||||
define('OGP_LANG_last_name', "Nazwisko");
|
||||
define('OGP_LANG_phone_number', "Numer telefonu");
|
||||
define('OGP_LANG_email_address', "Adres email");
|
||||
define('OGP_LANG_register_a_new_user', "Rejestracja nowego użytkownika");
|
||||
define('OGP_LANG_password_mismatch', "Hasła nie są identyczne.");
|
||||
define('OGP_LANG_confirm_password', "Potwierdź hasło");
|
||||
define('OGP_LANG_subuser_password', "Hasło subusera");
|
||||
define('OGP_LANG_subuser_man', "Zarządzanie Sub-Userem");
|
||||
define('OGP_LANG_successfull', "Powodzenie");
|
||||
define('OGP_LANG_click_here', "Kliknij tutaj");
|
||||
define('OGP_LANG_to_login', "aby się zalogować.");
|
||||
define('OGP_LANG_registered_on', "Zarejestrowany w dniu :: %s");
|
||||
define('OGP_LANG_register_message', "Witaj,<br>Twoje konto zostało utworzone.<br><br>Użytkownik: %s<br>Hasło: %s<br><br>Możesz zmienić swoje hasło z konta.<br>Dziękuję!<br>Administratora.<br>Ten e-mail został utworzony automatycznie, Proszę, nie odpowiadać na email!");
|
||||
define('OGP_LANG_err_password', "Pole hasło nie może być puste");
|
||||
define('OGP_LANG_err_confirm_password', "Pole Potwierdź hasło nie może być puste");
|
||||
define('OGP_LANG_err_password_mismatch', "Hasła nie są identyczne");
|
||||
define('OGP_LANG_err_captcha', "Nieprawidłowe kod Captcha.");
|
||||
define('OGP_LANG_err_login_name', "Nazwa użytkownika jest pusta lub w użyciu.");
|
||||
define('OGP_LANG_err_first_name', "Podaj swoje imię.");
|
||||
define('OGP_LANG_err_last_name', "Pole nazwisko jest puste.");
|
||||
define('OGP_LANG_err_phone_number', "Pole numer telefonu jest puste.");
|
||||
define('OGP_LANG_err_email_address', "Adres e-mail jest puste lub nieprawidłowe.");
|
||||
define('OGP_LANG_err_users_parent', "Konto Subuser nie może tworzyć innych użytkowników.");
|
||||
define('OGP_LANG_err_parent_user', "ID użytkownika nadrzędnego musi odwoływać się do AKTYWNEGO użytkownika istniejącego.");
|
||||
define('OGP_LANG_err_email_address_already_in_use_by', "Adres e-mail jest już w użyciu przez użytkownika <b>%s</b>.");
|
||||
define('OGP_LANG_user_registration', "Rejestracja Użytkownika");
|
||||
define('OGP_LANG_your_account_details_has_been_sent_by_email_to', "Dane konta zostały wysłane pocztą do <b>%s</b>.");
|
||||
define('OGP_LANG_subject', "Hello %s, welcome to %s!");
|
||||
define('OGP_LANG_sub_user', "Pod-użytkownicy");
|
||||
define('OGP_LANG_create_sub_user', "Dodaj SubUser");
|
||||
define('OGP_LANG_listdel_sub_user', "Lista lub Usuń Sub User");
|
||||
define('OGP_LANG_delete_sub_user', "Usuń Sub User");
|
||||
define('OGP_LANG_del_subuser_conf', "Czy na pewno chcesz usunąć to konto:");
|
||||
define('OGP_LANG_no_subusers', "Brak subuser aby być przypisany do grupie. Proszę utworzyć konta subuser.");
|
||||
define('OGP_LANG_subuser_deleted', "Sub-User %s został usunięty z bazy danych!");
|
||||
define('OGP_LANG_subuser_added', "Sub-User %s został utworzony i dodano do bazy!");
|
||||
define('OGP_LANG_your_subusers', "Właściciel Kont Sub-Użytkownika ");
|
||||
?>
|
||||
|
|
@ -1,38 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_support_email_content', "Odebrano żądanie pomocy z %s (%s).<br><br>Serwer: %s.<br><br>%s");
|
||||
define('OGP_LANG_message_has_been_sent', "Dziękujemy za skontaktowanie się z nami! Twoja wiadomość została odebrana, odpowiemy na adres e-mail.");
|
||||
define('OGP_LANG_please_describe_your_issue_below', "Proszę użyć poniższego formularza, aby zwrócić się o pomoc do serwera gry.<br> Postaramy się odpowiedzieć tak szybko jak to możliwe.");
|
||||
define('OGP_LANG_select_server', "Wybierz serwer");
|
||||
define('OGP_LANG_email_address', "Adres email");
|
||||
define('OGP_LANG_subject', "Temat");
|
||||
define('OGP_LANG_message', "Wiadomość");
|
||||
define('OGP_LANG_email_must_be_filled_out', "Adres e-mail musi być wpisany.");
|
||||
define('OGP_LANG_subject_must_be_filled_out', "Tytuł musi zostać wpisany.");
|
||||
define('OGP_LANG_message_must_be_filled_out', "Wiadomość musi zostać napisana.");
|
||||
define('OGP_LANG_send', "Wyślij");
|
||||
define('OGP_LANG_error', "Błąd");
|
||||
define('OGP_LANG_info', "Informacje");
|
||||
?>
|
||||
|
|
@ -1,115 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_support_tickets', "Support Tickets");
|
||||
define('OGP_LANG_ticket_subject', "Subject");
|
||||
define('OGP_LANG_ticket_status', "Status");
|
||||
define('OGP_LANG_ticket_updated', "Ostatnio zaktualizowany");
|
||||
define('OGP_LANG_ticket_options', "Opcje");
|
||||
define('OGP_LANG_viewing_ticket', "Przegląda zgłoszenie");
|
||||
define('OGP_LANG_ticket_not_found', "The given ticket parameters don't match an existing ticket.");
|
||||
define('OGP_LANG_ticket_cant_read', "Insufficient permission to view ticket.");
|
||||
define('OGP_LANG_cant_view_ticket', "Unable to retrieve the ticket information.");
|
||||
define('OGP_LANG_ticket_id', "ID zgłoszenia");
|
||||
define('OGP_LANG_service_id', "Service ID");
|
||||
define('OGP_LANG_ticket_submitted', "Ticket Submitted");
|
||||
define('OGP_LANG_submitter_info', "Submitter Info");
|
||||
define('OGP_LANG_name', "Nazwa");
|
||||
define('OGP_LANG_ip', "IP");
|
||||
define('OGP_LANG_role', "Rola użytkownika");
|
||||
define('OGP_LANG_ticket_submit_response', "Submit Response");
|
||||
define('OGP_LANG_ticket_close', "Zamknij");
|
||||
define('OGP_LANG_no_ticket_replies', "No Ticket Replies");
|
||||
define('OGP_LANG_no_tickets_submitted', "No Tickets have been submitted.");
|
||||
define('OGP_LANG_submit_ticket', "Submit Ticket");
|
||||
define('OGP_LANG_ticket_service', "Usługa");
|
||||
define('OGP_LANG_ticket_message', "Wiadomość");
|
||||
define('OGP_LANG_ticket_errors_occured', "The following errors occured when submitting your ticket");
|
||||
define('OGP_LANG_no_ticket_subject', "No Ticket Subject");
|
||||
define('OGP_LANG_invalid_ticket_subject_length', "Invalid Subject Length (4 to 64 characters)");
|
||||
define('OGP_LANG_invalid_home_selected', "Invalid Home Selected");
|
||||
define('OGP_LANG_no_ticket_message', "No Ticket Message Provided");
|
||||
define('OGP_LANG_invalid_ticket_message_length', "Invalid Ticket Message Length (Minimum of 4 characters)");
|
||||
define('OGP_LANG_ticket_no_service', "No service selected for this ticket.");
|
||||
define('OGP_LANG_failed_to_open', "Failed to open the ticket.");
|
||||
define('OGP_LANG_failed_to_reply', "Failed to create response to ticket.");
|
||||
define('OGP_LANG_no_ticket_reply', "No Ticket Reply Provided");
|
||||
define('OGP_LANG_invalid_ticket_reply_length', "Invalid Ticket Reply Length (Minimum of 4 characters)");
|
||||
define('OGP_LANG_ticket_closed', "Ticket Closed");
|
||||
define('OGP_LANG_ticket_open', "Ticket Open");
|
||||
define('OGP_LANG_ticket_admin_response', "Admin Response");
|
||||
define('OGP_LANG_ticket_customer_response', "Customer Response");
|
||||
define('OGP_LANG_ticket_invalid_page_num', "You have attempted to view a page number with no tickets!");
|
||||
define('OGP_LANG_ticket_is_closed', "This ticket is closed. You may reply to this ticket to reopen it.");
|
||||
define('OGP_LANG_reply', "Odpowiedz");
|
||||
define('OGP_LANG_invalid_rating', "The rating received is not valid.");
|
||||
define('OGP_LANG_successfully_rated_response', "Successfully rated response.");
|
||||
define('OGP_LANG_failed_rating_response', "Failed to rate the response.");
|
||||
define('OGP_LANG_attachment_not_all_parameters_sent', "Not all parameters have been sent to download the file.");
|
||||
define('OGP_LANG_requested_attachment_missing', "The requested attachment does not exist.");
|
||||
define('OGP_LANG_requested_attachment_missing_db', "The requested attachment does not exist in the database.");
|
||||
define('OGP_LANG_ratings_disabled', "Rating responses is not enabled.");
|
||||
define('OGP_LANG_attachments', "Attachments");
|
||||
define('OGP_LANG_add_file_attachment', "Dodaj więcej");
|
||||
define('OGP_LANG_attachment_size_info', "Each selected file may be a maximum of %s");
|
||||
define('OGP_LANG_attachment_file_size_info', "A maximum of %s file(s) may be uploaded, %s each.");
|
||||
define('OGP_LANG_attachment_allowed_extensions_info', "Allowed File Extensions: %s");
|
||||
define('OGP_LANG_ticket_fix_before_submitting', "Please fix the following errors before submitting the ticket");
|
||||
define('OGP_LANG_ticket_fix_before_replying', "Please fix the following errors before replying to the ticket");
|
||||
define('OGP_LANG_ticket_problem_with_attachments', "There was a problem with the file(s) you attached");
|
||||
define('OGP_LANG_ticket_attachment_invalid_extension', "%1 does not contain a permitted extension.");
|
||||
define('OGP_LANG_ticket_attachment_invalid_size', "%1 is larger than the allowed file size. %2 maximum!");
|
||||
define('OGP_LANG_ticket_max_file_elements', "Only a maximum of %1 file inputs may exist.");
|
||||
define('OGP_LANG_ticket_attachment_multiple_files', "One or more file inputs have multiple files selected.");
|
||||
define('OGP_LANG_attachment_err_ini_size', "%s (%s) exceeds the 'upload_max_filesize' setting.");
|
||||
define('OGP_LANG_attachment_err_partial', "%s was only partially uploaded.");
|
||||
define('OGP_LANG_attachment_err_no_tmp', "No tmp directory exists to save %s");
|
||||
define('OGP_LANG_attachment_err_cant_write', "Unable to write %s to disk.");
|
||||
define('OGP_LANG_attachment_err_extension', "An extension stopped the upload of %s. Review your logs.");
|
||||
define('OGP_LANG_attachment_too_large', "%s (%s) is larger than the maximum allowed size of %s!");
|
||||
define('OGP_LANG_attachment_forbidden_type', "The file type of %s may not be uploaded.");
|
||||
define('OGP_LANG_attachment_directory_not_writable', "Unable to save the attached files. The specified save directory is not writable.");
|
||||
define('OGP_LANG_attachment_invalid_file_count', "The amount of files sent to the server was invalid. Only a maximum of %s may be uploaded");
|
||||
define('OGP_LANG_ratings_enabled', "Oceny");
|
||||
define('OGP_LANG_ratings_enabled_info', "Ustaw, czy odpowiedzi na ocenę powinny być dozwolone.");
|
||||
define('OGP_LANG_attachments_enabled', "Załączniki");
|
||||
define('OGP_LANG_attachments_enabled_info', "Set if the attachment system should be enabled.");
|
||||
define('OGP_LANG_attachment_max_size', "Maksymalny rozmiar pliku");
|
||||
define('OGP_LANG_attachment_max_size_info', "Ustawia maksymalny rozmiar pliku załączników.");
|
||||
define('OGP_LANG_attachment_limit', "Limit załączników");
|
||||
define('OGP_LANG_attachment_limit_info', "Sets how many files may be attached at once. 0 for no limit.");
|
||||
define('OGP_LANG_attachment_save_dir', "Attachment Upload Location");
|
||||
define('OGP_LANG_attachment_save_dir_info', "Sets where attachments should be uploaded. Ideally, outside of the public_html folder or direct access blocked.");
|
||||
define('OGP_LANG_attachment_extensions', "Rozszerzenia załączników");
|
||||
define('OGP_LANG_attachment_extensions_info', "Sets the permitted extensions. Each extension should be separated by a comma.");
|
||||
define('OGP_LANG_show_php_ini', "Show Estimated INI Settings");
|
||||
define('OGP_LANG_settings_errors_occured', "The following errors occured when attempting to update the settings - not everything has been updated!");
|
||||
define('OGP_LANG_invalid_max_size', "Nieprawidłowa wartość dla ustawienia maksymalnego rozmiaru.");
|
||||
define('OGP_LANG_invalid_unit', "Invalid unit type for Max Size setting. Expecting KB, MB, GB, TB, or PB.");
|
||||
define('OGP_LANG_invalid_save_dir', "The specified save directory does not exist and can not be created.");
|
||||
define('OGP_LANG_invalid_save_dir_not_writable', "The specified save directory exists but is not writable.");
|
||||
define('OGP_LANG_invalid_extensions', "No attachment extensions have been specified.");
|
||||
define('OGP_LANG_update_settings', "Ustawienia aktualizacji");
|
||||
define('OGP_LANG_notifications_enabled', "Powiadomienia");
|
||||
define('OGP_LANG_notifications_enabled_info', "Allow the user/admin to see if they have got a ticket awaiting reply.");
|
||||
|
|
@ -1,59 +0,0 @@
|
|||
<?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.
|
||||
*
|
||||
*/
|
||||
|
||||
include('litefm.php');
|
||||
define('OGP_LANG_curl_needed', "Ta strona wymaga modułu PHP Curl.");
|
||||
define('OGP_LANG_no_access', "Potrzebujesz uprawnień administratora, aby uzyskać dostęp do tej strony.");
|
||||
define('OGP_LANG_dwl_update', "Pobieranie Aktualizacji...");
|
||||
define('OGP_LANG_dwl_complete', "Pobieranie zakończone.");
|
||||
define('OGP_LANG_install_update', "Instalowanie aktualizacji...");
|
||||
define('OGP_LANG_update_complete', "Aktualizacja zakonczona.");
|
||||
define('OGP_LANG_ignored_files', "%s ignored file(s)");
|
||||
define('OGP_LANG_not_updated_files_blacklisted', "Not updated/installed files (blacklisted):<br>%s");
|
||||
define('OGP_LANG_latest_version', "Najnowsza wersja");
|
||||
define('OGP_LANG_panel_version', "Wersja panelu");
|
||||
define('OGP_LANG_update_now', "Aktualizuj Teraz");
|
||||
define('OGP_LANG_the_panel_is_up_to_date', "Panel jest Aktualny.");
|
||||
define('OGP_LANG_files_overwritten', "%s nadpisane pliki");
|
||||
define('OGP_LANG_files_not_overwritten', "%s files are NOT overwritten due to blacklist");
|
||||
define('OGP_LANG_can_not_update_non_writable_files', "Nie można zaktualizować, ponieważ następujące pliki/foldery nie mają praw do zapisu.");
|
||||
define('OGP_LANG_dwl_failed', "Adres pobierania nie jest dostepny: \"%s\".<br> Spróbuj ponownie później.");
|
||||
define('OGP_LANG_temp_folder_not_writable', "The download can not be placed, because Apache does not have write permission at the system temporary folder (%s).");
|
||||
define('OGP_LANG_base_dir_not_writable', "Panel nie może zostać zaktualizowany, ponieważ Apache nie ma uprawnień do zapisu w folderze \"%s\".");
|
||||
define('OGP_LANG_new_files', "%s nowych plików.");
|
||||
define('OGP_LANG_updated_files', "Zaktualizowane pliki:<br>%s");
|
||||
define('OGP_LANG_select_mirror', "Wybierz żródło");
|
||||
define('OGP_LANG_view_changes', "Pokaż zmiany");
|
||||
define('OGP_LANG_updating_modules', "Aktualizacja modułów");
|
||||
define('OGP_LANG_updating_finished', "Aktualizacja zakończona");
|
||||
define('OGP_LANG_updated_module', "Zaktualizowany moduł: '%s'.");
|
||||
define('OGP_LANG_blacklist_files', "<b>Czarna Lista</b>");
|
||||
define('OGP_LANG_blacklist_files_info', "- wszystkie wybrane pliki nie zostaną zaktualizowane.");
|
||||
define('OGP_LANG_save_to_blacklist', "Zapisz na czarnej liście");
|
||||
define('OGP_LANG_no_new_updates', "Brak nowych aktualizacji");
|
||||
define('OGP_LANG_module_file_missing', "directory is missing the module.php file.");
|
||||
define('OGP_LANG_query_failed', "Failed to execute query");
|
||||
define('OGP_LANG_query_failed_2', "to database.");
|
||||
define('OGP_LANG_missing_zip_extension', "The php-zip extension is not loaded. Please, enable it to use the Update module.");
|
||||
?>
|
||||
|
|
@ -1,113 +0,0 @@
|
|||
<?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_your_profile', "Twój profil");
|
||||
define('OGP_LANG_new_password', "Nowe hasło");
|
||||
define('OGP_LANG_retype_new_password', "Powtórz hasło");
|
||||
define('OGP_LANG_login_name', "Nazwa użytkownika");
|
||||
define('OGP_LANG_language', "Język");
|
||||
define('OGP_LANG_first_name', "Imię");
|
||||
define('OGP_LANG_page_limit', "Przedmioty na stronę");
|
||||
define('OGP_LANG_page_limit_info', "Liczba elementów wyświetlanych na stronie. Liczba przedmiotów nie może być mniejsza niż 10.");
|
||||
define('OGP_LANG_last_name', "Nazwisko");
|
||||
define('OGP_LANG_phone_number', "Numer telefonu");
|
||||
define('OGP_LANG_email_address', "Adres email");
|
||||
define('OGP_LANG_city', "Miasto");
|
||||
define('OGP_LANG_province', "Województwo");
|
||||
define('OGP_LANG_country', "Kraj");
|
||||
define('OGP_LANG_comment', "Komentarz");
|
||||
define('OGP_LANG_expires', "Wygasa");
|
||||
define('OGP_LANG_save_profile', "Aktualizuj Profil");
|
||||
define('OGP_LANG_new_password_info', "Nowe informacje hasło");
|
||||
define('OGP_LANG_theme', "Motyw");
|
||||
define('OGP_LANG_theme_info', "Informacje motyw");
|
||||
define('OGP_LANG_expires_info', "Aktywne do:");
|
||||
define('OGP_LANG_password_mismatch', "Niepasujące hasła");
|
||||
define('OGP_LANG_current_password', "Aktualne hasło");
|
||||
define('OGP_LANG_current_password_info', "Infromacje aktualnego hasła");
|
||||
define('OGP_LANG_current_password_mismatch', "Aktualne hasło nie pasuje");
|
||||
define('OGP_LANG_add_new_user', "Dodaj nowego użytkownika");
|
||||
define('OGP_LANG_edit_user_groups', "Edytuj grupy użytkownika");
|
||||
define('OGP_LANG_users', "Użytkownicy");
|
||||
define('OGP_LANG_user_role', "Rola użytkownika");
|
||||
define('OGP_LANG_full_name', "Pełna nazwa");
|
||||
define('OGP_LANG_edit_games', "Edycja Gry");
|
||||
define('OGP_LANG_edit_profile', "Edycja profilu");
|
||||
define('OGP_LANG_confirm_password', "Potwierdź hasło");
|
||||
define('OGP_LANG_you_need_to_enter_both_passwords', "Należy wprowadzić oba hasła");
|
||||
define('OGP_LANG_passwords_did_not_match', "Hasła nie pasują");
|
||||
define('OGP_LANG_could_not_add_user_because_user_already_exists', "Nie można dodać użytkownika, ponieważ użytkownik już istnieje");
|
||||
define('OGP_LANG_successfully_added_user', "Został dodany użytkownik");
|
||||
define('OGP_LANG_add_a_new_user', "Dodaj nowego użytkownika");
|
||||
define('OGP_LANG_admin', "Administrator");
|
||||
define('OGP_LANG_user', "Użytkownik");
|
||||
define('OGP_LANG_user_with_id_does_not_exist', "Użytkownik o takim ID nie istnieje");
|
||||
define('OGP_LANG_are_you_sure_you_want_to_delete_user', "Czy na pewno chcesz usunąć użytkownika");
|
||||
define('OGP_LANG_unable_to_delete_user', "Nie można usunąć użytkownika");
|
||||
define('OGP_LANG_successfully_deleted_user', "Pomyślnie usunięty użytkownik");
|
||||
define('OGP_LANG_failed_to_update_user_profile_error', "Nie można zaktualizować profilu użytkownika. Błąd: %s");
|
||||
define('OGP_LANG_profile_of_user_modified_successfully', "Profil użytkownika edytowany pomyślnie");
|
||||
define('OGP_LANG_no_subusers', "Brak subuser aby być przypisany do grupie. Proszę utworzyć konta subuser.");
|
||||
define('OGP_LANG_ownedby', "Właściel");
|
||||
define('OGP_LANG_andSubUsers', " i wszystkich jego subusers?");
|
||||
define('OGP_LANG_subusers', "Sub-użytkownicy");
|
||||
define('OGP_LANG_show_subusers', "Pokaż Sub-użytkowników");
|
||||
define('OGP_LANG_hide_subusers', "Ukryj Sub-użytkowników");
|
||||
define('OGP_LANG_info_group', "Informacje o grupie");
|
||||
define('OGP_LANG_add_new_group', "Dodaj nową grupę");
|
||||
define('OGP_LANG_group_name', "Nazwa grupy");
|
||||
define('OGP_LANG_add_group', "Dodaj grupę");
|
||||
define('OGP_LANG_no_groups_available', "Nie znaleziono grupy.");
|
||||
define('OGP_LANG_delete_group', "Kasuj grupę");
|
||||
define('OGP_LANG_add_user_to_group', "Użytkownicy w grupie");
|
||||
define('OGP_LANG_add_user', "Dodaj");
|
||||
define('OGP_LANG_remove_from_group', "Usuń z grupy");
|
||||
define('OGP_LANG_add_server_to_group', "Dodaj serwer do grupy");
|
||||
define('OGP_LANG_add_server', "Dodaj Serwer");
|
||||
define('OGP_LANG_servers_in_group', "Serwery w grupie");
|
||||
define('OGP_LANG_no_servers_in_group', "Brak serwerów w grupie");
|
||||
define('OGP_LANG_available_groups', "Grupy dostępne");
|
||||
define('OGP_LANG_assign_homes', "Przypisz usługi");
|
||||
define('OGP_LANG_successfully_added_group', "Pomyślnie dodana grupa");
|
||||
define('OGP_LANG_group_name_empty', "Grupa pusta");
|
||||
define('OGP_LANG_failed_to_add_group', "Nie udało się dodać grupy");
|
||||
define('OGP_LANG_could_not_add_user_to_group', "Nie można dodać użytkownika do grupy");
|
||||
define('OGP_LANG_successfully_added_to_group', "Został dodany do grupy");
|
||||
define('OGP_LANG_could_not_add_server_to_group', "Nie udało się dodać serwera do grupy");
|
||||
define('OGP_LANG_successfully_added_server_to_group', "Został dodany do grupy serwerów");
|
||||
define('OGP_LANG_successfully_removed_from_group', "Pomyślnie usunięty z grupy");
|
||||
define('OGP_LANG_could_not_delete_server_from_group', "Nie można usunąć serwera z grupy");
|
||||
define('OGP_LANG_successfully_removed_server_from_group', "Pomyślnie usunięty z grupy serwera");
|
||||
define('OGP_LANG_group_with_id_does_not_exist', "Grupa o ID %s nie istnieje.");
|
||||
define('OGP_LANG_are_you_sure_you_want_to_delete_group', "Czy na pewno chcesz usunąć grupę");
|
||||
define('OGP_LANG_unable_to_delete_group', "Nie można usunąć %s grupy.");
|
||||
define('OGP_LANG_successfully_deleted_group', "Grupa z powodzeniem usunięta");
|
||||
define('OGP_LANG_editing_profile', "Edycja profilu: %s");
|
||||
define('OGP_LANG_valid_user', "Proszę podać prawidłowego użytkownika.");
|
||||
define('OGP_LANG_enter_valid_username', "Proszę podać poprawną nazwę użytkownika.");
|
||||
define('OGP_LANG_unexpected_role', "Nieoczekiwana rola użytkownika.");
|
||||
define('OGP_LANG_search', "Search");
|
||||
define('OGP_LANG_api_token', "API token");
|
||||
define('OGP_LANG_user_receives_emails', "Receive emails");
|
||||
?>
|
||||
|
|
@ -1,223 +0,0 @@
|
|||
<?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_add_mods_note', "Trzeba dodać mody po dodaniu serwera do użytkownika. Można to zrobić poprzez edycję serwera..");
|
||||
define('OGP_LANG_game_servers', "Game Servers");
|
||||
define('OGP_LANG_game_path', "Game Path");
|
||||
define('OGP_LANG_game_path_info', "An absolute server path. Example: /home/ogpbot/OGP_User_Files/My_Server");
|
||||
define('OGP_LANG_game_server_name_info', "Nazwa serwera ułatwia użytkownikom do jednoznacznej identyfikacji swoich serwerów.");
|
||||
define('OGP_LANG_control_password', "Hasło Control");
|
||||
define('OGP_LANG_control_password_info', "To hasło jest używane do kontroli serwera, takich jak hasła RCON. Jeśli hasło jest puste to w inny sposób są wykorzystywane.");
|
||||
define('OGP_LANG_add_game_home', "Dodaj dom gry");
|
||||
define('OGP_LANG_game_path_empty', "Gra ścieżka nie może być puste.");
|
||||
define('OGP_LANG_game_home_added', "Strona główna Game pomyślnie dodana. Przekierowanie do domu edycji strony");
|
||||
define('OGP_LANG_failed_to_add_home_to_db', "Nie można dodać do domu do bazy danych. Błąd: %s");
|
||||
define('OGP_LANG_caution_agent_offline_can_not_get_os_and_arch_showing_servers_for_all_platforms', "<b>Caution!</b> The Agent is offline, can not get OS type and architecture,<br> Showing servers for all platforms:");
|
||||
define('OGP_LANG_select_remote_server', "Select Remote Server");
|
||||
define('OGP_LANG_no_remote_servers_configured', "No remote servers configured to the Open Game Panel.<br>You need to add remote servers before you can add servers for the users.");
|
||||
define('OGP_LANG_no_game_configurations_found', "No game configuration found. You need to add game configurations from the");
|
||||
define('OGP_LANG_game_configurations', ">game configuration page");
|
||||
define('OGP_LANG_add_remote_server', "Add a server.");
|
||||
define('OGP_LANG_wine_games', "Wine Games");
|
||||
define('OGP_LANG_home_path', "główna ścieżka:");
|
||||
define('OGP_LANG_change_home_info', "Położenie zainstalowanych serwerów. Przykład: / home / OGP / nazwa_hosta /");
|
||||
define('OGP_LANG_game_server_name', "Nazwa serwera gry");
|
||||
define('OGP_LANG_change_name_info', "nazwę serwera, aby pomóc użytkownikom, aby zidentyfikować go.");
|
||||
define('OGP_LANG_game_control_password', "Hasło kontrola gry");
|
||||
define('OGP_LANG_change_control_password_info', "Control jest hasło rcon password przykład.");
|
||||
define('OGP_LANG_available_mods', "Dostępne mody");
|
||||
define('OGP_LANG_note_no_mods', "Nr aktywny mod (y) dla tej gry. Musisz włączyć mod (y) przed użytkownicy mogą rozpocząć korzystanie z serwera.");
|
||||
define('OGP_LANG_change_home', "Change Home");
|
||||
define('OGP_LANG_change_control_password', "Zmień hasło kontrolne");
|
||||
define('OGP_LANG_change_name', "Zmień nazwe");
|
||||
define('OGP_LANG_add_mod', "Dodaj Mod");
|
||||
define('OGP_LANG_set_ip', "Zmień IP");
|
||||
define('OGP_LANG_ips_and_ports', "IPs i Ports");
|
||||
define('OGP_LANG_mod_name', "Nazwa Mod ");
|
||||
define('OGP_LANG_max_players', "Max Players");
|
||||
define('OGP_LANG_extra_cmd_line_args', "Dodatkowe argumenty linii poleceń");
|
||||
define('OGP_LANG_extra_cmd_line_info', "Dodatkowe argumenty wiersza poleceń to sposób, aby wprowadzić dodatkowe argumenty do polecenia gra, gdy jest uruchamiany.");
|
||||
define('OGP_LANG_cpu_affinity', "Działa na Procesorze");
|
||||
define('OGP_LANG_nice_level', "Nice Level");
|
||||
define('OGP_LANG_set_options', "Zmień Ustawienia");
|
||||
define('OGP_LANG_remove_mod', "Usuń Mod");
|
||||
define('OGP_LANG_mods', "Mody");
|
||||
define('OGP_LANG_ip', "IP");
|
||||
define('OGP_LANG_port', "Port");
|
||||
define('OGP_LANG_no_ip_ports_assigned', "Przynajmniej jeden IP: para Port musi być przypisany do domu.");
|
||||
define('OGP_LANG_successfully_assigned_ip_port', "Pomyślnie przypisane IP: Port parę do domu.");
|
||||
define('OGP_LANG_port_range_error', "Port musi być pomiędzy 0 a 65535 zakresie.");
|
||||
define('OGP_LANG_failed_to_assing_mod_to_home', "Nie udało się przypisać mod z id %d do domu");
|
||||
define('OGP_LANG_successfully_assigned_mod_to_home', "Prawidłowo ustawione mod z id %d do domu.");
|
||||
define('OGP_LANG_successfully_modified_mod', "Pomyślnie zmodyfikowane informacje mod.");
|
||||
define('OGP_LANG_back_to_game_monitor', "z powrotem do Game Monitor");
|
||||
define('OGP_LANG_back_to_game_servers', "z powrotem do Game Servers");
|
||||
define('OGP_LANG_user_id_main', "Główny właściciel");
|
||||
define('OGP_LANG_change_user_id_main', "Zmiana głównego właściciela");
|
||||
define('OGP_LANG_change_user_id_main_info', "Głównym właścicielem domu serwer.");
|
||||
define('OGP_LANG_server_ftp_password', "FTP hasło");
|
||||
define('OGP_LANG_change_ftp_password', "Zmień hasło FTP");
|
||||
define('OGP_LANG_change_ftp_password_info', "To jest hasło do logowania do serwera FTP do tego domu.");
|
||||
define('OGP_LANG_Delete_old_user_assigned_homes', "Cofanie serwer gry do obecnych użytkowników.");
|
||||
define('OGP_LANG_editing_home_called', "Editing home called");
|
||||
define('OGP_LANG_control_password_updated_successfully', "Control password updated successfully.");
|
||||
define('OGP_LANG_control_password_update_failed', "Control password update failed");
|
||||
define('OGP_LANG_successfully_changed_game_server', "Successfully changed game server.");
|
||||
define('OGP_LANG_error_ocurred_on_remote_server', "Error ocurred on remote server,");
|
||||
define('OGP_LANG_ftp_password_can_not_be_changed', "FTP password can not be changed.");
|
||||
define('OGP_LANG_ftp_can_not_be_switched_on', "FTP can not be switched ON.");
|
||||
define('OGP_LANG_ftp_can_not_be_switched_off', "FTP can not be switched OFF.");
|
||||
define('OGP_LANG_invalid_home_id_entered', "Invalid home id entered.");
|
||||
define('OGP_LANG_ip_port_already_in_use', "The %s:%s is already in use. Choose another one.");
|
||||
define('OGP_LANG_successfully_assigned_ip_port_to_server_id', "Successfully assigned %s:%s to home with ID %s.");
|
||||
define('OGP_LANG_no_ip_addresses_configured', "Your game server does not have any IP-addresses configured to it. You can configure them from ");
|
||||
define('OGP_LANG_server_page', "server page");
|
||||
define('OGP_LANG_successfully_removed_mod', "Successfully removed game mod.");
|
||||
define('OGP_LANG_warning_agent_offline_defaulting_CPU_count_to_1', "Warning - Agent offline, defaulting CPU count to 1.");
|
||||
define('OGP_LANG_mod_install_cmds', "Mod Install CMDs");
|
||||
define('OGP_LANG_cmds_for', "Commands for");
|
||||
define('OGP_LANG_preinstall_cmds', "Preinstall Commands");
|
||||
define('OGP_LANG_postinstall_cmds', "Postinstall Commands");
|
||||
define('OGP_LANG_edit_preinstall_cmds', "Edit Preinstall Commands");
|
||||
define('OGP_LANG_edit_postinstall_cmds', "Edit Postinstall Commands");
|
||||
define('OGP_LANG_save_as_default_for_this_mod', "Save as default for this mod");
|
||||
define('OGP_LANG_empty', "empty");
|
||||
define('OGP_LANG_master_server_for_clon_update', "Master server for local update");
|
||||
define('OGP_LANG_set_as_master_server', "Set as master server");
|
||||
define('OGP_LANG_set_as_master_server_for_local_clon_update', "Set as master server for local update.");
|
||||
define('OGP_LANG_only_available_for', "Only available for '%s' hosted on the remote server named '%s'.");
|
||||
define('OGP_LANG_ftp_on', "Enable FTP");
|
||||
define('OGP_LANG_ftp_off', "Disable FTP");
|
||||
define('OGP_LANG_change_ftp_account_status', "Change FTP account status");
|
||||
define('OGP_LANG_change_ftp_account_status_info', "Once a FTP account is enabled or disabled, it is added or removed from the FTP's database.");
|
||||
define('OGP_LANG_server_ftp_login', "Server FTP Login");
|
||||
define('OGP_LANG_change_ftp_login_info', "Change the FTP Login with a customized one.");
|
||||
define('OGP_LANG_change_ftp_login', "Change FTP Login");
|
||||
define('OGP_LANG_ftp_login_can_not_be_changed', "Can not change FTP Login.");
|
||||
define('OGP_LANG_server_is_running_change_addresses_not_available', "The server is actually running, the IP cannot be changed.");
|
||||
define('OGP_LANG_change_game_type', "Change Game Type");
|
||||
define('OGP_LANG_change_game_type_info', "By changing the game type the current the mods configuration will be deleted.");
|
||||
define('OGP_LANG_force_mod_on_this_address', "Force mod on this address");
|
||||
define('OGP_LANG_successfully_assigned_mod_to_address', "Successfully assigned mod to address");
|
||||
define('OGP_LANG_switch_mods', "Switch mods");
|
||||
define('OGP_LANG_switch_mod_for_address', "Switch mod for address %s");
|
||||
define('OGP_LANG_invalid_path', "Invalid Path");
|
||||
define('OGP_LANG_add_new_game_home', "Dodaj nowe gry");
|
||||
define('OGP_LANG_no_game_homes_found', "Nie znaleziono gry");
|
||||
define('OGP_LANG_available_game_homes', "Dostępne Gry");
|
||||
define('OGP_LANG_home_id', "Home ID");
|
||||
define('OGP_LANG_game_server', "Game Server");
|
||||
define('OGP_LANG_game_type', "Game Type");
|
||||
define('OGP_LANG_game_home', "Home Path");
|
||||
define('OGP_LANG_game_home_name', "Game Server Name");
|
||||
define('OGP_LANG_clone', "Sklonuj");
|
||||
define('OGP_LANG_unassign', "Unassign");
|
||||
define('OGP_LANG_access_rights', "Access Rights");
|
||||
define('OGP_LANG_assigned_homes', "Currently Assigned Homes");
|
||||
define('OGP_LANG_assign', "Assign");
|
||||
define('OGP_LANG_allow_updates', "Allow Game Updates");
|
||||
define('OGP_LANG_allow_updates_info', "Pozwala użytkownikowi na aktualizację instalacji gry jeżeli jest to możliwe.");
|
||||
define('OGP_LANG_allow_file_management', "Allow File Management");
|
||||
define('OGP_LANG_allow_file_management_info', "Pozwala użytkownikowi na dostęp do domu gry z modułów do zarządzania plikami.");
|
||||
define('OGP_LANG_allow_parameter_usage', "Pozwól Użycie parametru");
|
||||
define('OGP_LANG_allow_parameter_usage_info', "Pozwala użytkownikowi zmienić dostępne parametry wiersza polecenia.");
|
||||
define('OGP_LANG_allow_extra_params', "Pozwól parametry Extra");
|
||||
define('OGP_LANG_allow_extra_params_info', "Pozwala użytkownikowi na modyfikowanie dodatkowych parametrów linii poleceń.");
|
||||
define('OGP_LANG_allow_ftp', "Dostęp FTP");
|
||||
define('OGP_LANG_allow_ftp_info', "Pokaż dostęp do FTP dla użytkownika.");
|
||||
define('OGP_LANG_allow_custom_fields', "Allow Custom Fields");
|
||||
define('OGP_LANG_allow_custom_fields_info', "Allows user to access custom fields of the game server if any.");
|
||||
define('OGP_LANG_select_home', "Strona główna wybrać, aby przypisać");
|
||||
define('OGP_LANG_assign_new_home_to_user', "Przypisywanie do użytkownika Nowy Dom %s");
|
||||
define('OGP_LANG_assign_new_home_to_group', "Przypisz do grupy New Home %s");
|
||||
define('OGP_LANG_assigned_home_to_user', "Pomyślnie przydzielony do domu (ID: %d) do gracza %s.");
|
||||
define('OGP_LANG_failed_to_assign_home_to_user', "Failed to assign home (ID: %d) to user %s.");
|
||||
define('OGP_LANG_assigned_home_to_group', "Pomyślnie przydzielony do domu (ID: %d) do grupy %s.");
|
||||
define('OGP_LANG_unassigned_home_from_user', "Pomyślnie przydzielony do domu (ID: %d) z graczem %s.");
|
||||
define('OGP_LANG_unassigned_home_from_group', "Pomyślnie przydzielony do domu (ID: %d) z grupą %s.");
|
||||
define('OGP_LANG_no_homes_assigned_to_user', "Nr mieszkania przeznaczone dla użytkownika %s.");
|
||||
define('OGP_LANG_no_homes_assigned_to_group', "Nr mieszkania przeznaczone dla grupy %s.");
|
||||
define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_user', "No more homes available that can be assigned for this user");
|
||||
define('OGP_LANG_no_more_homes_available_that_can_be_assigned_for_this_group', "No more homes available that can be assigned for this group");
|
||||
define('OGP_LANG_you_can_add_a_new_game_server_from', "You can add a new game server from %s.");
|
||||
define('OGP_LANG_no_remote_servers_available_please_add_at_least_one', "There are no remote servers available, please add at least one!");
|
||||
define('OGP_LANG_cloning_of_home_failed', "Cloning of home with id '%s' failed.");
|
||||
define('OGP_LANG_no_mods_to_clone', "No enabled mod(s) for this game yet. None will be cloned.");
|
||||
define('OGP_LANG_failed_to_add_mod', "Failed to add mod with id '%s' to home with id '%s'.");
|
||||
define('OGP_LANG_failed_to_update_mod_settings', "Failed to update mod settings for home with id '%s'.");
|
||||
define('OGP_LANG_successfully_cloned_mods', "Successfully cloned mods for home with id '%s'.");
|
||||
define('OGP_LANG_successfully_copied_home_database', "Successfully copied home database.");
|
||||
define('OGP_LANG_copying_home_remotely', "Copying the home on remote server from '%s' to '%s'.");
|
||||
define('OGP_LANG_cloning_home', "Cloning home called '%s'");
|
||||
define('OGP_LANG_current_home_path', "Current home path");
|
||||
define('OGP_LANG_current_home_path_info', "The current location of the copied home on remote server.");
|
||||
define('OGP_LANG_clone_home', "Clone Home");
|
||||
define('OGP_LANG_new_home_name', "New Home Name");
|
||||
define('OGP_LANG_new_home_path', "New Home Path");
|
||||
define('OGP_LANG_agent_ip', "Agent IP");
|
||||
define('OGP_LANG_game_server_copy_is_running', "Game server copy is running...");
|
||||
define('OGP_LANG_game_server_copy_was_successful', "Game server copy was successful");
|
||||
define('OGP_LANG_game_server_copy_failed_with_return_code', "Game server copy failed with return code %s");
|
||||
define('OGP_LANG_clone_mods', "Clone Mods");
|
||||
define('OGP_LANG_game_server_owner', "Game server owner");
|
||||
define('OGP_LANG_the_name_of_the_server_to_help_users_to_identify_it', "The name of the server to help users to identify it.");
|
||||
define('OGP_LANG_ips_and_ports_used_in_this_home', "IPs and Ports used in this home");
|
||||
define('OGP_LANG_note_ips_and_ports_are_not_cloned', "Note - IPs and Ports are not cloned");
|
||||
define('OGP_LANG_mods_and_settings_for_this_game_server', "Mods and settings for this game server");
|
||||
define('OGP_LANG_sure_to_delete_serverid_from_remoteip_and_directory', "Are you sure you want to delete game server (ID: %s) from server %s and is in directory %s");
|
||||
define('OGP_LANG_yes_and_delete_the_files', "Yes and Delete the files");
|
||||
define('OGP_LANG_failed_to_remove_gamehome_from_database', "Failed to remove gamehome from database.");
|
||||
define('OGP_LANG_successfully_deleted_game_server_with_id', "Successfully deleted game server with ID %s.");
|
||||
define('OGP_LANG_failed_to_remove_ftp_account_from_remote_server', "Failed to remove FTP account from remote server.");
|
||||
define('OGP_LANG_remove_it_anyway', "Would you like to remove it anyway?");
|
||||
define('OGP_LANG_sucessfully_deleted', "Sucessfully deleted %s");
|
||||
define('OGP_LANG_the_agent_had_a_problem_deleting', "The Agent had a problem while deleting %s. Please, check the Agent's log.");
|
||||
define('OGP_LANG_connection_timeout_or_problems_reaching_the_agent', "Connection timeout or problems with reaching the Agent");
|
||||
define('OGP_LANG_does_not_exist_yet', "Does not exist yet.");
|
||||
define('OGP_LANG_update_settings', "Update settings");
|
||||
define('OGP_LANG_settings_updated', "Settings updated.");
|
||||
define('OGP_LANG_selected_path_already_in_use', "Wybrana ścieżka jest już w użyciu.");
|
||||
define('OGP_LANG_browse', "Przeglądaj");
|
||||
define('OGP_LANG_cancel', "Anuluj");
|
||||
define('OGP_LANG_set_this_path', "Ustaw tę ścieżkę");
|
||||
define('OGP_LANG_select_home_path', "Wybierz ścieżkę domową");
|
||||
define('OGP_LANG_folder', "Folder");
|
||||
define('OGP_LANG_owner', "Owner");
|
||||
define('OGP_LANG_group', "Group");
|
||||
define('OGP_LANG_level_up', "Do góry");
|
||||
define('OGP_LANG_level_up_info', "Powrót do poprzedniego folderu.");
|
||||
define('OGP_LANG_add_folder', "Dodaj Folder");
|
||||
define('OGP_LANG_add_folder_info', "Wpisz nazwę nowego folderu, a następnie kliknij na ikonę.");
|
||||
define('OGP_LANG_valid_user', "Please specify a valid user.");
|
||||
define('OGP_LANG_valid_group', "Please specify a valid group.");
|
||||
define('OGP_LANG_set_affinity', "Set Server Affinity");
|
||||
define('OGP_LANG_cpu_affinity_info', "Select the CPU core(s) you want to assign to the game server.");
|
||||
define('OGP_LANG_expiration_date_changed', "Expiration date for selected home has been changed.");
|
||||
define('OGP_LANG_expiration_date_could_not_be_changed', "Expiration date for selected home could not be changed.");
|
||||
define('OGP_LANG_search', "Search");
|
||||
define('OGP_LANG_ftp_account_username_too_long', "FTP username is too long. Try a shorter username no longer than 20 characters.");
|
||||
define('OGP_LANG_ftp_account_password_too_long', "FTP password is too long. Try a shorter password no longer than 20 characters.");
|
||||
define('OGP_LANG_other_servers_exist_with_path_please_change', "Other homes exist with the same path. It is recommended (but not required) that you change this path to something unique. You may have problems if you do NOT.");
|
||||
define('OGP_LANG_change_access_rights_for_selected_servers', "Change access rights for selected servers");
|
||||
?>
|
||||
|
|
@ -1,125 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
*
|
||||
* OGP - Open Game Panel
|
||||
* Copyright (C) 2008 - 2017 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_module_name', "Narzędzia");
|
||||
define('OGP_LANG_ping', "Ping");
|
||||
define('OGP_LANG_traceroute', "Traceroute");
|
||||
define('OGP_LANG_network_tools', "Narzędzia sieciowe");
|
||||
define('OGP_LANG_sourcemod_admins', "Admini Sourcemod");
|
||||
define('OGP_LANG_steam_converter', "Konwenter SteamID");
|
||||
define('OGP_LANG_your_ip', "Twój adres IP");
|
||||
define('OGP_LANG_loading_agents', "Ładowanie włączonych agentów...");
|
||||
define('OGP_LANG_loading_failed', "Błąd podczas ładownia agentów.");
|
||||
define('OGP_LANG_agents_offline', "Wszyscy agenci są wyłączeni.");
|
||||
define('OGP_LANG_no_commands', "Niestety, twoje konto użytkownika nie ma dostępnych poleceń.");
|
||||
define('OGP_LANG_remote_target', "Docelowy adres IP");
|
||||
define('OGP_LANG_command', "Komeda:");
|
||||
define('OGP_LANG_select_agent', "Wybierz agenta:");
|
||||
define('OGP_LANG_chdir_failed', "Błąd: chdir() zwróciło flase.");
|
||||
define('OGP_LANG_agent_invalid', "Invalid Agent specified.");
|
||||
define('OGP_LANG_networktools_agent_offline', "Nie można wykonać komendy na wybranym agencie ponieważ jest on wyłączony.");
|
||||
define('OGP_LANG_target_empty', "Nie wybrano zdalnego adresu.");
|
||||
define('OGP_LANG_command_empty', "Nie wybrano komendy.");
|
||||
define('OGP_LANG_command_unavilable', "Wybrane polecenie nie jest dostępne na wybranym agencie.");
|
||||
define('OGP_LANG_target_invalid', "Wprowadzono błędny adres IP lub domeny.");
|
||||
define('OGP_LANG_exec_failed', "Upłynął czas oczekiwania podczas oczekiwania na odpowiedź.");
|
||||
define('OGP_LANG_command_no_access', "Nie masz uprawnień dostępu do tej komendy, Ta próba zastała zapisana w logach.");
|
||||
define('OGP_LANG_command_hacking_attempt', "Wprowadzono nie dozwolone znaki. Ta próba zastała zapisana w logach.");
|
||||
define('OGP_LANG_command_bad_characters', "Próba wykonania polecenia zawierającego złośliwe znaki. Wprowadzono: %s %s");
|
||||
define('OGP_LANG_command_no_permissions', "Próba wykonania komendy bez wymaganych uprawnień. Wprowadzono: %s %s");
|
||||
define('OGP_LANG_command_executed', "Pomyślnie wysłano komendę: %s %s");
|
||||
define('OGP_LANG_no_servers', "Nie posiadasz serwerów przypisanych do Twojego konta.");
|
||||
define('OGP_LANG_select_server', "Wybierz serwer:");
|
||||
define('OGP_LANG_select_server_option', "Wybierz...");
|
||||
define('OGP_LANG_steamid', "Steam ID:");
|
||||
define('OGP_LANG_immunity', "Immunitet:");
|
||||
define('OGP_LANG_sourcemod_perms', "Uprawnienia Sourcemod:");
|
||||
define('OGP_LANG_sourcemod_perm_root', "Flaga root'a Sourcemod'a");
|
||||
define('OGP_LANG_sourcemod_perm_custom', "Własne flagi Sourcemod'a");
|
||||
define('OGP_LANG_sourcemod_flag_a', "Rezerwacja slota.");
|
||||
define('OGP_LANG_sourcemod_flag_b', "Administrator ogólny; wymagane dla administratorów.");
|
||||
define('OGP_LANG_sourcemod_flag_c', "Wyrzuć innych graczy.");
|
||||
define('OGP_LANG_sourcemod_flag_d', "Zbanuj innych graczy.");
|
||||
define('OGP_LANG_sourcemod_flag_e', "Skasuj bany.");
|
||||
define('OGP_LANG_sourcemod_flag_f', "Zabij / zrań innych graczy.");
|
||||
define('OGP_LANG_sourcemod_flag_g', "Change the map or major gameplay features.");
|
||||
define('OGP_LANG_sourcemod_flag_h', "Change most CVARs.");
|
||||
define('OGP_LANG_sourcemod_flag_i', "Execute config files.");
|
||||
define('OGP_LANG_sourcemod_flag_j', "Special chat privileges.");
|
||||
define('OGP_LANG_sourcemod_flag_k', "Start or create votes.");
|
||||
define('OGP_LANG_sourcemod_flag_l', "Set a password on the server.");
|
||||
define('OGP_LANG_sourcemod_flag_m', "Use RCON commands.");
|
||||
define('OGP_LANG_sourcemod_flag_n', "Change sv_cheats or use cheating commands.");
|
||||
define('OGP_LANG_sourcemod_flag_o', "Custom Group 1.");
|
||||
define('OGP_LANG_sourcemod_flag_p', "Custom Group 2.");
|
||||
define('OGP_LANG_sourcemod_flag_q', "Custom Group 3.");
|
||||
define('OGP_LANG_sourcemod_flag_r', "Custom Group 4.");
|
||||
define('OGP_LANG_sourcemod_flag_s', "Custom Group 5.");
|
||||
define('OGP_LANG_sourcemod_flag_t', "Custom Group 6.");
|
||||
define('OGP_LANG_rcon_reload_admins_failed', "Failed to reload the admin cache via RCON; is it online?");
|
||||
define('OGP_LANG_reload_admins_failed', "Failed to reload the admin cache; \"sm_reloadadmins\" is an unknown command.");
|
||||
define('OGP_LANG_reload_admins_success', "Successfully added %s to admins_simple.ini and reloaded the admin cache.");
|
||||
define('OGP_LANG_add_success_no_rcon', "Successfully added %s to your admins_simple.ini file, but unable to reload the admin cache.");
|
||||
define('OGP_LANG_writefile_error', "There was an unknown error writing to: %s");
|
||||
define('OGP_LANG_remotefile_nonexistent', "Unable to add a new admin. Admin file: %s doesn\'t exist on this server.");
|
||||
define('OGP_LANG_empty_flag_list', "You didn\'t select any admin flags.");
|
||||
define('OGP_LANG_invalid_steam_format', "The SteamID you entered doesn\'t match the required pattern.");
|
||||
define('OGP_LANG_selected_server_offline', "Unable to add an admin, the agent controlling the selected server is offline.");
|
||||
define('OGP_LANG_malformed_form', "You submitted a form with malformed hidden elements - unable to add an admin.");
|
||||
define('OGP_LANG_empty_form_data', "Please fill out all elements of the form.");
|
||||
define('OGP_LANG_server_not_selected', "You haven\'t selected a server.");
|
||||
define('OGP_LANG_invalid_steamid', "You have entered an invalid Steam ID.");
|
||||
define('OGP_LANG_invalid_immunity', "You entered an invalid immunity value.");
|
||||
define('OGP_LANG_submit', "Submit");
|
||||
define('OGP_LANG_post_failed', "The POST action failed. Unable to retrieve a response.");
|
||||
define('OGP_LANG_amx_mod_admins', "AMX mod X Admins");
|
||||
define('OGP_LANG_amx_login_type', "Login Type");
|
||||
define('OGP_LANG_amx_login_steamid', "Steam ID");
|
||||
define('OGP_LANG_amx_login_nick_pass', "Nickname + Password");
|
||||
define('OGP_LANG_nickname', "Nickname");
|
||||
define('OGP_LANG_amx_mod_perms', "AMX mod X Permissions:");
|
||||
define('OGP_LANG_amx_mod_perm_root', "AMX mod X All Flags.");
|
||||
define('OGP_LANG_amx_mod_perm_custom', "AMX mod X Custom Flags.");
|
||||
define('OGP_LANG_amx_mod_flag_a', "immunity (can't be kicked/baned/slayed/slaped and affected by other commmands)");
|
||||
define('OGP_LANG_amx_mod_flag_b', "reservation (can join on reserved slots)");
|
||||
define('OGP_LANG_amx_mod_flag_c', "amx_kick command");
|
||||
define('OGP_LANG_amx_mod_flag_d', "amx_ban and amx_unban commands");
|
||||
define('OGP_LANG_amx_mod_flag_e', "amx_slay and amx_slap commands");
|
||||
define('OGP_LANG_amx_mod_flag_f', "amx_map command");
|
||||
define('OGP_LANG_amx_mod_flag_g', "amx_cvar command (not all cvars will be available)");
|
||||
define('OGP_LANG_amx_mod_flag_h', "amx_cfg command");
|
||||
define('OGP_LANG_amx_mod_flag_i', "amx_chat and other chat commands");
|
||||
define('OGP_LANG_amx_mod_flag_j', "amx_vote and other vote commands");
|
||||
define('OGP_LANG_amx_mod_flag_k', "access to sv_password cvar (by amx_cvar command)");
|
||||
define('OGP_LANG_amx_mod_flag_l', "access to amx_rcon command and rcon_password cvar (by amx_cvar command)");
|
||||
define('OGP_LANG_amx_mod_flag_m', "custom level A (for additional plugins)");
|
||||
define('OGP_LANG_amx_mod_flag_n', "custom level B");
|
||||
define('OGP_LANG_amx_mod_flag_o', "custom level C");
|
||||
define('OGP_LANG_amx_mod_flag_p', "custom level D");
|
||||
define('OGP_LANG_amx_mod_flag_q', "custom level E");
|
||||
define('OGP_LANG_amx_mod_flag_r', "custom level F");
|
||||
define('OGP_LANG_amx_mod_flag_s', "custom level G");
|
||||
define('OGP_LANG_amx_mod_flag_t', "custom level H");
|
||||
define('OGP_LANG_amx_mod_flag_u', "menu access");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue