www-thermferm/jqwidgets/globalization/globalize.culture.lt.js

changeset 709
5b6d7b640e52
parent 708
13555c27b592
child 710
abe60578d695
equal deleted inserted replaced
708:13555c27b592 709:5b6d7b640e52
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture lt
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "lt", "default", {
31 name: "lt",
32 englishName: "Lithuanian",
33 nativeName: "lietuvių",
34 language: "lt",
35 numberFormat: {
36 ",": ".",
37 ".": ",",
38 negativeInfinity: "-begalybė",
39 positiveInfinity: "begalybė",
40 percent: {
41 pattern: ["-n%","n%"],
42 ",": ".",
43 ".": ","
44 },
45 currency: {
46 pattern: ["-n $","n $"],
47 ",": ".",
48 ".": ",",
49 symbol: "Lt"
50 }
51 },
52 calendars: {
53 standard: {
54 "/": ".",
55 firstDay: 1,
56 days: {
57 names: ["sekmadienis","pirmadienis","antradienis","trečiadienis","ketvirtadienis","penktadienis","šeštadienis"],
58 namesAbbr: ["Sk","Pr","An","Tr","Kt","Pn","Št"],
59 namesShort: ["S","P","A","T","K","Pn","Š"]
60 },
61 months: {
62 names: ["sausis","vasaris","kovas","balandis","gegužė","birželis","liepa","rugpjūtis","rugsėjis","spalis","lapkritis","gruodis",""],
63 namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
64 },
65 monthsGenitive: {
66 names: ["sausio","vasario","kovo","balandžio","gegužės","birželio","liepos","rugpjūčio","rugsėjo","spalio","lapkričio","gruodžio",""],
67 namesAbbr: ["Sau","Vas","Kov","Bal","Geg","Bir","Lie","Rgp","Rgs","Spl","Lap","Grd",""]
68 },
69 AM: null,
70 PM: null,
71 patterns: {
72 d: "yyyy.MM.dd",
73 D: "yyyy 'm.' MMMM d 'd.'",
74 t: "HH:mm",
75 T: "HH:mm:ss",
76 f: "yyyy 'm.' MMMM d 'd.' HH:mm",
77 F: "yyyy 'm.' MMMM d 'd.' HH:mm:ss",
78 M: "MMMM d 'd.'",
79 Y: "yyyy 'm.' MMMM"
80 }
81 }
82 }
83 });
84
85 }( this ));

mercurial