66818137427af7462bd66acd86fd369927c5e06d
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.oc-FR.js
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
14 (function( window, undefined ) {
15
16 var Globalize;
17
18 if ( typeof require !== "undefined"
19         && typeof exports !== "undefined"
20         && typeof module !== "undefined" ) {
21         // Assume CommonJS
22         Globalize = require( "globalize" );
23 } else {
24         // Global variable
25         Globalize = window.Globalize;
26 }
27
28 Globalize.addCultureInfo( "oc-FR", "default", {
29         name: "oc-FR",
30         englishName: "Occitan (France)",
31         nativeName: "Occitan (França)",
32         language: "oc",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 NaN: "Non Numeric",
37                 negativeInfinity: "-Infinit",
38                 positiveInfinity: "+Infinit",
39                 percent: {
40                         ",": " ",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-n $","n $"],
45                         ",": " ",
46                         ".": ",",
47                         symbol: "€"
48                 }
49         },
50         calendars: {
51                 standard: {
52                         firstDay: 1,
53                         days: {
54                                 names: ["dimenge","diluns","dimars","dimècres","dijòus","divendres","dissabte"],
55                                 namesAbbr: ["dim.","lun.","mar.","mèc.","jòu.","ven.","sab."],
56                                 namesShort: ["di","lu","ma","mè","jò","ve","sa"]
57                         },
58                         months: {
59                                 names: ["genier","febrier","març","abril","mai","junh","julh","agost","setembre","octobre","novembre","desembre",""],
60                                 namesAbbr: ["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""]
61                         },
62                         monthsGenitive: {
63                                 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",""],
64                                 namesAbbr: ["gen.","feb.","mar.","abr.","mai.","jun.","jul.","ag.","set.","oct.","nov.","des.",""]
65                         },
66                         AM: null,
67                         PM: null,
68                         eras: [{"name":"après Jèsus-Crist","start":null,"offset":0}],
69                         patterns: {
70                                 d: "dd/MM/yyyy",
71                                 D: "dddd,' lo 'd MMMM' de 'yyyy",
72                                 t: "HH:mm",
73                                 T: "HH:mm:ss",
74                                 f: "dddd,' lo 'd MMMM' de 'yyyy HH:mm",
75                                 F: "dddd,' lo 'd MMMM' de 'yyyy HH:mm:ss",
76                                 M: "d MMMM",
77                                 Y: "MMMM yyyy"
78                         }
79                 }
80         }
81 });
82
83 }( this ));