var g_message = new Array();
g_message['common'] = new Array();
g_message['common']['1'] = "请填写章节名称";
g_message['common']['hello'] = "你好";
g_message['common']['signout'] = "退出";
g_message['common']['before'] = "之前";
g_message['common']['after'] = "之后";

g_message['comment'] = new Array();
g_message['comment']['want_username'] = "请输入电子邮箱";
g_message['comment']['want_password'] = "请输入密码";
g_message['comment']['want_comment'] = "请输入评论";
g_message['comment']['publish_succ'] = "评论发表成功";
g_message['comment']['post'] = "发表";
g_message['feedback'] = new Array();
g_message['feedback']['publish_succ'] = "感谢您反馈意见";
g_message['feedback']['want_comment'] = "请输入评论反馈意见";

g_message['read'] = new Array();
g_message['read']['fullScreen'] = "全屏阅读";
g_message['read']['unFullScreen'] = "取消全屏";

