fr.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // fr = ISO 639-1 code for French
  4. // ***********************
  5. jQuery.keyboard.language.fr = {
  6. language: 'Fran\u00e7ais (French)',
  7. display : {
  8. 'a' : '\u2714:Valider (Shift+Enter)', // check mark - same action as accept
  9. 'accept' : 'Valider:Valider (Shift+Enter)',
  10. 'alt' : 'AltGr:Charact\u00e8re alternatif',
  11. 'b' : '\u2190:Suppr arri\u00e8re', // Left arrow (same as ←)
  12. 'bksp' : '\u2190Suppr:Suppr arri\u00e8re',
  13. 'c' : '\u2716:Annuler', // big X, close - same action as cancel
  14. 'cancel' : 'Annuler:Annuler (\u00c9chap)',
  15. 'clear' : 'C:Effacer', // clear num pad
  16. 'combo' : '\u00f6:Bacsuler les touches combo',
  17. 'dec' : '.:Decimal', // decimal point for num pad (optional), change '.' to ',' for European format
  18. 'e' : '\u21b5:Entr\u00e9e', // down, then left arrow - enter symbol
  19. 'enter' : 'Entr\u00e9e:Entr\u00e9e',
  20. 'lock' : '\u21ea Verr Mag:Verouillage majuscule', // caps lock
  21. 's' : '\u21e7:Majuscule', // thick hollow up arrow
  22. 'shift' : 'Maj:Majuscule',
  23. 'sign' : '\u00b1:Change de signe', // +/- sign for num pad
  24. 'space' : ' :Espace',
  25. 't' : '\u21e5:Tabulation', // right arrow to bar (used since this virtual keyboard works with one directional tabs)
  26. 'tab' : '\u21e5 Tab:Tabulation' // \u21b9 is the true tab symbol (left & right arrows)
  27. },
  28. // Message added to the key title while hovering, if the mousewheel plugin exists
  29. wheelMessage : 'Utiliser la molette de la souris pour voir les autres lettres',
  30. };