[Phpfreechat-svn] SF.net SVN: phpfreechat: [575] trunk/i18n/fr_FR
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2006-06-14 13:35:10
|
Revision: 575 Author: kerphi Date: 2006-06-14 06:32:17 -0700 (Wed, 14 Jun 2006) ViewCVS: http://svn.sourceforge.net/phpfreechat/?rev=575&view=rev Log Message: ----------- add a new string Modified Paths: -------------- trunk/i18n/en_US/main.php trunk/i18n/fr_FR/main.php Modified: trunk/i18n/en_US/main.php =================================================================== --- trunk/i18n/en_US/main.php 2006-06-14 13:24:02 UTC (rev 574) +++ trunk/i18n/en_US/main.php 2006-06-14 13:32:17 UTC (rev 575) @@ -237,4 +237,7 @@ // line 76 in auth.class.php $GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Can't join %s because the channels list is restricted"; -?> \ No newline at end of file +// line 56 in noflood.class.php +$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Please don't post so many message, flood is not tolerated"; + +?> Modified: trunk/i18n/fr_FR/main.php =================================================================== --- trunk/i18n/fr_FR/main.php 2006-06-14 13:24:02 UTC (rev 574) +++ trunk/i18n/fr_FR/main.php 2006-06-14 13:32:17 UTC (rev 575) @@ -237,4 +237,7 @@ // line 76 in auth.class.php $GLOBALS["i18n"]["Can't join %s because the channels list is restricted"] = "Vous ne pouvez pas rejoindre %s car il n'est pas dans la liste des salons autorisés"; -?> \ No newline at end of file +// line 56 in noflood.class.php +$GLOBALS["i18n"]["Please don't post so many message, flood is not tolerated"] = "Svp, ne postez pas autant de messages à la suite, le flood n'est pas toléré"; + +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |