[Phpfreechat-svn] SF.net SVN: phpfreechat: [1199] trunk/i18n/fr_FR/main.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-10-07 11:34:04
|
Revision: 1199 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1199&view=rev Author: kerphi Date: 2007-10-07 04:34:06 -0700 (Sun, 07 Oct 2007) Log Message: ----------- fix a typo Modified Paths: -------------- trunk/i18n/fr_FR/main.php Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2007-10-04 08:02:55 UTC (rev 1198) +++ trunk/i18n/fr_FR/main.php 2007-10-07 11:34:06 UTC (rev 1199) @@ -337,7 +337,7 @@ $GLOBALS["i18n"]["'/unban {nickname}' will unban the user identified by {nickname}"] = "'/unban {id}' va débannir l'utilisateur identifié par {nickname}"; // line 43 in kick.class.php -$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kické de %s par %s"; +$GLOBALS["i18n"]["kicked from %s by %s - reason: %s"] = "kické de %s par %s - raison : %s"; // line 20 in quit.class.php $GLOBALS["i18n"]["%s quit (%s)"] = "%s a quitté (%s)"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |