Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / globalize / lib / cultures / globalize.culture.pt-PT.js
1 /*
2  * Globalize Culture pt-PT
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( "pt-PT", "default", {
29         name: "pt-PT",
30         englishName: "Portuguese (Portugal)",
31         nativeName: "português (Portugal)",
32         language: "pt",
33         numberFormat: {
34                 ",": ".",
35                 ".": ",",
36                 NaN: "NaN (Não é um número)",
37                 negativeInfinity: "-Infinito",
38                 positiveInfinity: "+Infinito",
39                 percent: {
40                         pattern: ["-n%","n%"],
41                         ",": ".",
42                         ".": ","
43                 },
44                 currency: {
45                         pattern: ["-n $","n $"],
46                         ",": ".",
47                         ".": ",",
48                         symbol: "€"
49                 }
50         },
51         calendars: {
52                 standard: {
53                         "/": "-",
54                         firstDay: 1,
55                         days: {
56                                 names: ["domingo","segunda-feira","terça-feira","quarta-feira","quinta-feira","sexta-feira","sábado"],
57                                 namesAbbr: ["dom","seg","ter","qua","qui","sex","sáb"],
58                                 namesShort: ["D","S","T","Q","Q","S","S"]
59                         },
60                         months: {
61                                 names: ["Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro",""],
62                                 namesAbbr: ["Jan","Fev","Mar","Abr","Mai","Jun","Jul","Ago","Set","Out","Nov","Dez",""]
63                         },
64                         AM: null,
65                         PM: null,
66                         eras: [{"name":"d.C.","start":null,"offset":0}],
67                         patterns: {
68                                 d: "dd-MM-yyyy",
69                                 D: "dddd, d' de 'MMMM' de 'yyyy",
70                                 t: "HH:mm",
71                                 T: "HH:mm:ss",
72                                 f: "dddd, d' de 'MMMM' de 'yyyy HH:mm",
73                                 F: "dddd, d' de 'MMMM' de 'yyyy HH:mm:ss",
74                                 M: "d/M",
75                                 Y: "MMMM' de 'yyyy"
76                         }
77                 }
78         }
79 });
80
81 }( this ));