Commit 87ca5e8add9408682205c111b8c3d1bfd5253757

Authored by AntonioTerceiro
1 parent 2f840efa

ActionItem26: adding French translation for date picker


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1878 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/javascripts/calendar_date_select/locale/fr.js 0 → 100644
... ... @@ -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 +}
... ...