mn.untranslated.js 1.4 KB

1234567891011121314151617181920212223242526272829
  1. // Keyboard Language
  2. // mn = ISO 639-1 code for Mongolian
  3. // ***********************
  4. jQuery.keyboard.language.mn = {
  5. language: '\u041c\u043e\u043d\u0433\u043e\u043b (Mongolian)',
  6. display : {
  7. 'a' : '\u2714:Accept (Shift+Enter)', // check mark - same action as accept
  8. 'accept' : 'Accept:Accept (Shift+Enter)',
  9. 'alt' : 'AltGr:Alternate Graphemes',
  10. 'b' : '\u2190:Backspace', // Left arrow (same as ←)
  11. 'bksp' : 'Bksp:Backspace',
  12. 'c' : '\u2716:Cancel (Esc)', // big X, close - same action as cancel
  13. 'cancel' : 'Cancel:Cancel (Esc)',
  14. 'clear' : 'C:Clear', // clear num pad
  15. 'combo' : '\u00f6:Toggle Combo Keys',
  16. 'dec' : '.:Decimal', // decimal point for num pad (optional), change '.' to ',' for European format
  17. 'e' : '\u21b5:Enter', // down, then left arrow - enter symbol
  18. 'enter' : 'Enter:Enter',
  19. 'lock' : '\u21ea Lock:Caps Lock', // caps lock
  20. 's' : '\u21e7:Shift', // thick hollow up arrow
  21. 'shift' : 'Shift:Shift',
  22. 'sign' : '\u00b1:Change Sign', // +/- sign for num pad
  23. 'space' : ' :Space',
  24. 't' : '\u21e5:Tab', // right arrow to bar (used since this virtual keyboard works with one directional tabs)
  25. 'tab' : '\u21e5 Tab:Tab' // \u21b9 is the true tab symbol (left & right arrows)
  26. },
  27. // Message added to the key title while hovering, if the mousewheel plugin exists
  28. wheelMessage : 'Use mousewheel to see other keys'
  29. };