Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish
In directory usw-pr-cvs1:/tmp/cvs-serv7923/chat/localization/turkish
Modified Files:
tutorial.loc chat.loc
Log Message:
Add the new 'img' command
Index: tutorial.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/tutorial.loc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** tutorial.loc 2001/04/11 23:06:13 1.2
--- tutorial.loc 2001/04/15 21:18:19 1.3
***************
*** 411,414 ****
--- 411,418 ----
?>
<li>
+ The <b>Img command</b> enables or disable the graphical smilies mode.<br /><br />Type "/img" without quotes.
+ <br /><br />
+ </li>
+ <li>
<b>Notify komutu</b> Kullanici giris ve cikislarinin görüntülenmesini/görüntülenmemesini kontrol eder. Defaultlari görmek icin: <?php echo((C_NOTIFY) ? 'on' : 'off'); ?> ve mesaj gönderimi icin <?php echo((C_NOTIFY) ? 'will' : 'won\'t'); ?> gösterilir.<br /><br />"/notify" i tirnaksiz yaziniz ve enter e basiniz.
<br /><br />
***************
*** 449,452 ****
--- 453,457 ----
<br /><br />
Mesaj penceresi temizler ve son 50 mesaji gösterir.
+ <br /><br />
</li>
<?php
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/chat.loc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** chat.loc 2001/04/11 23:06:13 1.2
--- chat.loc 2001/04/15 21:18:19 1.3
***************
*** 203,206 ****
--- 203,207 ----
define('L_HELP_CMD_19', 'Yönetici/Administratör kullaniciyi belli bir süre için "atabilir".<br />Administratör baska odalardaki kullanicilarida atabilir. "<b> * </b>" ile kullanicilari "süresiz" Chat ten atabilirsiniz.');
define('L_HELP_CMD_20', 'Describe what you\'re doing without refer yourself.');
+ define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
//message frame
|