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

changeset 511
2d1d43c3a2c2
parent 117
7119ea8a5225
child 617
b216f9d4b917
equal deleted inserted replaced
510:2da3d3340403 511:2d1d43c3a2c2
1 /* 1 !function(a,b){var c;c="undefined"!=typeof require&&"undefined"!=typeof exports&&"undefined"!=typeof module?require("globalize"):a.Globalize,c.addCultureInfo("fr-FR","default",{name:"fr-FR",englishName:"French (France)",nativeName:"français (France)",language:"fr",numberFormat:{",":" ",".":",",NaN:"Non Numérique",negativeInfinity:"-Infini",positiveInfinity:"+Infini",percent:{",":" ",".":","},currency:{pattern:["-n $","n $"],",":" ",".":",",symbol:"€"}},calendars:{standard:{firstDay:1,days:{names:["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],namesAbbr:["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],namesShort:["di","lu","ma","me","je","ve","sa"]},months:{names:["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],namesAbbr:["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]},AM:null,PM:null,eras:[{name:"ap. J.-C.",start:null,offset:0}],patterns:{d:"dd/MM/yyyy",D:"dddd d MMMM yyyy",t:"HH:mm",T:"HH:mm:ss",f:"dddd d MMMM yyyy HH:mm",F:"dddd d MMMM yyyy HH:mm:ss",M:"d MMMM",Y:"MMMM yyyy"}}}})}(this);
2 * Globalize Culture fr-FR
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( "fr-FR", "default", {
29 name: "fr-FR",
30 englishName: "French (France)",
31 nativeName: "français (France)",
32 language: "fr",
33 numberFormat: {
34 ",": " ",
35 ".": ",",
36 "NaN": "Non Numérique",
37 negativeInfinity: "-Infini",
38 positiveInfinity: "+Infini",
39 percent: {
40 ",": " ",
41 ".": ","
42 },
43 currency: {
44 pattern: ["-n $","n $"],
45 ",": " ",
46 ".": ",",
47 symbol: "€"
48 }
49 },
50 calendars: {
51 standard: {
52 firstDay: 1,
53 days: {
54 names: ["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],
55 namesAbbr: ["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],
56 namesShort: ["di","lu","ma","me","je","ve","sa"]
57 },
58 months: {
59 names: ["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],
60 namesAbbr: ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
61 },
62 AM: null,
63 PM: null,
64 eras: [{"name":"ap. J.-C.","start":null,"offset":0}],
65 patterns: {
66 d: "dd/MM/yyyy",
67 D: "dddd d MMMM yyyy",
68 t: "HH:mm",
69 T: "HH:mm:ss",
70 f: "dddd d MMMM yyyy HH:mm",
71 F: "dddd d MMMM yyyy HH:mm:ss",
72 M: "d MMMM",
73 Y: "MMMM yyyy"
74 }
75 }
76 }
77 });
78
79 }( this ));

mercurial