es.js 1.5 KB

1234567891011121314151617181920212223242526272829
  1. // Keyboard Language
  2. // please update this section to match this language and email me with corrections!
  3. // es = ISO 639-1 code for Spanish
  4. // ***********************
  5. jQuery.keyboard.language.es = {
  6. language: 'Espa\u00f1ol (Spanish)',
  7. display : {
  8. 'a' : '\u2714:Acceptar (Cambio+Inscribir)', // check mark - same action as accept
  9. 'accept' : 'Acceptar:Acceptar (Cambio+Inscribir)',
  10. 'alt' : 'AltGr:Grafemas Alternativos',
  11. 'b' : '\u2190:Retroceso', // Left arrow (same as ←)
  12. 'bksp' : 'Bksp:Retroceso',
  13. 'c' : '\u2716:Cancelar (Esc)', // big X, close - same action as cancel
  14. 'cancel' : 'Cancelar:Cancelar (Esc)',
  15. 'clear' : 'C:Vaciar', // clear num pad
  16. 'combo' : '\u00f6:Alternar las Teclas Combinados',
  17. 'dec' : ',:Decimal', // decimal point for num pad (optional), change '.' to ',' for European format
  18. 'e' : '\u21b5:Inscribir', // down, then left arrow - enter symbol
  19. 'enter' : 'Inscribir:Inscribir',
  20. 'lock' : '\u21ea Bloq:Mayús', // caps lock
  21. 's' : '\u21e7:Cambio', // thick hollow up arrow
  22. 'shift' : 'Cambio:Cambio',
  23. 'sign' : '\u00b1:Cambiar Signo', // +/- sign for num pad
  24. 'space' : ' :Espacio',
  25. 't' : '\u21e5:Tab', // right arrow to bar (used since this virtual keyboard works with one directional tabs)
  26. 'tab' : '\u21e5 Tab:Tab' // \u21b9 is the true tab symbol (left & right arrows)
  27. },
  28. wheelMessage : 'Utilice la rueda del mouse para ver otras teclas'
  29. };