islamic.js 2.04 KB
Newer Older
Manggar Mahardhika's avatar
Manggar Mahardhika committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
define(
//begin v1.x content
{
	"dateFormatItem-yyyyMMMEd": "E, MMM d, y G",
	"dateFormatItem-MMMEd": "E, MMM d",
	"dateTimeFormat-full": "{1} 'at' {0}",
	"field-day-relative+-1": "Yesterday",
	"dateTimeFormats-appendItem-Year": "{0} {1}",
	"dateTimeFormat-short": "{1}, {0}",
	"dateFormatItem-Gy": "y G",
	"dateTimeFormat-medium": "{1}, {0}",
	"dateFormatItem-y": "y G",
	"timeFormat-full": "h:mm:ss a zzzz",
	"dateFormatItem-yyyy": "y G",
	"dateFormatItem-Ed": "d E",
	"field-day-relative+0": "Today",
	"field-day-relative+1": "Tomorrow",
	"dateFormatItem-GyMMMd": "MMM d, y G",
	"dateFormat-long": "d MMMM y G",
	"timeFormat-medium": "h:mm:ss a",
	"field-week-relative+-1": "Last week",
	"dateFormat-medium": "d MMM y G",
	"field-year-relative+0": "This year",
	"field-year-relative+1": "Next year",
	"dateFormatItem-yMd": "d/M/y",
	"field-year-relative+-1": "Last year",
	"dateFormatItem-yyyyQQQQ": "QQQQ y G",
	"dateTimeFormat-long": "{1} 'at' {0}",
	"dateFormatItem-yyyyMd": "M/d/y GGGGG",
	"dateFormatItem-yyyyMMMd": "MMM d, y G",
	"dateFormatItem-yyyyMEd": "E, M/d/y GGGGG",
	"field-week-relative+0": "This week",
	"field-week-relative+1": "Next week",
	"timeFormat-long": "h:mm:ss a z",
	"field-month-relative+0": "This month",
	"timeFormat-short": "h:mm a",
	"field-month-relative+1": "Next month",
	"dateFormatItem-GyMMMEd": "E, MMM d, y G",
	"dateFormatItem-GyMMM": "MMM y G",
	"dateFormatItem-yyyyQQQ": "QQQ y G",
	"dateFormatItem-MEd": "E, M/d",
	"dateFormat-short": "d/MM/y GGGGG",
	"dateFormatItem-yyyyM": "M/y GGGGG",
	"dateFormat-full": "EEEE, d MMMM y G",
	"dateFormatItem-Md": "M/d",
	"dateFormatItem-yMEd": "E, d/M/y",
	"days-format-short": [
		"Su",
		"Mo",
		"Tu",
		"We",
		"Th",
		"Fr",
		"Sa"
	],
	"dateFormatItem-yyyyMMM": "MMM y G",
	"dateTimeFormats-appendItem-Era": "{0} {1}",
	"field-month-relative+-1": "Last month",
	"quarters-format-wide": [
		"1st quarter",
		"2nd quarter",
		"3rd quarter",
		"4th quarter"
	],
	"days-format-wide": [
		"Sunday",
		"Monday",
		"Tuesday",
		"Wednesday",
		"Thursday",
		"Friday",
		"Saturday"
	]
}
//end v1.x content
);