Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/thai
In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/thai
Modified Files:
chat.loc
Log Message:
Updated to the new 'input' frame
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/thai/chat.loc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** chat.loc 2001/04/20 20:42:48 1.6
--- chat.loc 2001/04/30 22:44:59 1.7
***************
*** 173,181 ****
// help popup
! define('L_HELP_TIT_1', 'ÊäÁÅì');
! define('L_HELP_TIT_2', 'Text formating for messages');
define('L_HELP_FMT_1', 'You can put bolded, italicized or underlined text in messages by encasing the applicable sections of your text with either the <b> </b>, <i> </i> or <u> </u> tags.<br />For example, <b>this text</b> will produce <b>this text</b>.');
define('L_HELP_FMT_2', 'To create a hyperlink (for e-mail or URL) in your message, simply type the corresponding address without any tag. The hyperlink will be created automatically.');
! define('L_HELP_TIT_3', '¤ÓÊÑè§');
define('L_HELP_USR', '¼Ù館Â');
define('L_HELP_MSG', 'message');
--- 173,180 ----
// help popup
! define('L_HELP_TIT_1', 'Text formating for messages');
define('L_HELP_FMT_1', 'You can put bolded, italicized or underlined text in messages by encasing the applicable sections of your text with either the <b> </b>, <i> </i> or <u> </u> tags.<br />For example, <b>this text</b> will produce <b>this text</b>.');
define('L_HELP_FMT_2', 'To create a hyperlink (for e-mail or URL) in your message, simply type the corresponding address without any tag. The hyperlink will be created automatically.');
! define('L_HELP_TIT_2', '¤ÓÊÑè§');
define('L_HELP_USR', '¼Ù館Â');
define('L_HELP_MSG', 'message');
***************
*** 207,211 ****
define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
! //message frame
define('L_NO_MSG', 'äÁèÁÕ¢éͤÇÒÁ½Ò¡äÇ颳йÕé ...');
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', 'ÊäÁÅì');
! 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: \'.');
!
! // message frame
define('L_NO_MSG', 'äÁèÁÕ¢éͤÇÒÁ½Ò¡äÇ颳йÕé ...');
define('L_TODAY_DWN', 'The messages that have been sent today start below');
***************
*** 225,229 ****
'Carrot' => '#FF6600');
! //ignored popup
define('L_IGNOR_TIT', 'µÑ´·Ôé§');
define('L_IGNOR_NON', 'àÅ×Í¡ËÁ´');
--- 229,233 ----
'Carrot' => '#FF6600');
! // ignored popup
define('L_IGNOR_TIT', 'µÑ´·Ôé§');
define('L_IGNOR_NON', 'àÅ×Í¡ËÁ´');
|