gregorian.js 974 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. define(
  2. "dojo/cldr/nls/sr-cyrl-ba/gregorian", //begin v1.x content
  3. {
  4. "timeFormat-full": "HH 'часова', mm 'минута', ss 'секунди' zzzz",
  5. "timeFormat-medium": "HH:mm:ss",
  6. "months-standAlone-abbr": [
  7. null,
  8. null,
  9. null,
  10. null,
  11. null,
  12. "јуни",
  13. "јули"
  14. ],
  15. "days-standAlone-abbr": [
  16. null,
  17. null,
  18. null,
  19. "сри"
  20. ],
  21. "dateFormat-medium": "yyyy-MM-dd",
  22. "months-format-abbr": [
  23. null,
  24. null,
  25. null,
  26. null,
  27. null,
  28. "јуни",
  29. "јули"
  30. ],
  31. "days-format-abbr": [
  32. null,
  33. null,
  34. null,
  35. "сри"
  36. ],
  37. "timeFormat-short": "HH:mm",
  38. "months-standAlone-wide": [
  39. null,
  40. null,
  41. null,
  42. null,
  43. null,
  44. "јуни",
  45. "јули"
  46. ],
  47. "dateFormat-short": "yy-MM-dd",
  48. "days-standAlone-wide": [
  49. null,
  50. null,
  51. null,
  52. "сриједа"
  53. ],
  54. "months-format-wide": [
  55. null,
  56. null,
  57. null,
  58. null,
  59. null,
  60. "јуни",
  61. "јули"
  62. ],
  63. "days-format-wide": [
  64. null,
  65. null,
  66. null,
  67. "сриједа"
  68. ]
  69. }
  70. //end v1.x content
  71. );