fe1e50fabbe08ffad9da8712cbaf80276914f475
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.smj.js
1 /*
2  * Globalize Culture smj
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( "smj", "default", {
29         name: "smj",
30         englishName: "Sami (Lule)",
31         nativeName: "julevusámegiella",
32         language: "smj",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 percent: {
37                         ",": " ",
38                         ".": ","
39                 },
40                 currency: {
41                         pattern: ["-n $","n $"],
42                         ",": ".",
43                         ".": ",",
44                         symbol: "kr"
45                 }
46         },
47         calendars: {
48                 standard: {
49                         "/": "-",
50                         firstDay: 1,
51                         days: {
52                                 names: ["ájllek","mánnodahka","dijstahka","gasskavahkko","duorastahka","bierjjedahka","lávvodahka"],
53                                 namesAbbr: ["ájl","mán","dis","gas","duor","bier","láv"],
54                                 namesShort: ["á","m","d","g","d","b","l"]
55                         },
56                         months: {
57                                 names: ["ådåjakmánno","guovvamánno","sjnjuktjamánno","vuoratjismánno","moarmesmánno","biehtsemánno","sjnjilltjamánno","bårggemánno","ragátmánno","gålgådismánno","basádismánno","javllamánno",""],
58                                 namesAbbr: ["ådåj","guov","snju","vuor","moar","bieh","snji","bårg","ragá","gålg","basá","javl",""]
59                         },
60                         monthsGenitive: {
61                                 names: ["ådåjakmáno","guovvamáno","sjnjuktjamáno","vuoratjismáno","moarmesmáno","biehtsemáno","sjnjilltjamáno","bårggemáno","ragátmáno","gålgådismáno","basádismáno","javllamáno",""],
62                                 namesAbbr: ["ådåj","guov","snju","vuor","moar","bieh","snji","bårg","ragá","gålg","basá","javl",""]
63                         },
64                         AM: null,
65                         PM: null,
66                         patterns: {
67                                 d: "yyyy-MM-dd",
68                                 D: "MMMM d'. b. 'yyyy",
69                                 t: "HH:mm",
70                                 T: "HH:mm:ss",
71                                 f: "MMMM d'. b. 'yyyy HH:mm",
72                                 F: "MMMM d'. b. 'yyyy HH:mm:ss",
73                                 M: "MMMM d'. b. '",
74                                 Y: "MMMM yyyy"
75                         }
76                 }
77         }
78 });
79
80 }( this ));