56983ff8fe85f6b2d0c9623b8646b7a0de71acfb
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.lb.js
1 /*
2  * Globalize Culture lb
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( "lb", "default", {
29         name: "lb",
30         englishName: "Luxembourgish",
31         nativeName: "Lëtzebuergesch",
32         language: "lb",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 NaN: "n. num.",
37                 negativeInfinity: "-onendlech",
38                 positiveInfinity: "+onendlech",
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: ["Sonndeg","Méindeg","Dënschdeg","Mëttwoch","Donneschdeg","Freideg","Samschdeg"],
55                                 namesAbbr: ["Son","Méi","Dën","Mët","Don","Fre","Sam"],
56                                 namesShort: ["So","Mé","Dë","Më","Do","Fr","Sa"]
57                         },
58                         months: {
59                                 names: ["Januar","Februar","Mäerz","Abrëll","Mee","Juni","Juli","August","September","Oktober","November","Dezember",""],
60                                 namesAbbr: ["Jan","Feb","Mäe","Abr","Mee","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
61                         },
62                         AM: null,
63                         PM: null,
64                         eras: [{"name":"n. Chr","start":null,"offset":0}],
65                         patterns: {
66                                 d: "dd/MM/yyyy",
67                                 D: "dddd d MMMM yyyy",
68                                 t: "HH:mm",
69                                 T: "HH:mm:ss",
70                                 f: "dddd d MMMM yyyy HH:mm",
71                                 F: "dddd d MMMM yyyy HH:mm:ss",
72                                 M: "d MMMM",
73                                 Y: "MMMM yyyy"
74                         }
75                 }
76         }
77 });
78
79 }( this ));