Export 0.1.45
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.tk.js
1 /*
2  * Globalize Culture tk
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( "tk", "default", {
29         name: "tk",
30         englishName: "Turkmen",
31         nativeName: "türkmençe",
32         language: "tk",
33         numberFormat: {
34                 ",": " ",
35                 ".": ",",
36                 negativeInfinity: "-üznüksizlik",
37                 positiveInfinity: "üznüksizlik",
38                 percent: {
39                         pattern: ["-n%","n%"],
40                         ",": " ",
41                         ".": ","
42                 },
43                 currency: {
44                         pattern: ["-n$","n$"],
45                         ",": " ",
46                         ".": ",",
47                         symbol: "m."
48                 }
49         },
50         calendars: {
51                 standard: {
52                         "/": ".",
53                         firstDay: 1,
54                         days: {
55                                 names: ["Duşenbe","Sişenbe","Çarşenbe","Penşenbe","Anna","Şenbe","Ýekşenbe"],
56                                 namesAbbr: ["Db","Sb","Çb","Pb","An","Şb","Ýb"],
57                                 namesShort: ["D","S","Ç","P","A","Ş","Ý"]
58                         },
59                         months: {
60                                 names: ["Ýanwar","Fewral","Mart","Aprel","Maý","lýun","lýul","Awgust","Sentýabr","Oktýabr","Noýabr","Dekabr",""],
61                                 namesAbbr: ["Ýan","Few","Mart","Apr","Maý","lýun","lýul","Awg","Sen","Okt","Not","Dek",""]
62                         },
63                         AM: null,
64                         PM: null,
65                         patterns: {
66                                 d: "dd.MM.yy",
67                                 D: "yyyy 'ý.' MMMM d",
68                                 t: "H:mm",
69                                 T: "H:mm:ss",
70                                 f: "yyyy 'ý.' MMMM d H:mm",
71                                 F: "yyyy 'ý.' MMMM d H:mm:ss",
72                                 Y: "yyyy 'ý.' MMMM"
73                         }
74                 }
75         }
76 });
77
78 }( this ));