Commit 87ca5e8add9408682205c111b8c3d1bfd5253757
1 parent
2f840efa
Exists in
master
and in
28 other branches
ActionItem26: adding French translation for date picker
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1878 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,11 @@ |
1 | + | |
2 | +Date.weekdays = $w("lun mar mer jeu ven sam dim"); | |
3 | +Date.months = $w("janvier février mars avril mai juin juillet août septembre octobre novembre décembre"); | |
4 | + | |
5 | +Date.first_day_of_week = 1 | |
6 | + | |
7 | +_translations = { | |
8 | + "OK": "OK", | |
9 | + "Now": "maintenant", | |
10 | + "Today": "aujourd'hui" | |
11 | +} | ... | ... |