You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
3.0 KiB
72 lines
3.0 KiB
<?php
|
|
/**
|
|
* i18n/pl_PL/main.php
|
|
*
|
|
* Copyright © 2006 Stephane Gully <stephane.gully@gmail.com>
|
|
*
|
|
* This library is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
* License as published by the Free Software Foundation; either
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
*
|
|
* This library 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
|
|
* Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
* License along with this library; if not, write to the
|
|
* Free Software Foundation, 51 Franklin St, Fifth Floor,
|
|
* Boston, MA 02110-1301 USA
|
|
*/
|
|
|
|
/**
|
|
* Polish translation of the messages (utf8 encoded!)
|
|
*
|
|
* @author Jusuff <jusuff@op.pl>
|
|
*/
|
|
|
|
$GLOBALS["i18n"]["lang"] = "Polski";
|
|
|
|
// admin/index.php
|
|
$GLOBALS["i18n"]["Administration"] = "Administracja";
|
|
$GLOBALS["i18n"]["Available Languages"] = "Dostępne języki";
|
|
$GLOBALS["i18n"]["PFC version verification"] = "Kontrola wersji PFC";
|
|
$GLOBALS["i18n"]["Internet connection is not possible"] = "Połączenie z Internetem nie jest możliwe";
|
|
$GLOBALS["i18n"]["PFC is update"] = "Twoja wersja PFC jest aktualna";
|
|
$GLOBALS["i18n"]["PFC version"] = "Wersja PFC";
|
|
$GLOBALS["i18n"]["The last official version"] = "Najnowsza oficjalna wersja";
|
|
$GLOBALS["i18n"]["PFC is not update"] = "Twoja wersja PFC jest nieaktualna";
|
|
$GLOBALS["i18n"]["Your version"] = "Twoja wersja";
|
|
$GLOBALS["i18n"]["Download the last version %s here %s."] = "Pobierz najnowszą wersję %s tutaj %s.";
|
|
|
|
|
|
// admin/user.php
|
|
$GLOBALS["i18n"]["Users management"] = "Zarządzanie użytkownikami";
|
|
$GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Musi być przynajmniej jeden użytkownik, by można było włączyć uwierzytelnianie.";
|
|
$GLOBALS["i18n"]["It is not possible to delete the last user."] = "Nie można usunąć ostatniego użytkownika.";
|
|
|
|
$GLOBALS["i18n"]["User %s deleted."] = "Użytkownik %s został usunięty.";
|
|
$GLOBALS["i18n"]["User %s added."] = "Użytkownik %s został dodany.";
|
|
$GLOBALS["i18n"]["User %s edited."] = "Użytkownik %s został zmieniony.";
|
|
|
|
$GLOBALS["i18n"]["Authentication disable"] = "Uwierzytelnianie wyłączone";
|
|
$GLOBALS["i18n"]["Enable here"] = "Włącz tutaj";
|
|
$GLOBALS["i18n"]["Authentication enable"] = "Uwierzytelnianie włączone";
|
|
$GLOBALS["i18n"]["Disable here"] = "Wyłącz tutaj";
|
|
|
|
$GLOBALS["i18n"]["Username"] = "Użytkownik";
|
|
$GLOBALS["i18n"]["Password"] = "Hasło";
|
|
$GLOBALS["i18n"]["Group"] = "Grupa";
|
|
|
|
$GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Na pewno chcesz usunąć użytkownika: %s ?";
|
|
$GLOBALS["i18n"]["Add a new user"] = "Dodaj nowego użytkownika";
|
|
|
|
$GLOBALS["i18n"]["Edit"] = "Edytuj";
|
|
$GLOBALS["i18n"]["Delete"] = "Usuń";
|
|
|
|
// admin/themes.php
|
|
$GLOBALS["i18n"]["Available themes"] = "Dostępne motywy";
|
|
$GLOBALS["i18n"]["Screenshot"] = "Screenshot";
|
|
|
|
?>
|
|
|