From: Lo?c C. <lo...@us...> - 2001-05-07 21:09:53
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/arabic In directory usw-pr-cvs1:/tmp/cvs-serv16895/chat/localization/arabic 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/arabic/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 *************** *** 140,144 **** <a href="#help" class="topLink">ØáÈ ÇáãÓÇÚÏÉ</a><br /> <?php ! if (C_USE_SMILIES == 1) { ?> --- 140,144 ---- <a href="#help" class="topLink">ØáÈ ÇáãÓÇÚÏÉ</a><br /> <?php ! if (C_MAX_GSMILIES) { ?> *************** *** 527,531 **** <?php ! if (C_USE_SMILIES == 1) { include('./lib/smilies.lib.' . C_EXTENSION); --- 527,531 ---- <?php ! if (C_MAX_GSMILIES) { include('./lib/smilies.lib.' . C_EXTENSION); *************** *** 537,541 **** --- 537,545 ---- </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"> |