69 lines
4.4 KiB
PHP
69 lines
4.4 KiB
PHP
<?php
|
|
/*
|
|
*
|
|
* OGP - Open Game Panel
|
|
* Copyright (C) 2008 - 2018 The OGP Development Team
|
|
*
|
|
* http://www.opengamepanel.org/
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*
|
|
*/
|
|
|
|
define('OGP_LANG_install_lang', "Wybierz preferowany język");
|
|
define('OGP_LANG_install_welcome', "Witamy w instalatorze Open Game Panel");
|
|
define('OGP_LANG_file_permission_check', "Sprawdzanie wymaganych uprawnień pliku");
|
|
define('OGP_LANG_OK', "W porządku");
|
|
define('OGP_LANG_write_permission_required', "Wymagane uprawnienia do zapisu");
|
|
define('OGP_LANG_execute_permission_required', "Wymagane uprawnienia do wykonywania");
|
|
define('OGP_LANG_create_an_empty_file', "Utwórz pusty plik.");
|
|
define('OGP_LANG_found', "Znaleziono");
|
|
define('OGP_LANG_not_found', "Nie znaleziono");
|
|
define('OGP_LANG_pear_xxtea_info', "Pear Crypt_XXTEA jest wymagana do użycia OGP. W większości dystrybucji Linuksa moduł ten można zainstalować za pomocą następującego polecenia \"pear install Crypt_XXTEA-beta\".");
|
|
define('OGP_LANG_refresh', "Odśwież");
|
|
define('OGP_LANG_checking_required_modules', "Sprawdzanie wymaganych modułów.");
|
|
define('OGP_LANG_checking_optional_modules', "Sprawdzania modułów dodatkowych");
|
|
define('OGP_LANG_database_type', "Rodzaj bazy danych");
|
|
define('OGP_LANG_database_settings', "Ustawienia dostępu do bazy danych");
|
|
define('OGP_LANG_database_hostname', "Adres bazy danych");
|
|
define('OGP_LANG_database_username', "Użytkownik bazy danych");
|
|
define('OGP_LANG_database_password', "Hasło bazy danych");
|
|
define('OGP_LANG_database_name', "Nazwa bazy danych");
|
|
define('OGP_LANG_database_prefix', "Prefiks bazy danych");
|
|
define('OGP_LANG_next', "Dalej");
|
|
define('OGP_LANG_encryption_key', "Klucz szyfrowania (Agenta)");
|
|
define('OGP_LANG_agent_port', "Port (Agenta)");
|
|
define('OGP_LANG_unable_to_write_config', "Nie można zapisać konfiguracji, sprawdź proszę prawa do zapisu plików.");
|
|
define('OGP_LANG_admin_login_details', "Dane logowania administratora");
|
|
define('OGP_LANG_config_written', "Pliki konfiguracyjne utworzone pomyślnie.");
|
|
define('OGP_LANG_database_created', "Tabele bazy danych utworzone pomyślnie.");
|
|
define('OGP_LANG_admin_login_details_info', "Teraz tworzymy Administratora Open Game Panel.");
|
|
define('OGP_LANG_username', "Nazwa użytkownika");
|
|
define('OGP_LANG_repeat_password', "Powtórz hasło");
|
|
define('OGP_LANG_email', "Adres email");
|
|
define('OGP_LANG_back', "Cofnij");
|
|
define('OGP_LANG_database_setup_failure', "Instalator nie mógł utworzyć bazy danych. Proszę ponownie sprawdzić swoje pliki konfiguracyjne bazy danych.");
|
|
define('OGP_LANG_php_version_check', "Sprawdzanie wersji PHP");
|
|
define('OGP_LANG_invalid_username', "Wprowadzono nieprawidłową nazwę użytkownika.");
|
|
define('OGP_LANG_password_too_short', "Twoje hasło jest za krótkie. Musi być przynajmniej '%d' znaków.");
|
|
define('OGP_LANG_password_contains_invalid_characters', "Twoje hasło zawiera nieprawidłowe znaki.");
|
|
define('OGP_LANG_invalid_email_address', "Wpisałeś niepoprawny adres email.");
|
|
define('OGP_LANG_setup_complete', "Konfiguracja została zakończona pomyślnie. Open Game Panel jest teraz gotowy do użycia.");
|
|
define('OGP_LANG_remove_install_and_secure_config', "Usuń plik install.php z serwera! Ustaw chmod pliku includes/config.inc.php na 644 z względów bezpieczeństwa.");
|
|
define('OGP_LANG_go_to_panel', "Kliknij tutaj, aby zalogować się do OGP.");
|
|
define('OGP_LANG_unable_to_resolve', "Jeśli nie jesteś w stanie rozwiązać tego problemu, proszę odwiedzić stronę internetową OGP");
|
|
define('OGP_LANG_slogan', "The Open-Source one!");
|
|
define('OGP_LANG_default_welcome_title_message', "Witaj! <b style='font-size:12px; font-weight:normal;'>Można zmienić ten tytuł w '<a href='?m=settings&p=themes'>Ustawienia Stylu</a>' pod zakładką '<a href='?m=administration&p=main'>Administrator</a>'.</b>");
|
|
?>
|