/Kooboo.CMS/Kooboo.CMS.Web/Scripts/jquery-globalize/cultures/globalize.culture.oc.js

https://github.com/desarrollo-nautalia/CMS · JavaScript · 80 lines · 61 code · 5 blank · 14 comment · 4 complexity · 0f63596b40e2ccdc43ed52c025ccdf88 MD5 · raw file

  1. /*
  2. * Globalize Culture oc
  3. *
  4. * http://github.com/jquery/globalize
  5. *
  6. * Copyright Software Freedom Conservancy, Inc.
  7. * Dual licensed under the MIT or GPL Version 2 licenses.
  8. * http://jquery.org/license
  9. *
  10. * This file was generated by the Globalize Culture Generator
  11. * Translation: bugs found in this file need to be fixed in the generator
  12. */
  13. (function( window, undefined ) {
  14. var Globalize;
  15. if ( typeof require !== "undefined"
  16. && typeof exports !== "undefined"
  17. && typeof module !== "undefined" ) {
  18. // Assume CommonJS
  19. Globalize = require( "globalize" );
  20. } else {
  21. // Global variable
  22. Globalize = window.Globalize;
  23. }
  24. Globalize.addCultureInfo( "oc", "default", {
  25. name: "oc",
  26. englishName: "Occitan",
  27. nativeName: "Occitan",
  28. language: "oc",
  29. numberFormat: {
  30. ",": " ",
  31. ".": ",",
  32. percent: {
  33. ",": " ",
  34. ".": ","
  35. },
  36. currency: {
  37. pattern: ["-n $","n $"],
  38. ",": " ",
  39. ".": ",",
  40. symbol: "€"
  41. }
  42. },
  43. calendars: {
  44. standard: {
  45. firstDay: 1,
  46. days: {
  47. names: ["dimenge","diluns","dimars","dimècres","dijòus","divendres","dissabte"],
  48. namesAbbr: ["dim.","lun.","mar.","mèc.","jòu.","ven.","sab."],
  49. namesShort: ["di","lu","ma","mè","jò","ve","sa"]
  50. },
  51. months: {
  52. names: ["genier","febrier","març","abril","mai","junh","julh","agost","setembre","octobre","novembre","desembre",""],
  53. namesAbbr: ["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""]
  54. },
  55. monthsGenitive: {
  56. names: ["de genier","de febrier","de març","d'abril","de mai","de junh","de julh","d'agost","de setembre","d'octobre","de novembre","de desembre",""],
  57. namesAbbr: ["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""]
  58. },
  59. AM: null,
  60. PM: null,
  61. eras: [{"name":"après Jèsus-Crist","start":null,"offset":0}],
  62. patterns: {
  63. d: "dd/MM/yyyy",
  64. D: "dddd,' lo 'd MMMM' de 'yyyy",
  65. t: "HH:mm",
  66. T: "HH:mm:ss",
  67. f: "dddd,' lo 'd MMMM' de 'yyyy HH:mm",
  68. F: "dddd,' lo 'd MMMM' de 'yyyy HH:mm:ss",
  69. M: "d MMMM",
  70. Y: "MMMM yyyy"
  71. }
  72. }
  73. }
  74. });
  75. }( this ));