12345678910111213141516171819202122232425262728293031323334353637383940 |
- jQuery.keyboard.language.sq = {
- language : 'Shqip (Albanian)',
- display : {
- 'a' : '\u2714:Prano (Shift+Enter)',
- 'accept' : 'Prano:Prano (Shift+Enter)',
- 'alt' : 'Alt:Alternativ',
- 'b' : '\u2190:Hap\u00ebsir\u00ebn Mbrapa',
- 'bksp' : 'Bksp:Hap\u00ebsir\u00ebn Mbrapa',
- 'c' : '\u2716:Anuloj (Arratisjes)',
- 'cancel' : 'Anuloj:Anuloj (Arratisjes)',
- 'clear' : 'C:Qart\u00eb',
- 'combo' : '\u00f6:Kombinimi',
- 'dec' : '.:Decimal',
- 'e' : '\u21b5:Shkruani',
- 'enter' : 'Shkruani:Shkruani',
- 'lock' : '\u21ea Bllokoj:Caps Lock',
- 'next' : 'Next \u21e8',
- 'prev' : '\u21e6 Prev',
- 's' : '\u21e7:Ndryshim',
- 'shift' : 'Ndryshim:Ndryshim',
- 'sign' : '\u00b1:Ndryshimi Regjistrohu',
- 'space' : ' :Hap\u00ebsir\u00eb',
- 't' : '\u21e5:Tab',
- 'tab' : '\u21e5 Tab:Tab'
- },
-
- wheelMessage : 'P\u00ebrdorimi mousewheel p\u00ebr t\u00eb par\u00eb \u00e7el\u00ebsat e tjera',
-
-
- comboRegex : /([`\'~\^\"ao\/])([a-z])/gim,
- combos : {
-
- '/' : { d:"\u0111", D:"\u0110", l:"\u0142", L:"\u0141" }
- }
- };
|