de.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // de = ISO 639-1 code for German
  4. // ***********************
  5. jQuery.keyboard.language.de = {
  6. language: 'Deutsch (German)',
  7. display : {
  8. 'a' : '\u2714:\u00dcbernehmen (Umschalt+Enter)', // check mark - same action as accept
  9. 'accept' : '\u00dcbernehmen:\u00dcbernehmen (Umschalt+Enter)',
  10. 'alt' : 'AltGr:Alt Graph',
  11. 'b' : '\u2190:R\u00fccktaste', // Left arrow (same as ←)
  12. 'bksp' : 'R\u00fcck:R\u00fccktaste',
  13. 'c' : '\u2716:Abbrechen (Esc)', // big X, close - same action as cancel
  14. 'cancel' : 'Abbrechen:Abbrechen (Esc)',
  15. 'clear' : 'C:L\u00f6schen', // clear num pad
  16. 'combo' : '\u00f6:Tottasten umschalten',
  17. 'dec' : ',:Dezimal', // decimal point for num pad (optional), change '.' to ',' for European format
  18. 'e' : '\u21b5:Eingabe', // down, then left arrow - enter symbol
  19. 'enter' : 'Enter:Eingabe',
  20. 'lock' : '\u21E9:Feststelltaste', // caps lock
  21. 's' : '\u21e7:Umschalttaste', // thick hollow up arrow
  22. 'shift' : 'Umschalt:Umschalttaste',
  23. 'sign' : '\u00b1:Vorzeichen wechseln', // +/- sign for num pad
  24. 'space' : ' :Leertaste',
  25. 't' : '\u21e5:Tabulatortaste', // right arrow to bar (used since this virtual keyboard works with one directional tabs)
  26. 'tab' : '\u21e5 Tab:Tabulatortaste' // \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 : 'Mausrad benutzen, um weitere Tasten zu sehen',
  30. };