From f0cfe83e3725f9a3928da97a6e3085e79cb25309 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Mar 2013 10:26:24 +0400 Subject: upgrade dojo to 1.8.3 (refs #570) --- lib/dojo/cldr/nls/fr/buddhist.js | 8 + lib/dojo/cldr/nls/fr/buddhist.js.uncompressed.js | 230 +++++++++++++++++ lib/dojo/cldr/nls/fr/currency.js | 4 +- lib/dojo/cldr/nls/fr/currency.js.uncompressed.js | 23 ++ lib/dojo/cldr/nls/fr/gregorian.js | 4 +- lib/dojo/cldr/nls/fr/gregorian.js.uncompressed.js | 294 ++++++++++++++++++++++ lib/dojo/cldr/nls/fr/hebrew.js | 8 + lib/dojo/cldr/nls/fr/hebrew.js.uncompressed.js | 181 +++++++++++++ lib/dojo/cldr/nls/fr/islamic.js | 8 + lib/dojo/cldr/nls/fr/islamic.js.uncompressed.js | 238 ++++++++++++++++++ lib/dojo/cldr/nls/fr/number.js | 4 +- lib/dojo/cldr/nls/fr/number.js.uncompressed.js | 22 ++ 12 files changed, 1018 insertions(+), 6 deletions(-) create mode 100644 lib/dojo/cldr/nls/fr/buddhist.js create mode 100644 lib/dojo/cldr/nls/fr/buddhist.js.uncompressed.js create mode 100644 lib/dojo/cldr/nls/fr/currency.js.uncompressed.js create mode 100644 lib/dojo/cldr/nls/fr/gregorian.js.uncompressed.js create mode 100644 lib/dojo/cldr/nls/fr/hebrew.js create mode 100644 lib/dojo/cldr/nls/fr/hebrew.js.uncompressed.js create mode 100644 lib/dojo/cldr/nls/fr/islamic.js create mode 100644 lib/dojo/cldr/nls/fr/islamic.js.uncompressed.js create mode 100644 lib/dojo/cldr/nls/fr/number.js.uncompressed.js (limited to 'lib/dojo/cldr/nls/fr') diff --git a/lib/dojo/cldr/nls/fr/buddhist.js b/lib/dojo/cldr/nls/fr/buddhist.js new file mode 100644 index 000000000..f14ea5d0a --- /dev/null +++ b/lib/dojo/cldr/nls/fr/buddhist.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. + Available via Academic Free License >= 2.1 OR the modified BSD license. + see: http://dojotoolkit.org/license for details +*/ + +//>>built +define("dojo/cldr/nls/fr/buddhist",{"dateFormatItem-yM":"M/y G","dateFormatItem-yQ":"'T'Q y G","eraNames":["ère bouddhiste"],"dateFormatItem-MMMEd":"E d MMM","dateFormatItem-yQQQ":"QQQ y G","dateFormatItem-MMdd":"dd/MM","days-standAlone-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"dateFormatItem-MMM":"LLL","months-standAlone-narrow":["J","F","M","A","M","J","J","A","S","O","N","D"],"dateFormatItem-Gy":"y G","quarters-standAlone-abbr":["T1","T2","T3","T4"],"dateFormatItem-y":"y G","dateFormatItem-MMMdd":"dd MMM","months-standAlone-abbr":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"dateFormatItem-Ed":"E d","dateFormatItem-yMMM":"MMM y G","days-standAlone-narrow":["D","L","M","M","J","V","S"],"eraAbbr":["ère b."],"dateFormatItem-yyyyMMMM":"MMMM y G","dateFormat-long":"d MMMM y G","dateFormatItem-Hm":"HH:mm","dateFormatItem-MMd":"d/MM","dateFormatItem-yyMM":"MM/y G","dateFormat-medium":"d MMM, y G","dateFormatItem-Hms":"HH:mm:ss","dayPeriods-format-narrow-pm":"p","dateFormatItem-yyMMM":"MMM y G","dateFormatItem-yyQQQQ":"QQQQ y G","dateFormatItem-yMd":"d/M/y G","quarters-standAlone-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"dateFormatItem-ms":"mm:ss","dateFormatItem-yyMMMd":"d MMM y G","months-standAlone-wide":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"dateFormatItem-MMMMEd":"E d MMMM","dateFormatItem-MMMd":"d MMM","dateFormatItem-yyMMMEd":"E d MMM y G","dateFormatItem-yyQ":"'T'Q y G","months-format-abbr":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"quarters-format-abbr":["T1","T2","T3","T4"],"days-format-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormatItem-M":"L","days-format-narrow":["D","L","M","M","J","V","S"],"dateFormatItem-yMMMd":"d MMM y","dateFormatItem-MEd":"E d/M","months-format-narrow":["J","F","M","A","M","J","J","A","S","O","N","D"],"days-standAlone-short":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"days-standAlone-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormat-short":"d/M/yyyy","dateFormatItem-yMMMEd":"E d MMM y G","dateFormat-full":"EEEE d MMMM y G","dateFormatItem-Md":"d/M","dateFormatItem-yMEd":"E d/M/y G","months-format-wide":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"days-format-short":["di","lu","ma","me","je","ve","sa"],"dateFormatItem-d":"d","quarters-format-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"eraNarrow":"E.B.","days-format-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"]}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/buddhist.js.uncompressed.js b/lib/dojo/cldr/nls/fr/buddhist.js.uncompressed.js new file mode 100644 index 000000000..afb50268d --- /dev/null +++ b/lib/dojo/cldr/nls/fr/buddhist.js.uncompressed.js @@ -0,0 +1,230 @@ +define( +"dojo/cldr/nls/fr/buddhist", //begin v1.x content +{ + "dateFormatItem-yM": "M/y G", + "dateFormatItem-yQ": "'T'Q y G", + "eraNames": [ + "ère bouddhiste" + ], + "dateFormatItem-MMMEd": "E d MMM", + "dateFormatItem-yQQQ": "QQQ y G", + "dateFormatItem-MMdd": "dd/MM", + "days-standAlone-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "dateFormatItem-MMM": "LLL", + "months-standAlone-narrow": [ + "J", + "F", + "M", + "A", + "M", + "J", + "J", + "A", + "S", + "O", + "N", + "D" + ], + "dateFormatItem-Gy": "y G", + "quarters-standAlone-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "dateFormatItem-y": "y G", + "dateFormatItem-MMMdd": "dd MMM", + "months-standAlone-abbr": [ + "janv.", + "févr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "août", + "sept.", + "oct.", + "nov.", + "déc." + ], + "dateFormatItem-Ed": "E d", + "dateFormatItem-yMMM": "MMM y G", + "days-standAlone-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "eraAbbr": [ + "ère b." + ], + "dateFormatItem-yyyyMMMM": "MMMM y G", + "dateFormat-long": "d MMMM y G", + "dateFormatItem-Hm": "HH:mm", + "dateFormatItem-MMd": "d/MM", + "dateFormatItem-yyMM": "MM/y G", + "dateFormat-medium": "d MMM, y G", + "dateFormatItem-Hms": "HH:mm:ss", + "dayPeriods-format-narrow-pm": "p", + "dateFormatItem-yyMMM": "MMM y G", + "dateFormatItem-yyQQQQ": "QQQQ y G", + "dateFormatItem-yMd": "d/M/y G", + "quarters-standAlone-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "dateFormatItem-ms": "mm:ss", + "dateFormatItem-yyMMMd": "d MMM y G", + "months-standAlone-wide": [ + "janvier", + "février", + "mars", + "avril", + "mai", + "juin", + "juillet", + "août", + "septembre", + "octobre", + "novembre", + "décembre" + ], + "dateFormatItem-MMMMEd": "E d MMMM", + "dateFormatItem-MMMd": "d MMM", + "dateFormatItem-yyMMMEd": "E d MMM y G", + "dateFormatItem-yyQ": "'T'Q y G", + "months-format-abbr": [ + "janv.", + "févr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "août", + "sept.", + "oct.", + "nov.", + "déc." + ], + "quarters-format-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "days-format-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormatItem-M": "L", + "days-format-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "dateFormatItem-yMMMd": "d MMM y", + "dateFormatItem-MEd": "E d/M", + "months-format-narrow": [ + "J", + "F", + "M", + "A", + "M", + "J", + "J", + "A", + "S", + "O", + "N", + "D" + ], + "days-standAlone-short": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "days-standAlone-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormat-short": "d/M/yyyy", + "dateFormatItem-yMMMEd": "E d MMM y G", + "dateFormat-full": "EEEE d MMMM y G", + "dateFormatItem-Md": "d/M", + "dateFormatItem-yMEd": "E d/M/y G", + "months-format-wide": [ + "janvier", + "février", + "mars", + "avril", + "mai", + "juin", + "juillet", + "août", + "septembre", + "octobre", + "novembre", + "décembre" + ], + "days-format-short": [ + "di", + "lu", + "ma", + "me", + "je", + "ve", + "sa" + ], + "dateFormatItem-d": "d", + "quarters-format-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "eraNarrow": "E.B.", + "days-format-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ] +} +//end v1.x content +); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/currency.js b/lib/dojo/cldr/nls/fr/currency.js index ce20c0c85..0d88dce6b 100644 --- a/lib/dojo/cldr/nls/fr/currency.js +++ b/lib/dojo/cldr/nls/fr/currency.js @@ -1,8 +1,8 @@ /* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built -define("dojo/cldr/nls/fr/currency",{"HKD_displayName":"dollar de Hong Kong","CHF_displayName":"franc suisse","CHF_symbol":"CHF","JPY_symbol":"¥JP","CAD_displayName":"dollar canadien","HKD_symbol":"$HK","CNY_displayName":"yuan renminbi chinois","USD_symbol":"$US","AUD_displayName":"dollar australien","JPY_displayName":"yen japonais","CAD_symbol":"$CA","USD_displayName":"dollar des États-Unis","CNY_symbol":"Ұ","GBP_displayName":"livre sterling","GBP_symbol":"£UK","AUD_symbol":"$AU","EUR_displayName":"euro"}); \ No newline at end of file +define("dojo/cldr/nls/fr/currency",{"HKD_displayName":"dollar de Hong Kong","CHF_displayName":"franc suisse","JPY_symbol":"¥JP","CAD_displayName":"dollar canadien","HKD_symbol":"$HK","CNY_displayName":"yuan renminbi chinois","USD_symbol":"$US","AUD_displayName":"dollar australien","JPY_displayName":"yen japonais","CAD_symbol":"$CA","USD_displayName":"dollar des États-Unis","EUR_symbol":"€","CNY_symbol":"¥CN","GBP_displayName":"livre sterling","GBP_symbol":"£UK","AUD_symbol":"$AU","EUR_displayName":"euro"}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/currency.js.uncompressed.js b/lib/dojo/cldr/nls/fr/currency.js.uncompressed.js new file mode 100644 index 000000000..065d2286b --- /dev/null +++ b/lib/dojo/cldr/nls/fr/currency.js.uncompressed.js @@ -0,0 +1,23 @@ +define( +"dojo/cldr/nls/fr/currency", //begin v1.x content +{ + "HKD_displayName": "dollar de Hong Kong", + "CHF_displayName": "franc suisse", + "JPY_symbol": "¥JP", + "CAD_displayName": "dollar canadien", + "HKD_symbol": "$HK", + "CNY_displayName": "yuan renminbi chinois", + "USD_symbol": "$US", + "AUD_displayName": "dollar australien", + "JPY_displayName": "yen japonais", + "CAD_symbol": "$CA", + "USD_displayName": "dollar des États-Unis", + "EUR_symbol": "€", + "CNY_symbol": "¥CN", + "GBP_displayName": "livre sterling", + "GBP_symbol": "£UK", + "AUD_symbol": "$AU", + "EUR_displayName": "euro" +} +//end v1.x content +); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/gregorian.js b/lib/dojo/cldr/nls/fr/gregorian.js index e832262d3..1e1fbcf0e 100644 --- a/lib/dojo/cldr/nls/fr/gregorian.js +++ b/lib/dojo/cldr/nls/fr/gregorian.js @@ -1,8 +1,8 @@ /* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built -define("dojo/cldr/nls/fr/gregorian",{"months-format-narrow":["J","F","M","A","M","J","J","A","S","O","N","D"],"field-weekday":"jour de la semaine","dateFormatItem-yyQQQQ":"QQQQ yy","dateFormatItem-yQQQ":"QQQ y","dateFormatItem-yMEd":"EEE d/M/yyyy","dateFormatItem-MMMEd":"E d MMM","eraNarrow":["av. J.-C.","ap. J.-C."],"dayPeriods-format-wide-morning":"matin","dateFormatItem-MMMdd":"dd MMM","dateFormat-long":"d MMMM y","months-format-wide":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"dayPeriods-format-wide-pm":"PM","dateFormat-full":"EEEE d MMMM y","dateFormatItem-Md":"d/M","dayPeriods-format-wide-noon":"midi","field-era":"ère","dateFormatItem-yM":"M/yyyy","months-standAlone-wide":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"timeFormat-short":"HH:mm","quarters-format-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"timeFormat-long":"HH:mm:ss z","field-year":"année","dateFormatItem-yMMM":"MMM y","dateFormatItem-yQ":"'T'Q y","dateFormatItem-yyyyMMMM":"MMMM y","field-hour":"heure","dateFormatItem-MMdd":"dd/MM","months-format-abbr":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"dateFormatItem-yyQ":"'T'Q yy","timeFormat-full":"HH:mm:ss zzzz","field-day-relative+0":"aujourd’hui","field-day-relative+1":"demain","field-day-relative+2":"après-demain","field-day-relative+3":"après-après-demain","months-standAlone-abbr":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"quarters-format-abbr":["T1","T2","T3","T4"],"quarters-standAlone-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"dateFormatItem-M":"L","days-standAlone-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"dateFormatItem-yyMMMEEEd":"EEE d MMM yy","dateFormatItem-yyMMM":"MMM yy","timeFormat-medium":"HH:mm:ss","dateFormatItem-Hm":"HH:mm","quarters-standAlone-abbr":["T1","T2","T3","T4"],"eraAbbr":["av. J.-C.","ap. J.-C."],"field-minute":"minute","field-dayperiod":"cadran","days-standAlone-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dayPeriods-format-wide-night":"soir","dateFormatItem-yyMMMd":"d MMM yy","dateFormatItem-d":"d","dateFormatItem-ms":"mm:ss","quarters-format-narrow":["T1","T2","T3","T4"],"field-day-relative+-1":"hier","field-day-relative+-2":"avant-hier","field-day-relative+-3":"avant-avant-hier","dateFormatItem-MMMd":"d MMM","dateFormatItem-MEd":"EEE d/M","field-day":"jour","days-format-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"field-zone":"fuseau horaire","dateFormatItem-y":"y","months-standAlone-narrow":["J","F","M","A","M","J","J","A","S","O","N","D"],"dateFormatItem-yyMM":"MM/yy","days-format-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"eraNames":["avant Jésus-Christ","après Jésus-Christ"],"days-format-narrow":["D","L","M","M","J","V","S"],"field-month":"mois","days-standAlone-narrow":["D","L","M","M","J","V","S"],"dateFormatItem-MMM":"LLL","dayPeriods-format-wide-am":"AM","dateFormatItem-MMMMEd":"EEE d MMMM","dateFormat-short":"dd/MM/yy","dateFormatItem-MMd":"d/MM","dayPeriods-format-wide-afternoon":"après-midi","field-second":"seconde","dateFormatItem-yMMMEd":"EEE d MMM y","dateFormatItem-Ed":"E d","field-week":"semaine","dateFormat-medium":"d MMM y","dateFormatItem-Hms":"HH:mm:ss"}); \ No newline at end of file +define("dojo/cldr/nls/fr/gregorian",{"days-standAlone-short":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"months-format-narrow":["J","F","M","A","M","J","J","A","S","O","N","D"],"quarters-standAlone-narrow":["1","2","3","4"],"field-weekday":"jour de la semaine","dateFormatItem-yyQQQQ":"QQQQ yy","dateFormatItem-yQQQ":"QQQ y","dateFormatItem-yyMMMEd":"E d MMM yy","dateFormatItem-yMEd":"E d/M/yyyy","dateFormatItem-MMMEd":"E d MMM","eraNarrow":["av. J.-C.","ap. J.-C."],"dayPeriods-format-wide-morning":"matin","dateFormatItem-MMMdd":"dd MMM","days-format-short":["di","lu","ma","me","je","ve","sa"],"dateFormat-long":"d MMMM y","months-format-wide":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"dateTimeFormat-medium":"{1} {0}","dayPeriods-format-wide-pm":"PM","dateFormat-full":"EEEE d MMMM y","dateFormatItem-Md":"d/M","dayPeriods-format-abbr-am":"AM","dayPeriods-format-wide-noon":"midi","dateFormatItem-yMd":"d/M/yyyy","field-era":"ère","dateFormatItem-yM":"M/yyyy","months-standAlone-wide":["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre"],"timeFormat-short":"HH:mm","quarters-format-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"timeFormat-long":"HH:mm:ss z","field-year":"année","dateFormatItem-yMMM":"MMM y","dateFormatItem-yQ":"'T'Q y","dateFormatItem-yyyyMMMM":"MMMM y","field-hour":"heure","dateFormatItem-MMdd":"dd/MM","months-format-abbr":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"dateFormatItem-yyQ":"'T'Q yy","timeFormat-full":"HH:mm:ss zzzz","dayPeriods-format-narrow-morning":"matin","field-day-relative+0":"aujourd’hui","field-day-relative+1":"demain","field-day-relative+2":"après-demain","dateFormatItem-H":"HH","months-standAlone-abbr":["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc."],"quarters-format-abbr":["T1","T2","T3","T4"],"quarters-standAlone-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"dateFormatItem-M":"L","days-standAlone-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"dateFormatItem-yyMMM":"MMM yy","timeFormat-medium":"HH:mm:ss","dateFormatItem-Hm":"HH:mm","quarters-standAlone-abbr":["T1","T2","T3","T4"],"eraAbbr":["av. J.-C.","ap. J.-C."],"field-minute":"minute","field-dayperiod":"cadran","days-standAlone-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dayPeriods-format-wide-night":"soir","dateFormatItem-yyMMMd":"d MMM yy","dateFormatItem-d":"d","dateFormatItem-ms":"mm:ss","quarters-format-narrow":["1","2","3","4"],"field-day-relative+-1":"hier","dateFormatItem-h":"h a","dateTimeFormat-long":"{1} {0}","field-day-relative+-2":"avant-hier","dateFormatItem-MMMd":"d MMM","dateFormatItem-MEd":"E d/M","dateTimeFormat-full":"{1} {0}","field-day":"jour","days-format-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"field-zone":"fuseau horaire","dateFormatItem-y":"y","months-standAlone-narrow":["J","F","M","A","M","J","J","A","S","O","N","D"],"field-year-relative+-1":"l’année dernière","dayPeriods-format-narrow-night":"soir","field-month-relative+-1":"le mois dernier","dateFormatItem-yyMM":"MM/yy","dateFormatItem-hm":"h:mm a","dayPeriods-format-abbr-pm":"PM","days-format-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormatItem-yMMMd":"d MMM y","eraNames":["avant Jésus-Christ","après Jésus-Christ"],"days-format-narrow":["D","L","M","M","J","V","S"],"days-standAlone-narrow":["D","L","M","M","J","V","S"],"dateFormatItem-MMM":"LLL","field-month":"mois","dayPeriods-format-wide-am":"AM","dateFormatItem-MMMMEd":"E d MMMM","dateFormat-short":"dd/MM/yy","dateFormatItem-MMd":"d/MM","dayPeriods-format-wide-afternoon":"après-midi","dayPeriods-format-narrow-noon":"midi","field-second":"seconde","dateFormatItem-yMMMEd":"E d MMM y","field-month-relative+0":"ce mois-ci","field-month-relative+1":"le mois prochain","dateFormatItem-Ed":"E d","field-week":"semaine","dateFormat-medium":"d MMM y","field-year-relative+0":"cette année","field-week-relative+-1":"la semaine dernière","field-year-relative+1":"l’année prochaine","dayPeriods-format-narrow-pm":"p","dateTimeFormat-short":"{1} {0}","dateFormatItem-Hms":"HH:mm:ss","dateFormatItem-hms":"h:mm:ss a","field-week-relative+0":"cette semaine","field-week-relative+1":"la semaine prochaine"}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/gregorian.js.uncompressed.js b/lib/dojo/cldr/nls/fr/gregorian.js.uncompressed.js new file mode 100644 index 000000000..dae04173f --- /dev/null +++ b/lib/dojo/cldr/nls/fr/gregorian.js.uncompressed.js @@ -0,0 +1,294 @@ +define( +"dojo/cldr/nls/fr/gregorian", //begin v1.x content +{ + "days-standAlone-short": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "months-format-narrow": [ + "J", + "F", + "M", + "A", + "M", + "J", + "J", + "A", + "S", + "O", + "N", + "D" + ], + "quarters-standAlone-narrow": [ + "1", + "2", + "3", + "4" + ], + "field-weekday": "jour de la semaine", + "dateFormatItem-yyQQQQ": "QQQQ yy", + "dateFormatItem-yQQQ": "QQQ y", + "dateFormatItem-yyMMMEd": "E d MMM yy", + "dateFormatItem-yMEd": "E d/M/yyyy", + "dateFormatItem-MMMEd": "E d MMM", + "eraNarrow": [ + "av. J.-C.", + "ap. J.-C." + ], + "dayPeriods-format-wide-morning": "matin", + "dateFormatItem-MMMdd": "dd MMM", + "days-format-short": [ + "di", + "lu", + "ma", + "me", + "je", + "ve", + "sa" + ], + "dateFormat-long": "d MMMM y", + "months-format-wide": [ + "janvier", + "février", + "mars", + "avril", + "mai", + "juin", + "juillet", + "août", + "septembre", + "octobre", + "novembre", + "décembre" + ], + "dateTimeFormat-medium": "{1} {0}", + "dayPeriods-format-wide-pm": "PM", + "dateFormat-full": "EEEE d MMMM y", + "dateFormatItem-Md": "d/M", + "dayPeriods-format-abbr-am": "AM", + "dayPeriods-format-wide-noon": "midi", + "dateFormatItem-yMd": "d/M/yyyy", + "field-era": "ère", + "dateFormatItem-yM": "M/yyyy", + "months-standAlone-wide": [ + "janvier", + "février", + "mars", + "avril", + "mai", + "juin", + "juillet", + "août", + "septembre", + "octobre", + "novembre", + "décembre" + ], + "timeFormat-short": "HH:mm", + "quarters-format-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "timeFormat-long": "HH:mm:ss z", + "field-year": "année", + "dateFormatItem-yMMM": "MMM y", + "dateFormatItem-yQ": "'T'Q y", + "dateFormatItem-yyyyMMMM": "MMMM y", + "field-hour": "heure", + "dateFormatItem-MMdd": "dd/MM", + "months-format-abbr": [ + "janv.", + "févr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "août", + "sept.", + "oct.", + "nov.", + "déc." + ], + "dateFormatItem-yyQ": "'T'Q yy", + "timeFormat-full": "HH:mm:ss zzzz", + "dayPeriods-format-narrow-morning": "matin", + "field-day-relative+0": "aujourd’hui", + "field-day-relative+1": "demain", + "field-day-relative+2": "après-demain", + "dateFormatItem-H": "HH", + "months-standAlone-abbr": [ + "janv.", + "févr.", + "mars", + "avr.", + "mai", + "juin", + "juil.", + "août", + "sept.", + "oct.", + "nov.", + "déc." + ], + "quarters-format-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "quarters-standAlone-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "dateFormatItem-M": "L", + "days-standAlone-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "dateFormatItem-yyMMM": "MMM yy", + "timeFormat-medium": "HH:mm:ss", + "dateFormatItem-Hm": "HH:mm", + "quarters-standAlone-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "eraAbbr": [ + "av. J.-C.", + "ap. J.-C." + ], + "field-minute": "minute", + "field-dayperiod": "cadran", + "days-standAlone-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dayPeriods-format-wide-night": "soir", + "dateFormatItem-yyMMMd": "d MMM yy", + "dateFormatItem-d": "d", + "dateFormatItem-ms": "mm:ss", + "quarters-format-narrow": [ + "1", + "2", + "3", + "4" + ], + "field-day-relative+-1": "hier", + "dateFormatItem-h": "h a", + "dateTimeFormat-long": "{1} {0}", + "field-day-relative+-2": "avant-hier", + "dateFormatItem-MMMd": "d MMM", + "dateFormatItem-MEd": "E d/M", + "dateTimeFormat-full": "{1} {0}", + "field-day": "jour", + "days-format-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "field-zone": "fuseau horaire", + "dateFormatItem-y": "y", + "months-standAlone-narrow": [ + "J", + "F", + "M", + "A", + "M", + "J", + "J", + "A", + "S", + "O", + "N", + "D" + ], + "field-year-relative+-1": "l’année dernière", + "dayPeriods-format-narrow-night": "soir", + "field-month-relative+-1": "le mois dernier", + "dateFormatItem-yyMM": "MM/yy", + "dateFormatItem-hm": "h:mm a", + "dayPeriods-format-abbr-pm": "PM", + "days-format-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormatItem-yMMMd": "d MMM y", + "eraNames": [ + "avant Jésus-Christ", + "après Jésus-Christ" + ], + "days-format-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "days-standAlone-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "dateFormatItem-MMM": "LLL", + "field-month": "mois", + "dayPeriods-format-wide-am": "AM", + "dateFormatItem-MMMMEd": "E d MMMM", + "dateFormat-short": "dd/MM/yy", + "dateFormatItem-MMd": "d/MM", + "dayPeriods-format-wide-afternoon": "après-midi", + "dayPeriods-format-narrow-noon": "midi", + "field-second": "seconde", + "dateFormatItem-yMMMEd": "E d MMM y", + "field-month-relative+0": "ce mois-ci", + "field-month-relative+1": "le mois prochain", + "dateFormatItem-Ed": "E d", + "field-week": "semaine", + "dateFormat-medium": "d MMM y", + "field-year-relative+0": "cette année", + "field-week-relative+-1": "la semaine dernière", + "field-year-relative+1": "l’année prochaine", + "dayPeriods-format-narrow-pm": "p", + "dateTimeFormat-short": "{1} {0}", + "dateFormatItem-Hms": "HH:mm:ss", + "dateFormatItem-hms": "h:mm:ss a", + "field-week-relative+0": "cette semaine", + "field-week-relative+1": "la semaine prochaine" +} +//end v1.x content +); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/hebrew.js b/lib/dojo/cldr/nls/fr/hebrew.js new file mode 100644 index 000000000..4117ac51c --- /dev/null +++ b/lib/dojo/cldr/nls/fr/hebrew.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. + Available via Academic Free License >= 2.1 OR the modified BSD license. + see: http://dojotoolkit.org/license for details +*/ + +//>>built +define("dojo/cldr/nls/fr/hebrew",{"quarters-standAlone-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"quarters-format-abbr":["T1","T2","T3","T4"],"dateFormatItem-yMd":"d/M/yyyy","dateFormat-medium":"d MMM y","dateFormatItem-MMMEd":"E d MMM","quarters-standAlone-abbr":["T1","T2","T3","T4"],"dateFormatItem-MEd":"E d/M","dateFormatItem-yMEd":"E d/M/yyyy","dateFormatItem-yMMMd":"d MMM y","days-format-short":["di","lu","ma","me","je","ve","sa"],"dateFormatItem-Md":"d/M","months-standAlone-wide":["Tisseri","Hesvan","Kislev","Tébeth","Schébat","Adar I","Adar","Nissan","Iyar","Sivan","Tamouz","Ab","Elloul"],"months-format-wide-leap":"Adar II","days-standAlone-narrow":["D","L","M","M","J","V","S"],"months-standAlone-abbr":["Tisseri","Hesvan","Kislev","Tébeth","Schébat","Adar I","Adar","Nissan","Iyar","Sivan","Tamouz","Ab","Elloul"],"dateFormatItem-yQQQ":"QQQ y","days-standAlone-short":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormat-long":"d MMMM y","dateFormat-short":"dd/MM/yy","dateFormatItem-yMMMEd":"E d MMM y","months-format-wide":["Tisseri","Hesvan","Kislev","Tébeth","Schébat","Adar I","Adar","Nissan","Iyar","Sivan","Tamouz","Ab","Elloul"],"days-standAlone-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"days-format-narrow":["D","L","M","M","J","V","S"],"dateFormatItem-yM":"M/yyyy","dayPeriods-format-narrow-pm":"p","months-format-abbr":["Tisseri","Hesvan","Kislev","Tébeth","Schébat","Adar I","Adar","Nissan","Iyar","Sivan","Tamouz","Ab","Elloul"],"days-standAlone-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"days-format-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"dateFormatItem-yQ":"'T'Q y","dateFormatItem-yMMM":"MMM y","quarters-format-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"dateFormat-full":"EEEE d MMMM y","dateFormatItem-MMMd":"d MMM","days-format-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormatItem-Ed":"E d"}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/hebrew.js.uncompressed.js b/lib/dojo/cldr/nls/fr/hebrew.js.uncompressed.js new file mode 100644 index 000000000..e90a046d5 --- /dev/null +++ b/lib/dojo/cldr/nls/fr/hebrew.js.uncompressed.js @@ -0,0 +1,181 @@ +define( +"dojo/cldr/nls/fr/hebrew", //begin v1.x content +{ + "quarters-standAlone-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "quarters-format-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "dateFormatItem-yMd": "d/M/yyyy", + "dateFormat-medium": "d MMM y", + "dateFormatItem-MMMEd": "E d MMM", + "quarters-standAlone-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "dateFormatItem-MEd": "E d/M", + "dateFormatItem-yMEd": "E d/M/yyyy", + "dateFormatItem-yMMMd": "d MMM y", + "days-format-short": [ + "di", + "lu", + "ma", + "me", + "je", + "ve", + "sa" + ], + "dateFormatItem-Md": "d/M", + "months-standAlone-wide": [ + "Tisseri", + "Hesvan", + "Kislev", + "Tébeth", + "Schébat", + "Adar I", + "Adar", + "Nissan", + "Iyar", + "Sivan", + "Tamouz", + "Ab", + "Elloul" + ], + "months-format-wide-leap": "Adar II", + "days-standAlone-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "months-standAlone-abbr": [ + "Tisseri", + "Hesvan", + "Kislev", + "Tébeth", + "Schébat", + "Adar I", + "Adar", + "Nissan", + "Iyar", + "Sivan", + "Tamouz", + "Ab", + "Elloul" + ], + "dateFormatItem-yQQQ": "QQQ y", + "days-standAlone-short": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormat-long": "d MMMM y", + "dateFormat-short": "dd/MM/yy", + "dateFormatItem-yMMMEd": "E d MMM y", + "months-format-wide": [ + "Tisseri", + "Hesvan", + "Kislev", + "Tébeth", + "Schébat", + "Adar I", + "Adar", + "Nissan", + "Iyar", + "Sivan", + "Tamouz", + "Ab", + "Elloul" + ], + "days-standAlone-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "days-format-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "dateFormatItem-yM": "M/yyyy", + "dayPeriods-format-narrow-pm": "p", + "months-format-abbr": [ + "Tisseri", + "Hesvan", + "Kislev", + "Tébeth", + "Schébat", + "Adar I", + "Adar", + "Nissan", + "Iyar", + "Sivan", + "Tamouz", + "Ab", + "Elloul" + ], + "days-standAlone-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "days-format-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "dateFormatItem-yQ": "'T'Q y", + "dateFormatItem-yMMM": "MMM y", + "quarters-format-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "dateFormat-full": "EEEE d MMMM y", + "dateFormatItem-MMMd": "d MMM", + "days-format-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormatItem-Ed": "E d" +} +//end v1.x content +); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/islamic.js b/lib/dojo/cldr/nls/fr/islamic.js new file mode 100644 index 000000000..52c3a2ef8 --- /dev/null +++ b/lib/dojo/cldr/nls/fr/islamic.js @@ -0,0 +1,8 @@ +/* + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. + Available via Academic Free License >= 2.1 OR the modified BSD license. + see: http://dojotoolkit.org/license for details +*/ + +//>>built +define("dojo/cldr/nls/fr/islamic",{"dateFormatItem-yM":"M/yyyy","dateFormatItem-yyyyMMMEd":"E d MMM y G","dateFormatItem-yQ":"'T'Q y","dateFormatItem-MMMEd":"E d MMM","dateFormatItem-hms":"h:mm:ss a","dateFormatItem-yQQQ":"QQQ y","dateFormatItem-MMdd":"dd/MM","days-standAlone-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"dateFormatItem-MMM":"LLL","months-standAlone-narrow":["1","2","3","4","5","6","7","8","9","10","11","12"],"quarters-standAlone-abbr":["T1","T2","T3","T4"],"dateFormatItem-y":"y","dateFormatItem-MMMdd":"dd MMM","dateFormatItem-yyyy":"y G","months-standAlone-abbr":["mouh.","saf.","rab.aw.","rab.th.","joum.ou.","joum.th.","raj.","chaa.","ram.","chaw.","dhou.qi.","dhou.hi."],"dateFormatItem-Ed":"E d","dateFormatItem-yMMM":"MMM y","days-standAlone-narrow":["D","L","M","M","J","V","S"],"eraAbbr":["AH"],"dateFormatItem-yyyyMMMM":"MMMM y G","dateFormat-long":"d MMMM y G","dateFormatItem-Hm":"HH:mm","dateFormatItem-MMd":"d/MM","dateFormatItem-yyMM":"MM/y G","dateFormat-medium":"d MMM, y G","dateFormatItem-Hms":"HH:mm:ss","dayPeriods-format-narrow-pm":"p","dateFormatItem-yyMMM":"MMM y G","dateFormatItem-yyQQQQ":"QQQQ y G","dateFormatItem-yMd":"d/M/yyyy","quarters-standAlone-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"dateFormatItem-ms":"mm:ss","dateFormatItem-yyMMMd":"d MMM y G","months-standAlone-wide":["mouharram","safar","rabia al awal","rabia ath-thani","joumada al oula","joumada ath-thania","rajab","chaabane","ramadan","chawwal","dhou al qi`da","dhou al-hijja"],"dateFormatItem-yyyyMd":"d/M/y G","dateFormatItem-yyyyMMMd":"d MMM y G","dateFormatItem-MMMMEd":"E d MMMM","dateFormatItem-yyyyMEd":"E d/M/y G","dateFormatItem-MMMd":"d MMM","dateFormatItem-yyMMMEd":"E d MMM y G","dateFormatItem-yyQ":"'T'Q y G","months-format-abbr":["mouh.","saf.","rab.aw.","rab.th.","joum.oul.","joum.tha.","raj.","chaa.","ram.","chaw.","dhou.q.","dhou.h."],"dateFormatItem-H":"HH","quarters-format-abbr":["T1","T2","T3","T4"],"days-format-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormatItem-M":"L","days-format-narrow":["D","L","M","M","J","V","S"],"dateFormatItem-yMMMd":"d MMM y","dateFormatItem-MEd":"E d/M","dateFormatItem-yyyyQQQ":"QQQ y G","months-format-narrow":["1","2","3","4","5","6","7","8","9","10","11","12"],"days-standAlone-short":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormatItem-hm":"h:mm a","days-standAlone-abbr":["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],"dateFormat-short":"d/M/y G","dateFormatItem-yyyyM":"M/y G","dateFormatItem-yMMMEd":"E d MMM y","dateFormat-full":"EEEE d MMMM y G","dateFormatItem-Md":"d/M","dateFormatItem-yMEd":"E d/M/yyyy","dateFormatItem-yyyyQ":"'T'Q y G","months-format-wide":["mouharram","safar","rabia al awal","rabia ath-thani","joumada al oula","joumada ath-thania","rajab","chaabane","ramadan","chawwal","dhou al qi`da","dhou al-hijja"],"days-format-short":["di","lu","ma","me","je","ve","sa"],"dateFormatItem-yyyyMMM":"MMM y G","dateFormatItem-d":"d","quarters-format-wide":["1er trimestre","2e trimestre","3e trimestre","4e trimestre"],"days-format-wide":["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],"dateFormatItem-h":"h a"}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/islamic.js.uncompressed.js b/lib/dojo/cldr/nls/fr/islamic.js.uncompressed.js new file mode 100644 index 000000000..7b13ec173 --- /dev/null +++ b/lib/dojo/cldr/nls/fr/islamic.js.uncompressed.js @@ -0,0 +1,238 @@ +define( +"dojo/cldr/nls/fr/islamic", //begin v1.x content +{ + "dateFormatItem-yM": "M/yyyy", + "dateFormatItem-yyyyMMMEd": "E d MMM y G", + "dateFormatItem-yQ": "'T'Q y", + "dateFormatItem-MMMEd": "E d MMM", + "dateFormatItem-hms": "h:mm:ss a", + "dateFormatItem-yQQQ": "QQQ y", + "dateFormatItem-MMdd": "dd/MM", + "days-standAlone-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "dateFormatItem-MMM": "LLL", + "months-standAlone-narrow": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12" + ], + "quarters-standAlone-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "dateFormatItem-y": "y", + "dateFormatItem-MMMdd": "dd MMM", + "dateFormatItem-yyyy": "y G", + "months-standAlone-abbr": [ + "mouh.", + "saf.", + "rab.aw.", + "rab.th.", + "joum.ou.", + "joum.th.", + "raj.", + "chaa.", + "ram.", + "chaw.", + "dhou.qi.", + "dhou.hi." + ], + "dateFormatItem-Ed": "E d", + "dateFormatItem-yMMM": "MMM y", + "days-standAlone-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "eraAbbr": [ + "AH" + ], + "dateFormatItem-yyyyMMMM": "MMMM y G", + "dateFormat-long": "d MMMM y G", + "dateFormatItem-Hm": "HH:mm", + "dateFormatItem-MMd": "d/MM", + "dateFormatItem-yyMM": "MM/y G", + "dateFormat-medium": "d MMM, y G", + "dateFormatItem-Hms": "HH:mm:ss", + "dayPeriods-format-narrow-pm": "p", + "dateFormatItem-yyMMM": "MMM y G", + "dateFormatItem-yyQQQQ": "QQQQ y G", + "dateFormatItem-yMd": "d/M/yyyy", + "quarters-standAlone-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "dateFormatItem-ms": "mm:ss", + "dateFormatItem-yyMMMd": "d MMM y G", + "months-standAlone-wide": [ + "mouharram", + "safar", + "rabia al awal", + "rabia ath-thani", + "joumada al oula", + "joumada ath-thania", + "rajab", + "chaabane", + "ramadan", + "chawwal", + "dhou al qi`da", + "dhou al-hijja" + ], + "dateFormatItem-yyyyMd": "d/M/y G", + "dateFormatItem-yyyyMMMd": "d MMM y G", + "dateFormatItem-MMMMEd": "E d MMMM", + "dateFormatItem-yyyyMEd": "E d/M/y G", + "dateFormatItem-MMMd": "d MMM", + "dateFormatItem-yyMMMEd": "E d MMM y G", + "dateFormatItem-yyQ": "'T'Q y G", + "months-format-abbr": [ + "mouh.", + "saf.", + "rab.aw.", + "rab.th.", + "joum.oul.", + "joum.tha.", + "raj.", + "chaa.", + "ram.", + "chaw.", + "dhou.q.", + "dhou.h." + ], + "dateFormatItem-H": "HH", + "quarters-format-abbr": [ + "T1", + "T2", + "T3", + "T4" + ], + "days-format-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormatItem-M": "L", + "days-format-narrow": [ + "D", + "L", + "M", + "M", + "J", + "V", + "S" + ], + "dateFormatItem-yMMMd": "d MMM y", + "dateFormatItem-MEd": "E d/M", + "dateFormatItem-yyyyQQQ": "QQQ y G", + "months-format-narrow": [ + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12" + ], + "days-standAlone-short": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormatItem-hm": "h:mm a", + "days-standAlone-abbr": [ + "dim.", + "lun.", + "mar.", + "mer.", + "jeu.", + "ven.", + "sam." + ], + "dateFormat-short": "d/M/y G", + "dateFormatItem-yyyyM": "M/y G", + "dateFormatItem-yMMMEd": "E d MMM y", + "dateFormat-full": "EEEE d MMMM y G", + "dateFormatItem-Md": "d/M", + "dateFormatItem-yMEd": "E d/M/yyyy", + "dateFormatItem-yyyyQ": "'T'Q y G", + "months-format-wide": [ + "mouharram", + "safar", + "rabia al awal", + "rabia ath-thani", + "joumada al oula", + "joumada ath-thania", + "rajab", + "chaabane", + "ramadan", + "chawwal", + "dhou al qi`da", + "dhou al-hijja" + ], + "days-format-short": [ + "di", + "lu", + "ma", + "me", + "je", + "ve", + "sa" + ], + "dateFormatItem-yyyyMMM": "MMM y G", + "dateFormatItem-d": "d", + "quarters-format-wide": [ + "1er trimestre", + "2e trimestre", + "3e trimestre", + "4e trimestre" + ], + "days-format-wide": [ + "dimanche", + "lundi", + "mardi", + "mercredi", + "jeudi", + "vendredi", + "samedi" + ], + "dateFormatItem-h": "h a" +} +//end v1.x content +); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/number.js b/lib/dojo/cldr/nls/fr/number.js index 48525724e..6d553350f 100644 --- a/lib/dojo/cldr/nls/fr/number.js +++ b/lib/dojo/cldr/nls/fr/number.js @@ -1,8 +1,8 @@ /* - Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved. + Copyright (c) 2004-2012, The Dojo Foundation All Rights Reserved. Available via Academic Free License >= 2.1 OR the modified BSD license. see: http://dojotoolkit.org/license for details */ //>>built -define("dojo/cldr/nls/fr/number",{"group":" ","percentSign":"%","exponential":"E","scientificFormat":"#E0","percentFormat":"#,##0 %","list":";","infinity":"∞","patternDigit":"#","minusSign":"-","decimal":",","nan":"NaN","nativeZeroDigit":"0","perMille":"‰","decimalFormat":"#,##0.###","currencyFormat":"#,##0.00 ¤","plusSign":"+"}); \ No newline at end of file +define("dojo/cldr/nls/fr/number",{"group":" ","percentSign":"%","exponential":"E","scientificFormat":"#E0","percentFormat":"#,##0 %","list":";","infinity":"∞","minusSign":"-","decimal":",","nan":"NaN","perMille":"‰","decimalFormat":"#,##0.###","currencyFormat":"#,##0.00 ¤;(#,##0.00 ¤)","plusSign":"+","decimalFormat-long":"000 billions","decimalFormat-short":"000 Bn"}); \ No newline at end of file diff --git a/lib/dojo/cldr/nls/fr/number.js.uncompressed.js b/lib/dojo/cldr/nls/fr/number.js.uncompressed.js new file mode 100644 index 000000000..75fde8035 --- /dev/null +++ b/lib/dojo/cldr/nls/fr/number.js.uncompressed.js @@ -0,0 +1,22 @@ +define( +"dojo/cldr/nls/fr/number", //begin v1.x content +{ + "group": " ", + "percentSign": "%", + "exponential": "E", + "scientificFormat": "#E0", + "percentFormat": "#,##0 %", + "list": ";", + "infinity": "∞", + "minusSign": "-", + "decimal": ",", + "nan": "NaN", + "perMille": "‰", + "decimalFormat": "#,##0.###", + "currencyFormat": "#,##0.00 ¤;(#,##0.00 ¤)", + "plusSign": "+", + "decimalFormat-long": "000 billions", + "decimalFormat-short": "000 Bn" +} +//end v1.x content +); \ No newline at end of file -- cgit v1.2.3