/test/libs/cultures/globalize.culture.oc-FR.js

http://github.com/daffl/jquery.dform · JavaScript · 83 lines · 64 code · 5 blank · 14 comment · 2 complexity · 6661e854a5950961972ad0b06b62efc1 MD5 · raw file

  1. /*
  2. * Globalize Culture oc-FR
  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-FR", "default", {
  25. name: "oc-FR",
  26. englishName: "Occitan (France)",
  27. nativeName: "Occitan (França)",
  28. language: "oc",
  29. numberFormat: {
  30. ",": " ",
  31. ".": ",",
  32. "NaN": "Non Numeric",
  33. negativeInfinity: "-Infinit",
  34. positiveInfinity: "+Infinit",
  35. percent: {
  36. ",": " ",
  37. ".": ","
  38. },
  39. currency: {
  40. pattern: ["-n $","n $"],
  41. ",": " ",
  42. ".": ",",
  43. symbol: "€"
  44. }
  45. },
  46. calendars: {
  47. standard: {
  48. firstDay: 1,
  49. days: {
  50. names: ["dimenge","diluns","dimars","dimècres","dijòus","divendres","dissabte"],
  51. namesAbbr: ["dim.","lun.","mar.","mèc.","jòu.","ven.","sab."],
  52. namesShort: ["di","lu","ma","mè","jò","ve","sa"]
  53. },
  54. months: {
  55. names: ["genier","febrier","març","abril","mai","junh","julh","agost","setembre","octobre","novembre","desembre",""],
  56. namesAbbr: ["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""]
  57. },
  58. monthsGenitive: {
  59. 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",""],
  60. namesAbbr: ["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""]
  61. },
  62. AM: null,
  63. PM: null,
  64. eras: [{"name":"après Jèsus-Crist","start":null,"offset":0}],
  65. patterns: {
  66. d: "dd/MM/yyyy",
  67. D: "dddd,' lo 'd MMMM' de 'yyyy",
  68. t: "HH:mm",
  69. T: "HH:mm:ss",
  70. f: "dddd,' lo 'd MMMM' de 'yyyy HH:mm",
  71. F: "dddd,' lo 'd MMMM' de 'yyyy HH:mm:ss",
  72. M: "d MMMM",
  73. Y: "MMMM yyyy"
  74. }
  75. }
  76. }
  77. });
  78. }( this ));