﻿var UserRegisterDictionary = {
// UserInfos.java
"Member Infos :" : "會員資訊：",
"Account:" : "帳號：",
"Nickname:" : "暱稱：",
"E-mail:" : "信箱：",
"Birthday:" : "生日：",
"Sex:" : "性別：",
"Region:" : "國別：",
"Language:" : "語言：",
"Receive:" : "願意接收電子報：",
"Register" : "註冊",
"Registered was completed!!\nDon't forget to receive the confirm mail.\nThen start up accout step by step with email in 24hr." : "已完成註冊!\n再次提醒您記得收取系統寄出的認證信，\n並於24小時內依照信上的指示完成帳號啟動。",
"Your registered is not finish!!" : "您的註冊尚未完成",
"Processing...please wait!!" : "系統處理中...請稍候",
"Information saved!!" : "儲存完畢!!",
"Congratulations!!\nPlease receive the confirm email first.\nThen start up accout step by step with email in 24hr." : "恭喜您註冊成功!\n請先到您的信箱收取系統寄出的認證信，\n並於24小時內依照信上的指示完成帳號啟動。",
"Please check your e-mail!!" : "請確認您輸入的信箱是否正確",
"Saving is failure!!" : "儲存失敗",
"submitting..." : "傳送中...",
"The textfiled can't be null!!" : "請填寫此欄位!!",
"1st only a-zA-Z, others only a-zA-Z0-9!!" : "只能使用數字和英文字母，且第一個字必須為英文字母",
"Can't use any punctuation or blankness in your nickname!!" : "暱稱禁止使用任何半形標點符號或空白字元",
"E-mail fromat is wrong!!" : "E-mail格式有誤",
"Account is OK!!" : "帳號可以使用",
"Can't be null!!" : "此欄位不允許空白",
"Account existed!!" : "帳號已經被使用",
"Account will be free in " : "距離帳號失效還有 ", " sec!!" : " 秒鐘",

// InfoSexRadio.java
"Male" : "男",
"Female" : "女",

// InfoRegionSelect.java

// InfoReceiveRadio.java
"Yes" : "接受",
"No" : "拒絕",

// InfoLanguageRadio.java
"Chinese" : "中文",
"Japanese" : "日文",
"English" : "英文"

// InfosBirthdayMultiTextBox.java

};
