From: Lo?c C. <lo...@us...> - 2001-04-30 22:45:02
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/turkish Modified Files: tutorial.loc chat.loc Log Message: Updated to the new 'input' frame Index: tutorial.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/tutorial.loc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** tutorial.loc 2001/04/28 21:05:43 1.6 --- tutorial.loc 2001/04/30 22:44:58 1.7 *************** *** 516,519 **** --- 516,522 ---- <i>Örnek:</i> "Hi Jack :)" böyle: Hi Jack <img src="images/smilies/smile1.gif" width="15" height="15" alt=":)" /> görünür. </p> + <p> + If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code ' :mine: '. + </p> <p align="right"><a href="#top">Basa Dön</a></p> <hr /> Index: chat.loc =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/turkish/chat.loc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** chat.loc 2001/04/20 20:42:48 1.5 --- chat.loc 2001/04/30 22:44:58 1.6 *************** *** 174,182 **** // help popup ! define('L_HELP_TIT_1', 'Simgeler'); ! define('L_HELP_TIT_2', 'Mesajlarin Format lanmasi'); define('L_HELP_FMT_1', 'Mesajlarinizi kalin, egik veya alt çizgili formatlayabilirsiniz, eger yaziyi <b> </b>, <i> </i> oder <u> </u> Tag leri ile sinirlarsaniz<br />örnek: <b>Bu yazi </b> sunu olusturur <b> Bu yazi </b>'); define('L_HELP_FMT_2', 'Mesajinizda Link olusturmak için (E-Mail veya URL), adresi Tag siz giriniz.'); ! define('L_HELP_TIT_3', 'Komutlar'); define('L_HELP_USR', 'user'); define('L_HELP_MSG', 'message'); --- 174,181 ---- // help popup ! define('L_HELP_TIT_1', 'Mesajlarin Format lanmasi'); define('L_HELP_FMT_1', 'Mesajlarinizi kalin, egik veya alt çizgili formatlayabilirsiniz, eger yaziyi <b> </b>, <i> </i> oder <u> </u> Tag leri ile sinirlarsaniz<br />örnek: <b>Bu yazi </b> sunu olusturur <b> Bu yazi </b>'); define('L_HELP_FMT_2', 'Mesajinizda Link olusturmak için (E-Mail veya URL), adresi Tag siz giriniz.'); ! define('L_HELP_TIT_2', 'Komutlar'); define('L_HELP_USR', 'user'); define('L_HELP_MSG', 'message'); *************** *** 207,211 **** define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! //message frame define('L_NO_MSG', 'mesaj yok.'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); --- 206,215 ---- define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.'); ! // smilies popup ! define('L_SMIL_TIT', 'Simgeler'); ! define('L_SMIL_CLICK', 'You can click on a smiley to insert the related text code inside your message.'); ! define('L_SMIL_MINE', 'If you are a registered user and if the administrator had defined a personnal smiley for you, you may insert the later in your message with the code \' :mine: \'.'); ! ! // messages frame define('L_NO_MSG', 'mesaj yok.'); define('L_TODAY_DWN', 'The messages that have been sent today start below'); *************** *** 225,229 **** 'Portakal rengi' => '#FF6600'); ! //ignored popup define('L_IGNOR_TIT', 'Ignore edildiniz'); define('L_IGNOR_NON', 'ignor lu kullanici yok'); --- 229,233 ---- 'Portakal rengi' => '#FF6600'); ! // ignored popup define('L_IGNOR_TIT', 'Ignore edildiniz'); define('L_IGNOR_NON', 'ignor lu kullanici yok'); |