Browse Source

Fixes whitespace formatting

ZenDesk_3332_fr_lang_fixes
Scott Bradley 8 years ago
parent
commit
4b11a6d246
  1. 62
      source/js/Core/Language/locale/fr.js

62
source/js/Core/Language/locale/fr.js

@ -1,12 +1,12 @@
/* French LANGUAGE
================================================== */
if(typeof VMM != 'undefined') {
VMM.Language = {
lang: "fr",
api: {
wikipedia: "fr"
},
date: {
VMM.Language = {
lang: "fr",
api: {
wikipedia: "fr"
},
date: {
month: [
"janvier",
"février",
@ -53,8 +53,8 @@ if(typeof VMM != 'undefined') {
"Vend.",
"Sam."
],
},
era_labels: { // specify prefix or suffix to apply to formatted date. Blanks mean no change.
},
era_labels: { // specify prefix or suffix to apply to formatted date. Blanks mean no change.
positive_year: {
prefix: "",
suffix: ""
@ -70,27 +70,27 @@ if(typeof VMM != 'undefined') {
T: ["A", "P"],
TT: ["AM", "PM"]
},
dateformats: {
year: "yyyy",
month_short: "mmm",
month: "mmmm yyyy",
full_short: "d mmm",
full: "d mmmm yyyy",
time_short: "HH:MM:ss",
time_no_seconds_short: "HH:MM",
time_no_seconds_small_date: "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
full_long: "dddd',' d mmm yyyy 'à' HH:MM",
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
},
messages: {
loading_timeline: "Chargement de la frise en cours... ",
return_to_title: "Retour à la page d'accueil",
expand_timeline: "Elargir la frise",
contract_timeline: "Réduire la frise",
wikipedia: "Extrait de Wikipedia, l'encyclopédie libre",
loading_content: "Chargement",
loading: "Chargement",
swipe_nav: "Swipe to Navigate",
dateformats: {
year: "yyyy",
month_short: "mmm",
month: "mmmm yyyy",
full_short: "d mmm",
full: "d mmmm yyyy",
time_short: "HH:MM:ss",
time_no_seconds_short: "HH:MM",
time_no_seconds_small_date: "HH:MM'<br/><small>'d mmmm yyyy'</small>'",
full_long: "dddd',' d mmm yyyy 'à' HH:MM",
full_long_small_date: "HH:MM'<br/><small>'dddd',' d mmm yyyy'</small>'"
},
messages: {
loading_timeline: "Chargement de la frise en cours... ",
return_to_title: "Retour à la page d'accueil",
expand_timeline: "Elargir la frise",
contract_timeline: "Réduire la frise",
wikipedia: "Extrait de Wikipedia, l'encyclopédie libre",
loading_content: "Chargement",
loading: "Chargement",
swipe_nav: "Swipe to Navigate",
error: "Erreur",
swipe_to_navigate: "Faites glisser pour naviguer<br><span class='tl-button'>OK</span>",
unknown_read_err: "Une erreur indéterminée est survenue lors de l'accès aux données de votre feuille de calcul.",
@ -119,6 +119,6 @@ if(typeof VMM != 'undefined') {
spotify_invalid_url: "URL Spotify invalide",
template_value_err: "Aucune donnée pour cette variable",
invalid_rgb_err: "Argument RGB invalide"
}
}
}
}
}

Loading…
Cancel
Save