3 Replies Latest reply on Jun 20, 2005 12:20 PM by roy.russo

    Translate Resources into Chinese, my working progress

    caigao

      1.
      ??
      core\src\resources\portal-core-war\WEB-INF\classes\Resource*.properties
      ??20?

      2.
      ?????
      core\src\resources\portal-core-war\WEB-INF\classes\Resource_zh_CN.properties
      core\src\resources\portal-core-war\WEB-INF\classes\Resource_zh_TW.properties

      3.
      ??:
      core\src\resources\portal-core-war\WEB-INF\classes\portlet.xml
      ??:
      <supported-locale>en</supported-locale>
      <supported-locale>fr</supported-locale>
      <supported-locale>ja</supported-locale>
      <supported-locale>ko</supported-locale>
      <supported-locale>zh_CN</supported-locale>
      <supported-locale>zh_TW</supported-locale>
      <resource-bundle>Resource</resource-bundle>

      4.
      ??:
      core\src\resources\portal-core-war\WEB-INF\jsp\user\login.jsp
      ${n:i18n("STDLOGIN")}
      ${n:i18n("SECLOGIN")}

      5.
      ??:
      core\src\main\org\jboss\portal\core\invocation\ContentTypeInterceptor.java
      ??:
      response.setContentType(mimeType);
      response.setCharacterEncoding("utf-8");

      6.
      ??:
      core\src\bin\portal-core-war\nodesk\css\portal_style.css

      ?font-size: 10px;? //line 278
      font-size: 12px;

      ?font-size: 9px? //?28?
      font-size: 10px


      7.
      ??:
      core\src\main\org\jboss\portal\core\portlet\catalog\CatalogPortlet.java
      ??locale??

      8.
      ??:
      core\src\main\org\jboss\portal\core\portlet\cms\CMSPortlet.java
      core\src\main\org\jboss\portal\core\portlet\cms\ContentPortlet.java

      import java.util.Locale;
      import java.util.ResourceBundle;
      Locale locale = req.getLocale();
      ResourceBundle bundle = getResourceBundle(locale);
      resp.setTitle(bundle.getString("PortletTitle_CMS"));
      //resp.setTitle("CMS portlet");

      9.
      ??:
      core\src\main\org\jboss\portal\core\portlet\user\UserPortlet.java

      Locale locale = req.getLocale();
      ResourceBundle bundle = getResourceBundle(locale);
      resp.setTitle(bundle.getString("PortletTitle_UserLogin")); //caigao
      resp.setTitle(bundle.getString("PortletTitle_UserMenu")); //caigao
      resp.setTitle(bundle.getString("PortletTitle_UserList")); //caigao
      resp.setTitle(bundle.getString("PortletTitle_UserAddRole")); //caigao
      resp.setTitle(bundle.getString("PortletTitle_UserLogin")); //caigao


      10.
      ??:
      core\src\main\org\jboss\portal\core\portlet\cms\admin\AdminCMSPortlet.java

      Locale locale = request.getLocale();
      ResourceBundle bundle = getResourceBundle(locale);
      response.setTitle(bundle.getString("PortletTitle_AdminCMS"));


      11.
      core\src\resources\portal-core-war\WEB-INF\jsp\admin\normal.jsp
      ${n:i18n("CMSAdmin")}
      ${n:i18n("CMSCreateDirectory")}
      ${n:i18n("CMSCreateNewFile")}






      12.
      ??:
      forums\src\resources\portal-forums-war\WEB-INF\portlet.xml
      ??:
      <supported-locale>en</supported-locale>
      <supported-locale>ja</supported-locale>
      <supported-locale>zh_CN</supported-locale>
      <supported-locale>zh_TW</supported-locale>
      <resource-bundle>Resource</resource-bundle>


      13.
      ??:
      forums\src\resources\portal-forums-war\WEB-INF\classes\Resource*.properties
      ??30?

      14.
      ????:
      forums\src\resources\portal-forums-war\WEB-INF\classes\Resource_zh_CN.properties
      forums\src\resources\portal-forums-war\WEB-INF\classes\Resource_zh_TW.properties

      15.
      ??:
      forums\src\bin\portal-forums-war\subSilver\styles.css
      linenumber: 101,102,103,144

      16.
      ??:
      forums\src\bin\portal-forums-war\subSilver\images\lang_chinese\ 17 imgs
      forums\src\resources\portal-forums-war\WEB-INF\classes\subSilver\theme_zh_CN.properties
      ?english?chinese
      18?

      17.
      ??:
      forums\src\main\org\jboss\portlet\forums\ForumsPortlet.java
      //line 207
      ?theme.properties?
      theme_zh_CN.properties

      18.
      ??forums\src\main\org\jboss\portlet\forums\ForumsPortlet.java
      private SimpleDateFormatPool dateFormatPool;
      resp.setTitle(bundle.getString("PortletTitle_ForumsPanel"));
      resp.setTitle(bundle.getString("PortletTitle_ForumsIndex"));
      resp.setTitle(bundle.getString("PortletTitle_ShowForum"));
      resp.setTitle(bundle.getString("PortletTitle_NewPosting"));
      resp.setTitle(bundle.getString("PortletTitle_ShowTopic"));
      resp.setTitle(bundle.getString("PortletTitle_AdminForum"));
      resp.setTitle(bundle.getString("PortletTitle_EditForum"));
      resp.setTitle(bundle.getString("PortletTitle_EditCate"));
      resp.setTitle(bundle.getString("PortletTitle_EditConfirm"));
      resp.setTitle(bundle.getString("PortletTitle_WatchForum"));

      public void init()
      dateFormatPool = new SimpleDateFormatPool(128,16);
      dateFormatPool.setPattern("yy-MM-dd HH:mm");
      line 2027,2392,3237,3245


      19.
      ??:
      forums\src\resources\portal-forums-war\WEB-INF\subSilver\jsp\watched_forums_body.jsp
      <%@ page isELIgnored ="false" %>
      <h1>${n:i18n("Watch_title")}</h1>

      ${n:i18n("Watch_descript")}


      20.
      ??:
      forums\src\resources\portal-forums-war\WEB-INF\subSilver\jsp\posting_body.jsp

        • 1. Re: Translate Resources into Chinese, my working progress
          caigao

          UTF Format of Core Resource.properties
          you can using native2ascii tool to convert into native chars and modify it.


          #from modules/NS-User/lang/eng/global.php
          #_USERGRAPHIC=Graphics in the user page?
          #_FORCHANGES=(For changes only)
          #_LAST10SUBMISSIONS=Last 10 news submissions sent by
          #_NOINFOFOR=There is no available info for
          #_ADDFIELD=Add Fields
          #_DELETEFIELD=Delete Field and Data
          #_STRING_INSTRUCTIONS=STRINGS ONLY\: Data Length Range (1,254)
          #_OFFLINE=Offline.
          #_LAST10COMMENTS=Last 10 comments by
          #_MODIFYUSERSADDNOAUTH=Not authorised to add user
          #_USERSTATUS=Actual user status
          #_UDT_FLOAT=Float
          #_FIELD_DEACTIVATE=Deactivate
          #_USERUPDATE=Update user
          #_FIELDTYPE=Data Type
          #_FIELDLENGTH=Length
          #_MINAGEDESCR=Sets the required age to register (0\=No age check)
          #_ADDINSTRUCTIONS=Example\: _MYINT -- You must create a define in language/(current language)/global.php for this variable
          #_PASSWDNOMATCH=Sorry, the new passwords don't match. Go back and try again
          #_USERADMIN=User Administration
          #_DELETEUSER=Delete user
          #_DYNAMICDATA=Dynamic User Data
          #_MODIFYUSERSEDITNOAUTH=Not authorised to edit user
          #_UDT_CORE=Core
          #_UDT_TEXT=Text
          #_RETYPEPASSWD=Retype password
          #_FIELD_ACTIVATE=Activate
          #_MINAGE=Minimum age\:
          #_MODIFYUSERSDELNOAUTH=Not authorised to delete user
          #_ALLOWUSERS=Allow other users to view my e-mail address
          #_EDITUSER=Edit user
          #_USERPATH=User menu images path
          #_FIELD_REQUIRED=Required
          #_USERCONF=User Configuration
          #_USERID=User ID
          #_NEEDTOCOMPLETE=You need to fill in all the required fields
          #_BIO=Extra info
          #_FIELD_NA=N/A
          #_FIELDLABEL=Field Label
          #_FIELD_DEL_SURE=Are you sure you want to delete all the data for field
          #_FIELDVALIDATION=Validation
          #_MODIFYUSERSNOAUTH=Not authorised to modify users
          #_FIELD_NOEXIST=Field does not exist
          #_UDT_STRING=String
          #_FIELDWEIGHT=Weight
          #_UDT_INTEGER=Integer
          #_SURE2DELETE=Are you sure you want to delete user
          #_ADDUSERBUT=Add user
          #_LOCATION=Location
          #_FIELDACTIVE=Active
          #_ERRORINVURL=Error in URL. Could be caused by a space in the URL
          #_PASSWDLEN=Minimum users password length\:
          #_REGISTEREDUSER=Registered user \#
          #_UDT_MANDATORY=Core Required
          #_ADDUSER=Add a new user

          #from modules/NS-NewUser/lang/eng/global.php
          #_PRIVACYPOLICY=Privacy Policy
          #_HERE=here
          #_YOUAREREGISTERED=You are now registered. You should receive your password at the e-mail account you provided.
          #_ANDCONNECTOR=and
          #_YOUUSEDEMAIL=You or someone else has used your e-mail account
          #_TERMSOFUSE=Terms of Use
          #_ERRORMUSTAGREE=To use this site, you must agree to our Terms of Service and Privacy Policy\! Please go back and check the box to agree.
          #_USERPASS4=Password for
          #_UPASSWORD=-Password\:
          #_FOLLOWINGMEM=The following is the member information\:
          #_REGISTRATIONAGREEMENT=I agree to be bound by this website's
          #_YOURPASSIS=Your password is\:
          #_TOREGISTER=to register an account at
          #_UNICKNAME=-Username\:
          #_PASSWILLSEND=(Password will be sent to the e-mail address you enter)
          #_ASREG7=and lots of other cool stuff...

          #from includes/language/blocks/eng/login.php



          #from modules\NS-Your_Account\lang\eng\global.php
          #_ACTIVATEPERSONAL=Activate personal menu
          #_CANKNOWABOUT=(255 characters max. Type what you'd like others to know about you)
          #_CANNOTGETPASSWORD=Cannot get password dta
          #_CHANGEHOME=Change homepage
          #_CHANGEYOURINFO=Change your info
          #_CHECKTHISOPTION=(Check this option and the following text will appear on the homepage)
          #_HOMECONFIG=Homepage configuration
          #_MAX127=(max. 127):
          #_NEWSINHOME=Number of stories on the homepage
          #_SELECTTHEME=Select a theme
          #_SELECTTHETHEME=Select theme
          #_YOUCANUSEHTML=(You can use HTML code for links as an example)



          _ASREGISTERED=\u8fd8\u6ca1\u6709\u8d26\u53f7? <a href\="index.html?module=user&op=getlogin">\u514d\u8d39\u6ce8\u518c.
          _BLOCKNICKNAME=\u767b\u9646\u8d26\u53f7
          _BLOCKPASSWORD=\u7528\u6237\u5bc6\u7801



          MessageOrder=\u6392\u5e8f\u65b9\u5f0f
          Ascending=\u5347\u5e8f
          Descending=\u964d\u5e8f

          AIM=AIM\u5730\u5740
          ICQ=ICQ\u53f7\u7801
          YIM=YIM\u53f7\u7801
          MSNM=MSN\u8d26\u53f7
          QQ=QQ\u53f7

          YourAIM=\u4f60\u7684AIM\u5730\u5740
          YourICQ=\u4f60\u7684ICQ\u53f7\u7801
          YourYIM=\u4f60\u7684YIM\u53f7\u7801
          YourMSNM=\u4f60\u7684MSN\u8d26\u53f7
          YourQQ=\u4f60\u7684QQ\u53f7

          MyEmail=\u7535\u5b50\u90ae\u7bb1
          MyHomePage=\u6211\u7684\u4e3b\u9875

          Question=\u5fd8\u8bb0\u5bc6\u7801\u63d0\u793a
          Answer=\u5fd8\u8bb0\u5bc6\u7801\u7b54\u6848
          Location=\u4f4d\u7f6e
          Occupation=\u804c\u4f4d
          Interests=\u6c11\u65cf
          ExtraInfo=\u9644\u52a0\u4fe1\u606f
          YourLocation=\u4f4f\u5740
          YourOccupation=\u804c\u4e1a
          YourInterests=\u6c11\u65cf
          Signature=\u4e2a\u4eba\u7b7e\u540d

          LoginSite=\u767b\u9646.
          Register=\u6ce8\u518c.

          UserExist=\u8be5\u7528\u6237\u5df2\u5b58\u5728
          ToChangeInfo=\u4fee\u6539\u4fe1\u606f
          EmailVerify=\u5df2\u7ecf\u5411\u4f60\u7684\u53d1\u9001\u90ae\u4ef6!\u8bf7\u5230\u4f60\u7684\u90ae\u7bb1\u6536\u53d6\u90ae\u4ef6\u5e76\u6309\u7ed9\u5b9a\u7684\u94fe\u63a5\u6fc0\u6d3b\u4f60\u7684\u8d26\u53f7.
          AccountActivated=\u8d26\u53f7\u6fc0\u6d3b\u6210\u529f!
          UnableActivate=\u65e0\u6cd5\u9a8c\u8bc1\u65b0\u7528\u6237.
          LoggingYou=\u767b\u9646\u6210\u529f\!
          YouAreLoggedOut=\u6ce8\u9500\u6210\u529f\!
          PassDifferent=\u4e24\u6b21\u5bc6\u7801\u8f93\u5165\u4e0d\u540c,\u8bf7\u786e\u8ba4.
          YourPassMustBe=\u5bf9\u4e0d\u8d77,\u5bc6\u7801\u5e94\u591a\u4e8e
          CharLong=\u4e2a\u5b57\u7b26
          UserNotExist=\u7528\u6237\u4e0d\u5b58\u5728\!
          UserRegLogin=\u7528\u6237\u6ce8\u518c/\u767b\u9646
          SelectOption=\u8bf7\u4ece\u4ee5\u4e0b\u9009\u5355\u4e2d\u9009\u62e9\u4e00\u9879\:
          RetrievePass=\u627e\u56de\u5bc6\u7801.
          RegNewUser=\u65b0\u7528\u6237\u6ce8\u518c
          PasswordAgain=\u786e\u8ba4\u5bc6\u7801
          Email=\u7535\u5b50\u90ae\u4ef6
          Options=(\u53ef\u9009)
          AllowEmailView=\u516c\u5f00\u90ae\u7bb1
          AsRegUser=\u6ce8\u518c\u7528\u6237\u53ef\u4ee5\:
          AsReg6=\u4e2a\u6027\u5316\u4e3b\u9875\u5916\u89c2
          AsReg5=\u4e2a\u6027\u5316\u6ce8\u89e3
          AsReg4=\u51b3\u5b9a\u4e3b\u9875\u663e\u793a\u65b0\u95fb\u6761\u6570
          AsReg3=\u5728\u4e3b\u9875\u663e\u793a\u4e2a\u6027\u5316\u7248\u9762
          AsReg2=\u53d1\u5e03\u65b0\u95fb\u548c\u6d88\u606f
          AsReg1=\u53d1\u8868\u89c1\u89e3\u53d1\u8d77\u8ba8\u8bba
          RegisterNow=\u7acb\u5373\u6ce8\u518c\! \u529f\u80fd\u591a\u591a,\u5185\u5bb9\u591a\u591a\!
          WeDontGive=\u6211\u4eec\u5c06\u4fdd\u8bc1\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u5b89\u5168
          WelcomeTo=\u6b22\u8fce\u5149\u4e34
          Registration=\u6ce8\u518c\u533a.

          Over13_1=\u6211\u5df2
          Over13_2=\u5468\u5c81\u4ee5\u4e0a,\u4e14\u6709\u80fd\u529b\u4e3a\u81ea\u5df1\u884c\u4e3a\u8d1f\u8d23
          MustBe_1=\u60a8\u5fc5\u9700
          MustBe_2=\u5468\u5c81\u4ee5\u4e0a\u6216\u5df2\u5f81\u5f97\u76d1\u62a4\u4eba\u540c\u610f.
          Consent_1=(\u70b9\u51fb\u4ee5\u4e0a\u8fde\u63a5\u65f6\u4f60\u5df2\u786e\u8ba4\u4f60\u5df2\u7ecf
          Consent_2=\u5468\u5c81\u4ee5\u4e0a,\u6216\u8005\u5df2\u5f81\u5f97\u76d1\u62a4\u4eba\u540c\u610f\u5728\u8fd9\u91cc\u6ce8\u518c.)
          Under13_1=\u6211\u8fd8\u4e0d\u6ee1
          Under13_2=\u5468\u5c81\u5e76\u4e14\u5927\u4eba\u4e0d\u540c\u610f.

          Sorry=\u5bf9\u4e0d\u8d77.
          Click=\u8bf7\u70b9\u51fb
          Here=\u8fd9\u91cc
          Return=\u8fd4\u56de\u9996\u9875.
          UserName=\u7528\u6237\u540d
          GoBack=\u8fd4\u56de
          Finish=\u7ed3\u675f
          PersonalInfo=\u4e2a\u4eba\u4fe1\u606f
          RealName=\u771f\u5b9e\u59d3\u540d
          Optional=(\u53ef\u9009)
          CanKnowAbout=(\u6700\u591a125\u4e2a\u6c49\u5b57,\u8f93\u5165\u5173\u4e8e\u4f60\u7684\u4ecb\u7ecd\u6027\u6587\u5b57)
          Language=\u8bed\u8a00
          255CharMax=(\u6700\u591a255\u4e2a\u5b57\u7b26,HTML\u683c\u5f0f\u7684\u4e2a\u6027\u5316\u7b54\u540d)
          YourAvatar=\u4f60\u7684\u5f62\u8c61
          YourHomePage=\u4f60\u7684\u4e3b\u9875
          TimeZoneOffset=\u65f6\u533a\u504f\u79fb
          EmailNotPublic=(\u5fc5\u586b,\u7528\u4e8e\u6fc0\u6d3b\u8d26\u53f7\u53ca\u627e\u56de\u5bc6\u7801)
          EmailPublic=(\u53ef\u9009)
          RealEmail=\u771f\u5b9e\u90ae\u7bb1
          FakeEmail=\u7535\u5b50\u90ae\u7bb1
          Required=(\u5fc5\u9700)
          NewUser=\u65b0\u7528\u6237
          SaveChanges=\u4fdd\u5b58\u4fee\u6539
          SaveChange=\u4fdd\u5b58\u4fee\u6539
          TypeNewPassword=(\u8f93\u5165\u4e24\u6b21\u5bc6\u7801\u5373\u53ef\u4fee\u6539\u5bc6\u7801)
          Search=\u67e5\u627e
          All=\u5168\u90e8
          UsersFoundFor=\u627e\u5230\u7528\u6237
          Pages=\u9875
          UsersShown=\u663e\u793a\u7528\u6237
          Delete=\u5220\u9664
          Edit=\u7f16\u8f91
          Ok=\u786e\u5b9a
          Cancel=\u53d6\u6d88
          AreYouSureToDeleteUser=\u786e\u8ba4\u5220\u9664\u8d26\u6237?
          UserDeleted=\u8d26\u6237\u5df2\u5220\u9664
          ReturnToMemberList=\u8fd4\u56de\u6210\u5458\u5217\u8868
          Avatar=\u4e2a\u4eba\u5f62\u8c61
          AdminFunctions=\u7ba1\u7406\u529f\u80fd
          URL=URL
          UpdateUser=\u66f4\u65b0\u7528\u6237
          UserID=\u7528\u6237\u7f16\u53f7
          ForChanges=(\u4ec5\u4fee\u6539)
          MemberList=\u6210\u5458\u5217\u8868
          SearchTip=\u63d0\u793a: \u8f93\u5165\u5b57\u6bcd, \u5168\u90e8\u663e\u793a\u6216\u8005\u6839\u636e\u7528\u6237\u540d\u67e5\u627e

          ThemeText1=\u672c\u9009\u9879\u5c06\u6539\u53d8\u6574\u4e2a\u7f51\u7ad9\u7684\u5916\u89c2.
          ThemeText2=\u672c\u4fee\u6539\u4ec5\u5bf9\u4f60\u6709\u6548.
          ThemeText3=\u6bcf\u4e2a\u7528\u6237\u90fd\u53ef\u4ee5\u901a\u8fc7\u4e0d\u540c\u7684\u5916\u89c2\u67e5\u770b\u672c\u7f51\u7ad9.
          SelectTheme=\u9009\u62e9\u5916\u89c2
          ThemeSelection=\u5916\u89c2\u9009\u62e9

          CannotLogin=\u65e0\u6cd5\u767b\u9646

          LoginInvalidName=\u7528\u6237\u540d\u65e0\u6548
          LoginNoSuchUser=\u7528\u6237\u4e0d\u5b58\u5728
          LoginBadPassword=\u5bc6\u7801\u4e0d\u5339\u914d
          LoginUnexpectedError=\u672a\u77e5\u7684\u9519\u8bef
          LoginUserDisabled=\u4f60\u7684\u8d26\u53f7\u5df2\u88ab\u51bb\u7ed3,\u8bf7\u4e0e\u7ba1\u7406\u5458\u8054\u7cfb.

          Enable=\u6709\u6548
          Disable=\u65e0\u6548
          StatusChanged=\u8d26\u53f7\u72b6\u6001\u4fee\u6539\u6210\u529f

          NotAuth=\u4f60\u65e0\u6743\u6267\u884c\u8be5\u64cd\u4f5c

          // Used by JBoss Portal

          REMEMBERME=\u4fdd\u5b58\u5bc6\u7801
          LOGIN=\u7528\u6237\u767b\u9646
          USERNAME=\u7528\u6237\u8d26\u53f7
          PASSWORD=\u767b\u9646\u5bc6\u7801
          USERLOGIN=\u7528\u6237\u767b\u9646

          OPTIONAL=\u53ef\u9009
          REQUIRED=\u5fc5\u9700

          255MAX=(\u5c11\u4e8e255\u5b57\u7b26)

          NAMENOTAVAILABLE=N/A

          // Registration
          REGISTER_REGISTER=\u8fd8\u6ca1\u6709\u8d26\u53f7?
          REGISTER_REGISTER_LINK=\u514d\u8d39\u6ce8\u518c
          REGISTER_NEWUSER=\u65b0\u7528\u6237\u6ce8\u518c
          REGISTER_PASSWORDAGAIN=\u786e\u8ba4\u5bc6\u7801
          REGISTER_REALEMAIL=\u771f\u5b9e\u90ae\u7bb1
          REGISTER_EMAILNOTPUBLIC=(\u5fc5\u586b,\u7528\u4e8e\u6fc0\u6d3b\u8d26\u53f7\u53ca\u627e\u56de\u5bc6\u7801)
          REGISTER_FAKEEMAIL=\u7535\u5b50\u90ae\u7bb1
          REGISTER_EMAILPUBLIC=(\u53ef\u9009)
          REGISTER_FAKEEMAIL_EXPLAIN=\u5982\u679c\u975e\u7a7a,\u5219\u771f\u5b9e\u90ae\u7bb1\u5c06\u88ab\u7528\u4e8e\u63a5\u6536\u672c\u7ad9\u901a\u77e5
          REGISTER_QUESTION=\u5fd8\u8bb0\u5bc6\u7801\u63d0\u793a
          REGISTER_ANSWER=\u5fd8\u8bb0\u5bc6\u7801\u7b54\u6848
          REGISTER_NEWUSER=\u521b\u5efa\u65b0\u7528\u6237
          REGISTER_ASREGUSER=\u6ce8\u518c\u7528\u6237\u53ef\u4ee5:
          REGISTER_ASREG6=\u4e2a\u6027\u5316\u4e3b\u9875\u5916\u89c2
          REGISTER_ASREG5=\u4e2a\u6027\u5316\u6ce8\u89e3
          REGISTER_ASREG4=\u51b3\u5b9a\u4e3b\u9875\u663e\u793a\u65b0\u95fb\u6761\u6570
          REGISTER_ASREG3=\u5728\u4e3b\u9875\u663e\u793a\u4e2a\u6027\u5316\u7248\u9762
          REGISTER_ASREG2=\u53d1\u5e03\u65b0\u95fb\u548c\u6d88\u606f
          REGISTER_ASREG1=\u53d1\u8868\u89c1\u89e3\u53d1\u8d77\u8ba8\u8bba
          REGISTER_REGISTERNOW=\u7acb\u5373\u6ce8\u518c! \u529f\u80fd\u591a\u591a,\u5185\u5bb9\u591a\u591a!
          REGISTER_WEDONTGIVE=\u6211\u4eec\u5c06\u4fdd\u8bc1\u60a8\u7684\u4e2a\u4eba\u4fe1\u606f\u5b89\u5168.
          REGISTER_ALREADYHAVEACCOUNT=\u5982\u679c\u4f60\u5df2\u7ecf\u6ce8\u518c,\u8bf7\u5728\u6b64
          REGISTER_SIGNIN=\u767b\u9646
          REGISTER_GIVENNAME=\u540d
          REGISTER_FAMILYNAME=\u59d3
          REGISTER_PERSONALINFO=\u4e2a\u4eba\u4fe1\u606f
          REGISTER_VIEWREALEMAIL=\u516c\u5f00\u6211\u7684\u7535\u5b50\u90ae\u7bb1
          REGISTER_HOMEPAGE=\u4e2a\u4eba\u4e3b\u9875
          REGISTER_TIMEZONEOFFSET=\u65f6\u533a\u504f\u79fb
          REGISTER_YOURAVATAR=\u4e2a\u4eba\u5f62\u8c61
          REGISTER_MESSAGEORDER=\u6084\u6084\u8bdd\u6392\u5e8f
          REGISTER_ICQ=ICQ id
          REGISTER_AIM=AIM id
          REGISTER_YIM=Yahoo id
          REGISTER_MSNM=MSN messenger id
          REGISTER_SKYPE=Skype id
          REGISTER_QQ=QQ\u53f7
          REGISTER_LOCATION=\u4f4d\u7f6e
          REGISTER_LANGUAGE=\u9996\u9009\u8bed\u8a00
          REGISTER_OCCUPATION=\u804c\u4e1a
          REGISTER_INTERESTS=\u5174\u8da3
          REGISTER_SIGNATURE=\u4e2a\u4eba\u7b7e\u540d
          REGISTER_EXTRAINFO=\u9644\u52a0\u4fe1\u606f
          REGISTER_CANKNOWABOUT=(\u6700\u591a125\u4e2a\u6c49\u5b57,\u8f93\u5165\u5173\u4e8e\u4f60\u7684\u4ecb\u7ecd\u6027\u6587\u5b57)
          REGISTER_SAVECHANGES=\u4fdd\u5b58\u4fee\u6539
          REGISTER_CONFIRMATIONEMAIL=\u786e\u8ba4\u90ae\u4ef6

          REGISTER_SHOWMENU=\u8fd4\u56de\u7528\u6237\u83dc\u5355

          REGISTER_ERROR_INVALIDUSERNAME=\u7528\u6237\u540d\u65e0\u6548
          REGISTER_ERROR_EXISTINGUSERNAME=\u8be5\u7528\u6237\u540d\u5df2\u88ab\u4f60\u6216\u5176\u4ed6\u4eba\u4f7f\u7528
          REGISTER_ERROR_INVALIDPASSWORD1=\u5bc6\u7801\u65e0\u6548
          REGISTER_ERROR_INVALIDPASSWORD2=\u5bc6\u7801\u65e0\u6548
          REGISTER_ERROR_PASSWORDMISMATCH=\u4e24\u6b21\u5bc6\u7801\u4e0d\u5339\u914d
          REGISTER_ERROR_INVALIDREALEMAIL=\u90ae\u7bb1\u4e0d\u6b63\u786e


          MENU_LOGOUT=\u9000\u51fa\u767b\u9646
          MENU_EDITPROFILE=\u6211\u7684\u8d44\u6599
          MENU_LISTUSERS=\u4f1a\u5458\u5217\u8868

          LIST_FILTERS=\u7528\u6237\u7b5b\u9009
          LIST_USERSPERPAGE=\u6bcf\u9875\u7528\u6237\u6570
          LIST_USERNAMECONTAINS=\u7528\u6237\u540d\u5305\u542b
          LIST_FULLNAME=\u5168\u540d
          LIST_USERNAME=\u7528\u6237
          LIST_ROLES=\u89d2\u8272
          LIST_ACTIONS=\u64cd\u4f5c
          LIST_ACTIONSSHOWPROFILE=\u8d44\u6599
          LIST_ACTIONADDROLESTOUSER=\u89d2\u8272
          LIST_ACTIONEDITROLES=\u7f16\u8f91\u89d2\u8272
          FILTER=\u7b5b\u9009

          NEXTPAGE=\u4e0b\u4e00\u9875
          PREVIOUSPAGE=\u4e0a\u4e00\u9875

          ASSIGNROLES=\u4fdd\u5b58\u8fd4\u56de
          ROLESAVAILABLE=\u6709\u6548\u89d2\u8272
          EDITROLESFORUSER=\u7f16\u8f91\u7528\u6237\u89d2\u8272


          ROLE_THEREARE=\u73b0\u6709\u89d2\u8272
          ROLE_THEREIS=\u53ea\u6709
          ROLE_ROLESDEFINED=\u4e2a
          ROLE_ROLEDEFINED=\u4e2a\u89d2\u8272

          ROLE_NAME=\u65b0\u89d2\u8272\u540d
          ROLE_DISPLAYNAME=\u89d2\u8272\u663e\u793a\u540d
          ROLE_NEWDISPLAYNAME=\u65b0\u7684\u89d2\u8272\u663e\u793a\u540d
          ROLE_SELECTONETOMODIFY= \u9009\u62e9\u8981\u7f16\u8f91\u7684\u89d2\u8272
          ROLE_SELECTONETODELETE= \u9009\u62e9\u8981\u5220\u9664\u7684\u89d2\u8272
          ROLE_CREATE=\u521b\u5efa\u7528\u6237\u89d2\u8272
          ROLE_UPDATE=\u66f4\u65b0\u89d2\u8272
          ROLE_EDIT=\u7f16\u8f91\u7528\u6237\u89d2\u8272
          ROLE_DELETE=\u5220\u9664\u89d2\u8272
          ROLE_DELETED=\u89d2\u8272\u5df2\u5220\u9664
          ROLE_EDIT_MEMBERS=\u67e5\u627e\u6210\u5458
          ROLE_MAINLIST=\u8fd4\u56de

          ROLE_ERROR_DISPLAYNAMEALREADYEXISTS=\u6307\u5b9a\u89d2\u8272\u5df2\u6709\u663e\u793a\u540d
          ROLE_ERROR_NAMEALREADYEXISTS=\u89d2\u8272\u5df2\u5b58\u5728
          ROLE_ERROR_NAMEEMPTY=\u89d2\u8272\u540d\u4e0d\u80fd\u4e3a\u7a7a
          ROLE_ERROR_DISPLAYNAMEEMPTY=\u89d2\u8272\u663e\u793a\u540d\u4e0d\u80fd\u4e3a\u7a7a
          ROLE_ERROR_DELETE_FAILED=\u4e0d\u80fd\u5220\u9664\u89d2\u8272
          ROLE_EDIT_USER=\u5f53\u524d\u64cd\u4f5c\u89d2\u8272

          MENU_CREATEROLE=\u521b\u5efa\u65b0\u7684\u89d2\u8272
          MENU_EDITROLE=\u7f16\u8f91\u73b0\u6709\u89d2\u8272
          MENU_EDITROLEMEMBERS=\u7f16\u8f91\u89d2\u8272\u6210\u5458

          // CMS ADMIN PORTLET
          TITLE_HEAD=\u5185\u5bb9\u7ba1\u7406
          TITLE_BROWSE=\u76ee\u5f55\u6d4f\u89c8
          TITLE_DELETECONFIRM=\u786e\u8ba4\u5220\u9664
          TITLE_CREATECOLLCONFIRM=\u786e\u8ba4\u521b\u5efa
          TITLE_COPYCONFIRM=\u786e\u8ba4\u590d\u5236
          TITLE_MOVECONFIRM=\u786e\u8ba4\u79fb\u52a8
          TITLE_VIEWFILE=\u67e5\u9605\u5c5e\u6027
          TITLE_EDIT=\u7f16\u8f91\u6587\u4ef6
          TITLE_CREATE=\u521b\u5efa\u6587\u4ef6
          TITLE_UPLOAD=\u4e0a\u4f20\u6587\u4ef6

          VALIDATIONEMAIL_1=\u8be5\u90ae\u7bb1\u5df2\u88ab\u6ce8\u518c.
          VALIDATIONEMAIL_2=\u8bf7\u8bb0\u4f4f\u4f60\u7684\u5728\u672c\u7ad9\u6ce8\u518c\u4f7f\u7528\u7684\u90ae\u7bb1. \u4f60\u7684\u8d26\u53f7\u4fe1\u606f\u5982\u4e0b
          VALIDATIONEMAIL_3=\u4f60\u7684\u8d26\u53f7\u5c1a\u672a\u6fc0\u6d3b. \u5728\u4f60\u901a\u8fc7\u4ee5\u4e0b\u94fe\u63a5\u6fc0\u6d3b\u8d26\u53f7\u4e4b\u540e\u624d\u80fd\u4f7f\u7528:
          VALIDATIONEMAIL_4=\u5982\u679c\u4f60\u6ca1\u6709\u5728\u6211\u4eec\u7684\u7f51\u7ad9\u6ce8\u518c, \u8bf7\u4e0d\u5fc5\u5173\u5fc3\u672c\u64cd\u4f5c.
          VALIDATIONEMAIL_5=\u795d\u597d\u8fd0,\n\u5a31\u4e50\u57ce\u5168\u4f53\u6210\u5458.

          PERMISSION_PICKPORTLET=\u6a21\u5757\u6743\u9650\u7ba1\u7406
          PERMISSION_PERMISSIONS=\u4fee\u6539\u6743\u9650
          PERMISSION_TOP=\u9009\u62e9\u4fee\u6539\u9879
          PERMISSION_FINERGRAIN=\u9009\u62e9\u8981\u5b9a\u4e49\u6743\u9650\u7684\u9879\u76ee
          PERMISSION_MODIFYROLES=\u589e/\u5220\u89d2\u8272
          PERMISSION_MODIFYINGROLES=\u4fee\u6539\u89d2\u8272:
          PERMISSION_DOMAIN=\u57df
          PERMISSION_DOMAIN_MOD=\u4fee\u6539\u57df
          PERMISSION_DEFINEDROLES=\u5b9a\u4e49\u89d2\u8272
          PERMISSION_IMPLIEDROLES=\u9690\u542b\u89d2\u8272

          STDLOGIN=\u7528\u6237\u767b\u9646
          SECLOGIN=\u5b89\u5168\u767b\u9646

          PortletTitle_Catalog=\u529f\u80fd\u6a21\u5757
          PortletTitle_Content=\u4e1a\u5185\u8d44\u8baf
          PortletTitle_AdminCMS=\u8d44\u8baf\u7ba1\u7406
          PortletTitle_CMS=\u4fe1\u606f\u8d44\u8baf
          PortletTitle_TestPreferences=\u6d4b\u8bd5\u9009\u9879
          PortletTitle_UserLogin=\u767b\u9646\u95e8\u6237
          PortletTitle_UserMenu=\u7528\u6237\u529f\u80fd
          PortletTitle_UserList=\u7528\u6237\u5217\u8868
          PortletTitle_UserAddRole=\u89d2\u8272\u5206\u914d

          MenuTitle_default=\u7cfb\u7edf\u9996\u9875
          MenuTitle_admin=\u7cfb\u7edf\u7ba1\u7406
          MenuTitle_forums=\u6e38\u620f\u8bba\u575b
          MenuTitle_test=\u95e8\u6237\u6d4b\u8bd5
          MenuTitle_manage=\u6e38\u620f\u7ba1\u7406
          MenuTitle_cms=\u9875\u9762\u7ba1\u7406

          CMSAdmin=\u9875\u9762\u7ba1\u7406
          CMSCreateDirectory=\u521b\u5efa\u76ee\u5f55
          CMSCreateNewFile=\u65b0\u5efa\u6587\u4ef6
          CMSCurrentDirectory=\u5f53\u524d\u76ee\u5f55
          CMSCreateNewDirectory=\u65b0\u5efa\u76ee\u5f55
          CMSCreateNewHTMLFile=\u65b0\u5efa\u6587\u4ef6
          CMSCopyDirectory=\u590d\u5236\u76ee\u5f55
          CMSMoveDirectory=\u79fb\u52a8\u76ee\u5f55
          CMSDeleteDirectory=\u5220\u9664\u76ee\u5f55
          CMSTITLEOperations=\u64cd\u4f5c\u9009\u9879
          CMSTITLEDisplayName=\u6587\u4ef6(\u5939)\u540d\u79f0
          CMSTITLEFileSize=\u5927\u5c0f(bytes)
          CMSTITLEContentType=\u6587\u4ef6(\u5939)\u7c7b\u578b
          CMSTITLELastModified=\u4e0a\u6b21\u4fee\u6539
          CMSTITLECreateDate=\u521b\u5efa\u65e5\u671f
          CMSTITLEModifyDate=\u4fee\u6539\u65e5\u671f
          ALT_view=\u9884\u89c8
          ALT_edit=\u7f16\u8f91
          ALT_copy=\u590d\u5236
          ALT_move=\u79fb\u52a8
          ALT_dele=\u5220\u9664
          ALT_dire=\u76ee\u5f55
          ALT_back=\u8fd4\u56de\u4e0a\u7ea7
          CMSUploading=\u4e0a\u4f20\u6587\u4ef6\u4fdd\u5b58\u76ee\u5f55
          CMSUploadfile=\u7acb\u5373\u4e0a\u4f20
          CMSUploadhints=\u8bf7\u5728\u4ee5\u4e0b\u76ee\u5f55\u6811\u4e2d\u9009\u62e9\u8981\u4fdd\u5b58\u7684\u6587\u4ef6\u5939,\u6216\u6d4f\u89c8\u76ee\u6807\u6587\u4ef6\u5939.
          CMSUploadCurdir=\u4f60\u5f53\u524d\u64cd\u4f5c\u76ee\u5f55
          CMSUploadRootdir=\u6839\u76ee\u5f55
          CMSCreateFileName=\u6587\u4ef6\u540d
          CMSCreateTarget=\u4fdd\u5b58\u6587\u4ef6\u7684\u76ee\u5f55
          CMSBCreate=\u4fdd\u5b58
          CMSBReset=\u53d6\u6d88
          CMSCollectionConf=\u4f60\u5f53\u524d\u6240\u5728\u76ee\u5f55
          CMSDirName=\u76ee\u5f55\u540d\u79f0
          CMSConfCreate=\u4fdd\u5b58
          CMSConfCancel=\u53d6\u6d88
          CMSUPDIR=\u8fd4\u56de\u4e0a\u7ea7\u76ee\u5f55
          CMSVCurrFile=\u5f53\u524d\u6587\u4ef6
          CMSVEditFile=\u7f16\u8f91\u6587\u4ef6
          CMSVViewFile=\u9884\u89c8\u6587\u4ef6
          CMSVCopyFile=\u590d\u5236\u6587\u4ef6
          CMSVMoveFile=\u79fb\u52a8\u6587\u4ef6
          CMSVDeleFile=\u5220\u9664\u6587\u4ef6
          CMSVFileProp=\u6587\u4ef6\u5c5e\u6027
          CMSVFileVersion=\u6587\u4ef6\u7248\u672c\u4fe1\u606f
          CMSECuredit=\u6b63\u5728\u7f16\u8f91Currently Editting
          CMSEditing=\u7f16\u8f91\u6587\u4ef6Editing File
          CMSEVersion=\u7248\u672cVersion
          CMSBackView=\u8fd4\u56de\u4e0a\u7ea7\u89c6\u56feBack to file view

          • 2. Re: Translate Resources into Chinese, my working progress
            caigao

            UTF Format of Forum Resource.properties
            you can using native2ascii tool to convert into native chars and modify it.



            #lang_main.php

            ENCODING=utf-8
            DIRECTION=ltr
            LEFT=\u5de6
            RIGHT=\u53f3
            # This should be changed to the default date format for your language, php date() format
            DATE_FORMAT=Y.M.d

            # This is optional, if you would like a _SHORT_ message output
            # along with our copyright message indicating you are the translator
            # please add it here.
            # TRANSLATION=

            #
            # Common, these terms are used
            # extensively on several pages
            #
            Forum=\u8bba\u575b
            Category=\u5b50\u8bba\u575b
            Topic=\u4e3b\u9898
            Topics=\u4e3b\u9898
            Replies=\u56de\u590d
            Views=\u67e5\u770b
            Post=\u8d34\u5b50
            Posts=\u8d34\u5b50
            Posted=\u8d34\u4e8e
            Username=\u7528\u6237\u540d\u79f0
            Password=\u767b\u9646\u5bc6\u7801
            Email=\u90ae\u7bb1
            Poster=\u53d1\u8d77\u4eba
            Author=\u4f5c\u8005
            Time=\u65f6\u95f4
            Hours=\u5c0f\u65f6
            Message=\u8d34\u5b50\u5185\u5bb9

            1_Day=1\u5929
            7_Days=7\u5929
            2_Weeks=2\u5468
            1_Month=1\u6708
            3_Months=3\u6708
            6_Months=6\u6708
            1_Year=1\u5e74

            Go=\u6267\u884c
            Jump_to=\u8df3\u8f6c\u81f3
            Submit=\u63d0\u4ea4
            Reset=\u91cd\u6765
            Cancel=\u53d6\u6d88
            Preview=\u9884\u89c8
            Confirm=\u786e\u8ba4
            Spellcheck=\u62fc\u5199
            Yes=\u662f
            No=\u5426
            Enabled=\u6709\u6548
            Disabled=\u65e0\u6548
            Error=\u9519\u8bef

            Next=\u540e\u9875
            Previous=\u524d\u9875
            Goto_page=\u524d\u5f80
            Joined=\u52a0\u5165
            IP_Address=IP\u5730\u5740

            Select_forum=\u9009\u62e9\u7248\u9762
            View_latest_post=\u67e5\u770b\u6700\u65b0\u56de\u8d34
            View_newest_post=\u67e5\u770b\u6700\u65b0\u53d1\u8d34
            # Replaces with: Page 1 of 2 for example
            Page_of_0=\u7b2c
            Page_of_1=\u9875/\u5171
            Page_of_2=\u9875

            ICQ=ICQ Number
            AIM=AIM Address
            MSNM=MSN Messenger
            YIM=Yahoo Messenger

            # eg. sitename Forum Index, %s can be removed if you prefer
            Forum_Index_0=
            Forum_Index_1=  ForumIndex

            Post_new_topic=\u53d1\u5e03\u65b0\u8d34
            Reply_to_topic=\u56de\u590d\u672c\u8d34
            Reply_with_quote=\u5f15\u7528\u56de\u590d

            # %s's here are for uris, do not remove!
            Click_return_topic_0= 
            Click_return_topic_1=\u8fd4\u56de\u4e3b\u9898
            Click_return_topic_2= 
            Click_return_login_0= 
            Click_return_login_1=\u91cd\u8bd5
            Click_return_login_2= 
            Click_return_forum_0= 
            Click_return_forum_1=\u8fd4\u56de\u8bba\u575b
            Click_return_forum_2= 
            Click_view_message_0= 
            Click_view_message_1=\u67e5\u770b\u6d88\u606f
            Click_view_message_2= 
            Click_return_modcp_0= 
            Click_return_modcp_1=\u8fd4\u56de\u63a7\u5236\u9762\u677f
            Click_return_modcp_2= 
            Click_return_group_0= 
            Click_return_group_1=\u8fd4\u56de\u7fa4\u7ec4\u4fe1\u606f
            Click_return_group_2= 

            Admin_panel=\u8bba\u575b\u7ba1\u7406

            Board_disable=\u5bf9\u4e0d\u8d77, \u8be5\u529f\u80fd\u65e0\u6548. \u8bf7\u8054\u7cfb\u7ba1\u7406\u5458.


            #
            # Global Header strings
            #
            Registered_users=\u6ce8\u518c\u7528\u6237:
            Browsing_forum=\u6d4f\u89c8\u8fc7\u5ba2:
            Online_users_zero_total=\u73b0\u5728\u6ca1\u6709\u4eba\u4e0a\u7ebf ::
            Online_users_total_0=\u5728\u7ebf\u7528\u6237
            Online_users_total_1= ::
            Online_user_total=\u72ec\u4e00\u65e0\u4e8c ::
            Reg_users_zero_total=\u65e0\u6ce8\u518c\u7528\u6237,
            Reg_users_total_0=
            Reg_users_total_1=\u4f4d\u6ce8\u518c\u7528\u6237,
            Reg_user_total=\u6ce8\u518c\u58f9\u4f4d,
            Hidden_users_zero_total=\u65e0\u9690\u8eab\u4eba,
            Hidden_user_total=\u9690\u8eab\u58f9\u4f4d,
            Hidden_users_total_0=
            Hidden_users_total_1=\u4f4d\u9690\u8eab\u4eba,
            Guest_users_zero_total=\u6ca1\u6709\u8fc7\u5ba2,
            Guest_users_total_0=
            Guest_users_total_1=\u4f4d\u8fc7\u5ba2
            Guest_user_total=\u8fc7\u5ba2\u58f9\u4f4d
            # first %s = number of users, second %s is the date.
            Record_online_users_0=\u6700\u9ad8\u5728\u7ebf\u4eba\u6570
            Record_online_users_1=,\u90a3\u662f:
            Record_online_users_2=

            Admin_online_color_0=
            Admin_online_color_1=Administrator
            Admin_online_color_2=
            Mod_online_color_0=
            Mod_online_color_1=Moderator
            Mod_online_color_2=

            # %s replaced by date/time
            You_last_visit_0=\u6700\u540e\u8bbf\u95ee:
            You_last_visit_1=
            # %s replaced by time
            Current_time_0=\u73b0\u5728\u662f:
            Current_time_1=

            Search_new=\u67e5\u770b\u65b0\u8d34
            Search_your_posts=\u6211\u7684\u53d1\u8868
            Search_unanswered=\u65e0\u56de\u590d\u8d34

            Register=\u6ce8\u518c
            Profile=\u4e2a\u4eba\u8d44\u6599
            Edit_profile=\u7f16\u8f91\u4e2a\u4eba\u8d44\u6599
            Search=\u641c\u7d22
            Memberlist=\u6210\u5458\u5217\u8868
            FAQ=\u5e38\u89c1\u95ee\u7b54
            BBCode_guide=BBCode\u6307\u5f15
            Usergroups=\u7528\u6237\u5206\u7ec4
            Last_Post=\u6700\u540e\u53d1\u8868
            Moderator=\u7248\u4e3b
            Moderators=\u7248\u4e3b


            #
            # Stats block text
            #
            # Number of posts
            Posted_articles_zero_total=\u5c1a\u65e0\u6587\u7ae0
            # Number of posts
            Posted_articles_total_0=\u603b\u5171\u6709
            Posted_articles_total_1=\u4e2a\u8d34\u5b50
            # Number of posts
            Posted_article_total=\u53ea\u6709\u4e00\u4e2a\u8d34\u5b50
            # # registered users
            Registered_users_zero_total=\u603b\u5171\u67090\u6ce8\u518c\u7528\u6237
            # # registered users
            Registered_users_total_0=\u603b\u5171\u6709
            Registered_users_total_1=\u6ce8\u518c\u7528\u6237
            # # registered users
            Registered_user_total=\u603b\u5171\u67091\u6ce8\u518c\u7528\u6237
            # a href, username, /a
            Newest_user_0=\u6b22\u8fce\u65b0\u6210\u5458
            Newest_user_1=
            Newest_user_2=
            Newest_user_3=

            No_new_posts_last_visit=\u65e0\u672a\u8bfb\u65b0\u8d34
            No_new_posts=\u65e0\u672a\u8bfb\u65b0\u8d34
            New_posts=\u6709\u672a\u8bfb\u65b0\u8d34
            New_post=\u53d1\u5e03\u65b0\u8d34
            No_new_posts_hot=\u65e0\u65b0\u8d34[\u7cbe\u534e]
            New_posts_hot=\u6709\u65b0\u8d34[\u7cbe\u534e]
            No_new_posts_locked=\u65e0\u65b0\u8d34[\u53ea\u8bfb]
            New_posts_locked=\u6709\u65b0\u8d34[\u53ea\u8bfb]
            Forum_is_locked=\u672c\u7248\u53ea\u8bfb


            #
            # Login
            #
            Enter_password=\u8bf7\u8f93\u5165\u7528\u6237\u540d\u548c\u5bc6\u7801
            Login=\u767b\u9646
            Logout=\u6ce8\u9500

            Forgotten_password=\u5fd8\u8bb0\u5bc6\u7801

            Log_me_in=\u8bb0\u4f4f\u5bc6\u7801

            Error_login=\u7528\u6237\u540d\u6216\u5bc6\u7801\u65e0\u6548,\u65e0\u6cd5\u8fdb\u5165.


            #
            # Index page
            #
            Index=\u7d22\u5f15
            No_Posts=\u6ca1\u6709\u8d34\u5b50
            No_forums=\u5c1a\u65e0\u7248\u9762

            Private_Message=\u6084\u6084\u8bdd
            Private_Messages=\u6d88\u606f\u6570
            Who_is_Online=\u5728\u7ebf\u7528\u6237

            Mark_all_forums=\u5168\u90e8\u6807\u8bb0\u4e3a\u5df2\u8bfb
            Forums_marked_read=\u6210\u529f\u6807\u4e3a\u5df2\u8bfb


            #
            # Viewforum
            #
            View_forum=\u8fdb\u5165\u8bba\u575b

            Forum_not_exist=\u9009\u62e9\u7248\u9762\u4e0d\u5b58\u5728.
            Reached_on_error=\u672c\u9875\u6709\u9519\u8bef\u53d1\u751f.

            Display_topics=\u663e\u793a\u4e0a\u9875\u4e3b\u9898
            All_Topics=\u4e3b\u9898\u6570

            Topic_Announcement=\u516c\u544a:
            Topic_Sticky=\u8f6c\u8d34:
            Topic_Moved=\u79fb\u52a8:
            Topic_Poll=[ Poll ]

            Mark_all_topics=\u5168\u90e8\u6807\u8bb0\u4e3a\u5df2\u8bfb
            Topics_marked_read=\u6210\u529f\u6807\u4e3a\u5df2\u8bfb

            Rules_post_can=\u4f60\u53ef\u4ee5\u5728\u672c\u7248\u53d1\u8868\u65b0\u8d34
            Rules_post_cannot=\u4f60\u65e0\u6743\u5728\u672c\u7248\u53d1\u8868\u65b0\u8d34
            Rules_reply_can=\u4f60\u53ef\u4ee5\u5728\u672c\u7248\u56de\u590d\u8d34\u5b50
            Rules_reply_cannot=\u4f60\u65e0\u6743\u5728\u672c\u7248\u56de\u590d\u8d34\u5b50
            Rules_edit_can=\u4f60\u53ef\u4ee5\u7f16\u8f91\u4f60\u7684\u8d34\u5b50
            Rules_edit_cannot=\u4f60\u65e0\u6743\u7f16\u8f91\u4f60\u7684\u8d34\u5b50
            Rules_delete_can=\u4f60\u53ef\u4ee5\u5220\u9664\u8d34\u5b50
            Rules_delete_cannot=\u4f60\u65e0\u6743\u5220\u9664\u8d34\u5b50
            Rules_vote_can=\u6709\u53ef\u4ee5\u53d1\u8d77\u6295\u7968
            Rules_vote_cannot=\u6709\u65e0\u6743\u53d1\u8d77\u6295\u7968
            # %s replaced by a href links, do not remove!
            Rules_moderate_0=You can 
            Rules_moderate_1=moderate this forum
            Rules_moderate_2=

            No_topics_post_one=\u76ee\u524d\u5c1a\u65e0\u8d34\u5b50.\u70b9\u51fb \u53d1\u8868\u65b0\u8d34\u5c31\u53ef\u4ee5\u53d1\u5e03\u4e00\u4e2a\u8d34\u5b50.


            #
            # Viewtopic
            #
            View_topic=\u67e5\u770b\u8d34\u5b50

            Guest=\u5ba2\u4eba
            Post_subject=\u8d34\u5b50\u4e3b\u9898
            View_next_topic=\u67e5\u770b\u4e0b\u4e00\u4e3b\u9898
            View_previous_topic=\u67e5\u770b\u4e0a\u4e00\u4e3b\u9898
            Submit_vote=\u63d0\u4ea4\u6295\u7968
            View_results=\u67e5\u770b\u7ed3\u679c

            No_newer_topics=\u6ca1\u6709\u66f4\u65b0\u7684\u4e3b\u9898
            No_older_topics=\u6ca1\u6709\u66f4\u8001\u7684\u4e3b\u9898
            Topic_post_not_exist=\u8bf7\u6c42\u7684\u8d34\u5b50\u4e0d\u5b58\u5728
            No_posts_topic=\u6ca1\u6709\u6307\u5b9a\u4e3b\u9898\u7684\u8d34\u5b50

            Display_posts=\u663e\u793a\u524d\u4e00\u8d34\u5b50
            All_Posts=\u5168\u90e8\u8d34\u5b50\u6570
            Newest_First=\u65b0\u8d34\u4f18\u5148
            Oldest_First=\u65e7\u8d34\u5728\u524d

            Back_to_top=\u8fd4\u56de\u9876\u90e8

            Read_profile=\u67e5\u770b\u4e2a\u4eba\u8d44\u6599
            Send_email=\u7ed9\u7528\u6237\u53d1\u90ae\u4ef6
            Visit_website=\u8bbf\u95ee\u4e3b\u9875
            ICQ_status=ICQ Status
            Edit_delete_post=\u7f16\u8f91\u5220\u9664\u672c\u8d34
            Repost_post=\u91cd\u65b0\u53d1\u5e03\u672c\u8d34
            View_IP=\u67e5\u770b\u53d1\u8868IP\u5730\u5740
            Delete_post=\u5220\u9664\u672c\u8d34

            # proceeds the username and is followed by the quoted text
            wrote=\u8bf4\u9053:
            # comes before bbcode quote output.
            Quote=\u5f15\u7528:
            # comes before bbcode code output.
            Code=\u4ee3\u7801:

            # Last edited by me on 12 Oct 2001; edited 1 time in total
            Edited_time_total_0=\u7531 
            Edited_time_total_1= \u4e8e 
            Edited_time_total_2= \u7b2c 
            Edited_time_total_3= \u6b21\u4fee\u6539.
            # Last edited by me on 12 Oct 2001; edited 2 times in total
            Edited_times_total_0=\u7531 
            Edited_times_total_1= \u4e8e 
            Edited_times_total_2= \u7b2c 
            Edited_times_total_3= \u6b21\u4fee\u6539.

            Lock_topic=Lock this topic
            Unlock_topic=\u89e3\u9664\u9501\u5b9a
            Move_topic=\u79fb\u52a8\u8d34\u5b50
            Delete_topic=\u5220\u9664\u8d34\u5b50
            Split_topic=\u62c6\u5206\u8d34\u5b50

            Stop_watching_topic=\u7ed3\u675f\u5173\u6ce8
            Start_watching_topic=\u5173\u6ce8\u672c\u8d34
            No_longer_watching=\u4f60\u4e0d\u518d\u5173\u6ce8\u672c\u8d34
            You_are_watching=\u4f60\u5df2\u8bbe\u7f6e\u5173\u6ce8\u672c\u8d34

            Total_votes=\u6295\u7968\u6570

            Instant_reply=\u7acb\u5373\u56de\u590d

            #
            # Posting/Replying (Not private messaging!)
            #
            Message_body=\u6d88\u606f\u4f53
            Topic_review=\u4e3b\u9898\u56de\u987e

            # If posting.php is called without a mode (newtopic/reply/delete/etc, shouldn't be shown normaly)
            No_post_mode=\u672a\u6307\u5b9a\u8d34\u5b50\u7c7b\u578b

            Post_a_new_topic=\u53d1\u5e03\u65b0\u8d34
            Post_a_reply=\u56de\u590d\u8d34\u5b50
            Post_topic_as=\u53d1\u8868\u8d34\u5b50\u4e3a
            Edit_Post=\u7f16\u8f91\u8d34\u5b50
            Options=\u9009\u9879

            Post_Announcement=\u516c\u544a
            Post_Sticky=\u8f6c\u8d34
            Post_Normal=\u666e\u901a

            Confirm_delete=\u786e\u8ba4\u8981\u5220\u9664\u672c\u8d34\u5417?
            Confirm_delete_poll=\u786e\u8ba4\u5220\u9664poll?

            Flood_Error=\u8bf7\u52ff\u9891\u7e41\u53d1\u8d34,\u4e0d\u8981\u7740\u6025\u561b,\u6162\u6162\u6765.
            Empty_subject=\u53d1\u5e03\u8d34\u5b50\u65f6\u4e3b\u9898\u662f\u5fc5\u9700\u7684.
            Empty_message=\u53d1\u5e03\u8d34\u5b50\u65f6\u5185\u5bb9\u662f\u5fc5\u9700\u7684.
            Forum_locked=\u7248\u9762\u5df2\u9501\u5b9a: \u4e0d\u5141\u8bb8\u53d1\u5e03,\u56de\u590d,\u6216\u8005\u7f16\u8f91\u8d34\u5b50.
            Topic_locked=\u8d34\u5b50\u5df2\u9501\u5b9a: \u4e0d\u5141\u8bb8\u7f16\u8f91\u6216\u8005\u56de\u590d\u8d34\u5b50.
            No_post_id=\u4f60\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u8d34\u5b50\u6765\u7f16\u8f91
            No_topic_id=\u4f60\u5fc5\u987b\u9009\u62e9\u4e00\u4e2a\u8d34\u5b50\u6765\u56de\u590d
            No_valid_mode=\u4f60\u53ea\u80fd\u53d1\u5e03,\u56de\u590d\u6216\u5f15\u7528\u56de\u590d.\u8bf7\u8fd4\u56de\u91cd\u8bd5.
            No_such_post=\u6ca1\u6709\u6307\u5b9a\u7684\u8d34\u5b50,\u8bf7\u8fd4\u56de\u91cd\u8bd5.
            Edit_own_posts=\u6ce8\u610f, \u4f60\u53ea\u80fd\u7f16\u8f91\u81ea\u5df1\u7684\u8d34\u5b50.
            Delete_own_posts=\u6ce8\u610f, \u4f60\u53ea\u80fd\u5220\u9664\u4f60\u81ea\u5df1\u7684\u8d34\u5b50.
            Cannot_delete_replied=\u6ce8\u610f, \u4f60\u4e0d\u80fd\u5220\u9664\u5df2\u7ecf\u6709\u56de\u590d\u7684\u8d34\u5b50.
            Cannot_delete_poll=\u6ce8\u610f, \u4f60\u4e0d\u80fd\u5220\u9664\u5df2\u6d3b\u52a8\u7684\u6295\u7968.
            Empty_poll_title=\u4f60\u5fc5\u987b\u4e3a\u6295\u7968\u63d0\u4f9b\u6807\u9898.
            Empty_poll_option=\u4f60\u5fc5\u987b\u4e3a\u6bcf\u4e00\u4e2a\u6295\u7968\u9879\u63d0\u4f9b\u6807\u7b7e.
            To_few_poll_options=\u4f60\u5fc5\u987b\u63d0\u4f9b\u81f3\u5c11\u4e24\u4e2a\u6295\u7968\u9879.
            To_many_poll_options=\u4f60\u5df2\u63d0\u4f9b\u592a\u591a\u7684\u6295\u7968\u9879.
            Post_has_no_poll=\u672c\u8d34\u6ca1\u6709\u6295\u7968\u9879.
            Already_voted=\u4e0d\u80fd\u91cd\u590d\u53c2\u4e0e\u540c\u4e00\u6295\u7968.
            No_vote_option=\u4f60\u5fc5\u987b\u6307\u5b9a\u6295\u7968\u9879.

            Add_poll=\u589e\u52a0\u9009\u9879
            Add_poll_explain=\u7f6e\u7a7a\u8868\u793a\u672c\u8d34\u6ca1\u6709\u6295\u7968\u9879.
            Poll_question=\u6295\u7968\u95ee\u9898
            Poll_option=\u6295\u7968\u9009\u9879
            Add_option=\u6dfb\u52a0\u9009\u9879
            Update=\u66f4\u65b0
            Delete=\u5220\u9664
            Poll_for=\u6295\u7968\u6301\u7eed
            # This is used for the Run poll for ... Days + in admin_forums for pruning
            Days=\u5929
            Poll_for_explain=[\u6709\u6548\u5929\u6570,0\u6216\u7a7a\u8868\u793a\u6c38\u8fdc\u6709\u6548]
            Delete_poll=\u5220\u9664\u6295\u7968


            Disable_HTML_post=\u7981\u6b62HTML\u6807\u7b7e
            Disable_BBCode_post=\u7981\u6b62BBCode\u6807\u7b7e
            Disable_Smilies_post=\u7981\u6b62\u8868\u60c5\u7b26\u53f7

            HTML_is_ON=HTML\u5f00
            HTML_is_OFF=HTML\u5173
            # %s are replaced with URI pointing to FAQ
            BBCode_is_ON_0=
            BBCode_is_ON_1=BBCode
            BBCode_is_ON_2= \u5f00
            BBCode_is_OFF_0=
            BBCode_is_OFF_1=BBCode
            BBCode_is_OFF_2= \u5173
            Smilies_are_ON=\u8868\u60c5\u5f00
            Smilies_are_OFF=\u8868\u60c5\u5173

            Attach_signature=\u81ea\u52a8\u7b7e\u540d(\u6765\u81ea\u4e2a\u4eba\u8d44\u6599)
            Notify=\u6709\u56de\u590d\u65f6\u63d0\u9192\u6211
            Delete_post=\u5220\u9664\u672c\u8d34

            Stored=\u8d34\u5b50\u53d1\u5e03\u6210\u529f.
            Deleted=\u8d34\u5b50\u5220\u9664\u5b8c\u6210.
            Poll_delete=\u6295\u7968\u5220\u9664\u5b8c\u6210.
            Vote_cast=\u6295\u7968\u5df2\u5b8c\u6210.
            Reposted=\u8d34\u5b50\u5237\u65b0\u5b8c\u6210.

            Topic_reply_notification=\u4e3b\u9898\u56de\u590d\u901a\u77e5

            bbcode_b_help=\u7c97\u4f53\u6587\u5b57: \u6587\u672c\u5185\u5bb9 (alt+b)
            bbcode_i_help=\u659c\u4f53\u6587\u5b57: \u6587\u672c\u5185\u5bb9 (alt+i)
            bbcode_u_help=\u4e0b\u5212\u7ebf\u5b57: \u6587\u672c\u5185\u5bb9 (alt+u)
            bbcode_q_help=\u5f15\u7528\u6587\u5b57:

            \u5f15\u7528\u5185\u5bb9
            (alt+q)
            bbcode_c_help=\u4ee3\u7801\u663e\u793a:
            \u4ee3\u7801\u5185\u5bb9
            (alt+c)
            bbcode_l_help=\u5217\u8868\u6837\u5f0f:
            \u5217\u8868\u5185\u5bb9
            (alt+l)
            bbcode_o_help=\u7f16\u7801\u6837\u5f0f: [list=]\u5217\u8868\u5185\u5bb9 (alt+o)
            bbcode_p_help=\u63d2\u5165\u56fe\u7247: [img]http://\u56fe\u7edd\u5bf9\u5730\u5740[/img] (alt+p)
            bbcode_w_help=\u63d2\u5165\u94fe\u63a5: http://\u8d85\u7ea7\u94fe\u63a5\u5730\u5740 or http://url (alt+w)
            bbcode_a_help=\u5173\u95ed\u6240\u6709bbCode\u6807\u7b7e
            bbcode_s_help=\u5b57\u4f53\u989c\u8272: \u6587\u672c\u5185\u5bb9 \u63d0\u793a:\u4e5f\u53ef\u4ee5\u4f7f\u7528#FF0000\u4ee3\u66ffred
            bbcode_f_help=\u5b57\u4f53\u5927\u5c0f: [size=x-small]\u6587\u672c\u5185\u5bb9

            • 3. Re: Translate Resources into Chinese, my working progress

              Am I the only one confused by this post?