| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- <?php
- /*
- *
- * OGP - Open Game Panel
- * Copyright (C) 2008 - 2016 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('install_plugin', "Instaluj Plugin");
- define('install_mappack', "Instaluj MapPack");
- define('install_config', "Instaluj Config");
- define('game_name', "Nazwa Gry");
- define('directory', "Ścieżka katalogu");
- define('remote_server', "Serwer Zdalny");
- define('select_addon', "Wybierz Dodatki");
- define('install', "Instaluj");
- define('failed_to_start_file_download', "Nie można uruchomić pobrania pliku.");
- define('no_games_servers_available', "Brak serwerów na twoim koncie.");
- define('addon_installed_successfully', "Dodatek zainstalowany pomyślnie.");
- define('path', "Ścieżka");
- define('wait_while_decompressing', "Poczekaj, aż plik %s zostanie rozpakowany.");
- define('addon_name', "Nazwa Dodatku");
- define('url', "URL");
- define('select_game_type', "Wybierz Typ Gry");
- define('plugin', "Plugin");
- define('mappack', "MapPack");
- define('config', "Config");
- define('type', "Typ Dodatku");
- define('game', "Gra");
- define('show_all_addons', "Pokaż wszystkie Dodatki");
- define('show_addons_for_selected_type', "Pokaż dodatki dla wybranych typów");
- define('show_addons_for_selected_game', "Pokaż dodatki dla wybranych gier");
- define('linux_games', "Gry Linux:");
- define('windows_games', "Gry Windows:");
- define('create_addon', "Stwórz Dodatek");
- define('addons_db', "Baza danych Dodatku");
- define('addon_has_been_created', "Dodatek %s został stworzony.");
- define('remove_addon', "Usuń dodatek");
- define('fill_the_url_address_to_a_compressed_file', "Proszę wypełnić adresu URL do pakowania pliku.");
- define('fill_the_addon_name', "Proszę wypełnić nazwę dodatku.");
- define('select_an_addon_type', "Proszę wybrać typ dodatku.");
- define('select_a_game_type', "Proszę wybrać typ gry dodatku.");
- define('edit_addon', "Edytuj Dodatek");
- define('post-script', "Skrypt po instalacji(bash)");
- define('replacements', "Zamienniki:");
- define('addon_name_info', "Wprowadź nazwę dla tego dodatku, to jest nazwa autora dodatku.");
- define('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('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('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.");
- ?>
|