[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.sk.js
1 /*
2  * Globalize Culture sk
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( "sk", "default", {
29         name: "sk",
30         englishName: "Slovak",
31         nativeName: "slovenčina",
32         language: "sk",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 NaN: "Nie je číslo",
37                 negativeInfinity: "-nekonečno",
38                 positiveInfinity: "+nekonečno",
39                 percent: {
40                         pattern: ["-n%","n%"],
41                         ",": " ",
42                         ".": ","
43                 },
44                 currency: {
45                         pattern: ["-n $","n $"],
46                         ",": " ",
47                         ".": ",",
48                         symbol: "€"
49                 }
50         },
51         calendars: {
52                 standard: {
53                         "/": ". ",
54                         firstDay: 1,
55                         days: {
56                                 names: ["nedeľa","pondelok","utorok","streda","štvrtok","piatok","sobota"],
57                                 namesAbbr: ["ne","po","ut","st","št","pi","so"],
58                                 namesShort: ["ne","po","ut","st","št","pi","so"]
59                         },
60                         months: {
61                                 names: ["január","február","marec","apríl","máj","jún","júl","august","september","október","november","december",""],
62                                 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
63                         },
64                         monthsGenitive: {
65                                 names: ["januára","februára","marca","apríla","mája","júna","júla","augusta","septembra","októbra","novembra","decembra",""],
66                                 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
67                         },
68                         AM: null,
69                         PM: null,
70                         eras: [{"name":"n. l.","start":null,"offset":0}],
71                         patterns: {
72                                 d: "d. M. yyyy",
73                                 D: "d. MMMM yyyy",
74                                 t: "H:mm",
75                                 T: "H:mm:ss",
76                                 f: "d. MMMM yyyy H:mm",
77                                 F: "d. MMMM yyyy H:mm:ss",
78                                 M: "dd MMMM",
79                                 Y: "MMMM yyyy"
80                         }
81                 }
82         }
83 });
84
85 }( this ));