Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.am.js
1 /*
2  * Globalize Culture am
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( "am", "default", {
29         name: "am",
30         englishName: "Amharic",
31         nativeName: "አማርኛ",
32         language: "am",
33         numberFormat: {
34                 decimals: 1,
35                 groupSizes: [3,0],
36                 NaN: "NAN",
37                 percent: {
38                         pattern: ["-n%","n%"],
39                         decimals: 1,
40                         groupSizes: [3,0]
41                 },
42                 currency: {
43                         pattern: ["-$n","$n"],
44                         groupSizes: [3,0],
45                         symbol: "ETB"
46                 }
47         },
48         calendars: {
49                 standard: {
50                         days: {
51                                 names: ["እሑድ","ሰኞ","ማክሰኞ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],
52                                 namesAbbr: ["እሑድ","ሰኞ","ማክሰ","ረቡዕ","ሐሙስ","ዓርብ","ቅዳሜ"],
53                                 namesShort: ["እ","ሰ","ማ","ረ","ሐ","ዓ","ቅ"]
54                         },
55                         months: {
56                                 names: ["ጃንዩወሪ","ፌብሩወሪ","ማርች","ኤፕረል","ሜይ","ጁን","ጁላይ","ኦገስት","ሴፕቴምበር","ኦክተውበር","ኖቬምበር","ዲሴምበር",""],
57                                 namesAbbr: ["ጃንዩ","ፌብሩ","ማርች","ኤፕረ","ሜይ","ጁን","ጁላይ","ኦገስ","ሴፕቴ","ኦክተ","ኖቬም","ዲሴም",""]
58                         },
59                         AM: ["ጡዋት","ጡዋት","ጡዋት"],
60                         PM: ["ከሰዓት","ከሰዓት","ከሰዓት"],
61                         eras: [{"name":"ዓመተ  ምሕረት","start":null,"offset":0}],
62                         patterns: {
63                                 d: "d/M/yyyy",
64                                 D: "dddd '፣' MMMM d 'ቀን' yyyy",
65                                 f: "dddd '፣' MMMM d 'ቀን' yyyy h:mm tt",
66                                 F: "dddd '፣' MMMM d 'ቀን' yyyy h:mm:ss tt",
67                                 M: "MMMM d ቀን",
68                                 Y: "MMMM yyyy"
69                         }
70                 }
71         }
72 });
73
74 }( this ));