[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.lt.js
1 /*
2  * Globalize Culture lt
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( "lt", "default", {
29         name: "lt",
30         englishName: "Lithuanian",
31         nativeName: "lietuvių",
32         language: "lt",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 negativeInfinity: "-begalybė",
37                 positiveInfinity: "begalybė",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         ",": ".",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-n $","n $"],
45                         ",": ".",
46                         ".": ",",
47                         symbol: "Lt"
48                 }
49         },
50         calendars: {
51                 standard: {
52                         "/": ".",
53                         firstDay: 1,
54                         days: {
55                                 names: ["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],
56                                 namesAbbr: ["Sk","Pr","An","Tr","Kt","Pn","Št"],
57                                 namesShort: ["S","P","A","T","K","Pn","Š"]
58                         },
59                         months: {
60                                 names: ["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis",""],
61                                 namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
62                         },
63                         monthsGenitive: {
64                                 names: ["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio",""],
65                                 namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
66                         },
67                         AM: null,
68                         PM: null,
69                         patterns: {
70                                 d: "yyyy.MM.dd",
71                                 D: "yyyy 'm.' MMMM d 'd.'",
72                                 t: "HH:mm",
73                                 T: "HH:mm:ss",
74                                 f: "yyyy 'm.' MMMM d 'd.' HH:mm",
75                                 F: "yyyy 'm.' MMMM d 'd.' HH:mm:ss",
76                                 M: "MMMM d 'd.'",
77                                 Y: "yyyy 'm.' MMMM"
78                         }
79                 }
80         }
81 });
82
83 }( this ));