Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french
In directory usw-pr-cvs1:/tmp/cvs-serv15501/chat/localization/french
Modified Files:
tutorial.loc
Log Message:
'C_SAVE' could be the sign '*'
Index: tutorial.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/french/tutorial.loc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** tutorial.loc 2001/04/20 20:44:52 1.5
--- tutorial.loc 2001/04/28 21:05:42 1.6
***************
*** 160,164 ****
<a href="#whois" class="topLink">Afficher les informations relatives à un autre utilisateur</a><br />
<?php
! if (C_SAVE != 0)
{
?>
--- 160,164 ----
<a href="#whois" class="topLink">Afficher les informations relatives à un autre utilisateur</a><br />
<?php
! if (C_SAVE)
{
?>
***************
*** 694,698 ****
<?php
! if (C_SAVE != 0)
{
?>
--- 694,698 ----
<?php
! if (C_SAVE)
{
?>
|