﻿Ext.app.zh_CN = function() {

	this.Toolbar = {};
	this.Toolbar.AddFolder = '添加目录';
	this.Toolbar.AddFile = '添加文档';
	this.Toolbar.Rename = '重命名';
	this.Toolbar.Delete = '删除';
	this.Toolbar.MainSite = '主站';
	this.Toolbar.BlogSite = '博客';
	this.Toolbar.CodeSite = '源码';
	this.Toolbar.DownloadSite = '在线阅读，请点击下载阅读器...';
	this.Toolbar.Help = '帮助';
	
	this.EmptyText = {};
	this.EmptyText.LoginMail = '输入e-mail登录';
	this.EmptyText.SearchKey = '请输入搜索关键字';
	
	this.Button = {};
	this.Button.Login = '登录';
	this.Button.Search = '搜索';
	
	this.WaitMsg = {};
	this.WaitMsg.Login = '登录中 ...';
	this.WaitMsg.Search = '搜索中 ...';
	
	this.Error = {};
	this.Error.Parameter = '参数错误';
	this.Error.PathNotExist = '路径不存在';
	this.Error.LoginFailed = '登录失败';
	this.Error.FolderIsExisted = '目录已存在';
	this.Error.FileIsExisted = '文件已存在';
};
