[TemporaryStorage] add files required for SDK build
[samples/web/TemporaryStorage.git] / tizen-web-ui-fw / latest / js / cultures / globalize.culture.quz-PE.js
1 /*
2  * Globalize Culture quz-PE
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( "quz-PE", "default", {
29         name: "quz-PE",
30         englishName: "Quechua (Peru)",
31         nativeName: "runasimi (Piruw)",
32         language: "quz",
33         numberFormat: {
34                 percent: {
35                         pattern: ["-%n","%n"]
36                 },
37                 currency: {
38                         pattern: ["$ -n","$ n"],
39                         symbol: "S/."
40                 }
41         },
42         calendars: {
43                 standard: {
44                         days: {
45                                 names: ["intichaw","killachaw","atipachaw","quyllurchaw","Ch' askachaw","Illapachaw","k'uychichaw"],
46                                 namesAbbr: ["int","kil","ati","quy","Ch'","Ill","k'u"],
47                                 namesShort: ["d","k","a","m","h","b","k"]
48                         },
49                         months: {
50                                 names: ["Qulla puquy","Hatun puquy","Pauqar waray","ayriwa","Aymuray","Inti raymi","Anta Sitwa","Qhapaq Sitwa","Uma raymi","Kantaray","Ayamarq'a","Kapaq Raymi",""],
51                                 namesAbbr: ["Qul","Hat","Pau","ayr","Aym","Int","Ant","Qha","Uma","Kan","Aya","Kap",""]
52                         },
53                         AM: ["a.m.","a.m.","A.M."],
54                         PM: ["p.m.","p.m.","P.M."],
55                         patterns: {
56                                 d: "dd/MM/yyyy",
57                                 D: "dddd, dd' de 'MMMM' de 'yyyy",
58                                 t: "hh:mm tt",
59                                 T: "hh:mm:ss tt",
60                                 f: "dddd, dd' de 'MMMM' de 'yyyy hh:mm tt",
61                                 F: "dddd, dd' de 'MMMM' de 'yyyy hh:mm:ss tt",
62                                 Y: "MMMM' de 'yyyy"
63                         }
64                 }
65         }
66 });
67
68 }( this ));