[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.cs-CZ.js
1 /*
2  * Globalize Culture cs-CZ
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( "cs-CZ", "default", {
29         name: "cs-CZ",
30         englishName: "Czech (Czech Republic)",
31         nativeName: "čeština (Česká republika)",
32         language: "cs",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 NaN: "Není čí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: "Kč"
49                 }
50         },
51         calendars: {
52                 standard: {
53                         "/": ".",
54                         firstDay: 1,
55                         days: {
56                                 names: ["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],
57                                 namesAbbr: ["ne","po","út","st","čt","pá","so"],
58                                 namesShort: ["ne","po","út","st","čt","pá","so"]
59                         },
60                         months: {
61                                 names: ["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec",""],
62                                 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
63                         },
64                         monthsGenitive: {
65                                 names: ["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince",""],
66                                 namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
67                         },
68                         AM: ["dop.","dop.","DOP."],
69                         PM: ["odp.","odp.","ODP."],
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 ));