From: Lo?c C. <lo...@us...> - 2001-12-10 16:00:48
|
Update of /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/chinese_simplified In directory usw-pr-cvs1:/tmp/cvs-serv10487/chat/localization/chinese_simplified Modified Files: localized.chat.php3 Log Message: updated Chinese tradi. translation ***** Bogus filespec: - ***** Bogus filespec: 0.14/chat/localization/chinese_simplified Index: localized.chat.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat - 0.14/chat/localization/chinese_simplified/localized.chat.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** localized.chat.php3 2001/12/07 17:11:16 1.4 --- localized.chat.php3 2001/12/10 16:00:42 1.5 *************** *** 1,5 **** <?php // File : chinese_simplified.lang.php3 ! // Translation by BoyStudio <zr...@37... and kd...@37...> and Che Dong <ch...@ye...> // extra header for charset --- 1,6 ---- <?php // File : chinese_simplified.lang.php3 ! // Translation by BoyStudio <zr...@37... and kd...@37...>, Che Dong <ch...@ye...> ! // and Perry Huang <pe...@ho...> // extra header for charset *************** *** 10,14 **** // welcome page ! define("L_TUTORIAL", "Tutorial"); define("L_WEL_1", "ÐÅϢÿ"); --- 11,15 ---- // welcome page ! define("L_TUTORIAL", "Ö¸ÄÏ"); define("L_WEL_1", "ÐÅϢÿ"); *************** *** 19,23 **** define("L_CUR_2", "ÔÚÁÄÌì."); define("L_CUR_3", "Óû§ÔÚ¹«¹²ÆµµÀÖÐ"); ! define("L_CUR_4", "Óû§ÔÚ˽ÓÐÆµµÀÖÐ"); define("L_SET_1", "ÇëÉèÖòÎÊý ..."); --- 20,24 ---- define("L_CUR_2", "ÔÚÁÄÌì."); define("L_CUR_3", "Óû§ÔÚ¹«¹²ÆµµÀÖÐ"); ! define("L_CUR_4", "Óû§ÔÚ˽ÈËÆµµÀÖÐ"); define("L_SET_1", "ÇëÉèÖòÎÊý ..."); *************** *** 31,35 **** define("L_SET_9", "½¨Á¢×Ô¼ºµÄƵµÀ"); define("L_SET_10", "¹«¹²"); ! define("L_SET_11", "˽ÓÐ"); define("L_SET_12", "ƵµÀ"); define("L_SET_13", "ÄÇô,Çë"); --- 32,36 ---- define("L_SET_9", "½¨Á¢×Ô¼ºµÄƵµÀ"); define("L_SET_10", "¹«¹²"); ! define("L_SET_11", "˽ÈË"); define("L_SET_12", "ƵµÀ"); define("L_SET_13", "ÄÇô,Çë"); *************** *** 43,124 **** // registration stuff: ! define("L_REG_1", "your password"); ! define("L_REG_1r", "(only when you are registered)"); ! define("L_REG_2", "Account management"); ! define("L_REG_3", "Register"); ! define("L_REG_4", "Edit your profile"); ! define("L_REG_5", "Delete user"); ! define("L_REG_6", "User registration"); ! define("L_REG_7", "your password"); ! define("L_REG_8", "your e-mail"); ! define("L_REG_9", "You have been successfully registered."); ! define("L_REG_10", "Back"); ! define("L_REG_11", "Editing"); ! define("L_REG_12", "Modifying user's informations"); ! define("L_REG_13", "Deleting user"); ! define("L_REG_14", "Login"); ! define("L_REG_15", "Log In"); ! define("L_REG_16", "Change"); ! define("L_REG_17", "Your informations were succesfully modified."); ! define("L_REG_18", "You have been kicked away from room by moderator."); ! define("L_REG_19", "Do you really want to be removed ?"); ! define("L_REG_20", "Yes"); ! define("L_REG_21", "You were successfully removed."); ! define("L_REG_22", "No"); ! define("L_REG_25", "Close"); ! define("L_REG_30", "firstname"); ! define("L_REG_31", "lastname"); ! define("L_REG_32", "WEB"); ! define("L_REG_33", "show e-mail by /whois command"); ! define("L_REG_34", "Editing user profile"); ! define("L_REG_35", "Administration"); ! define("L_REG_36", "spoken languages"); ! define("L_REG_37", "Fields with a <span class=\"error\">*</span> must be completed."); ! define("L_REG_39", "The room you were in have been removed by the administrator."); ! define("L_REG_45", "gender"); ! define("L_REG_46", "male"); ! define("L_REG_47", "Female"); // e-mail validation stuff ! define("L_EMAIL_VAL_1", "Your settings to enter the chat"); ! define("L_EMAIL_VAL_2", "Welcome to our chat server."); ! define("L_EMAIL_VAL_Err", "Internal error, please contact the administrator: <a href=\"mailto:%s\">%s</a>."); ! define("L_EMAIL_VAL_Done", "Your password has been sent to your e-mail address."); // admin stuff ! define("L_ADM_1", "%s is no more moderator for this room."); ! define("L_ADM_2", "You're no more a registered user."); // error messages ! define("L_ERR_USR_1", "Õâ¸öÓû§ÃûÒѾ±»Ê¹ÓÃ. ÇëÁíÍâÑ¡ÔñÒ»¸ö."); ! define("L_ERR_USR_2", "Äã±ØÐëÖ¸¶¨Óû§Ãû."); ! define("L_ERR_USR_3", "This username is registered. Please type your password or chose another username."); ! define("L_ERR_USR_4", "You typed a wrong password."); ! define("L_ERR_USR_5", "You must type your username."); ! define("L_ERR_USR_6", "You must type your password."); ! define("L_ERR_USR_7", "You must type your e-mail."); ! define("L_ERR_USR_8", "You must type a correct e-mail address."); ! define("L_ERR_USR_9", "This username is already in use."); ! define("L_ERR_USR_10", "Wrong username or password."); ! define("L_ERR_USR_11", "You must be administrator."); ! define("L_ERR_USR_12", "You are administrator, so you cannot be removed."); ! define("L_ERR_USR_13", "To create your own room you must be registered."); ! define("L_ERR_USR_14", "You must be registered before chating."); ! define("L_ERR_USR_15", "You must type your full name."); ! define("L_ERR_USR_16", "Username cannot contain space, comma or backslash (\\)."); ! define("L_ERR_USR_17", "This room doesn't exist and you are not allowed to create one."); ! define("L_ERR_USR_18", "Banned word found in your username."); ! define("L_ERR_USR_19", "You cannot be in more than one room at the same time."); ! define("L_ERR_USR_20", "You have been banished from this room or from the chat."); ! define("L_ERR_ROM_1", "Room's name cannot contain comma or backslash (\\)."); ! define("L_ERR_ROM_2", "Banned word found in the room's name you want to create."); ! define("L_ERR_ROM_3", "´ËƵµÀÒÑÊǹ«¹²ÆµµÀ."); ! define("L_ERR_ROM_4", "ÎÞЧƵµÀÃû."); // users frame or popup define("L_EXIT", "Í˳ö"); define("L_DETACH", "Óû§Áбí"); ! define("L_EXPCOL_ALL", "Õ¹¿ª/Ëõ½ø Óû§Ãû"); ! define("L_CONN_STATE", "Connection state"); define("L_CHAT", "ÁÄÌì"); define("L_USER", "¸öÓû§"); --- 44,125 ---- // registration stuff: ! define("L_REG_1", "ÊäÈëÃÜÂë"); ! define("L_REG_1r", "(Ö»ÓÐ×¢²áºó²ÅÓÐЧ)"); ! define("L_REG_2", "ÕÊ»§¹ÜÀí"); ! define("L_REG_3", "×¢²á"); ! define("L_REG_4", "±à¼¸öÈËÉèÖÃ"); ! define("L_REG_5", "ɾ³ýÓû§"); ! define("L_REG_6", "Óû§×¢²á"); ! define("L_REG_7", "ÊäÈëÃÜÂë"); ! define("L_REG_8", "ÊäÈë e-mail"); ! define("L_REG_9", "ÄãÒѳɹ¦×¢²á."); ! define("L_REG_10", "ºóÍË"); ! define("L_REG_11", "±à¼"); ! define("L_REG_12", "ÐÞ¸ÄÓû§ÐÅÏ¢"); ! define("L_REG_13", "ɾ³ýÓû§"); ! define("L_REG_14", "µÇ¼"); ! define("L_REG_15", "ÒѾµÇ¼"); ! define("L_REG_16", "¸ü¸Ä"); ! define("L_REG_17", "¸öÈËÉèÖøü¸Ä³É¹¦."); ! define("L_REG_18", "Äã±»¼à¶½Ô±Ìß³öÁËÆµµÀ."); ! define("L_REG_19", "ÄãÕæµÄÏëҪɾ³ý¸ÃÕʺÅÂð ?"); ! define("L_REG_20", "È·¶¨"); ! define("L_REG_21", "ÕʺÅÒѾ±»³É¹¦É¾³ý."); ! define("L_REG_22", "È¡Ïû"); ! define("L_REG_25", "¹Ø±Õ"); ! define("L_REG_30", "Ãû×Ö"); ! define("L_REG_31", "ÐÕÊÏ"); ! define("L_REG_32", "ÍøÕ¾"); ! define("L_REG_33", "ÔÚ¹«¹²ÐÅÏ¢ÖÐÏÔʾemailµØÖ·"); ! define("L_REG_34", "±à¼Óû§ÉèÖÃ"); ! define("L_REG_35", "¹ÜÀí"); ! define("L_REG_36", "ÓïÑÔ"); ! define("L_REG_37", "º¬ÓÐ <span class=\"error\">*</span> µÄ²¿·Ö±ØÐëÌîд."); ! define("L_REG_39", "ÄãËùÔ򵀮µµÀÒѱ»¹ÜÀíÔ±Çå³ý."); ! define("L_REG_45", "ÐÔ±ð"); ! define("L_REG_46", "ÄÐ"); ! define("L_REG_47", "Å®"); // e-mail validation stuff ! define("L_EMAIL_VAL_1", "½øÈëÆµµÀµÄÉèÖÃ"); ! define("L_EMAIL_VAL_2", "»¶Ó¹âÁÙ±¾Õ¾·þÎñÆ÷."); ! define("L_EMAIL_VAL_Err", "ÄÚ²¿´íÎó£¬ÇëºÍ¹ÜÀíÔ±ÁªÏµ: <a href=\"mailto:%s\">%s</a>."); ! define("L_EMAIL_VAL_Done", "ÄãµÄÃÜÂëÒѾ·¢Ë͵½ÄãµÄ<BR>e-mail µØÖ·."); // admin stuff ! define("L_ADM_1", "%s ÒѲ»ÔÙÊDZ¾ÆµµÀµÄ¼à¶½Ô±."); ! define("L_ADM_2", "ÄãÒѲ»ÔÙÊDZ¾Õ¾µÄ×¢²áÓû§."); // error messages ! define("L_ERR_USR_1", "Õâ¸öÓû§ÃûÒѾÓÐÈËʹÓÃÁË. ÇëÖØÐÂѡһ¸ö."); ! define("L_ERR_USR_2", "±ØÐëÌîдÓû§Ãû."); ! define("L_ERR_USR_3", "Õâ¸öÓû§ÃûÒѾע²áÁË. ÇëÊäÈëÃÜÂëµÇ¼»òÕßÑ¡ÔñÆäËûµÄÃû×Ö."); ! define("L_ERR_USR_4", "´íÎóµÄÃÜÂë."); ! define("L_ERR_USR_5", "±ØÐëÊäÈëÓû§Ãû."); ! define("L_ERR_USR_6", "±ØÐëÊäÈëÃÜÂë."); ! define("L_ERR_USR_7", "±ØÐëÊäÈë e-mail."); ! define("L_ERR_USR_8", "±ØÐëÊäÈëÕýÈ·µÄ e-mail µØÖ·."); ! define("L_ERR_USR_9", "Õâ¸öÓû§ÃûÒѾÓÐÈËÓÃÁË."); ! define("L_ERR_USR_10", "´íÎóµÄÓû§Ãû»òÃÜÂë."); ! define("L_ERR_USR_11", "Ö»ÓйÜÀíÔ±²ÅÄÜʹÓÃ."); ! define("L_ERR_USR_12", "ÄãÊǹÜÀíÔ±ÕÊ»§, ¸ÃÕÊ»§²»ÄÜɾ³ý."); ! define("L_ERR_USR_13", "Ö»ÓÐ×¢²áÒÔºó²ÅÄܽ¨Á¢Ë½ÈËÆµµÀ."); ! define("L_ERR_USR_14", "Ö»ÓÐ×¢²áÒÔºó²ÅÄÜÁÄÌì."); ! define("L_ERR_USR_15", "ÇëÊäÈëÈ«Ãû."); ! define("L_ERR_USR_16", "Óû§Ãû²»Äܺ¬Óпոñ¡¢¶ººÅ»òÕß·´Ð±¸Ü (\\)."); ! define("L_ERR_USR_17", "Õâ¸öƵµÀ²»´æÔÚ£¬ÄãҲûÓÐȨÏÞн¨."); ! define("L_ERR_USR_18", "ÄãµÄÓû§ÃûÖгöÏÖ½ûÓôÊÓï."); ! define("L_ERR_USR_19", "Äã²»ÄÜͬʱµÇ¼¶à¸öƵµÀ."); ! define("L_ERR_USR_20", "Õâ¸öƵµÀ»ò·þÎñÆ÷¾Ü¾øÄã½øÈë."); ! define("L_ERR_ROM_1", "ƵµÀÃû×Ö²»ÄܳöÏÖ¶ººÅ»òÕß·´Ð±¸Ü (\\)."); ! define("L_ERR_ROM_2", "Äã´´½¨µÄƵµÀÃûÖгöÏÖ½ûÓôÊÓï."); ! define("L_ERR_ROM_3", "Õâ¸öƵµÀÒѾÊÇÒ»¸ö¹«¹²ÆµµÀÁË."); ! define("L_ERR_ROM_4", "·Ç·¨µÄƵµÀÃû."); // users frame or popup define("L_EXIT", "Í˳ö"); define("L_DETACH", "Óû§Áбí"); ! define("L_EXPCOL_ALL", "Õ¹¿ª/ÊÕËõÈ«²¿"); ! define("L_CONN_STATE", "Áª»ú"); define("L_CHAT", "ÁÄÌì"); define("L_USER", "¸öÓû§"); *************** *** 128,196 **** define("L_ROOMS", "ƵµÀ"); define("L_EXPCOL", "Õ¹¿ª/ÊÕËõ ƵµÀÃû"); ! define("L_BEEP", "Beep/no beep at user entrance"); ! define("L_PROFILE", "Display profile"); ! define("L_NO_PROFILE", "No profile"); // input frame define("L_HLP", "°ïÖú"); ! define("L_BAD_CMD", "Õâ¸öÃüÁî²»¶Ô£¡"); ! define("L_ADMIN", "%s is already administrator!"); ! define("L_IS_MODERATOR", "%s is already moderator!"); ! define("L_NO_MODERATOR", "Only the moderator of this room can use this command."); ! define("L_MODERATOR", "%s is now moderator for this room."); ! define("L_NONEXIST_USER", "User %s isn't in the current room."); ! define("L_NONREG_USER", "User %s isn't registered."); ! define("L_NONREG_USER_IP", "His IP is: %s."); ! define("L_NO_KICKED", "User %s is moderator or administrator and can't be kicked away."); ! define("L_KICKED", "User %s was successfully kicked away."); ! 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_SVR_TIME", "Server time: "); ! 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=\"#\" onClick=\"window.parent.runCmd('%s','%s')\">%s</a> room."); ! define("L_INVITE_REG", " You have to be registered to enter this room."); ! define("L_INVITE_DONE", "Your invitation has been sent to %s."); ! define("L_OK", "Send"); // 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"); define("L_HELP_ROOM", "ƵµÀ"); ! define("L_HELP_CMD_0", "{}±íʾ±ÕÌîÑ¡Ï[]Ϊ¿ÉѡѡÏî¡£"); ! define("L_HELP_CMD_1", "ÉèÖÃÿÆÁÏÔʾµÄÐÅÏ¢Êý.<BR>n ÔÚ 5 µ½ 100 Ö®¼ä."); ! define("L_HELP_CMD_1a", "Set number of messages to show, minimum and default are 5."); ! define("L_HELP_CMD_1b", "Reload the message frame and display the n latest messages, minimum and default are 5."); ! define("L_HELP_CMD_2a", "ÉèÖÃÐÅϢˢеļä¸ô(Ãë).<BR>Èç¹ûδָ¶¨ n »ò n СÓÚ 3, µÈÓÚ²»×öÈκθıä."); ! define("L_HELP_CMD_2b", "Modify messages and users lists refresh delay (in seconds).<BR>If n is not specified or less than 3, toggles between no refresh and 10s refresh."); ! define("L_HELP_CMD_3", "ÉèÖÃÐÅÏ¢ÏÔʾµÄÉÏÏÂ˳Ðò."); ! define("L_HELP_CMD_4", "½øÈëÁíÒ»¸öÁÄÌìÊÒ£¨Èç¹ûÄú±»ÔÊÐí½øÈ룩£¬Èç¹û²»´æÔÚÔò´´½¨<BR>n=0±íʾ˽ÓУ¬1±íʾ¹«¹²£¬Èç¹ûûÓÐÖ¸¶¨£¬È±Ê¡Îª1"); ! define("L_HELP_CMD_5", "·¢³öÒ»ÌõÐÅÏ¢ºóÀ뿪ÁÄÌìÊÒ."); ! define("L_HELP_CMD_6", "ÆÁ±ÎÖ¸¶¨êdzÆÓû§µÄÏûÏ¢¡£<BR>¿ÉÒÔʹÓá°êdzÆ-¡±È¡Ïû¶ÔÆäÆÁ±Î£¬Óá°-¡±È¡Ïû¶ÔËùÓÐÓû§µÄÆÁ±Î¡£<BR>ûÓÐÆäËûÑ¡ÏîÔòÏÔʾËùÓб»ÆÁ±ÎÓû§µÄÁÐ±í¡£"); ! define("L_HELP_CMD_7", "ÖØ¸´ÉÏ´ÎÄÚÈÝ£¨ÃüÁî»òÏûÏ¢£©"); ! define("L_HELP_CMD_8", "ÔÚÏûϢǰ ÏÔʾ/Òþ²Ø ʱ¼ä"); ! define("L_HELP_CMD_9", "Kick away user from the chat. This command can only be used by a moderator."); ! define("L_HELP_CMD_10", "Send a private message to the specified user (other users won't see it)."); ! define("L_HELP_CMD_11", "Show informations about specified user."); ! define("L_HELP_CMD_12", "Popup window for editing user's profile."); ! define("L_HELP_CMD_13", "Toggles notifications of user entrance/exit for the current room."); ! define("L_HELP_CMD_14", "Allow the administrator or moderator(s) of the curent room to promote as moderator for the same room an other registered user."); ! define("L_HELP_CMD_15", "Clear the message frame and show only the last 5 messages."); ! define("L_HELP_CMD_16", "Save the last n messages (notifications ones excluded) to an HTML file. If n is not specified, all available messages will be taken into account."); ! define("L_HELP_CMD_17", "Allow the administrator to send an announce to all users whatever the room they are chatting into."); ! define("L_HELP_CMD_18", "Suggest an user chatting in an other room to join the one you are into."); ! define("L_HELP_CMD_19", "Allow the moderator(s) of a room or the administrator to \"banish\" an user from the room for a time defined by the administrator.<BR>The later can banish an user chatting in an other room than the one he is into and use the '<B> * </B>' setting to banish \"for ever\" an user from the chat as the whole."); ! define("L_HELP_CMD_20", "Describe what you're doing without refer yourself."); //message frame ! define("L_NO_MSG", "ÔÝÎÞÏûÏ¢"); ! define("L_TODAY_DWN", "The messages that have been sent today start below"); ! define("L_TODAY_UP", "The messages that have been sent today start above"); // message colors --- 129,196 ---- define("L_ROOMS", "ƵµÀ"); define("L_EXPCOL", "Õ¹¿ª/ÊÕËõ ƵµÀÃû"); ! define("L_BEEP", "Óû§½øÈëʱ ·¢Éù֪ͨ/ÎÞÉù"); ! define("L_PROFILE", "ÏÔʾÉèÖÃ"); ! define("L_NO_PROFILE", "ÎÞÏà¹ØÉèÖÃ"); // input frame define("L_HLP", "°ïÖú"); ! define("L_BAD_CMD", "´íÎóµÄÃüÁî!"); ! define("L_ADMIN", "%s ÒѾÊǹÜÀíÔ±ÁË!"); ! define("L_IS_MODERATOR", "%s ÒѾÊǼලԱÁË!"); ! define("L_NO_MODERATOR", "Ö»ÓÐÕâ¸öƵµÀµÄ¼à¶½Ô±²ÅÄÜʹÓøù¦ÄÜ."); ! define("L_MODERATOR", "%s ÄãÏÖÔÚÊÇÕâ¸öƵµÀµÄ¼à¶½Ô±."); ! define("L_NONEXIST_USER", "Óû§ %s ²»ÔÚÕâ¸öƵµÀÖÐ."); ! define("L_NONREG_USER", "Óû§ %s ûÓÐ×¢²á."); ! define("L_NONREG_USER_IP", "·ÃÎÊ IP is: %s."); ! define("L_NO_KICKED", "Óû§ %s ÊǼලԱ»ò¹ÜÀíÔ±²»¿ÉÒÔÌß³ö."); ! define("L_KICKED", "Óû§ %s ÒѾ±»Ò»½ÅÌß³öƵµÀ."); ! define("L_NO_BANISHED", "Óû§ %s ÊǼලԱ»ò¹ÜÀíÔ±Òò¶ø²»Äܱ»×èµ²."); ! define("L_BANISHED", "Óû§ %s ÒѾ±»×èµ²."); ! define("L_SVR_TIME", "·þÎñÆ÷ʱ¼ä: "); ! define("L_NO_SAVE", "ûÓÐÏûÏ¢¿É±£´æ!"); ! define("L_NO_ADMIN", "Ö»ÓйÜÀíÔ±²ÅÄÜʹÓøÃÃüÁî."); ! define("L_ANNOUNCE", "ͨ¸æ"); ! define("L_INVITE", "%s ÑûÇëÄú¼ÓÈëËû/ËýµÄ <a href=\"#\" onClick=\"window.parent.runCmd('%s','%s')\">%s</a> ƵµÀ."); ! define("L_INVITE_REG", " Ö»ÓÐ×¢²áºó²ÅÄܽøÈë."); ! define("L_INVITE_DONE", "ÄãµÄÑûÇëÒѾ·¢Ë͵½ %s."); ! define("L_OK", "·¢ËÍ"); // help popup ! define("L_HELP_TIT_1", "±íÇéͼÊÍ"); ! define("L_HELP_TIT_2", "ÏûÏ¢µÄÎÄ×Ö¸ñʽ"); ! define("L_HELP_FMT_1", "Äã¿ÉÒÔÔÚÏûÏ¢ÖÐʹÓôÖÌå(bold),бÌå(italic)»òÕßÏ»®Ïß,ʹÓÃתÒå·û½øÐаü×°.±ÈÈç<B> </B>, <I> </I> or <U> </U>µÈ±êÇ©<BR>ÀýÈç<B>this text</B>½«»á²úÉú<B>this text</B>µÄÎÄ×Ö."); ! define("L_HELP_FMT_2", "ҪΪemail»òÕßURL´´½¨³¬¼¶Á´½Ó,Ö»ÒªÖ±½ÓÊäÈëÏàÓ¦µÄµØÖ·¼´¿É,ÎÞÐèÊäÈë±êÇ©,Á´½Ó»á±»×Ô¶¯´´½¨."); ! define("L_HELP_TIT_3", "ÃüÁî"); ! define("L_HELP_USR", "Óû§"); ! define("L_HELP_MSG", "ÏûÏ¢"); define("L_HELP_ROOM", "ƵµÀ"); ! define("L_HELP_CMD_0", "{} ÏÔʾΪ±ØÐëµÄÉèÖÃ, [] ÏÔʾΪ¿ÉÑ¡Ïî."); ! define("L_HELP_CMD_1a", "ÉèÖÃÏÔʾÏûÏ¢ÌõÊý.×îСĬÈÏÖµÊÇ5."); ! define("L_HELP_CMD_1b", "ÖØÐ¼ÓÔØÏûÏ¢Ò³²¢ÏÔʾ×îºó n ÌõÏûÏ¢,×îСĬÈÏÖµÊÇ5."); ! define("L_HELP_CMD_2a", "ÏÔʾÏûϢˢмä¸ôÃëÊý.<BR>Èç¹û n ûÓÐÖ¸¶¨»òÕßСÓÚ3, Ôò½øÐÐÎÞˢкÍ10ÃëˢеÄÇл»."); ! define("L_HELP_CMD_2b", "ÐÞ¸ÄÏûÏ¢ºÍÓû§ÁбíÏÔʾˢмä¸ôÃëÊý.<BR>Èç¹ûûÓÐÖ¸¶¨ n »òÕßСÓÚ3,Ôò½øÐÐÎÞˢкÍ10ÃëˢеÄÇл»."); ! define("L_HELP_CMD_3", "·´ÏòÏÔʾÏûϢ˳Ðò."); ! define("L_HELP_CMD_4", "¼ÓÈëÁíÒ»¸öƵµÀ, Èç¹û²»´æÔھʹ´½¨ÐÂÆµµÀ(Èç¹ûÓÐÄãÏàӦȨÏÞ).<BR>n µÈÓÚ 0 ±íʾ˽ÈËÆµµÀ, 1 ±íʾ¹«¹²ÆµµÀ, Èç¹ûûÓÐÖ¸¶¨,ÔòĬÈÏΪ1."); ! define("L_HELP_CMD_5", "ÏÔʾһÌõָʾÐÅÏ¢ºóÀ뿪ÁÄÌìÊÒ."); ! define("L_HELP_CMD_6", "²»ÏÔʾijָ¶¨nickµÄÓû§µÄÏûÏ¢.<BR>ÉèÖûָ´ÏÔʾºöÂÔÓû§ÏûÏ¢.µ± nick ºÍ - ͬʱָ¶¨µÄʱºòÔò»Ö¸´¸ÃÓû§,½öÖ¸¶¨ - ¶øÃ»ÓÐnickµÄʱºòÔò»Ö¸´ËùÓб»ºöÂÔµÄÓû§."); ! define("L_HELP_CMD_7", "ÖØ¸´ÉÏ´ÎÊäÈëµÄÐÅÏ¢(ÃüÁî»òÕßÏûÏ¢)."); ! define("L_HELP_CMD_8", "ÔÚÏûϢǰÏÔʾ/Òþ²ØÊ±¼ä."); ! define("L_HELP_CMD_9", "½«Óû§´ÓÁÄÌìÊÒÌß³öÈ¥. ÕâÌõÃüÁîÖ»ÓмලԱ¿ÉÒÔʹÓÃ."); ! define("L_HELP_CMD_10", "ÏòÖ¸¶¨Óû§·¢ËÍÃÜÓï (ÆäËûÓû§²»»á¿´¼û)."); ! define("L_HELP_CMD_11", "ÏÔʾָ¶¨Óû§µÄÐÅÏ¢."); ! define("L_HELP_CMD_12", "µ¯³ö´°¿Ú²¢±à¼Óû§ÉèÖÃ."); ! define("L_HELP_CMD_13", "´ò¿ª/¹Ø±ÕÓû§½øÈë/À뿪ƵµÀµÄ֪ͨÐÅÏ¢."); ! define("L_HELP_CMD_14", "ÔÊÐí¹ÜÀíÔ±ºÍµ±Ç°ÆµµÀµÄ¼à¶½Ô±ÌáÉýÆäËû×¢²áÓû§µÄȨÏÞÀ´¹ÜÀíÕâ¸öƵµÀ."); ! define("L_HELP_CMD_15", "Çå³ýÏûÏ¢Ò³Ãæ,½öÏÔʾ×îºó5ÌõÏûÏ¢."); ! define("L_HELP_CMD_16", "±£´æ×îºó n ÌõÏûÏ¢(°üÀ¨Í¨¸æ)ΪHTMLÎļþ. Èç¹û n ûÓÐÖ¸¶¨,ËùÓпÉÓõÄÐÅÏ¢¶¼½«±»ÊäÈë¸ÃÕʺÅ."); ! define("L_HELP_CMD_17", "ÔÊÐí¹ÜÀíÔ±¸øËùÓÐÆµµÀµÄËùÓÐÓû§·¢ËÍͨ¸æ."); ! define("L_HELP_CMD_18", "ÑûÇëÕýÔÚÆäËûƵµÀÁÄÌìµÄÓû§¼ÓÈëÄãËùÔ򵀮µµÀ."); ! define("L_HELP_CMD_19", "ÔÊÐíÆµµÀµÄ¼à¶½Ô±»ò¹ÜÀíÔ±¸ù¾Ý¹ÜÀíÔ±µÄ'×赲ʱ¼ä¶¨Òå'·âËøÓû§½øÈëÆµµÀÒ»¶Îʱ¼ä.<BR>²»½öÕë¶Ô±¾ÆµµÀ,ÒԺ󻹿ÉÒÔ×èµ²Óû§ÔÚÆäËûƵµÀÁÄÌì.ʹÓÃ'<B> * </B>'ÉèÖÿÉÒÔ´Ó·þÎñÆ÷ÉÏÓÀ¾Ã·âËø¸ÃÓû§."); ! define("L_HELP_CMD_20", "ÃèÊöÄãÕýÔÚ×öʲô,µ«²»Ìá¼°ÄãµÄÆäËûÐÅÏ¢."); //message frame ! define("L_NO_MSG", "ĿǰûÓÐÏûÏ¢ ..."); ! define("L_TODAY_DWN", "ÒÔÏÂÊǽñÌì·¢Ë͵ÄÏûÏ¢"); ! define("L_TODAY_UP", "ÒÔÉÏÊǽñÌì·¢Ë͵ÄÏûÏ¢"); // message colors *************** *** 208,221 **** //ignored popup ! define("L_IGNOR_TIT", "ÆÁ±ÎÓû§"); ! define("L_IGNOR_NON", "²»ÆÁ±ÎÓû§"); // whois popup ! define("L_WHOIS_ADMIN", "Administrator"); ! define("L_WHOIS_MODER", "Moderator"); ! define("L_WHOIS_USER", "User"); // Notification messages of user entrance/exit ! define("L_ENTER_ROM", "%s enters this room"); ! define("L_EXIT_ROM", "%s exit this room"); ?> --- 208,221 ---- //ignored popup ! define("L_IGNOR_TIT", "ÒѺöÂÔ"); ! define("L_IGNOR_NON", "ûÓб»ºöÂÔµÄÓû§"); // whois popup ! define("L_WHOIS_ADMIN", "¹ÜÀíÔ±"); ! define("L_WHOIS_MODER", "¼à¶½Ô±"); ! define("L_WHOIS_USER", "Óû§"); // Notification messages of user entrance/exit ! define("L_ENTER_ROM", "%s À´ÁË"); ! define("L_EXIT_ROM", "%s ×ßÁË"); ?> |