[Phpfreechat-svn] SF.net SVN: phpfreechat: [1033] trunk/i18n/hr_HR/main.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-06-07 12:24:51
|
Revision: 1033 http://svn.sourceforge.net/phpfreechat/?rev=1033&view=rev Author: kerphi Date: 2007-06-07 05:24:53 -0700 (Thu, 07 Jun 2007) Log Message: ----------- small fix Modified Paths: -------------- trunk/i18n/hr_HR/main.php Modified: trunk/i18n/hr_HR/main.php =================================================================== --- trunk/i18n/hr_HR/main.php 2007-06-07 11:43:46 UTC (rev 1032) +++ trunk/i18n/hr_HR/main.php 2007-06-07 12:24:53 UTC (rev 1033) @@ -36,7 +36,7 @@ $GLOBALS["i18n"]["Please enter your nickname"] = "Molim Vas unesite Vas nadimak"; // line 565 in phpfreechat.class.php -$GLOBALS["i18n"]["Text cannot be empty"] = "Tekst ne smije biti prazan"; +$GLOBALS["i18n"]["Text cannot be empty"] = "Tekst polje ne smije biti prazno"; // line 392 in phpfreechat.class.php $GLOBALS["i18n"]["%s changes his nickname to %s"] = "%s je promijenio/la nadimak u %s"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |