[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.zu-ZA.js
1 /*
2  * Globalize Culture zu-ZA
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( "zu-ZA", "default", {
29         name: "zu-ZA",
30         englishName: "isiZulu (South Africa)",
31         nativeName: "isiZulu (iNingizimu Afrika)",
32         language: "zu",
33         numberFormat: {
34                 percent: {
35                         pattern: ["-%n","%n"]
36                 },
37                 currency: {
38                         pattern: ["$-n","$ n"],
39                         symbol: "R"
40                 }
41         },
42         calendars: {
43                 standard: {
44                         days: {
45                                 names: ["iSonto","uMsombuluko","uLwesibili","uLwesithathu","uLwesine","uLwesihlanu","uMgqibelo"],
46                                 namesAbbr: ["Son.","Mso.","Bi.","Tha.","Ne.","Hla.","Mgq."]
47                         },
48                         months: {
49                                 names: ["uMasingana","uNhlolanja","uNdasa","uMbaso","uNhlaba","uNhlangulana","uNtulikazi","uNcwaba","uMandulo","uMfumfu","uLwezi","uZibandlela",""],
50                                 namesAbbr: ["Mas.","Nhlo.","Nda.","Mba.","Nhla.","Nhlang.","Ntu.","Ncwa.","Man.","Mfu.","Lwe.","Zib.",""]
51                         },
52                         patterns: {
53                                 d: "yyyy/MM/dd",
54                                 D: "dd MMMM yyyy",
55                                 t: "hh:mm tt",
56                                 T: "hh:mm:ss tt",
57                                 f: "dd MMMM yyyy hh:mm tt",
58                                 F: "dd MMMM yyyy hh:mm:ss tt",
59                                 M: "dd MMMM",
60                                 Y: "MMMM yyyy"
61                         }
62                 }
63         }
64 });
65
66 }( this ));