[Phpfreechat-svn] SF.net SVN: phpfreechat: [707] trunk/i18n/ja_JP/main.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-08-26 14:27:35
|
Revision: 707 Author: kerphi Date: 2006-08-26 07:27:29 -0700 (Sat, 26 Aug 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=707&view=rev Log Message: ----------- fix a wrong charactere Modified Paths: -------------- trunk/i18n/ja_JP/main.php Modified: trunk/i18n/ja_JP/main.php =================================================================== --- trunk/i18n/ja_JP/main.php 2006-08-26 12:01:52 UTC (rev 706) +++ trunk/i18n/ja_JP/main.php 2006-08-26 14:27:29 UTC (rev 707) @@ -211,7 +211,7 @@ $GLOBALS["i18n"]["%s joins %s"] = "%s が %s に参加しました。"; // line 31 in kick.class.php -$GLOBALS["i18n"]["kicked from %s by %s"] = "%2$s により %1$\s から追い出されました。"; +$GLOBALS["i18n"]["kicked from %s by %s"] = "%2s により %1s から追い出されました。"; // line 38 in send.class.php $GLOBALS["i18n"]["Can't send the message, %s is offline"] = "%s はオフラインなのでメッセージを送ることができませんでした。"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |