| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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', "Baza danych Dodatki");
- 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', "Wybierz tryb gry.");
- 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");
- ?>
|