
function capitalize (str) {
	if (!str || !str.length || !str.charAt) { return ''; }
	return str.charAt(0).toUpperCase() + str.substring(1);
}

var gLang = new (function () {
	/*1*/ this.pleaseCheck =" 请检查您的网络连接。 ";
	/*2*/ this.blogLinkText ="博客";
	/*3*/ this.forumLinkText ="论坛";
	/*4*/ this.termsLinkText ="服务条款";
	/*5*/ this.privacyLinkText ="隐私政策";
    this.blogLink = '<a href="http://blog.meebo.com/" target="_blank">' + this.blogLinkText + "</a>";//NO
    this.forumLink = '<a href="http://forum.meebo.com/" target="_blank">' + this.forumLinkText + "</a>";//NO
	this.commentsLink = '<a target="_blank" href="http://www.meebo.com/support/contact/">here</a>';//NO
	this.termsLink = '<a target="_blank" href="http://www.meebo.com/terms/">' + this.termsLinkText + "</a>";//NO
	this.privacyLink = '<a target="_blank" href="http://www.meebo.com/privacy/full/">' + this.privacyLinkText + "</a>";//NO
	/*6*/ this.disruption="哎哟！Meebo 检测到网络中断。 ";
	/*7*/ this.awayDisruption="无法更新您的状态。 ";
	/*8*/ this.reconnectPrompt="是否需要重新连接？ ";
	/*9*/ this.ajaxError="不能连接到网络。 ";
	/*10*/ this.ajaxLogoutError="抱歉，您还未登录。 ";
	/*11*/ this.ajaxConnectError="抱歉，meebo 连接网络时遇到困难。 ";
	/*12*/ this.consoleDisruption="网络连接中断";
	/*13*/ this.couldNotConnect ="meebo 不能连接到网络。";
    this.netError= this.couldNotConnect + this.pleaseCheck;//NO
	/*14*/ this.loginError="请检查您的账户名和密码后再试一次。 ";
	/*15*/ this.thanks="感谢您使用 meebo！ ";
	/*16*/ this.logout="您已经注销。 ";
	/*19*/ this.signOnWait="正在登录，请稍候...";
	/*20*/ this.waitReceive="正在接收登录信息...";
	/*24*/ this.incomplete="使用 meebo 前请登录。 ";
	/*27*/ this.noPass="请输入密码。 ";
	/*29*/ this.blankConsole="您尚未登录任何即时通讯账户。 ";
	/*30*/ this.logoffStatus="您已经成功从 meebo 注销。 ";
	/*32*/ this.fetchingInfo="正在取得信息... ";
	/*33*/ this.isTyping ="%1 正在输入消息";
	/*34*/ this.isMobile ="%1 为手机用户";
	/*35*/ this.isAway ="%1 已经离开";
	/*36*/ this.isIdle ="%1 空闲中";
	/*38*/ this.rightBack="马上回来";
	/*39*/ this.busy="忙碌中";
	/*40*/ this.sleeping="小憩中";
	/*41*/ this.awayComputer="不在电脑旁";
	/*45*/ this.navigateAway="如果您离开，meebo 即时通讯会话将不会被保留！";
	/*46*/ this.meeboMessage="meebo 消息";
	/*47*/ this.meeboOffline="检测到网络中断。 ";
	/*49*/ this.isOffline="%1 已离线";
	/*50*/ this.isOnline="%1 在线";
	/*57*/ this.reconnectHeader="重新连接 meebo 吗？ ";
	/*58*/ this.newConnectionHeader="新连接！";
	/*59*/ this.netErrorHeader="网络错误";
	/*60*/ this.goodbyeHeader="再见！";
	/*63*/ this.addBuddyHeader="添加好友！";
	/*64*/ this.addAccountHeader="添加账户！";
	/*65*/ this.miniLogonHeader="通过 meebo 建立的连接";
	/*66*/ this.removeBuddyHeader="删除好友！";
	/*67*/ this.acceptHeader="好友申请加入！";
	/*68*/ this.authHeader="无法允许好友加入";
	/*69*/ this.addErrorHeader="无法添加好友";
	/*70*/ this.removeErrorHeader="无法删除好友";
	/*71*/ this.welcomeHeader="欢迎来到Meebo";
	/*73*/ this.createAccountHeader="创建 meebo 账户";
	/*74*/ this.imBuddyHeader="发消息给好友！";
	/*75*/ this.imBuddyErrorHeader="无法发消息给好友";
	/*76*/ this.tryAgainHeader ="请重试";
	/*78*/ this.addBuddyTT="添加好友";
	/*79*/ this.removeBuddyTT="删除好友";
	/*81*/ this.anyoneTT="发消息给任何人";
	/*82*/ this.chatTT="群组聊天";
	/*83*/ this.boldTT="粗体";
	/*84*/ this.italicTT="斜体";
	/*85*/ this.underlineTT="下划线";
	/*87*/ this.emoticonTT="表情";
	/*88*/ this.nextTT="下一步";
	/*89*/ this.backTT="Back";
	/*90*/ this.cancelTT="取消";
	/*91*/ this.signOnTT="登录";
	/*92*/ this.soundTT="声音";
	/*93*/ this.acceptBtn="接受";
	/*94*/ this.addBtn="添加";
	/*95*/ this.AddAccountBtn="添加账户";
	/*98*/ this.closeBtn="关闭";
	/*100*/ this.okBtn="确认";
	/*101*/ this.reconnectionBtn="重新连接";
	/*102*/ this.removeBtn="删除";
	/*103*/ this.sendBtn="Send";
	/*105*/ this.imBuddyBtn="发消息给好友！";
	/*107*/ this.wantsAdd="%1 希望把 %2 添加到他(她)的好友列表。";
	/*108*/ this.authCheck1="无法允许好友加入。";
	this.authCheck=this.authCheck1 + this.pleaseCheck;//NO
	/*110*/ this.addBuddyPrompt="请输入好友名称、您的登录账户以及您想添加好友的群组。";
	/*111*/ this.noBrEmail="请以“name@server”的形式输入账户，例如 jane@gmail.com ";
	/*112*/ this.logonid="登录账户";
	/*113*/ this.buddy="好友";
	/*114*/ this.group="群组";
	/*115*/ this.addError="无法添加 %1。 ";
	/*116*/ this.addNetError="无法添加好友。";
	/*117*/ this.addErrorBecause=" %1 已在您的好友列表中，不能再次添加。 ";
	/*118*/ this.noAccounts="您尚未登录任何即时通讯账户。 ";
	/*120*/ this.noAccountsPrompt="要登录某个账户，请选择好友名单(画面右侧)下方的“登录”图标，或 %1 点击这里 %2 ";
	/*122*/ this.removeNetError1="无法删除好友。 ";
	this.removeNetError=this.removeNetError1 + this.pleaseCheck;//NO
	/*123*/ this.imBuddyPrompt="请选择您要发送即时消息的即时通讯账户。";
	/*124*/ this.imBuddyNamePrompt="请输入您想传送即时消息的好友名称。";
	/*128*/ this.singleFail="meebo 无法与此即时通讯连接。";
	/*129*/ this.pluralFail="meebo 无法与这些即时通讯连接。";
	/*130*/ this.singleFailDescr="登录账户或密码有误，或者已在其他地方登录。";
	/*131*/ this.pluralFailDescr="这些登录账户或密码有误，或者已在其他地方登录。";
	/*132*/ this.imNetError1="您目前处于离线状态，将不会发送或接收到任何信息。 ";
	this.imNetError=this.imNetError1 + this.reconnectPrompt;//NO
	/*133*/ this.alreadyUser="已经是会员了？";
	/*135*/ this.autoInvisible="以隐身模式登录";
	/*137*/ this.password="密码";
	/*138*/ this.autoConnect="启动时自动连接";
	/*141*/ this.registerMsg="您的 meebo 账户将允许您保存聊天记录、保存个人设置、以及寻找其它 meebo 使用者。立即注册！赶快上手吧！";
	/*142*/ this.welcomeBack="欢迎回到 meebo！";
	/*143*/ this.meeboProfile="您的 meebo 个人资料 (公开)";
	/*144*/ this.meeboPrivateProfile="您的 meebo 个人资料 (私人)";
	/*145*/ this.icon="好友图标";
	/*146*/ this.fullName="全名";
	/*147*/ this.newmeeboid="新的 meebo 账户";
	/*148*/ this.meeboid="meebo 账户";
	/*149*/ this.confirmpassword="再次输入密码";
	/*150*/ this.emaildescr="email (密码遗失/忘记时使用)：";
	/*151*/ this.security="安全问题：";
	/*154*/ this.oneMoment="请稍候...";
	/*155*/ this.verifyWait="感谢您的耐心等候，meebo 正在确认您要的账户%1是否已经被其它人使用";
	/*156*/ this.sorry="抱歉";
	/*157*/ this.alreadyTaken=" %1 账户名称已经被使用了。请选择其它名称并重试。";
	/*158*/ this.nameRestrictions="(请使用 A-Z、0-9、下划线，或半角句号)";
	/*161*/ this.email="电子邮件";
	this.Email=capitalize(this.email);//NO
	/*162*/ this.noIdError="请填写一个账户名称作为新的 meebo 账户";
	/*163*/ this.shortIdError="账户名称不能少过4个字符";
	/*164*/ this.longIdError="账户名称不能超过100个字符";
	/*165*/ this.specialCharError="请使用小写字母(a-z)、数字(0-9)、下划线(_)、和半角句号(.)来组成您的 meebo 账户。";
	/*166*/ this.noNameError="请输入一个新的 meebo 账户名称。";
	/*167*/ this.noEmailError="请为您的 meebo 新账户设定一个电子邮件地址。";
	/*168*/ this.poorEmailError="请输入标准的电子邮件格式，如 name@domain.com";
	/*173*/ this.passwordLength="(不少于6个字符)";
	/*174*/ this.noPasswordError="请输入您的新 meebo 账户密码";
	/*175*/ this.shortPasswordError="密码不能少于6个字符";
	/*176*/ this.longPasswordError="密码不能超过100个字符";
	/*177*/ this.noConfirmPassword="请再次输入密码以示确认";
	/*178*/ this.noMatchPassword="您两次输入的密码不一样。请检查后重试。";
	/*179*/ this.specialCharPassword="请以字母、数字和标点符号来作为您的密码。";
	/*180*/ this.secondLook="请再检查一次！";
	/*182*/ this.incompleteLogon="登录失败";
	/*183*/ this.toCreateError="无法建立新连接。";
	/*184*/ this.network="通讯协议";
	/*185*/ this.noJavaScriptRequired="登录过程需要启用 JavaScript。";
	/*186*/ this.noJavaScript="登录 meebo 的过程使用 JavaScript 技术，您的浏览器不支持或禁用了 Javascript。";
	/*187*/ this.noJavaScript2="要知道您的浏览器是否支持或允许 JavaScript 脚本语言,请参考浏览器的联机帮助。";
	/*190*/ this.rememberMe="记住我的帐号";
	/*193*/ this.help="帮助";
	/*194*/ this.logoff="注销";
	/*195*/ this.signon="登录";
	/*198*/ this.buddylist="好友列表";
	/*199*/ this.blockBuddy="阻止好友";
	/*200*/ this.unblockBuddy="解除阻止好友";
	/*201*/ this.confirmBlock="您确定要阻止 %1 吗？";
	/*202*/ this.confirmRemove="您确定要删除 %1 吗？";
	/*208*/ this.emoticonPref="显示消息中的表情";
	/*210*/ this.chatLogs="聊天记录";
	/*211*/ this.chatLogsTT="查看聊天记录";
	/*213*/ this.viewChatLog="查看聊天记录";
	/*215*/ this.chatLogWindowCaption ="%1 的聊天记录";
	/*216*/ this.profile="资料";
	/*217*/ this.buddyUnavailable="无法获取好友信息";
	/*219*/ this.creatingAccount="感谢您耐心等待。meebo 正在创建您的新账户。";
	/*222*/ this.newPassword="新密码";
	/*223*/ this.imName="向 %1 发送消息";
	/*232*/ this.viewProfile="查看资料";
	/*234*/ this.loading="正在载入";
	/*235*/ this.startChatting="和%1交谈并开始聊天记录！";
	/*236*/ this.chatLogErrorHeader ="不能提取聊天记录";
	/*237*/ this.chatLogNetError1 ="不能提取好友聊天记录。 ";
	this.chatLogNetError = this.chatLogNetError1 + this.pleaseCheck;//NO
	/*239*/ this.inviteToChat ="%1 邀请 %2 加入 %3 聊天！";
	/*240*/ this.inviteMsg ="%1 写 %2";
	/*242*/ this.inviteBuddy ="邀请好友";
	/*243*/ this.buddyJoinChat ="%1 已加入聊天";
	/*244*/ this.buddyLeaveChat ="%1 已离开聊天";
	this.groupChatHeader = this.chatTT; //NO
	/*248*/ this.groupChatTT ="发起或加入一个群聊";
	/*249*/ this.groupChatPrompt="请输入您想加入的聊天室名。 ";
	/*250*/ this.groupChatServerPrompt="对于 Jabber 用户，输入群聊所在的聊天服务器名 (如:conference.jabber.org)。";
	/*251*/ this.groupChatErrorHeader="不能加入群聊";
	/*252*/ this.noChatRoom="请输入聊天室名。";
	/*253*/ this.noChatRoomServer="请输入 Jabber 聊天室服务器名。";
	/*254*/ this.chatroomname ="聊天室";
	/*255*/ this.chatroomserver ="聊天服务器";
	/*256*/ this.chatAcceptHeader ="聊天邀请！";
	/*257*/ this.noICQGroupChat ="这个群聊不支持邀请 ICQ 好友。";
	/*258*/ this.chatroomended ="该聊天室的会话已经结束。";
	/*259*/ this.noChatRoomSpecialChars="请使用数字和字母作为聊天室的名称。";
	/*260*/ this.denyBtnTT ="拒绝";
	/*261*/ this.acceptAndAddBtnTT ="接受并添加";
	/*262*/ this.blockBuddyContext="阻止 %1";
	/*263*/ this.unblockBuddyContext="解除阻止 %1";
	/*264*/ this.imBuddyContext="发消息给 %1！";
	/*265*/ this.removeBuddyContext="删除 %1";
	/*266*/ this.hideBuddyContext="隐藏 %1";
	/*267*/ this.hasTyped ="%1 已经输入了信息";
	/*269*/ this.displayName ="显示名";
	/*270*/ this.blogHeader ="Meebo 博客";
	/*273*/ this.accountsTabHeader ="账户";
	/*274*/ this.preferencesTabHeader ="参数设置";
	/*275*/ this.removeBuddiesHeader="删除好友！";
	/*276*/ this.removeBuddyGroupHeader="删除好友群组！";
	/*277*/ this.removeBuddyGroupsHeader="删除好友群组！";
	/*278*/ this.addBuddyGroupNamePrompt="请输入您想添加到您好友名单中的群组名。";
	/*279*/ this.addBuddyGroupPrompt="请输入您想添加的群组名。";
	/*280*/ this.addBuddyGroupHeader="添加好友群组！";
	/*281*/ this.renameBuddy ="重命名 %1";
	/*282*/ this.renameBuddyNetError ="不能重命名好友。";
	/*286*/ this.meeboMeIntro ="欢迎使用 meebo 网页聊窗。";
	/*287*/ this.meeboMeDescr ="管理您的 meebo 网页聊窗！并在下面添加或配置聊窗。";
	/*290*/ this.smallWidget ="小 (%1 x %2 px)";
	/*291*/ this.regularWidget ="标准 (%1 x %2 px)";
	/*292*/ this.largeWidget ="大 (%1 x %2 px)";
	/*293*/ this.addMeeboMeInstructions ="请输入聊窗的名称及尺寸来创建您的新 meebo 网页聊窗！";
	/*294*/ this.widgetName ="聊窗的名称";
	/*295*/ this.widgetSize ="聊窗的尺寸";
	/*296*/ this.showPrev ="显示预览";
	/*297*/ this.hidePrev ="隐藏预览";
	/*298*/ this.addWidgetCaption ="创建一个 meebo 网页聊窗！";
	/*299*/ this.widgetNameNeeded ="请输入聊窗名称。";
	/*300*/ this.meeboMeTabName ="meebo 网页聊窗！";
	/*301*/ this.unableToCreateWidget ="抱歉！我们无法创建您的 meebo 网页聊窗！ %1";
	/*302*/ this.addANewWidget ="添加聊窗";
	/*303*/ this.disable ="禁用";
	/*304*/ this.enable ="启用";
	/*306*/ this.widgetEmbed ="嵌入式聊窗";
	/*307*/ this.createANewWidget ="创建聊窗！";
	/*308*/ this.hasLeftYourPage ="%1已经离开您的版面";
	/*309*/ this.minute ="分钟";
	/*310*/ this.minutes ="分钟";
	/*311*/ this.enabled ="启用";
	/*312*/ this.disabled ="禁用";
	/*316*/ this.widgetNameTooLong ="请输入聊窗名称 (不超过100个字符)。";
	/*318*/ this.embedWait ="正在创建聊窗";
	/*319*/ this.errorCreatingWidget ="聊窗创建中出现错误";
	/*324*/ this.widgetNameTaken ="请输入一个唯一的聊窗名称。";
	/*325*/ this.specialCharErrorWidget ="请输入一个仅包含 a-z、A-Z、0-9、\'、下划线或半角句号的聊窗名称。";
	/*328*/ this.removeBuddiesContext="删除好友";
	/*329*/ this.unblockBuddiesContext="解除阻止好友";
	/*330*/ this.blockBuddies="阻止好友";
	/*332*/ this.confirmRemoveBuddies="您确定要删除已选定的好友“%1”吗？";
	/*333*/ this.confirmRemoveBuddyGroups="您确定要删除已选定的好友群组“%1”(及有关他们的所有内容)吗？";
	/*334*/ this.confirmRemoveBuddyGroup="您确定要删除已选定的群组“%1”(及有关他们的所有内容)吗？";
	/*335*/ this.confirmBlocks="您确定要阻止已选定的好友“%1”吗？";
	/*336*/ this.addBuddyGroupContext="添加新的群组";
	/*337*/ this.removeBuddyGroupContext="删除该群组";
	/*338*/ this.removeBuddyGroupsContext="删除群组";
	/*340*/ this.offlineGroup="离线";
	/*341*/ this.groupChatBuddiesContext="邀请好友加入聊天";
	/*342*/ this.blockBuddiesContext="阻止好友";
	/*343*/ this.addBuddyGroupErrorHeader="不能增加好友群组";
	/*344*/ this.addBuddyGroupErrorBecause="不能添加“%1”，因为该群组己存在。";
	/*345*/ this.addBuddyToGroup="将好友加到群组“%1”";
	/*346*/ this.invalidBuddyGroupNamePrompt="您输入的好友群组名太长，您必须将其控制在50个字符以下。";
	/*349*/ this.addBuddySingleAccountPrompt ="请输入好友的名字及所想将其加入的群组。";
	/*350*/ this.january ="一月";
	/*351*/ this.february ="二月";
	/*352*/ this.march ="三月";
	/*353*/ this.april ="四月";
	/*354*/ this.may ="五月";
	/*355*/ this.june ="六月";
	/*356*/ this.july ="七月";
	/*357*/ this.august ="八月";
	/*358*/ this.september ="九月";
	/*359*/ this.october ="十月";
	/*360*/ this.november ="十一月";
	/*361*/ this.december ="十二月";
	/*362*/ this.sunday ="星期日";
	/*363*/ this.monday ="星期一";
	/*364*/ this.tuesday ="星期二";
	/*365*/ this.wednesday ="星期三";
	/*366*/ this.thursday ="星期四";
	/*367*/ this.friday ="星期五";
	/*368*/ this.saturday ="星期六";
	/*369*/ this.dateFormat ="%1，%2 %3，%4";
	/*370*/ this.phraseNotFound ="无法找到“%1”";
	/*371*/ this.searching ="正在搜索...";
	/*374*/ this.findLbl ="查找： ";
	/*375*/ this.startFromBeginning ="重新搜索聊天记录";
	/*378*/ this.register ="注册";
	/*379*/ this.privacy ="隐私";
	/*383*/ this.forgotPassword2 ="忘记密码？";
	/*384*/ this.loginId ="登录";
	/*386*/ this.currSkin ="默认";
	/*388*/ this.popOutTT ="弹出";
	/*389*/ this.popInTT ="内嵌";
	/*390*/ this.modify ="更改";
	/*391*/ this.products ="产品";
	/*393*/ this.save ="保存";
	/*394*/ this.renameGroupNetError ="无法重命名群组。";
	/*395*/ this.renameGroupOfflineError ="不能使用“Offline”作为群组名。";
	/*396*/ this.renameGroupExistsError ="群组 %1 已经存在。";
	/*397*/ this.setProfile ="设置资料";
	/*398*/ this.setProfileHeader="让您的好友在创建资料时保持最新。";
	/*401*/ this.setDisplayName ="设置显示名";
	/*403*/ this.setDisplayNameHeader ="请输入显示名，它将会显示在您好友的列表当中。";
	/*404*/ this.setDisplayNameAIMError ="显示名可以由大小写、空格符以及基于 %1 的不同变量组成。例如：%2 和 %3 有可能都是显示名。";
	/*405*/ this.inv ="隐身";
	/*407*/ this.reconnecting ="正在重新连接";
	/*410*/ this.popupBlocked ="弹出式窗口已经被拦截";
	/*411*/ this.popupBlockedMsg ="弹出式窗口已经被您的浏览器拦截，请禁用您的弹出式窗口拦截器再重试。";
	/*412*/ this.popupBlockedMsg ="弹出式窗口已经被您的浏览器拦截。";
	/*413*/ this.popupfirefox ="要使 Firefox 不拦截此站点的弹出窗口，请单击页面顶部提示条右侧的“选项”按钮，然后选择“允许 www.meebo.com 弹出窗口”";
	/*414*/ this.popupie ="要使 Internet Explorer 不拦截此站点的弹出窗口，请单击页面黄色提示条，然后选择“总是允许来自此站点的弹出窗口...”";
	/*419*/ this.removeBuddiesInstr ="请选择要删除的好友再重试。";
	/*420*/ this.joinChat ="加入聊天";
	/*421*/ this.block ="屏蔽";
	/*422*/ this.cannotRemoveOffline ="您无法删除“Offline”(离线)群组。";
	this.removeBuddiesOffline = this.cannotRemoveOffline + " " + this.removeBuddiesInstr;//NO
	/*425*/ this.sortGroupByName ="按名称排序";
	/*426*/ this.sortGroupByNetwork ="按通讯协议排序";
	/*427*/ this.sortGroupByStatus ="按状态排序";
	/*429*/ this.buddyIconErrorHeader ="无法设置显示图片";
	/*430*/ this.buddyIconErrorExt ="请选择下列格式的图片：.jpg, .gif, .png 。";
	this.buddyIconErrorFiletype = "Image format was invalid. " + this.buddyIconErrorExt;//NO
	/*431*/ this.buddyIconErrorSize ="文件太大。提示：尝试缩小图象尺寸。文件大小不能超过 80KB。";
	/*432*/ this.buddyIconErrorGeneral ="哎哟！meebo 当前不能设置您的显示图片。请稍后重试！";
	/*434*/ this.pinkSkin ="粉色";
	/*435*/ this.greenSkin ="绿色";
	/*436*/ this.purpleSkin ="紫色";
	/*440*/ this.joinChatUpsell ="加入由 meebo 提供的聊天！";
	/*441*/ this.reinviteBuddyContext="重新邀请 %1";
	/*442*/ this.buddyIconErrorImageSize ="图像太大。提示：尝试缩小图像尺寸。图像高度和宽度不能超过 2000 × 2000 像素。";
	/*443*/ this.gender ="性别";
	/*444*/ this.male ="男性";
	/*445*/ this.female ="女性";
	/*446*/ this.age ="年龄";
	/*450*/ this.deleteAll ="全部删除";
	/*451*/ this.deleteChatLogs ="删除聊天记录";
	/*452*/ this.confirmDeleteChatLogs ="您确定要删除 %1 的聊天记录吗？";
	/*453*/ this.permanentDeleteChatLogs ="此操作将会永久删除所有即时通讯会话。";
	/*454*/ this.couldntDeleteChatLogs ="无法删除聊天记录";
	/*455*/ this.deleteChatLogNetError1 ="无法删除好友的聊天记录。 ";
	this.deleteChatLogNetError = this.deleteChatLogNetError1 + this.pleaseCheck;
	/*459*/ this.awayMessages ="离开状态一览";
	/*461*/ this.ageNaN ="请输入您的年龄以阿拉伯数字表示(例如：17 或 45)";
	/*463*/ this.meeboChats ="meebo 聊天室";
	/*465*/ this.createMeeboChat ="创建新聊天室";
	/*466*/ this.createMeeboChatInstructions ="创建新的聊天室，方便的与您的好友分享链接。";
	/*467*/ this.enterChatName ="请输入您的聊天室名称。";
	/*468*/ this.removeChatContext ="删除聊天室";
	/*469*/ this.description ="描述";
	/*471*/ this.lastMsgDayAgo ="1 天前的消息";
	/*472*/ this.lastMsgHourAgo ="1 小时前的消息";
	/*473*/ this.lastMsgMinuteAgo ="1 分钟前的消息";
	/*474*/ this.lastMsgDaysAgo ="%1 天前的消息";
	/*475*/ this.lastMsgHoursAgo ="%1 小时前的消息";
	/*476*/ this.lastMsgMinutesAgo ="%1 分钟前的消息";
	/*477*/ this.lastMsgLessMinuteAgo ="小于 1 分钟前的消息";
	/*478*/ this.onePerson ="1 个在线用户";
	/*479*/ this.multiPerson ="%1 个在线用户";
	/*480*/ this.viewChatLogs ="查看此聊天室的聊天记录";
	/*481*/ this.loadingLink ="正在加载链接...";
	/*482*/ this.playNow ="现在播放";
	/*484*/ this.finish ="完成";
	/*485*/ this.pasteAURLInConv ="在您的聊天会话中粘贴网址，尽情欣赏吧！";
	/*486*/ this.configure ="配置";
	/*487*/ this.configureMeeboChat ="配置%1";
	/*488*/ this.tags ="标签";
	/*491*/ this.inviteHeader ="邀请";
	/*495*/ this.roomWidgetHeader ="嵌入您的网站";
	/*496*/ this.roomWidgetInstructions ="复制并粘贴这个代码嵌入到您的网站。您的网站访问者将可以阅读并且张贴消息到该聊天室。";
	/*497*/ this.roomName ="聊天室名称";
	/*498*/ this.embed ="嵌入";
	/*499*/ this.customize ="自定义";
	/*500*/ this.size ="大小";
	/*507*/ this.joinRoom ="加入聊天室";
	/*508*/ this.createRoom ="开始或加入聊天室";
	/*509*/ this.mute ="静音";
	/*510*/ this.unmute ="取消静音";
	/*512*/ this.flashRequiredToView ="抱歉，安装了 Flash 才能够查看此媒体。请单击 %1这里%2 下载最新版本的Flash。";
	/*513*/ this.setNickname ="设置昵称";
	/*514*/ this.ban ="屏蔽";
	/*523*/ this.roomInvite ="聊天室邀请";
	/*524*/ this.joinRoomAndAdd ="加入聊天室然后添加";
	/*526*/ this.invite ="邀请";
	/*527*/ this.rejoinRoom ="重新加入聊天室";
	/*528*/ this.leftRoomMessage ="您已经离开聊天室";
	/*529*/ this.chooseNickMessage ="请在聊天室里选择一个昵称。";
	/*530*/ this.nickname ="昵称";
	/*531*/ this.startTalking ="开始聊天";
	/*532*/ this.privateRoomEnterPassword ="这是个私人聊天室，请输入密码。";
	/*535*/ this.joinRoomInstr ="加入现有的聊天室";
	/*536*/ this.createRoomInstr ="创建新的聊天室";
	/*541*/ this.chooseAGroupChatIcon ="选择聊天室图标";
	/*542*/ this.isNowKnownAs ="%1 更名为 %2";
	/*543*/ this.removeMedia ="删除媒体";
	/*544*/ this.addToBuddyList ="成为成员";
	/*545*/ this.flashOld ="您正在使用 Flash 版本为：%1。媒体播放器至少需要 Flash 的版本为 8。请单击 %1这里%2 下载最新版本的Flash。";
	/*546*/ this.confirm ="确认密码";
	/*547*/ this.chooseMeeboID ="为您的 meebo 账户选择一个用户名和密码";
	/*549*/ this.createMeeboAccount ="创建 meebo 账户";
	/*550*/ this.addToMeeboAccount ="添加到我的 meebo 账户";
	/*551*/ this.holdOnTightForRooms ="我们正在连接到您的聊天室，请稍候";
	/*554*/ this.pleaseEnjoyAd ="请欣赏来自我们赞助者提供的视频";
	/*555*/ this.buddyJoinChatRegExp ="$1 $2: 已经加入聊天室";
	/*556*/ this.buddyLeaveChatRegExp ="$1 $2: 已经离开聊天室";
	/*557*/ this.buddyNameChangeRegExp ="$1 Meebo 消息：$2 更名为 $3";
	/*559*/ this.moderatorOptions ="共享";
	/*560*/ this.publicModerator ="任何人可以添加媒体";
	/*561*/ this.privateModerator ="只有您可以添加媒体";
	/*562*/ this.invalidRoomName ="请检查您的聊天室名称。聊天室名称的长度可以在";
	/*564*/ this.limitDescription ="描述的字数请限制在 %1 个字符以内";
	/*565*/ this.removeChatsContext ="删除聊天室";
	/*566*/ this.removeChatHeader ="删除聊天室！";
	/*567*/ this.removeChatsHeader ="删除聊天室！";
	/*568*/ this.confirmRemoveChats ="您确定要删除这个选中的聊天室吗？";
	/*569*/ this.roomNameExists ="聊天室名称已经存在。请选择其他名称。";
	/*570*/ this.recentRooms ="最近的聊天室";
	/*574*/ this.participant ="参与者";
	/*575*/ this.participants ="参与者";
	/*587*/ this.buddyJoinRoom ="%1已经加入聊天室";
	/*588*/ this.buddyLeaveRoom ="%1已经离开聊天室";
	/*589*/ this.createRoom ="创建聊天室";
	/*590*/ this.couldntFindAnyRooms ="抱歉，没有符合您搜索要求的 meebo 聊天室。请重试...";
	/*591*/ this.roomIntro1="欢迎来到 meebo 聊天室！";
	/*592*/ this.roomIntro2="邀请您的朋友！";
	/*593*/ this.roomIntro3="输入网址，尽情欣赏吧！";
	/*594*/ this.disabledRoom="非常抱歉！这个 meebo 聊天室暂时不可用或已经被禁用。";
	/*595*/ this.guestRoomGroup="客人";
	/*597*/ this.memberRoomGroup="成员";
	/*598*/ this.banBuddy="屏蔽好友";
	/*599*/ this.confirmBanBuddy ="您确定要从 %2 禁止 %1 吗？";
	/*601*/ this.confirmRemoveMedia ="您正在删除这个媒体项目。在删除不适当的、具有攻击性的和色情内容的时候，请帮助保持 meebo 的清洁。";
	/*602*/ this.showNow ="立刻显示";
	/*603*/ this.createRoom ="创建新的聊天室";
	/*604*/ this.mostRecentShares ="最近最热门的共享：";
	/*605*/ this.noRecentShares ="没有最近的共享";
	/*606*/ this.myRoom ="%1的聊天室";
	/*607*/ this.creatingRoom ="正在创建您的聊天室";
	/*608*/ this.configuringRoom ="正在配置您的聊天室";
	/*610*/ this.visitRoom ="打开聊天室";
	/*611*/ this.configureRoom ="配置这个聊天室。";
	/*613*/ this.createRoomErrorHeader="无法创建聊天室。";
	/*614*/ this.configureRoomErrorHeader="无法配置聊天室";
	/*615*/ this.configureRoomErrorHeader="无法配置聊天室。";
	/*616*/ this.sidebar ="边栏";
	/*617*/ this.nomedia ="没带媒体播放器";
	/*618*/ this.withmedia ="带有媒体播放器";
	/*619*/ this.noMediaAvailable ="注意：媒体不支持这种大小";
	/*620*/ this.bannedFromRoom ="抱歉！管理员已经把您禁止了。让我们一起把 meebo 建设成一个安全、友善的交流平台。谢谢！";
	/*621*/ this.bannedWarning ="您已经被禁止两次了。一旦再次被禁止，您将会被阻止登录 meebo 聊天室一周。";
	/*622*/ this.bannedFinal ="这已经是您被禁止的第三次了。从现在开始，您被将阻止登录 meebo 聊天室一周。";
	/*623*/ this.bannedTitle ="您已经被禁止！";
	/*624*/ this.youHaveBeenMuted ="您已经被禁言。让我们一起把 meebo 建设成一个安全、友善的交流平台。谢谢！";
	/*625*/ this.warn ="警告";
	/*626*/ this.warnBuddy ="警告好友";
	/*629*/ this.chatLogRecordedWarning ="这是个公共聊天室。登录后的交谈记录将会公布在网上。记得不要透露隐私或敏感信息！";
	/*631*/ this.inviteBuddiesDescr ="请选择您想添加的好友。";
	/*632*/ this.buddies ="我的好友";
	/*633*/ this.checkAll ="全部选中";
	/*635*/ this.music ="音乐";
	/*639*/ this.sports ="体育";
	/*640*/ this.movies ="电影";
	/*641*/ this.comedy ="喜剧";
	/*646*/ this.schools ="学校";
	/*647*/ this.tech ="技术";
	/*655*/ this.roomsGalleryDescr ="与您的好友聊天、分享视频、图片和网站！";
	/*656*/ this.more ="更多";
	/*657*/ this.addMedia ="添加媒体";
	/*659*/ this.url ="网址";
	/*660*/ this.addMediaTT ="添加媒体";
	/*665*/ this.itemMarkedAsRemoved ="该项目已经被删除";
	/*666*/ this.wordLimitReached ="字数已满。";
	/*667*/ this.upsellHeader ="免费从任意浏览器进行自由聊天！";
	/*668*/ this.upsellFooterTitle ="免费加入 meebo！";
	/*669*/ this.upsellFooter ="创建 meebo 账户，只需一个密码就能够在任意地点登录您的所有即时聊天网络！";
	/*670*/ this.joinNow ="马上加入吧！";
	/*671*/ this.learnMore ="了解更多";
	/*672*/ this.loadingRooms ="正在加载聊天室";
	/*674*/ this.networkMessage ="网络信息";
	/*675*/ this.onyxSkin ="缟玛瑙色";
	/*676*/ this.hasBeenWarned ="%1 被警告 1 次！";
	/*677*/ this.hasBeenWarnedPlural ="%1 被警告 %2 次！";
	/*678*/ this.leaveAMessage ="留言！";
	/*679*/ this.anime ="动画";
	/*682*/ this.games ="游戏";
	/*684*/ this.offbeat ="离奇";
	/*689*/ this.warnCount ="警告总数";
	/*692*/ this.cameOnline ="%1 上线了";
	/*695*/ this.wentOffline ="%1 离线了";
	/*698*/ this.categories ="类别";
	/*699*/ this.confirmWarnBuddyWithCount ="您肯定要警告 %1? 你还剩1个警告可用.";
	/*700*/ this.confirmWarnBuddyWithCountPlural ="您肯定要警告 %1? 你还剩 %2 个警告可用.";
	/*701*/ this.noWarnsRemaining ="您的警告用光了, 请等几分钟再试一次.";
	/*702*/ this.cantWarnHeader ="不可发警告";
	/*703*/ this.media ="媒体";
	this.searchResults = 'Search results for "%1"';//NO
	/*704*/ this.uncheckAll ="消除所有选项";
	/*706*/ this.youHaveAlreadyWarned ="您已经警告过此人了!";
	/*707*/ this.emptyCategory ="对不起, 此类别的小屋不存在.";
	/*708*/ this.groupsUnsupported ="对不起, \"MEEBO游动\" 没有群信功能.";
	/*719*/ this.pickXCategories ="移动到 %1 目录";
	/*724*/ this.sentYouFile ="%1给你发了文件！";
	/*725*/ this.retrievingFileInfo ="重获文件信息！";
	/*727*/ this.buddySentFile ="Your buddy, %1, has sent you a file through Meebo!";
	/*728*/ this.fileName ="档案名称";
	/*729*/ this.fileSize ="档案大小";
	/*730*/ this.fileTransfer ="档案传送";
	/*731*/ this.sendingFileTo ="你正在发送文件";
	/*732*/ this.sendFileInvite ="我已经通过meebo给你发了一个文件，点击这个链接查看！（请记住，只接受来自你熟悉的人的文件）";
	/*733*/ this.transferConnFailed ="链接文件传输服务器失败.请稍后再试.";
	/*734*/ this.transferFailed ="文件传输发生错误.请稍后再试.";
	/*735*/ this.uploadFileTooLarge ="此档案太大，不能上载";
	/*736*/ this.uploadLimitReached ="你已经接受了文件月上传量限制条款.";
	/*737*/ this.downloadLimitReached ="你已经接受了文件月下载量限制条款.";
	/*738*/ this.downloadFileNotFound ="此档案已不在伺服器上";
	/*739*/ this.downloadFileExpired ="此档案已不存在";
	/*740*/ this.transferTimedOut ="文件传输超时";
	/*741*/ this.sendingFile ="传送着档案";
	/*742*/ this.accept ="接受";
	/*743*/ this.sendFile ="传送档案";
	/*744*/ this.fileTypeDisallowed ="此类档案不能通过 meebo 来转送";
	/*749*/ this.groups ="群";
	/*750*/ this.inviteToChatWithMessage ="%1在%3:%4请求%2与其聊天";
	/*751*/ this.timeDay ="%1 日";
	/*752*/ this.timeHour ="%1 时";
	/*753*/ this.timeMinute ="%1 分";
	/*754*/ this.timeSecond ="%1 秒";
	/*755*/ this.timeDays ="%1 日";
	/*756*/ this.timeHours ="%1 时";
	/*757*/ this.timeMinutes ="%1 分";
	/*758*/ this.timeSeconds ="%1 秒";
	/*762*/ this.inviteNoBuddies ="对不起,发生邀请前，你的好友列表需要有在线好友.请增加好友或登陆到另一个帐户.";
	/*766*/ this.appInviteMessage ="跟我来%1";
	/*768*/ this.applications ="应用";
	/*771*/ this.youLeftTheApp ="你已经提交了申请";
	/*772*/ this.comeJoinMeInApp ="嗨,来参加我的\'%1\'";
	/*773*/ this.loadingApp ="正在加载应用程序...";
	/*775*/ this.getFirefoxAddOn ="添加 FireFox 浏览器的视觉通知插件";
	/*776*/ this.pleaseWaitWhileWeLoad ="我们正在载入信息。请稍候...";
	/*777*/ this.flashRequiredToViewApps ="对不起,flash要求使用\'%1\'.请点击%2这里%3下载最新版本的Flash.";
	/*778*/ this.flashOldApps ="你正在使用Flash %1.\'%2\'要求至少使用Flash 9.请点击%2这里%3下载最新版本的Flash.";
	/*779*/ this.buddyJoinApp ="%1 已加入了 %2";
	/*780*/ this.buddyLeaveApp ="%1 已离开了 %2";
	/*781*/ this.temporarilyDisabled ="暂时无效";
	/*784*/ this.youAreAlreadyUsingAppInvite ="你只能一次使用一个\'%1\'实例.你要关闭其它通话并继续吗？";
	/*785*/ this.youAreAlreadyUsingAppLaunch ="你只能一次使用一个\'%1\'实例.你要关闭其它通话并继续吗？";
	/*786*/ this.acceptInvitationTitle ="接受邀请吗？";
	/*787*/ this.launchAppTitle ="要发起这个申请吗？";
	/*789*/ this.appRunning ="Application running...";
	/*792*/ this.inviteSent ="发送邀请";
	/*793*/ this.partyHasLeft ="对不起。别人已经离开了程序";
	/*794*/ this.youWillLeaveApp ="你确定要离开目前的\'%1\'实例吗";
	/*797*/ this.errorApplicationFull ="Sorry, this application is full";
	/*798*/ this.errorRoomNotAvailable ="对不起，这个聊天室不再使用了";
	/*799*/ this.errorApplicationNotAvailable ="对不起，这个程序不再使用了";
	/*800*/ this.error ="出错";
	/*801*/ this.inviteBuddiesDescrApp ="请选择你要邀请的好友";
	/*802*/ this.errorRoomFull ="对不起，这个聊天室已经满了";
	/*803*/ this.errorRoomNotAvailable ="对不起，这个聊天室不再使用了";
	/*804*/ this.errorInApp ="对不起，程序出错";
	/*805*/ this.defaultInviteMessage ="来加入我们";
	/*806*/ this.cannotLaunchApplication ="无法启动程序";
	/*807*/ this.cannotLaunchApplicationIP ="通过ip地址访问meebo，该项目是不能使用的";
	/*813*/ this.sendInviteMessage ="信息：";
	/*815*/ this.sendInviteErrorHeader ="不能发送meebo邀请";
	/*816*/ this.sendInviteTryAgain ="哎！meebo不能发送你的邀请，请稍后再试！";
	/*823*/ this.launch ="提交";
	/*824*/ this.launchAppDescr ="请选择你要邀请到\'%1\'的好友";
	/*826*/ this.errorFormatEmailList ="有些邮箱地址格式不正确.请使用逗号分开邮箱地址";
	/*828*/ this.sendInvitesMessageDefault ="查看 http://www.meebo.com";
	/*829*/ this.askToSendIMInvite ="发送信息\'%1\'给\'%2\'";
	/*830*/ this.onMeebo ="%1现在meebo！";
	/*831*/ this.notOnMeebo ="把meebo告诉%1";
	/*832*/ this.thanksForIMInvite1 ="谢谢发布这个信息";
	/*833*/ this.thanksForIMInvite2 ="找出你好友列表上不在meebo的人，并邀请他们加入！";
	this.thanksForIMInvite = this.thanksForIMInvite1 + "<br><br>" + this.thanksForIMInvite2;//NO
	/*836*/ this.hasInvitedYouToPlayAppBold ="%1邀请你加入%2";
	/*837*/ this.youInvitedToAppBold ="你已经邀请了%1加入%2";
	/*838*/ this.invitationDeclined ="邀请被拒绝";
	/*847*/ this.importWait="请耐心等待.meebo正在接收你的邮件联系人";
	/*848*/ this.noContacts="找不到联系人！请点击上面的任一个网，使用另一个帐户试试!";
	/*851*/ this.importErrorLogin ="我们不能取得你的地址簿.请检查你的登陆帐户和密码，再试一遍！";
	/*853*/ this.importErrorNoLogin ="请提供一个邮箱帐号";
	/*856*/ this.username="用户名";
	/*857*/ this.noLogon="请提供一个用户名和密码 ";
	/*858*/ this.noName="请提供一个用户名 ";
	/*860*/ this.newConnectDescr="请为你的新连接选择一个网络服务器、用户名和密码";
	/*862*/ this.selectBuddiesToInviteDescr ="请选择要邀请加入\'%1\'的好友";
	/*863*/ this.myFavoriteApps ="应用程序收藏";
	/*864*/ this.edit ="编辑";
	/*865*/ this.done ="完成";
	/*866*/ this.featuredApps ="特色应用";
	/*867*/ this.addedToFavorites ="%1 被加入您的应用收藏列表。";
	/*868*/ this.removedFromFavorites ="%1 已从您的应用收藏列表移除。";
	/*869*/ this.favorite ="收藏";
	/*870*/ this.removeFavoriteAppHeader ="移除收藏的应用!";
	/*871*/ this.confirmRemoveFavoriteApp ="您确定要把 %1 从您的应用收藏里移除吗?";
	/*872*/ this.aboutUs ="关于我们";
	/*873*/ this.welcomeToUserPage ="欢迎您，%1，%2 邀请您加入 Meebo!";
	/*874*/ this.welcomeToMeebo ="欢迎来到Meebo";
	/*875*/ this.usersFavoriteApps ="%1 -- 应用程序收藏夹";
	/*876*/ this.upsellLine1 ="Meebo让聊天更轻松";
	/*877*/ this.upsellLine2 ="仅需一个账户即可使用您所有的即时通讯服务!";
	/*878*/ this.upsellLine3 ="没有可下载的内容";
	/*879*/ this.upsellLine4 ="完全免费";
	/*880*/ this.upsellLine5 ="现在就加入吧！";
	/*882*/ this.addImToMeeboAccount ="加入您的即时通讯帐号到Meebo即可立刻与好友对话!";
	/*883*/ this.skip ="跳过";
	/*884*/ this.selectANetwork ="请选择您拥有的即时通讯服务网络类型。";
	/*885*/ this.addModerator ="添加管理员";
	/*886*/ this.removeModerator ="删除管理员";
	/*887*/ this.confirmAddModerator ="你确定要将 %1 作为管理员添加至 %2 房间吗？";
	/*888*/ this.confirmRemoveModerator ="你确定要 %2 房间吗的 %1 管理员删除吗？";
	/*889*/ this.privacyPrefNotification ="你当前的隐私设置不允许 %1 给你发送信息. 要接收他的信息的话，把 %1 加入朋友列表或者修改你的隐私设置。";
	/*890*/ this.spilloverRoomsGroup ="溢出房间";
	/*891*/ this.flashRequiredToJoinRoom ="你需要Flash作为客人加入\'%1\', 请 %2点击这里%3 下载Flash的最新版本。";
	/*892*/ this.flashLocalStorageRequired ="Flash Local Storage is required to join \'%1\' as a guest. %2 Please %3click here%4 and increase the amount of local storage Flash can use. Then reload this page to join the room.";
	/*893*/ this.recentIcons ="最近的图标";
	/*894*/ this.selectBuddiesToShare ="选择朋友和他们分享 \'%1\'";
	/*896*/ this.recentLinksInfo ="最近的链接";
	/*899*/ this.wallpaper ="墙纸";
	/*902*/ this.share ="分享";
	/*903*/ this.fontStyle ="字体";
	/*907*/ this.viewedAgo ="%1 之前看过";
	/*908*/ this.sharedAgo ="%1 之前分享";
	/*909*/ this.aimExpressions ="AIM Expressions";
	/*910*/ this.aimMobileSettings ="AIM 移动设置";
	/*911*/ this.searchBuddyList ="搜索你的朋友列表...";
	/*912*/ this.joinDisclaimer="要申请Meboo帐号的话，你要阅读并同意 Meebo的 %1 以及 %2";
	/*913*/ this.tellUs ="和大家分享一点你的资料";
	/*914*/ this.nameAssurance1="(我们不会向他人泄露你的名字) ";
	this.nameAssurance=this.nameAssurance1 + "[&nbsp;" + this.privacyLink + "&nbsp;]";//NO
	/*915*/ this.emailAssurance1="（我们不会向他人泄露你的邮件地址 - 只是用来恢复丢失的密码)";
	this.emailAssurance=this.emailAssurance1 + " [&nbsp;" + this.privacyLink + "&nbsp;]";//NO
	/*916*/ this.atLeast13 ="对不起，你不满足注册Meebo帐号的要求";
	/*921*/ this.sponsored ="焦点";
	/*922*/ this.viewingNow ="现在关注";
	/*923*/ this.rooms ="房间";
	/*924*/ this.appearancePanel ="外形";
	/*925*/ this.pageNumOfTotal ="第 %1 页，总共 %2 页";
	/*926*/ this.myRecent ="最近访问";
	/*928*/ this.settings ="账户设置";
	/*929*/ this.playASound ="播放声音提示";
	/*930*/ this.whenISendAnIM ="当我发送一条讯息时";
	/*931*/ this.whenIReceiveAnIM ="当我收到一条讯息时";
	/*933*/ this.currentPassword ="现在的密码";
	/*934*/ this.submit ="提交";
	/*935*/ this.clearImage ="清除图片";
	/*936*/ this.pleaseEnterYourBirthday ="请输入你的生日";
	/*937*/ this.provideAge ="请说明你的年龄";
	/*938*/ this.provideGender ="请说明你的性别";
	/*939*/ this.loadingYourEmail ="正在加载你您的邮件";
	/*941*/ this.changeAccountSettings ="修改你Meebo帐号的邮件地址或者密码";
	/*942*/ this.preferenceForIMAccounts ="这些是你所有即时聊天帐号的偏好";
	/*943*/ this.welcomeToYourNetworks ="欢迎使用你的即时聊天网络帐号";
	/*944*/ this.keepTrackOfYourIMAccounts ="集中管理你所有的即时聊天帐号";
	/*945*/ this.meebomeWidgetsCap ="Meebo我插件";
	/*946*/ this.enableIMHistory ="开启聊天记录";
	/*948*/ this.onlyReceiveMessagesFromFriends ="只收取好友消息";
	/*950*/ this.birthday ="生日";
	/*951*/ this.networks="网络";
	/*952*/ this.IMSettings="设置";
	/*953*/ this.disconnected ="已断开";
	/*954*/ this.networkInterruption ="网络中断";
	/*956*/ this.meeboWallpapersUpsell ="保存您的墙纸到Meebo账户。";
	/*957*/ this.meeboPreferencesUpsell ="保存您的设置到Meebo账户。";
	/*958*/ this.meeboBuddyIconUpsell ="您需要一个Meebo账户来显示自定义头像";
	/*959*/ this.meeboMeUpsell ="您需要一个Meebo账户来创建一个Meebo Me插件";
	/*960*/ this.meeboChatlogUpsell ="输入你的Meebo账号获取你的聊天记录";
	/*961*/ this.meeboIdCapitalized ="Meebo账号";
	/*962*/ this.tryNow ="现在试试";
	/*963*/ this.networkTrouble ="噢哦! Meebo连接网络时遇到问题了，请检查您的网络链接。";
	/*964*/ this.reconnectingIn ="正重连%1";
	/*965*/ this.comeBack ="欢迎回来！";
	/*970*/ this.messageNotSent ="讯息未发送";
	/*972*/ this.notifications ="更新";
	/*973*/ this.noNotifications ="当前没有您的更新";
	/*979*/ this.availableShort ="在线";
	/*980*/ this.awayShort ="离开";
	/*981*/ this.busyShort ="忙碌";
	/*989*/ this.shareLink ="共享 \'%1\'";
	/*993*/ this.seeMore ="查看更多";
	/*997*/ this.consoleSignOnLink  ="登录更多的账户";
	/*998*/ this.enterPartnerLogin  ="输入您的 %1 密码以导入您的 %1 好友到Meebo!";
	/*1000*/ this.popoutNavigateAway  ="如果您的 %1 会话没有关闭的话，新讯息仍然还是会出现在原对话上。";
	/*1001*/ this.noNotifications  ="您没有新的通知";
	/*1004*/ this.isBusy  ="%1 正在忙碌";
	/*1005*/ this.setAsBuddyIcon  ="设为我的头像";
	/*1006*/ this.setAsWallpaper  ="设为我的墙纸";
	/*1013*/ this.comeCheckOutInMeebo  ="嗨，来 meebo 看 %1";
	/*1014*/ this.imBuddies  ="发起好友对话";
	/*1015*/ this.imToGroup  ="发起群组对话";
	/*1016*/ this.sendIM  ="发送讯息";
	/*1017*/ this.noBuddiesToShare  ="没有好友!";
	/*1019*/ this.meeboGetToKnowYou  ="Meebo 希望能进一步了解您。";
	/*1020*/ this.hideQuestions  ="隐藏问题";
	/*1021*/ this.answeredAllQuestions  ="您刚刚回答了很多的问题。<br><br>现在我们打算不打扰您了，不过我们很快会有更多问题的。:)";
	/*1023*/ this.doNotDisturb  ="现在不行";
	/*1024*/ this.needAMySpaceUsername  ="在您登录MySpace对话前你需要先输入您的MySpace用户名";
	/*1025*/ this.setYourMySpaceUsername  ="输入您的MySpace用户名";
	/*1026*/ this.setYourUsernameOnMySpace  ="输入您在MySpace上的用户名";
	/*1027*/ this.syncWithMySpace  ="同步MySpace好友";
	/*1028*/ this.addBuddyByEmailUsername  ="用邮件地址或用户名就能添加好友";
	/*1029*/ this.sync  ="同步";
	/*1030*/ this.loginToShare  ="与您的好友发起会话! 选择您的网络并登录...";
	/*1031*/ this.meeboPolls  ="Meebo 调查";
	/*1032*/ this.couldNotInviteBuddies  ="无法邀请好友";
	/*1033*/ this.underageMySpaceNoBuddies  ="抱歉， MySpace不允许未满18岁的用户参与到 %1。  此外， 您只能处于上线状态时给在线用户发送邀请。 请添加好友或登录额外账户。";
	/*1034*/ this.underageMySpaceSomeBuddies  ="抱歉， MySpace不允许未满18岁的用户参与到 %1。 某些 MySpace 用户从列表里被移除。";
	/*1035*/ this.underageMySpaceNoInvited  ="抱歉， MySpace不允许未满18岁的用户参与到 %1。 请参阅 %2MySpace 隐私策略%3。";
	/*1036*/ this.nextQuestion ="下一个问题";
	/*1037*/ this.clickLinkToConnect ="单击下面链接登录facebook";
	/*1038*/ this.connectToFacebook ="连接 至facebook";
	/*1039*/ this.whatsThis ="这是什么？";
	/*1040*/ this.facebookAccount ="Facebook帐户";
	/*1041*/ this.notYou ="not you?";
	/*1042*/ this.clickSignOn ="单击\'登录\'继续";
	/*1043*/ this.mustAllowFacebookChat ="您必须允许聊天才能使用Facebook。  请重试。";
	/*1044*/ this.connectedAsDifferentUser ="You connected as a different user!";
	/*1045*/ this.saving ="正在保存";
	/*1046*/ this.noThanks ="不，谢谢";
	/*1048*/ this.clickedTest ="You clicked on an experimental project %1.";
	/*1049*/ this.defaultFeatureDescr ="that we are testing with a subgroup of our users";
	/*1050*/ this.featureEmail ="此项功能尚未开启， 如果你留下电子邮件地址， 我们会第一时间通知您此项功能的开启。";
	/*1051*/ this.featureComment ="请告诉我们您的反馈。";
	/*1052*/ this.comments ="评论";
	/*1053*/ this.featureFeedback ="感谢你提交的反馈";
	/*1054*/ this.featureEmailPrivacy ="only used to tell you about this feature";
	/*1056*/ this.emailAssurance2="（我们不会向任何人或机构泄漏您的电子邮件地址）";
	this.emailAssurance=this.emailAssurance2 + " [&nbsp;" + this.privacyLink + "&nbsp;]";
	/*1058*/ this.decline ="拒绝";
	/*1059*/ this.viewInMeebo ="Meebo中查看";
	/*1060*/ this.viewingInMeebo ="用Meebo察看";
	/*1061*/ this.reinvite ="重新邀请";
	/*1062*/ this.alpha ="alpha";
	/*1063*/ this.replaceAd ="替换\'%1\'吗？";
	/*1064*/ this.viewingWillReplace ="查看\'%1\'会更换当前显示的广告";
	/*1065*/ this.aolDoesntLikeYou ="AOL不允许您的用户名从这个网站通过验证。";
	/*1066*/ this.signOff ="注销";
	/*1067*/ this.welcomeComma ="%1你好";
	/*1076*/ this.meeboAccountRequired ="这项功能需要一个Meebo账户。";
	/*1077*/ this.sponsoredPolls  ="%1调查";
	/*1079*/ this.loadingChatLogs ="载入聊天图案";
	/*1082*/ this.changeBackTo ="Change back to %1blue%2";
	/*1083*/ this.signOnToMeebo ="sign on to Meebo";
	/*1084*/ this.findPeople ="Find people I\'ve emailed";
	/*1087*/ this.orAddKnown ="add addresses";
	/*1088*/ this.findFriends ="Find Your Friends";
	/*1089*/ this.emailImportHeader2="Invite Friends";
	/*1090*/ this.emailImportDesc2="Find people from my email account";
	/*1091*/ this.orRegisterNow ="or register now";
	/*1092*/ this.registrationSubtitle ="One login to access all your accounts.%1IM from any browser, anywhere.";
	/*1093*/ this.Iam ="I am";
	/*1094*/ this.signOnTerms ="By clicking Sign On, you agree to our %1 and %2";
	/*1095*/ this.registerTerms ="By creating a Meebo account, you agree to our %1terms%2 and %3privacy policy%4";
	/*1097*/ this.toggleAll ="Select All";
	/*1098*/ this.usernameError ="\'%1\' is not available. Try a different Meebo ID.";
	/*1099*/ this.emailError ="Please enter a valid email";
	/*1100*/ this.passwordError ="Please try a longer password";
	/*1101*/ this.ageError ="Please enter a valid age";
	/*1102*/ this.nameMissing ="Please enter your name";
	/*1103*/ this.emailMissing ="Please enter your email";
	/*1104*/ this.usernameMissing ="Please choose a Meebo ID";
	/*1105*/ this.passwordMissing ="Please create a password";
	/*1106*/ this.ageMissing ="Please enter your age";
	/*1107*/ this.genderMissing ="Please select a gender";
	/*1108*/ this.regFlowAddAccountsStep ="Add your IM accounts";
	/*1109*/ this.regFlowInviteStep ="Connect with your friends";
	/*1110*/ this.regFlowNotifierStep ="Stay connected";
	/*1114*/ this.notifierExplanation ="The Meebo Notifier lets you close your browser and get message previews on your Windows desktop.";
	/*1116*/ this.step ="Step %1";
	/*1118*/ this.thanksContinue ="Continue";
	/*1119*/ this.thanksSent ="Your emails have been sent.";
	/*1120*/ this.thanksBack ="Back";
	/*1121*/ this.sendEmail ="Send this Email to %1 Contacts";
	/*1122*/ this.inviteErrorNoSelect ="Please choose some emails to send this message to.";
	/*1123*/ this.inviteMoreFriends ="Invite More Friends";
	/*1124*/ this.emailMsgTemplate ="You\'re someone I\'d like to chat with more often.%1Click on my buddylink below so I can add you to my buddylist on Meebo!";
	/*1125*/ this.yourEmail ="your email";
	/*1126*/ this.yourPassword ="password";
	/*1128*/ this.download ="Download";
	/*1130*/ this.hideThis ="Hide this";
	/*1132*/ this.toggleNone ="Clear Selection";
	/*1134*/ this.insertManual ="Enter email addresses manually";
	/*1135*/ this.emailMsgTemplateThird ="Hey,%1Someone wants you on their buddy list on Meebo. Click the link below and you can chat with them and all your AIM, MSN, Yahoo, Facebook, and MySpace friends!";
	/*1136*/ this.separateWithCommas1 ="Type comma-separated email addresses below:";
	this.separateWithCommas = this.separateWithCommas1 + ":";//NO
	/*1137*/ this.ThankYou1 ="Thank You";
	this.ThankYou = this.ThankYou1 + "!";//NO
	/*1138*/ this.or ="or";
	this.ellipOr = "... " + this.or + " ";//NO
	/*1139*/ this.alreadyKnow ="I already know";
	/*1140*/ this.alreadyHaveAnAccount ="Already have an account?";
	/*1141*/ this.justOneStepFromChatting ="You are just one step away from chatting with them!";
	/*1143*/ this.isCurrentlyOffline ="%1 is currently offline";
	/*1144*/ this.weHaveToldThemBuddylist ="We\'ve told them that you want to add them to your buddy list. While you\'re waiting, %1leave them a message%2";
	/*1145*/ this.hasComeOnline ="%1 has come online";
	/*1146*/ this.goAheadStartChatting ="Go ahead - start chatting!";
	/*1147*/ this.whatFriendsWillSee ="This is what your friends will get when they receive your buddy link on Meebo.com.";
	/*1148*/ this.goAheadAndSend ="Go ahead - send your buddy link to your friends!";
	/*1154*/ this.signupToAddBuddy ="Sign up for a Meebo account to add %1 to your buddy list!";
	/*1158*/ this.share ="Share";
	/*1165*/ this.clickToClose ="click to close";
	/*1179*/ this.youNeedMeeboAccount ="You need a Meebo account to use this feature.";
	/*1180*/ this.BuddyIcon ="Buddy Icon";
	/*1181*/ this.signUp2 ="Sign up";
	/*1182*/ this.toTurnOnThisFeature ="To turn on this feature";
	/*1185*/ this.setYourPicture ="Set your picture";
	/*1186*/ this.weNoticedNoPicture ="We noticed you haven\'t set your picture yet.";
	/*1188*/ this.ChooseFile ="Choose File";
	/*1189*/ this.noFileSelected ="No file selected";
	/*1191*/ this.toTurnOnThisFeature ="to turn on this feature";
	/*1192*/ this.youWillCreateAccount ="You will create an account in the next step to save your picture";
	/*1193*/ this.signUpToSaveYourPicture ="Sign up to save your picture";
	/*1194*/ this.fileTransferDescription ="Send photos, documents, and other files to your friends";
	/*1195*/ this.chatLogsDescription ="Save your conversations and access them from anywhere";
	/*1197*/ this.MultipleAccounts ="Multiple Accounts";
	/*1198*/ this.multipleAccountsDescription ="Sign on to all your IM accounts at once.";
	/*1200*/ this.pickNetwork1 ="Pick a network you\'d like to add ...";
	this.pickNetwork = this.pickNetwork1 + "...";//NO
	/*1203*/ this.pleaseEnterPassword ="Please enter a password";
	/*1204*/ this.WhatAreYouDoing ="What are you doing?";
	/*1207*/ this.useApprovedMedia = "To add images or video to the playlist for this room, use the 'add media' button. You can find past shared media in the room's chat logs.";//NO
	/*1208*/ this.addApprovedMediaDescr = "Enter a URL from an approved media site to add it to the room playlist.";//NO
	/*1211*/ this.useApprovedMedia = "To add images or video to the playlist for this room, use the 'add media' button. You can find past shared media in the room's chat logs.";//NO
	/*1212*/ this.addApprovedMediaDescr = "Enter a URL from an approved media site to add it to the room playlist.";//NO
	/*1216*/ this.hide = "hide";//NO
	/*1217*/ this.clickAboveToSend = "Click the above to send '%1'";//NO
	/*1221*/ this.emailMsgTemplate2 = "You're someone I'd like to chat with more often. Sign up for Meebo and add me as a friend!";//NO
	/*1241*/ this.emailExistsError = "Email already registered. Try a different address.";//NO
	/*1242*/ this.frontPageError = "meebo detected an error and was unable to sign you on.  Please try refreshing the page and if this problem persists, please visit our support page at %1.";//NO
	/*1243*/ this.deleteMyAccount = "Email support to delete my account";//NO
	/*1244*/ this.offlineBlog="We're always looking for ways to improve meebo. Have a suggestion or idea? Drop us a note %1 or visit our %2 and %3. Thanks!";//NO

})();

