Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french
In directory usw-pr-cvs1:/tmp/cvs-serv16895/chat/localization/french
Modified Files:
tutorial.loc
Log Message:
Add a string for the max number of smilies
Index: tutorial.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french/tutorial.loc,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** tutorial.loc 2001/04/30 22:44:57 1.7
--- tutorial.loc 2001/05/07 21:09:51 1.8
***************
*** 138,142 ****
<a href="#help" class="topLink">Aide en ligne</a><br />
<?php
! if (C_USE_SMILIES == 1)
{
?>
--- 138,142 ----
<a href="#help" class="topLink">Aide en ligne</a><br />
<?php
! if (C_MAX_GSMILIES)
{
?>
***************
*** 474,478 ****
<?php
! if (C_USE_SMILIES == 1)
{
include('./lib/smilies.lib.' . C_EXTENSION);
--- 474,478 ----
<?php
! if (C_MAX_GSMILIES)
{
include('./lib/smilies.lib.' . C_EXTENSION);
***************
*** 484,488 ****
</p>
<p>
! Vos messages peuvent être agrémentés d'émoticons graphiques. Vous trouverez ci-après les codes qu'il faut utiliser dans vos messages pour obtenir chacun de ces émoticons lors de l'affichage dans le cadre dédié.
</p>
<table align="center" border="0" cellpadding="3" cellspacing="5">
--- 484,489 ----
</p>
<p>
! Vos messages peuvent être agrémentés d'émoticons graphiques<?php if (C_MAX_GSMILIES != '*') echo(' (au maximum ' . C_MAX_GSMILIES . ' par message)'); ?>.
! Vous trouverez ci-après les codes qu'il faut utiliser dans vos messages pour obtenir chacun de ces émoticons lors de l'affichage dans le cadre dédié.
</p>
<table align="center" border="0" cellpadding="3" cellspacing="5">
|