[Phpfreechat-svn] SF.net SVN: phpfreechat: [684] trunk/i18n/pl_PL/admin.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-19 20:55:06
|
Revision: 684 Author: kerphi Date: 2006-08-19 13:54:57 -0700 (Sat, 19 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=684&view=rev Log Message: ----------- admin.php Polish translation (thanks to Jusuff) Added Paths: ----------- trunk/i18n/pl_PL/admin.php Added: trunk/i18n/pl_PL/admin.php =================================================================== --- trunk/i18n/pl_PL/admin.php (rev 0) +++ trunk/i18n/pl_PL/admin.php 2006-08-19 20:54:57 UTC (rev 684) @@ -0,0 +1,72 @@ +<?php +/** + * i18n/pl_PL/main.php + * + * Copyright © 2006 Stephane Gully <ste...@gm...> + * + * 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 <ju...@op...> + */ + +$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"; + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |