Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_traditional
In directory usw-pr-cvs1:/tmp/cvs-serv469/chat/localization/chinese_traditional
Modified Files:
chat.loc
Log Message:
new strings to use with the new privileges system
Index: chat.loc
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/localization/chinese_traditional/chat.loc,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** chat.loc 2001/12/04 19:59:39 1.11
--- chat.loc 2001/12/05 19:32:06 1.12
***************
*** 158,176 ****
// input frame
define('L_HLP', '¨D§U');
define('L_BAD_CMD', '«ü¥O¿ù»~ !');
! define('L_ADMIN', '%s ¤w¸g¬O¨t²ÎºÞ²zû !');
! define('L_IS_MODERATOR', '%s is already moderator!');
! define('L_NO_MODERATOR', '³oÓ«ü¥O¥u¦³²á¤Ñ«Çªº¥D¤H¥i¥H¨Ï¥Î');
define('L_MODERATOR', '%s is now moderator for this room.');
define('L_NONEXIST_USER', '¨Ï¥ÎªÌ %s ²{¦b¤£¦b³oÓ²á¤Ñ«Ç');
define('L_NONREG_USER', '¨Ï¥ÎªÌ %s ¨S¦³µù¥U¹L');
define('L_NONREG_USER_IP', 'His IP is: %s.');
! define('L_NO_KICKED', '¨Ï¥ÎªÌ %s ¬O¨t²ÎºÞ²zû©Î²á¤Ñ«Ç¥D¤H, §A¤£¯à½ð°£¥L.');
! define('L_NO_BANISHED', 'User %s is moderator or administrator and can\'t be banished.');
! define('L_BANISHED', 'User %s has successfully been banished.');
define('L_KICKED', '¨Ï¥ÎªÌ %s ¤w¸g¦¨¥\ªº³Q½ð¥X²á¤Ñ«Ç');
define('L_SVR_TIME', '¨t²Î®É¶¡: ');
define('L_NO_SAVE', 'No message to save!');
- define('L_NO_ADMIN', 'Only the administrator can use this command.');
define('L_ANNOUNCE', 'ANNOUNCE');
define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
--- 158,175 ----
// input frame
define('L_HLP', '¨D§U');
+ define('L_NO_RIGHT', 'The right level you\'re granted isn\'t high enough to run this command.');
define('L_BAD_CMD', '«ü¥O¿ù»~ !');
! define('L_CANT_PROMOTE', 'The right level you\'re granted isn\'t high enough to promote %s.');
! define('L_PROMOTED', '%s is now %s.');
define('L_MODERATOR', '%s is now moderator for this room.');
define('L_NONEXIST_USER', '¨Ï¥ÎªÌ %s ²{¦b¤£¦b³oÓ²á¤Ñ«Ç');
define('L_NONREG_USER', '¨Ï¥ÎªÌ %s ¨S¦³µù¥U¹L');
define('L_NONREG_USER_IP', 'His IP is: %s.');
! define('L_CANT_KICK', 'The right level you\'re granted isn\'t high enough to kick away %s.');
define('L_KICKED', '¨Ï¥ÎªÌ %s ¤w¸g¦¨¥\ªº³Q½ð¥X²á¤Ñ«Ç');
+ define('L_CANT_BANISH', 'The right level you\'re granted isn\'t high enough to banish %s.');
+ define('L_BANISHED', 'User %s has successfully been banished.');
define('L_SVR_TIME', '¨t²Î®É¶¡: ');
define('L_NO_SAVE', 'No message to save!');
define('L_ANNOUNCE', 'ANNOUNCE');
define('L_INVITE', '%s suggest you to join her/him into the <a href="%s" target="_parent" onclick="window.parent.pmcRunCmd(\'%s\', \'%s\'); return false">%s</a> room.');
***************
*** 253,258 ****
define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>');
define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>');
! define('L_RIGHT_2', 'Regular visitor in your current room');
! define('L_RIGHT_1', 'Member in your current room');
define('L_RIGHT_0', 'Visitor');
--- 252,257 ----
define('L_RIGHT_4', '<i>Level 4 moderator for your current room</i>');
define('L_RIGHT_3', '<i>Level 3 moderator for your current room</i>');
! define('L_RIGHT_2', 'Experienced member');
! define('L_RIGHT_1', 'Member');
define('L_RIGHT_0', 'Visitor');
|