[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.sq.js
1 /*
2  * Globalize Culture sq
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( "sq", "default", {
29         name: "sq",
30         englishName: "Albanian",
31         nativeName: "shqipe",
32         language: "sq",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 negativeInfinity: "-infinit",
37                 positiveInfinity: "infinit",
38                 percent: {
39                         ",": ".",
40                         ".": ","
41                 },
42                 currency: {
43                         pattern: ["-n$","n$"],
44                         ",": ".",
45                         ".": ",",
46                         symbol: "Lek"
47                 }
48         },
49         calendars: {
50                 standard: {
51                         "/": "-",
52                         firstDay: 1,
53                         days: {
54                                 names: ["e diel","e hënë","e martë","e mërkurë","e enjte","e premte","e shtunë"],
55                                 namesAbbr: ["Die","Hën","Mar","Mër","Enj","Pre","Sht"],
56                                 namesShort: ["Di","Hë","Ma","Më","En","Pr","Sh"]
57                         },
58                         months: {
59                                 names: ["janar","shkurt","mars","prill","maj","qershor","korrik","gusht","shtator","tetor","nëntor","dhjetor",""],
60                                 namesAbbr: ["Jan","Shk","Mar","Pri","Maj","Qer","Kor","Gsh","Sht","Tet","Nën","Dhj",""]
61                         },
62                         AM: ["PD","pd","PD"],
63                         PM: ["MD","md","MD"],
64                         patterns: {
65                                 d: "yyyy-MM-dd",
66                                 D: "yyyy-MM-dd",
67                                 t: "h:mm.tt",
68                                 T: "h:mm:ss.tt",
69                                 f: "yyyy-MM-dd h:mm.tt",
70                                 F: "yyyy-MM-dd h:mm:ss.tt",
71                                 Y: "yyyy-MM"
72                         }
73                 }
74         }
75 });
76
77 }( this ));