Merge pull request #285 from danito/v2-beta

V2 beta - module calendar - french translation
This commit is contained in:
Michael Teeuw 2016-05-03 17:07:05 +02:00
commit 8bec8281d2
2 changed files with 9 additions and 1 deletions

View File

@ -48,7 +48,8 @@ Module.register("calendar",{
return { return {
en: "translations/en.json", en: "translations/en.json",
de: "translations/de.json", de: "translations/de.json",
nl: "translations/nl.json" nl: "translations/nl.json",
fr: "translations/fr.json"
}; };
}, },

View File

@ -0,0 +1,7 @@
{
"TODAY": "Aujourd'hui"
, "TOMORROW": "Demain"
, "RUNNING": "Se termine dans"
, "LOADING": "Chargement des RDV …"
, "EMPTY": "Aucun RDV."
}