[Phpfreechat-svn] SF.net SVN: phpfreechat: [1198] trunk/i18n/pl_PL/main.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-10-04 08:02:56
|
Revision: 1198 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1198&view=rev Author: kerphi Date: 2007-10-04 01:02:55 -0700 (Thu, 04 Oct 2007) Log Message: ----------- Polish translation update (thanks to jwaldek) Modified Paths: -------------- trunk/i18n/pl_PL/main.php Modified: trunk/i18n/pl_PL/main.php =================================================================== --- trunk/i18n/pl_PL/main.php 2007-10-04 07:59:51 UTC (rev 1197) +++ trunk/i18n/pl_PL/main.php 2007-10-04 08:02:55 UTC (rev 1198) @@ -25,6 +25,7 @@ * * @author Pawel * @author bejo + * @author jwaldek */ // line 45 in phpfreechatconfig.class.php @@ -70,10 +71,10 @@ $GLOBALS["i18n"]["%s directory must be specified"] = "%s katalog musi być podany"; // line 439 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["%s must be a directory"] = "%s musi byc katalogiem"; +$GLOBALS["i18n"]["%s must be a directory"] = "%s musi być katalogiem"; // line 446 in phpfreechatconfig.class.php -$GLOBALS["i18n"]["%s can't be created"] = "%s nie może zostac utworzony"; +$GLOBALS["i18n"]["%s can't be created"] = "%s nie może zostać utworzony"; // line 451 in phpfreechatconfig.class.php $GLOBALS["i18n"]["%s is not writeable"] = "%s nie jest zapisywalny"; @@ -349,7 +350,7 @@ $GLOBALS["i18n"]["Chat loading ..."] = "Ladowanie chat'a..."; // line 124 in chat.js.tpl.php -$GLOBALS["i18n"]["Please wait"] = "Porsze czekac"; +$GLOBALS["i18n"]["Please wait"] = "Prosze czekac"; // line 139 in chat.js.tpl.php $GLOBALS["i18n"]["%s appears to be either disabled or unsupported by your browser."] = "%s wygląda na wyłączone lub nieobsługiwane przez Twoją przeglądarkę."; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |