1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- define(
- "dojo/cldr/nls/sr-cyrl-ba/gregorian", //begin v1.x content
- {
- "timeFormat-full": "HH 'часова', mm 'минута', ss 'секунди' zzzz",
- "timeFormat-medium": "HH:mm:ss",
- "months-standAlone-abbr": [
- null,
- null,
- null,
- null,
- null,
- "јуни",
- "јули"
- ],
- "days-standAlone-abbr": [
- null,
- null,
- null,
- "сри"
- ],
- "dateFormat-medium": "yyyy-MM-dd",
- "months-format-abbr": [
- null,
- null,
- null,
- null,
- null,
- "јуни",
- "јули"
- ],
- "days-format-abbr": [
- null,
- null,
- null,
- "сри"
- ],
- "timeFormat-short": "HH:mm",
- "months-standAlone-wide": [
- null,
- null,
- null,
- null,
- null,
- "јуни",
- "јули"
- ],
- "dateFormat-short": "yy-MM-dd",
- "days-standAlone-wide": [
- null,
- null,
- null,
- "сриједа"
- ],
- "months-format-wide": [
- null,
- null,
- null,
- null,
- null,
- "јуни",
- "јули"
- ],
- "days-format-wide": [
- null,
- null,
- null,
- "сриједа"
- ]
- }
- //end v1.x content
- );
|