Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/japanese
In directory usw-pr-cvs1:/tmp/cvs-serv16895/chat/localization/japanese
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/japanese/tutorial.loc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** tutorial.loc 2001/04/30 22:44:57 1.6
--- tutorial.loc 2001/05/07 21:09:51 1.7
***************
*** 137,141 ****
<a href="#help" class="topLink">¥Ø¥ë¥×¥³¥Þ¥ó¥É</a><br />
<?php
! if (C_USE_SMILIES == 1)
{
?>
--- 137,141 ----
<a href="#help" class="topLink">¥Ø¥ë¥×¥³¥Þ¥ó¥É</a><br />
<?php
! if (C_MAX_GSMILIES)
{
?>
***************
*** 482,486 ****
<?php
! if (C_USE_SMILIES == 1)
{
include('./lib/smilies.lib.' . C_EXTENSION);
--- 482,486 ----
<?php
! if (C_MAX_GSMILIES)
{
include('./lib/smilies.lib.' . C_EXTENSION);
***************
*** 492,496 ****
--- 492,500 ----
</p>
<p>
+ <!-- To update
¤¢¤ë·è¤á¤é¤ì¤¿Ê¸»ú¤òÂǤĤ³¤È¤Ë¤è¤Ã¤Æ¡¢²¼¤Ëɽ¼¨¤µ¤ì¤Æ¤¤¤ë´é¤Î²èÁü¤ò½Ð¤¹¤³¤È¤¬½ÐÍè¤Þ¤¹¡£
+ -->
+ You may have graphical smilies inside your messages<?php if (C_MAX_GSMILIES != '*') echo(' (to the more ' . C_MAX_GSMILIES . ' per message)'); ?>.
+ See bellow the code you have to type into a message to obtain each one of these similes.
</p>
<table align="center" border="0" cellpadding="3" cellspacing="5">
|