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

POSIX_LC.de_DE = {
	"decimal_point"      : ",",
	"thousands_sep"      : ".",
	"grouping"           : "3",
	"abday"              : ["So.","Mo.","Di.","Mi.","Do.","Fr.","Sa."],
	"day"                : ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
	"abmon"              : ["Jan","Feb","M\u00e4r","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez"],
	"mon"                : ["Januar","Februar","M\u00e4rz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember"],
	"d_fmt"              : "%d.%m.%y",
	"t_fmt"              : "%H:%M:%S",
	"d_t_fmt"            : "%e. %B %Y %H:%M:%S %Z",
	"am_pm"              : ["vorm.","nachm."],
	"int_curr_symbol"    : "EUR ",
	"currency_symbol"    : /*"\u20ac"*/"",
	"mon_decimal_point"  : ",",
	"mon_thousands_sep"  : ".",
	"mon_grouping"       : "3",
	"positive_sign"      : "",
	"negative_sign"      : "-",
	"int_frac_digits"    : 2,
	"frac_digits"        : 2,
	"p_cs_precedes"      : 0,
	"n_cs_precedes"      : 0,
	"p_sep_by_space"     : 1,
	"n_sep_by_space"     : 1,
	"p_sign_posn"        : 1,
	"n_sign_posn"        : 1,
	"int_p_cs_precedes"  : 0,
	"int_n_cs_precedes"  : 0,
	"int_p_sep_by_space" : 1,
	"int_n_sep_by_space" : 1,
	"int_p_sign_posn"    : 1,
	"int_n_sign_posn"    : 1
}
