__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
// Keyboard layouts for Lithuania. // Lithuanian Numeric layout -- Lithuanian letters on the numeric row. // Based on the Lithuanian keymap by Ričardas Čepas <[email protected]>. // Third and fourth levels added by Mantas Kriaučiūnas <[email protected]>, 2004. // Minor modifications and cleanup by Rimas Kudelis <[email protected]>, 2010. default partial alphanumeric_keys modifier_keys xkb_symbols "basic" { include "latin" name[Group1]="Lithuanian"; key <TLDE> {[ grave, asciitilde, acute ]}; key <AE01> {[ aogonek, Aogonek, 1, exclam ]}; key <AE02> {[ ccaron, Ccaron, 2, at ]}; key <AE03> {[ eogonek, Eogonek, 3, numbersign ]}; key <AE04> {[ eabovedot, Eabovedot, 4, dollar ]}; key <AE05> {[ iogonek, Iogonek, 5, percent ]}; key <AE06> {[ scaron, Scaron, 6, asciicircum ]}; key <AE07> {[ uogonek, Uogonek, 7, ampersand ]}; key <AE08> {[ umacron, Umacron, 8, asterisk ]}; key <AE09> {[ doublelowquotemark, parenleft, 9, parenleft ]}; key <AE10> {[ leftdoublequotemark, parenright, 0, parenright ]}; key <AE11> {[ minus, underscore, endash ]}; key <AE12> {[ zcaron, Zcaron, equal, plus ]}; key <AD03> {[ NoSymbol, NoSymbol, EuroSign, sterling ]}; key <LSGT> {[ endash, EuroSign ]}; include "level3(ralt_switch)" }; // Similar to the above, but with the Lithuanian letters on 3rd and 4th levels. partial alphanumeric_keys modifier_keys xkb_symbols "us" { include "latin" name[Group1]="Lithuanian (US)"; key <TLDE> {[ grave, asciitilde, acute ]}; key <AE01> {[ 1, exclam, aogonek, Aogonek ]}; key <AE02> {[ 2, at, ccaron, Ccaron ]}; key <AE03> {[ 3, numbersign, eogonek, Eogonek ]}; key <AE04> {[ 4, dollar, eabovedot, Eabovedot ]}; key <AE05> {[ 5, percent, iogonek, Iogonek ]}; key <AE06> {[ 6, asciicircum, scaron, Scaron ]}; key <AE07> {[ 7, ampersand, uogonek, Uogonek ]}; key <AE08> {[ 8, asterisk, umacron, Umacron ]}; key <AE09> {[ 9, parenleft, doublelowquotemark ]}; key <AE10> {[ 0, parenright, leftdoublequotemark ]}; key <AE11> {[ minus, underscore, endash ]}; key <AE12> {[ equal, plus, zcaron, Zcaron ]}; key <AD03> {[ NoSymbol, NoSymbol, EuroSign, sterling ]}; key <LSGT> {[ endash, EuroSign ]}; include "level3(ralt_switch)" }; // Lithuanian keymap LST 1582:2000 (described at http://ims.mii.lt/klav/). // Extensions: B01 L3 is "<", B02 L3 is ">", and B03 L3 is endash, to make // this layout usable with pc101 and pc104 keyboards. // // Made by Gediminas Paulauskas <[email protected]> // Minor modifications by Ričardas Čepas and Rimas Kudelis partial alphanumeric_keys modifier_keys xkb_symbols "std" { include "latin" name[Group1]="Lithuanian (standard)"; key <TLDE> {[ grave, asciitilde, acute ]}; key <AE01> {[ exclam, 1, at ]}; key <AE02> {[ minus, 2, underscore ]}; key <AE03> {[ slash, 3, numbersign ]}; key <AE04> {[ semicolon, 4, dollar ]}; key <AE05> {[ colon, 5, section ]}; key <AE06> {[ comma, 6, asciicircum ]}; key <AE07> {[ period, 7, ampersand ]}; key <AE08> {[ equal, 8, asterisk ]}; key <AE09> {[ parenleft, 9, bracketleft ]}; key <AE10> {[ parenright, 0, bracketright ]}; key <AE11> {[ question, plus, apostrophe ]}; key <AE12> {[ x, X, percent ]}; key <AD01> {[ aogonek, Aogonek ]}; key <AD02> {[ zcaron, Zcaron ]}; key <AD03> {[ e, E, EuroSign ]}; key <AD11> {[ iogonek, Iogonek, braceleft ]}; key <AD12> {[ w, W, braceright ]}; key <AC04> {[ scaron, Scaron ]}; key <AC10> {[ uogonek, Uogonek ]}; key <AC11> {[ eabovedot, Eabovedot, quotedbl ]}; key <BKSL> {[ q, Q, bar ]}; key <LSGT> {[ less, greater, endash ]}; key <AB01> {[ z, Z, less ]}; key <AB02> {[ umacron, Umacron, greater ]}; key <AB03> {[ c, C, endash ]}; key <AB08> {[ ccaron, Ccaron, doublelowquotemark ]}; key <AB09> {[ f, F, leftdoublequotemark ]}; key <AB10> {[ eogonek, Eogonek, backslash ]}; key <SPCE> {[ space, space, nobreakspace ]}; include "kpdl(comma)" include "level3(ralt_switch)" }; // Lithuanian keymap based on the old LST 1205-92 standard (also known as IBM layout). // https://web.archive.org/web/20060629123341/http://www.kada.lt/litwin/Kbdlta.gif // "Programmer mode" is implemented partially: just the symbols that are missing on // the first two levels are available via AltGr (instead of via a dead tilde key). // Originally by Piter PUNK <[email protected]>, 2006. partial alphanumeric_keys modifier_keys xkb_symbols "ibm" { include "latin" name[Group1]="Lithuanian (IBM)"; key <TLDE> {[ grave, asciitilde, acute ]}; key <AE01> {[ exclam, 1 ]}; key <AE02> {[ quotedbl, 2, at ]}; key <AE03> {[ slash, 3, numbersign ]}; key <AE04> {[ semicolon, 4, dollar ]}; key <AE05> {[ colon, 5, percent ]}; key <AE06> {[ comma, 6, asciicircum ]}; key <AE07> {[ period, 7, ampersand ]}; key <AE08> {[ question, 8, asterisk ]}; key <AE09> {[ parenleft, 9, braceleft ]}; key <AE10> {[ parenright, 0, braceright ]}; key <AE11> {[ underscore, minus, endash ]}; key <AE12> {[ plus, equal ]}; key <AD01> {[ aogonek, Aogonek, q, Q ]}; key <AD02> {[ zcaron, Zcaron, w, W ]}; key <AD03> {[ e, E, EuroSign ]}; key <AD11> {[ iogonek, Iogonek, bracketleft, braceleft ]}; key <AD12> {[ doublelowquotemark, leftdoublequotemark, bracketright, braceright ]}; key <AC10> {[ uogonek, Uogonek, semicolon, colon ]}; key <AC11> {[ eabovedot, Eabovedot, apostrophe, quotedbl ]}; key <LSGT> {[ less, greater, endash ]}; key <AB01> {[ z, Z, guillemotleft, guillemotright]}; key <AB02> {[ umacron, Umacron, x, X ]}; key <AB08> {[ ccaron, Ccaron, comma, less ]}; key <AB09> {[ scaron, Scaron, period, greater ]}; key <AB10> {[ eogonek, Eogonek, slash, question ]}; key <SPCE> {[ space, space, nobreakspace, none ]}; include "level3(ralt_switch)" }; // LEKP and LEKPa layouts 1.0 // For more info visit http://lekp.info // Created by Tautrimas Pajarskas, 2007 // Made by Ernestas Lukoševičius, 2007 // Minor cleanup by Rimas Kudelis, 2010 partial alphanumeric_keys modifier_keys xkb_symbols "lekp" { name[Group1]="Lithuanian (LEKP)"; key <TLDE> {[ grave, asciitilde, acute ]}; key <AE01> {[ slash, numbersign, bar ]}; key <AE02> {[ backslash, at, section ]}; key <AE03> {[ period, braceleft ]}; key <AE04> {[ comma, braceright ]}; key <AE05> {[ f, F ]}; key <AE06> {[ exclam, endash ]}; key <AE07> {[ w, W ]}; key <AE08> {[ uogonek, Uogonek ]}; key <AE09> {[ iogonek, Iogonek ]}; key <AE10> {[ parenleft, doublelowquotemark, registered ]}; key <AE11> {[ parenright, leftdoublequotemark, copyright ]}; key <AE12> {[ colon, ampersand, trademark ]}; key <AD01> {[ q, Q, EuroSign ]}; key <AD02> {[ g, G, 7 ]}; key <AD03> {[ r, R, 8 ]}; key <AD04> {[ l, L, 9 ]}; key <AD05> {[ d, D, percent ]}; key <AD06> {[ ccaron, Ccaron ]}; key <AD07> {[ j, J ]}; key <AD08> {[ u, U, period ]}; key <AD09> {[ eabovedot, Eabovedot, minus ]}; key <AD10> {[ eogonek, Eogonek, slash ]}; key <AD11> {[ question, bracketleft, division ]}; key <AD12> {[ equal, bracketright ]}; key <AC01> {[ a, A, 0 ]}; key <AC02> {[ k, K, 4 ]}; key <AC03> {[ s, S, 5 ]}; key <AC04> {[ t, T, 6 ]}; key <AC05> {[ m, M, dollar ]}; key <AC06> {[ p, P ]}; key <AC07> {[ n, N ]}; key <AC08> {[ e, E, comma ]}; key <AC09> {[ i, I, plus ]}; key <AC10> {[ o, O, asterisk ]}; key <AC11> {[ y, Y, multiply ]}; key <BKSL> {[ apostrophe, underscore ]}; key <LSGT> {[ semicolon, quotedbl, sterling ]}; key <AB01> {[ z, Z, asciicircum ]}; key <AB02> {[ x, X, 1 ]}; key <AB03> {[ c, C, 2 ]}; key <AB04> {[ v, V, 3 ]}; key <AB05> {[ zcaron, Zcaron ]}; key <AB06> {[ scaron, Scaron ]}; key <AB07> {[ b, B, degree ]}; key <AB08> {[ umacron, Umacron, less ]}; key <AB09> {[ aogonek, Aogonek, greater ]}; key <AB10> {[ h, H ]}; include "capslock(backspace)" include "level3(ralt_switch)" }; partial alphanumeric_keys modifier_keys xkb_symbols "lekpa" { include "lt(lekp)" name[Group1]="Lithuanian (LEKPa)"; key <AE01> {[ slash, quotedbl, bar ]}; key <AE03> {[ period, braceleft, numbersign ]}; key <AE04> {[ comma, braceright, sterling ]}; key <AE05> {[ f, F, ampersand ]}; key <AE12> {[ colon, semicolon, trademark ]}; key <LSGT> {[ less, greater, bar ]}; }; // Samogitian (žemaiťiu/žemaičių) layout, based on the Lithuanian standard layout. // Long vowels are made by combining: pressing the grave key (`) after the vowel. // Special letters (ëůȧťď and Latvian ģŗļķ) are obtained with AltGr plus the base letter. // // Added by Arnas Udovičius <[email protected]>, 2020. partial alphanumeric_keys modifier_keys xkb_symbols "sgs" { include "lt(basic)" name[Group1]="Samogitian"; key <TLDE> {[ U0304, asciitilde, grave, acute ]}; key <AD01> {[ q, Q, ediaeresis, Ediaeresis ]}; key <AD02> {[ w, W, U016F, U016E ]}; key <AD04> {[ r, R, rcedilla, Rcedilla ]}; key <AD05> {[ t, T, tcaron, Tcaron ]}; key <AC01> {[ a, A, U0227, U0226 ]}; key <AC03> {[ d, D, dcaron, Dcaron ]}; key <AC05> {[ g, G, gcedilla, Gcedilla ]}; key <AC08> {[ k, K, kcedilla, Kcedilla ]}; key <AC09> {[ l, L, lcedilla, Lcedilla ]}; }; // Lithuanian "Ratise" keymap, by Algirdas Buckus <[email protected]>. // Last changed on 2020-12-24. partial alphanumeric_keys modifier_keys xkb_symbols "ratise" { name[Group1]="Lithuanian (Ratise)"; key <TLDE> { [ plus, section, grave, acute ] }; key <AE01> { [ exclam, currency, rightsinglequotemark, exclamdown ] }; key <AE02> { [ colon, at, 0x10027E8, 0x1002190 ] }; // MATHEMATICAL LEFT ANGLE BRACKET; LEFTWARDS ARROW key <AE03> { [ period, numbersign, 0x10027E9, 0x1002192 ] }; // MATHEMATICAL RIGHT ANGLE BRACKET; RIGHTWARDS ARROW key <AE04> { [ asterisk, dollar, rightdoublequotemark, sterling ] }; key <AE05> { [ underscore, percent, ellipsis, permille ] }; key <AE06> { [ emdash, bar, asciicircum, brokenbar ] }; key <AE07> { [ equal, ampersand, 7, notequal ] }; key <AE08> { [ comma, less, 8, lessthanequal ] }; key <AE09> { [ semicolon, greater, 9, greaterthanequal ] }; key <AE10> { [ slash, backslash, division, 0x1002016 ] }; // DOUBLE VERTICAL LINE key <AE11> { [ w, W, Greek_OMEGA, ssharp ] }; key <AE12> { [ question, asciitilde, 0x1002248, questiondown ] }; // ALMOST EQUAL TO key <TAB> { [ Tab,ISO_Left_Tab, Multi_key ] }; // AltGr+Tab is Compose key <AD01> { [ umacron, Umacron, leftsinglequotemark, 0x100203A ] }; // SINGLE RIGHT-POINTING ANGLE QUOTATION MARK key <AD02> { [ eabovedot, Eabovedot, bracketleft, dead_abovering ] }; key <AD03> { [ y, Y, bracketright, dead_circumflex ] }; key <AD04> { [ o, O, leftdoublequotemark, guillemotright ] }; key <AD05> { [ q, Q, 0x1000301, 0x1002191 ] }; // COMBINING ACUTE ACCENT; UPWARDS ARROW key <AD06> { [ j, J, EuroSign, yen ] }; key <AD07> { [ n, N, 4, notsign ] }; key <AD08> { [ k, K, 5, dagger ] }; key <AD09> { [ g, G, 6, enfilledcircbullet ] }; key <AD10> { [ b, B, multiply, infinity ] }; key <AD11> { [ c, C, cent, copyright ] }; key <AD12> { [ f, F, 0x1002044, trademark ] }; // FRACTION SLASH key <AC01> { [ u, U, apostrophe, dead_macron ] }; key <AC02> { [ e, E, parenleft, dead_grave ] }; key <AC03> { [ i, I, parenright, dead_acute ] }; key <AC04> { [ a, A, quotedbl, dead_diaeresis ] }; key <AC05> { [ h, H, 0x1000303, dead_tilde ] }; // COMBINING TILDE ACCENT key <AC06> { [ l, L, lstroke, Lstroke ] }; key <AC07> { [ r, R, 1, onesuperior ] }; key <AC08> { [ t, T, 2, twosuperior ] }; key <AC09> { [ s, S, 3, threesuperior ] }; key <AC10> { [ p, P, 0x1002212, paragraph ] }; // MINUS SIGN key <AC11> { [ zcaron, Zcaron, minus, dead_cedilla ] }; key <BKSL> { [ z, Z, degree, registered ] }; key <LSGT> { [ minus, endash, 0x1000307, 0x1002011 ] }; // COMBINING DOT ABOVE, NON-BREAKING HYPHEN key <AB01> { [ uogonek, Uogonek, singlelowquotemark, 0x1002039 ] }; // SINGLE LEFT-POINTING ANGLE QUOTATION MARK key <AB02> { [ eogonek, Eogonek, braceleft, dead_breve ] }; key <AB03> { [ iogonek, Iogonek, braceright, dead_caron ] }; key <AB04> { [ aogonek, Aogonek, doublelowquotemark, guillemotleft ] }; key <AB05> { [ x, X, 0x1000300, 0x1002193 ] }; // COMBINING GRAVE ACCENT; DOWNWARDS ARROW key <AB06> { [ v, V, squareroot, 0x10025CA ] }; // LOZENGE key <AB07> { [ m, M, 0, mu ] }; key <AB08> { [ d, D, period, doubledagger ] }; key <AB09> { [ scaron, Scaron, comma, periodcentered ] }; key <AB10> { [ ccaron, Ccaron, plus, plusminus ] }; key <SPCE> { [ space, space, space, nobreakspace ] }; include "level3(ralt_switch)" }; // EXTRAS: partial alphanumeric_keys modifier_keys xkb_symbols "us_dvorak" { include "us(dvorak)" name[Group1]="Lithuanian (Dvorak)"; key <AE01> {[ 1, exclam, aogonek, Aogonek ]}; key <AE02> {[ 2, at, ccaron, Ccaron ]}; key <AE03> {[ 3, numbersign, eogonek, Eogonek ]}; key <AE04> {[ 4, dollar, eabovedot, Eabovedot ]}; key <AE05> {[ 5, percent, iogonek, Iogonek ]}; key <AE06> {[ 6, asciicircum, scaron, Scaron ]}; key <AE07> {[ 7, ampersand, uogonek, Uogonek ]}; key <AE08> {[ 8, asterisk, umacron, Umacron ]}; key <AE09> {[ 9, parenleft, doublelowquotemark, parenleft ]}; key <AE10> {[ 0, parenright, leftdoublequotemark, parenright ]}; key <AD12> {[ equal, plus, zcaron, Zcaron ]}; include "level3(ralt_switch)" }; partial alphanumeric_keys xkb_symbols "sun_type6" { include "sun_vndr/lt(sun_type6)" };
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| digital_vndr | Folder | 0755 |
|
|
| fujitsu_vndr | Folder | 0755 |
|
|
| hp_vndr | Folder | 0755 |
|
|
| jolla_vndr | Folder | 0755 |
|
|
| macintosh_vndr | Folder | 0755 |
|
|
| nec_vndr | Folder | 0755 |
|
|
| sgi_vndr | Folder | 0755 |
|
|
| sharp_vndr | Folder | 0755 |
|
|
| sony_vndr | Folder | 0755 |
|
|
| sun_vndr | Folder | 0755 |
|
|
| xfree68_vndr | Folder | 0755 |
|
|
| af | File | 21.75 KB | 0644 |
|
| al | File | 5.85 KB | 0644 |
|
| altwin | File | 3.58 KB | 0644 |
|
| am | File | 9.25 KB | 0644 |
|
| ancient | File | 8.27 KB | 0644 |
|
| apl | File | 50.95 KB | 0644 |
|
| ara | File | 34.9 KB | 0644 |
|
| at | File | 392 B | 0644 |
|
| au | File | 222 B | 0644 |
|
| az | File | 3.85 KB | 0644 |
|
| ba | File | 690 B | 0644 |
|
| bd | File | 3.25 KB | 0644 |
|
| be | File | 10.45 KB | 0644 |
|
| bg | File | 18.46 KB | 0644 |
|
| bqn | File | 5.18 KB | 0644 |
|
| br | File | 18.77 KB | 0644 |
|
| brai | File | 2.45 KB | 0644 |
|
| bt | File | 3.59 KB | 0644 |
|
| bw | File | 950 B | 0644 |
|
| by | File | 4.31 KB | 0644 |
|
| ca | File | 16.72 KB | 0644 |
|
| capslock | File | 3.45 KB | 0644 |
|
| cd | File | 3.88 KB | 0644 |
|
| ch | File | 6.64 KB | 0644 |
|
| cm | File | 27.29 KB | 0644 |
|
| cn | File | 36.52 KB | 0644 |
|
| compose | File | 2.43 KB | 0644 |
|
| ctrl | File | 4.1 KB | 0644 |
|
| cz | File | 22.97 KB | 0644 |
|
| de | File | 99.69 KB | 0644 |
|
| dk | File | 2.52 KB | 0644 |
|
| dz | File | 12.17 KB | 0644 |
|
| ee | File | 4.81 KB | 0644 |
|
| eg | File | 2.11 KB | 0644 |
|
| empty | File | 121 B | 0644 |
|
| epo | File | 7.47 KB | 0644 |
|
| es | File | 9.72 KB | 0644 |
|
| et | File | 2.27 KB | 0644 |
|
| eu | File | 4.9 KB | 0644 |
|
| eurosign | File | 835 B | 0644 |
|
| fi | File | 24.21 KB | 0644 |
|
| fo | File | 1.79 KB | 0644 |
|
| fr | File | 105.44 KB | 0644 |
|
| gb | File | 9.25 KB | 0644 |
|
| ge | File | 12.34 KB | 0644 |
|
| gh | File | 6.38 KB | 0644 |
|
| gn | File | 2.12 KB | 0644 |
|
| gr | File | 10.53 KB | 0644 |
|
| grab | File | 77 B | 0644 |
|
| group | File | 9.66 KB | 0644 |
|
| hr | File | 2.66 KB | 0644 |
|
| hu | File | 30.87 KB | 0644 |
|
| id | File | 13.61 KB | 0644 |
|
| ie | File | 17.55 KB | 0644 |
|
| il | File | 15.74 KB | 0644 |
|
| in | File | 115.73 KB | 0644 |
|
| inet | File | 78.46 KB | 0644 |
|
| iq | File | 633 B | 0644 |
|
| ir | File | 11.51 KB | 0644 |
|
| is | File | 10.87 KB | 0644 |
|
| it | File | 16.58 KB | 0644 |
|
| jp | File | 7.23 KB | 0644 |
|
| ke | File | 4.41 KB | 0644 |
|
| keypad | File | 23.43 KB | 0644 |
|
| kg | File | 6.21 KB | 0644 |
|
| kh | File | 3.35 KB | 0644 |
|
| kpdl | File | 3.32 KB | 0644 |
|
| kr | File | 1.17 KB | 0644 |
|
| kz | File | 16.04 KB | 0644 |
|
| la | File | 4.71 KB | 0644 |
|
| latam | File | 9.83 KB | 0644 |
|
| latin | File | 14.4 KB | 0644 |
|
| level2 | File | 209 B | 0644 |
|
| level3 | File | 4.55 KB | 0644 |
|
| level5 | File | 4.1 KB | 0644 |
|
| lk | File | 7.64 KB | 0644 |
|
| lt | File | 20.02 KB | 0644 |
|
| lv | File | 20 KB | 0644 |
|
| ma | File | 12.46 KB | 0644 |
|
| md | File | 4.83 KB | 0644 |
|
| me | File | 1.67 KB | 0644 |
|
| mk | File | 3.04 KB | 0644 |
|
| ml | File | 2.03 KB | 0644 |
|
| mm | File | 16.85 KB | 0644 |
|
| mn | File | 4.21 KB | 0644 |
|
| mt | File | 5.54 KB | 0644 |
|
| mv | File | 2.49 KB | 0644 |
|
| my | File | 5.41 KB | 0644 |
|
| nbsp | File | 2.62 KB | 0644 |
|
| ng | File | 6.15 KB | 0644 |
|
| nl | File | 6.78 KB | 0644 |
|
| no | File | 12.14 KB | 0644 |
|
| np | File | 6.17 KB | 0644 |
|
| nz | File | 698 B | 0644 |
|
| olpc | File | 930 B | 0644 |
|
| parens | File | 389 B | 0644 |
|
| pc | File | 2.66 KB | 0644 |
|
| ph | File | 74.24 KB | 0644 |
|
| pk | File | 19.85 KB | 0644 |
|
| pl | File | 27.29 KB | 0644 |
|
| pt | File | 11.5 KB | 0644 |
|
| ro | File | 11.08 KB | 0644 |
|
| rs | File | 14.82 KB | 0644 |
|
| ru | File | 78.63 KB | 0644 |
|
| rupeesign | File | 131 B | 0644 |
|
| scrolllock | File | 73 B | 0644 |
|
| se | File | 15.74 KB | 0644 |
|
| shift | File | 2.07 KB | 0644 |
|
| si | File | 625 B | 0644 |
|
| sk | File | 6.56 KB | 0644 |
|
| sn | File | 2.18 KB | 0644 |
|
| srvr_ctrl | File | 1.76 KB | 0644 |
|
| srvrkeys | File | 78 B | 0644 |
|
| sy | File | 4.67 KB | 0644 |
|
| terminate | File | 199 B | 0644 |
|
| tg | File | 3.66 KB | 0644 |
|
| th | File | 7.25 KB | 0644 |
|
| tj | File | 9.64 KB | 0644 |
|
| tm | File | 1.48 KB | 0644 |
|
| tr | File | 27.44 KB | 0644 |
|
| trans | File | 16.19 KB | 0644 |
|
| tw | File | 3.26 KB | 0644 |
|
| typo | File | 4.39 KB | 0644 |
|
| tz | File | 3.27 KB | 0644 |
|
| ua | File | 15.98 KB | 0644 |
|
| us | File | 110.04 KB | 0644 |
|
| uz | File | 3.1 KB | 0644 |
|
| vn | File | 6 KB | 0644 |
|
| za | File | 2.19 KB | 0644 |
|