[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.pl.js
1 /*
2  * Globalize Culture pl
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( "pl", "default", {
29         name: "pl",
30         englishName: "Polish",
31         nativeName: "polski",
32         language: "pl",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 NaN: "nie jest liczbą",
37                 negativeInfinity: "-nieskończoność",
38                 positiveInfinity: "+nieskończoność",
39                 percent: {
40                         pattern: ["-n%","n%"],
41                         ",": " ",
42                         ".": ","
43                 },
44                 currency: {
45                         pattern: ["-n $","n $"],
46                         ",": " ",
47                         ".": ",",
48                         symbol: "zł"
49                 }
50         },
51         calendars: {
52                 standard: {
53                         "/": "-",
54                         firstDay: 1,
55                         days: {
56                                 names: ["niedziela","poniedziałek","wtorek","środa","czwartek","piątek","sobota"],
57                                 namesAbbr: ["N","Pn","Wt","Śr","Cz","Pt","So"],
58                                 namesShort: ["N","Pn","Wt","Śr","Cz","Pt","So"]
59                         },
60                         months: {
61                                 names: ["styczeń","luty","marzec","kwiecień","maj","czerwiec","lipiec","sierpień","wrzesień","październik","listopad","grudzień",""],
62                                 namesAbbr: ["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru",""]
63                         },
64                         monthsGenitive: {
65                                 names: ["stycznia","lutego","marca","kwietnia","maja","czerwca","lipca","sierpnia","września","października","listopada","grudnia",""],
66                                 namesAbbr: ["sty","lut","mar","kwi","maj","cze","lip","sie","wrz","paź","lis","gru",""]
67                         },
68                         AM: null,
69                         PM: null,
70                         patterns: {
71                                 d: "yyyy-MM-dd",
72                                 D: "d MMMM yyyy",
73                                 t: "HH:mm",
74                                 T: "HH:mm:ss",
75                                 f: "d MMMM yyyy HH:mm",
76                                 F: "d MMMM yyyy HH:mm:ss",
77                                 M: "d MMMM",
78                                 Y: "MMMM yyyy"
79                         }
80                 }
81         }
82 });
83
84 }( this ));