if(typeof POSIX_LC == "undefined") var POSIX_LC = {};

POSIX_LC.zh_Hans_CN = {
	"decimal_point"      : ".",
	"thousands_sep"      : ",",
	"grouping"           : "3",
	"abday"              : ["\u5468\u65e5","\u5468\u4e00","\u5468\u4e8c","\u5468\u4e09","\u5468\u56db","\u5468\u4e94","\u5468\u516d"],
	"day"                : ["\u661f\u671f\u65e5","\u661f\u671f\u4e00","\u661f\u671f\u4e8c","\u661f\u671f\u4e09","\u661f\u671f\u56db","\u661f\u671f\u4e94","\u661f\u671f\u516d"],
	"abmon"              : ["\u0031\u6708","\u0032\u6708","\u0033\u6708","\u0034\u6708","\u0035\u6708","\u0036\u6708","\u0037\u6708","\u0038\u6708","\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],
	"mon"                : ["\u0031\u6708","\u0032\u6708","\u0033\u6708","\u0034\u6708","\u0035\u6708","\u0036\u6708","\u0037\u6708","\u0038\u6708","\u0039\u6708","\u0031\u0030\u6708","\u0031\u0031\u6708","\u0031\u0032\u6708"],
	"d_fmt"              : "%y-%m-%e",
	"t_fmt"              : "%p%I:%M:%S",
	"d_t_fmt"            : "%Y\u5e74%m\u6708%e\u65e5%Z%p%I\u65f6%M\u5206%S\u79d2",
	"am_pm"              : ["\u4e0a\u5348","\u4e0b\u5348"],
	"int_curr_symbol"    : "CNY ",
	"currency_symbol"    : "\uffe5",
	"mon_decimal_point"  : ".",
	"mon_thousands_sep"  : ",",
	"mon_grouping"       : "3",
	"positive_sign"      : "",
	"negative_sign"      : "-",
	"int_frac_digits"    : 2,
	"frac_digits"        : 2,
	"p_cs_precedes"      : 1,
	"n_cs_precedes"      : 1,
	"p_sep_by_space"     : 0,
	"n_sep_by_space"     : 0,
	"p_sign_posn"        : 1,
	"n_sign_posn"        : 1,
	"int_p_cs_precedes"  : 1,
	"int_n_cs_precedes"  : 1,
	"int_p_sep_by_space" : 0,
	"int_n_sep_by_space" : 0,
	"int_p_sign_posn"    : 1,
	"int_n_sign_posn"    : 1
}