Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/malay
In directory usw-pr-cvs1:/tmp/cvs-serv3139/chat/localization/malay
Modified Files:
chat.loc
Log Message:
Updated to the new 'input' frame
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/malay/chat.loc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** chat.loc 2001/04/20 20:42:47 1.6
--- chat.loc 2001/04/30 22:44:58 1.7
***************
*** 174,182 ****
// help popup
! define('L_HELP_TIT_1', 'Senyuman');
! define('L_HELP_TIT_2', 'Format teks untuk mesej');
define('L_HELP_FMT_1', 'Anda boleh meletakkan teks tebal, teks senget atau teks bergaris bawah didalam mesej anda dengan memasukkan teks tersebut didalam kurungan berserta dengan salah satu dari tag berikut <b> </b>,<i> </i> or <u> </u>.<br />Sebagai contohnya, <b>teks ini</b> akan menghasilkan <b>teks ini</b>.');
define('L_HELP_FMT_2', 'Untuk membuat pautan (untuk emel atau URL) di dalam mesej anda, cuma taipkan alamat emelnya tanpa sebarang tag. Pautannya akan dibuat dengan secara automatik.');
! define('L_HELP_TIT_3', 'Arahan');
define('L_HELP_USR', 'pengguna');
define('L_HELP_MSG', 'mesej');
--- 174,181 ----
// help popup
! define('L_HELP_TIT_1', 'Format teks untuk mesej');
define('L_HELP_FMT_1', 'Anda boleh meletakkan teks tebal, teks senget atau teks bergaris bawah didalam mesej anda dengan memasukkan teks tersebut didalam kurungan berserta dengan salah satu dari tag berikut <b> </b>,<i> </i> or <u> </u>.<br />Sebagai contohnya, <b>teks ini</b> akan menghasilkan <b>teks ini</b>.');
define('L_HELP_FMT_2', 'Untuk membuat pautan (untuk emel atau URL) di dalam mesej anda, cuma taipkan alamat emelnya tanpa sebarang tag. Pautannya akan dibuat dengan secara automatik.');
! define('L_HELP_TIT_2', 'Arahan');
define('L_HELP_USR', 'pengguna');
define('L_HELP_MSG', 'mesej');
***************
*** 206,209 ****
--- 205,213 ----
define('L_HELP_CMD_20', 'Terangkan apa yang anda sedang lakukan tanpa merujuk kepada diri anda sendiri.');
define('L_HELP_CMD_21', 'Enable/disable graphical smilies mode.');
+
+ // smilies popup
+ define('L_SMIL_TIT', 'Senyuman');
+ 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
|