www/jqwidgets/globalization/globalize.culture.fr-FR.js

changeset 675
825210ba2707
equal deleted inserted replaced
674:6cabc02f4c8d 675:825210ba2707
1 /* tslint:disable */
2 /* eslint-disable */
3 /*
4 * Globalize Culture fr-FR
5 *
6 * http://github.com/jquery/globalize
7 *
8 * Copyright Software Freedom Conservancy, Inc.
9 * Dual licensed under the MIT or GPL Version 2 licenses.
10 * http://jquery.org/license
11 *
12 * This file was generated by the Globalize Culture Generator
13 * Translation: bugs found in this file need to be fixed in the generator
14 */
15
16 (function( window, undefined ) {
17
18 var Globalize;
19
20 if ( typeof require !== "undefined" &&
21 typeof exports !== "undefined" &&
22 typeof module !== "undefined" ) {
23 // Assume CommonJS
24 Globalize = require( "globalize" );
25 } else {
26 // Global variable
27 Globalize = window.Globalize;
28 }
29
30 Globalize.addCultureInfo( "fr-FR", "default", {
31 name: "fr-FR",
32 englishName: "French (France)",
33 nativeName: "français (France)",
34 language: "fr",
35 numberFormat: {
36 ",": " ",
37 ".": ",",
38 "NaN": "Non Numérique",
39 negativeInfinity: "-Infini",
40 positiveInfinity: "+Infini",
41 percent: {
42 ",": " ",
43 ".": ","
44 },
45 currency: {
46 pattern: ["-n $","n $"],
47 ",": " ",
48 ".": ",",
49 symbol: "€"
50 }
51 },
52 calendars: {
53 standard: {
54 firstDay: 1,
55 days: {
56 names: ["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],
57 namesAbbr: ["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],
58 namesShort: ["di","lu","ma","me","je","ve","sa"]
59 },
60 months: {
61 names: ["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],
62 namesAbbr: ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
63 },
64 AM: null,
65 PM: null,
66 eras: [{"name":"ap. J.-C.","start":null,"offset":0}],
67 patterns: {
68 d: "dd/MM/yyyy",
69 D: "dddd d MMMM yyyy",
70 t: "HH:mm",
71 T: "HH:mm:ss",
72 f: "dddd d MMMM yyyy HH:mm",
73 F: "dddd d MMMM yyyy HH:mm:ss",
74 M: "d MMMM",
75 Y: "MMMM yyyy"
76 }
77 }
78 }
79 });
80
81 }( this ));

mercurial