tizen beta release
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.is.js
1 /*
2  * Globalize Culture is
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( "is", "default", {
29         name: "is",
30         englishName: "Icelandic",
31         nativeName: "íslenska",
32         language: "is",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 negativeInfinity: "-INF",
37                 positiveInfinity: "INF",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         ",": ".",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-n $","n $"],
45                         decimals: 0,
46                         ",": ".",
47                         ".": ",",
48                         symbol: "kr."
49                 }
50         },
51         calendars: {
52                 standard: {
53                         "/": ".",
54                         firstDay: 1,
55                         days: {
56                                 names: ["sunnudagur","mánudagur","þriðjudagur","miðvikudagur","fimmtudagur","föstudagur","laugardagur"],
57                                 namesAbbr: ["sun.","mán.","þri.","mið.","fim.","fös.","lau."],
58                                 namesShort: ["su","má","þr","mi","fi","fö","la"]
59                         },
60                         months: {
61                                 names: ["janúar","febrúar","mars","apríl","maí","júní","júlí","ágúst","september","október","nóvember","desember",""],
62                                 namesAbbr: ["jan.","feb.","mar.","apr.","maí","jún.","júl.","ágú.","sep.","okt.","nóv.","des.",""]
63                         },
64                         AM: null,
65                         PM: null,
66                         patterns: {
67                                 d: "d.M.yyyy",
68                                 D: "d. MMMM yyyy",
69                                 t: "HH:mm",
70                                 T: "HH:mm:ss",
71                                 f: "d. MMMM yyyy HH:mm",
72                                 F: "d. MMMM yyyy HH:mm:ss",
73                                 M: "d. MMMM",
74                                 Y: "MMMM yyyy"
75                         }
76                 }
77         }
78 });
79
80 }( this ));