[Phpfreechat-svn] SF.net SVN: phpfreechat: [1202] trunk/i18n/fr_FR/main.php
Status: Beta
Brought to you by:
kerphi
From: <ke...@us...> - 2007-11-02 09:01:31
|
Revision: 1202 http://phpfreechat.svn.sourceforge.net/phpfreechat/?rev=1202&view=rev Author: kerphi Date: 2007-11-02 02:01:32 -0700 (Fri, 02 Nov 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-28 21:28:05 UTC (rev 1201) +++ trunk/i18n/fr_FR/main.php 2007-11-02 09:01:32 UTC (rev 1202) @@ -280,7 +280,7 @@ $GLOBALS["i18n"]["Your must be connected to send a message"] = "Vous devez être connecté pour envoyer un message"; // line 87 in chat.js.tpl.php -$GLOBALS["i18n"]["Click here to send your message"] = "Clickez ici pour envoyer votre message"; +$GLOBALS["i18n"]["Click here to send your message"] = "Cliquez ici pour envoyer votre message"; // line 80 in chat.js.tpl.php $GLOBALS["i18n"]["Enter the text to format"] = "Entrez le texte à formater"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |