Revert "Export"
[framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.bs-Cyrl.js
1 /*
2  * Globalize Culture bs-Cyrl
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( "bs-Cyrl", "default", {
29         name: "bs-Cyrl",
30         englishName: "Bosnian (Cyrillic)",
31         nativeName: "босански",
32         language: "bs-Cyrl",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 negativeInfinity: "-бесконачност",
37                 positiveInfinity: "+бесконачност",
38                 percent: {
39                         ",": ".",
40                         ".": ","
41                 },
42                 currency: {
43                         pattern: ["-n $","n $"],
44                         ",": ".",
45                         ".": ",",
46                         symbol: "КМ"
47                 }
48         },
49         calendars: {
50                 standard: {
51                         "/": ".",
52                         firstDay: 1,
53                         days: {
54                                 names: ["недјеља","понедјељак","уторак","сриједа","четвртак","петак","субота"],
55                                 namesAbbr: ["нед","пон","уто","сре","чет","пет","суб"],
56                                 namesShort: ["н","п","у","с","ч","п","с"]
57                         },
58                         months: {
59                                 names: ["јануар","фебруар","март","април","мај","јун","јул","август","септембар","октобар","новембар","децембар",""],
60                                 namesAbbr: ["јан","феб","мар","апр","мај","јун","јул","авг","сеп","окт","нов","дец",""]
61                         },
62                         AM: null,
63                         PM: null,
64                         eras: [{"name":"н.е.","start":null,"offset":0}],
65                         patterns: {
66                                 d: "d.M.yyyy",
67                                 D: "d. MMMM yyyy",
68                                 t: "H:mm",
69                                 T: "H:mm:ss",
70                                 f: "d. MMMM yyyy H:mm",
71                                 F: "d. MMMM yyyy H:mm:ss",
72                                 M: "d. MMMM"
73                         }
74                 }
75         }
76 });
77
78 }( this ));