-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup_translated.html
351 lines (350 loc) · 33 KB
/
popup_translated.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="popup.css">
<script defer src="popup.js" type="module"></script>
</head>
<body>
<h1>WikiSwitcher <img src="icon.png" class="popup"></h1>
<h2>Select the languages that you read</h2>
<br>
<h4>Most popular Wikipedia languages</h4>
<form id="language_selector">
<input type="checkbox" id="en" name="english" value="en"><label for="en">English</label><br>
<input type="checkbox" id="fr" name="french" value="fr"><label for="fr">français</label><br>
<input type="checkbox" id="de" name="german" value="de"><label for="de">Deutsch</label><br>
<input type="checkbox" id="es" name="spanish" value="es"><label for="es">español</label><br>
<input type="checkbox" id="ja" name="japanese" value="ja"><label for="ja">日本語</label><br>
<input type="checkbox" id="ru" name="russian" value="ru"><label for="ru">Русский язык</label><br>
<input type="checkbox" id="pt" name="portuguese" value="pt"><label for="pt">português</label><br>
<input type="checkbox" id="zh" name="chinese" value="zh"><label for="zh">中文</label><br>
<input type="checkbox" id="it" name="italian" value="it"><label for="it">italiano</label><br>
<input type="checkbox" id="fa" name="persian" value="fa"><label for="fa"></label><br>
<br>
<h4>All other Wikipedia languages</h4>
<div class="otherlanguages" >
<input type="checkbox" id="ab" name="abkhaz" value="ab"><label for="ab">аҧсуа бызшәа</label><br>
<input type="checkbox" id="ace" name="acehnese" value="ace"><label for="ace">Acehnese</label><br>
<input type="checkbox" id="ady" name="adyghe" value="ady"><label for="ady">адыгэбзэ</label><br>
<input type="checkbox" id="af" name="afrikaans" value="af"><label for="af">Afrikaans</label><br>
<input type="checkbox" id="sq" name="albanian" value="sq"><label for="sq">shqip</label><br>
<input type="checkbox" id="als" name="alemannic german" value="als"><label for="als">Alemannic German</label><br>
<input type="checkbox" id="am" name="amharic" value="am"><label for="am">ኣማርኛ</label><br>
<input type="checkbox" id="ami" name="amis" value="ami"><label for="ami">Amis</label><br>
<input type="checkbox" id="anp" name="angika" value="anp"><label for="anp">Angika</label><br>
<input type="checkbox" id="ar" name="arabic" value="ar"><label for="ar"></label><br>
<input type="checkbox" id="an" name="aragonese" value="an"><label for="an">Fabla</label><br>
<input type="checkbox" id="hy" name="armenian" value="hy"><label for="hy">Հայերէն</label><br>
<input type="checkbox" id="roa-rup" name="aromanian" value="roa-rup"><label for="roa-rup">Armãneashti</label><br>
<input type="checkbox" id="as" name="assamese" value="as"><label for="as">অসমীয়া</label><br>
<input type="checkbox" id="ast" name="asturian" value="ast"><label for="ast">Asturianu</label><br>
<input type="checkbox" id="tay" name="atayal" value="tay"><label for="tay">Atayal</label><br>
<input type="checkbox" id="atj" name="atikamekw" value="atj"><label for="atj">Atikamekw</label><br>
<input type="checkbox" id="av" name="avar" value="av"><label for="av">магIарул мацI</label><br>
<input type="checkbox" id="awa" name="awadhi" value="awa"><label for="awa">Awadhi</label><br>
<input type="checkbox" id="ay" name="aymara" value="ay"><label for="ay">aymar aru</label><br>
<input type="checkbox" id="az" name="azerbaijani" value="az"><label for="az">Azərbaycan dili</label><br>
<input type="checkbox" id="ban" name="balinese" value="ban"><label for="ban">Basa Bali</label><br>
<input type="checkbox" id="bm" name="bambara" value="bm"><label for="bm">Bamanankan</label><br>
<input type="checkbox" id="bjn" name="banjarese" value="bjn"><label for="bjn">Banjarese</label><br>
<input type="checkbox" id="map-bms" name="banyumasan" value="map-bms"><label for="map-bms">Banyumasan</label><br>
<input type="checkbox" id="ba" name="bashkir" value="ba"><label for="ba">башҡорт теле</label><br>
<input type="checkbox" id="eu" name="basque" value="eu"><label for="eu">euskara</label><br>
<input type="checkbox" id="bar" name="bavarian" value="bar"><label for="bar">Bavarian</label><br>
<input type="checkbox" id="be" name="belarusian" value="be"><label for="be">Беларуская мова</label><br>
<input type="checkbox" id="be-tarask" name="belarusian" value="be-tarask"><label for="be-tarask">Беларуская мова</label><br>
<input type="checkbox" id="bn" name="bengali" value="bn"><label for="bn">বাংলা</label><br>
<input type="checkbox" id="bew" name="betawi" value="bew"><label for="bew">Betawi</label><br>
<input type="checkbox" id="bh" name="bihari" value="bh"><label for="bh">Bihari</label><br>
<input type="checkbox" id="bpy" name="bishnupriya manipuri" value="bpy"><label for="bpy">Bishnupriya Manipuri</label><br>
<input type="checkbox" id="bi" name="bislama" value="bi"><label for="bi">Bislama</label><br>
<input type="checkbox" id="bs" name="bosnian" value="bs"><label for="bs">bosanski</label><br>
<input type="checkbox" id="br" name="breton" value="br"><label for="br">ar brezhoneg</label><br>
<input type="checkbox" id="bug" name="buginese" value="bug"><label for="bug">ᨅᨔ ᨕᨘᨁᨗ</label><br>
<input type="checkbox" id="bg" name="bulgarian" value="bg"><label for="bg">български</label><br>
<input type="checkbox" id="my" name="burmese" value="my"><label for="my">ဗမာစကား</label><br>
<input type="checkbox" id="bxr" name="buryat" value="bxr"><label for="bxr">буряад хэлэн</label><br>
<input type="checkbox" id="zh-yue" name="cantonese" value="zh-yue"><label for="zh-yue">Cantonese</label><br>
<input type="checkbox" id="ca" name="catalan" value="ca"><label for="ca">català</label><br>
<input type="checkbox" id="ceb" name="cebuano" value="ceb"><label for="ceb">Sinugboanon</label><br>
<input type="checkbox" id="bcl" name="central bikol" value="bcl"><label for="bcl">Central Bikol</label><br>
<input type="checkbox" id="bo" name="central tibetan" value="bo"><label for="bo">Central Tibetan</label><br>
<input type="checkbox" id="ch" name="chamorro" value="ch"><label for="ch">chamoru</label><br>
<input type="checkbox" id="cbk-zam" name="chavacano" value="cbk-zam"><label for="cbk-zam">Chavacano</label><br>
<input type="checkbox" id="ce" name="chechen" value="ce"><label for="ce">Нохчийн мотт</label><br>
<input type="checkbox" id="chr" name="cherokee" value="chr"><label for="chr">ᏣᎳᎩ</label><br>
<input type="checkbox" id="ny" name="chewa" value="ny"><label for="ny">Chewa</label><br>
<input type="checkbox" id="chy" name="cheyenne" value="chy"><label for="chy">Tsėhesenėstsestotse</label><br>
<input type="checkbox" id="cv" name="chuvash" value="cv"><label for="cv">Chuvash</label><br>
<input type="checkbox" id="zh-classical" name="classical chinese" value="zh-classical"><label for="zh-classical">Classical Chinese</label><br>
<input type="checkbox" id="kw" name="cornish" value="kw"><label for="kw">Kernewek</label><br>
<input type="checkbox" id="co" name="corsican" value="co"><label for="co">corsu</label><br>
<input type="checkbox" id="cr" name="cree" value="cr"><label for="cr">ᓀᐦᐃᔭᐍᐏᐣ</label><br>
<input type="checkbox" id="crh" name="crimean tatar" value="crh"><label for="crh">Crimean Tatar</label><br>
<input type="checkbox" id="hr" name="croatian" value="hr"><label for="hr">Hrvatski</label><br>
<input type="checkbox" id="cs" name="czech" value="cs"><label for="cs">čeština</label><br>
<input type="checkbox" id="dga" name="dagaare" value="dga"><label for="dga">Dagaare</label><br>
<input type="checkbox" id="dag" name="dagbani" value="dag"><label for="dag">Dagbani</label><br>
<input type="checkbox" id="da" name="danish" value="da"><label for="da">dansk</label><br>
<input type="checkbox" id="din" name="dinka" value="din"><label for="din">Thuɔŋjäŋ</label><br>
<input type="checkbox" id="dty" name="doteli" value="dty"><label for="dty">Doteli</label><br>
<input type="checkbox" id="dtp" name="dusun" value="dtp"><label for="dtp">Dusun</label><br>
<input type="checkbox" id="nl" name="dutch" value="nl"><label for="nl">Nederlands</label><br>
<input type="checkbox" id="nds-nl" name="dutch low saxon" value="nds-nl"><label for="nds-nl">Dutch Low Saxon</label><br>
<input type="checkbox" id="dz" name="dzongkha" value="dz"><label for="dz">རྫོང་ཁ</label><br>
<input type="checkbox" id="cdo" name="eastern min" value="cdo"><label for="cdo">Eastern Min</label><br>
<input type="checkbox" id="arz" name="egyptian arabic" value="arz"><label for="arz">Egyptian Arabic</label><br>
<input type="checkbox" id="eml" name="emilian–romagnol" value="eml"><label for="eml">Emilian–Romagnol</label><br>
<input type="checkbox" id="myv" name="erzya" value="myv"><label for="myv">эрзянь кель</label><br>
<input type="checkbox" id="eo" name="esperanto" value="eo"><label for="eo">Esperanto</label><br>
<input type="checkbox" id="et" name="estonian" value="et"><label for="et">eesti keel</label><br>
<input type="checkbox" id="ee" name="ewe" value="ee"><label for="ee">Eʋegbe</label><br>
<input type="checkbox" id="ext" name="extremaduran" value="ext"><label for="ext">Extremaduran</label><br>
<input type="checkbox" id="fat" name="fante" value="fat"><label for="fat">Fante</label><br>
<input type="checkbox" id="gur" name="farefare" value="gur"><label for="gur">Farefare</label><br>
<input type="checkbox" id="fo" name="faroese" value="fo"><label for="fo">Føroyskt</label><br>
<input type="checkbox" id="hif" name="fiji hindi" value="hif"><label for="hif">Fiji Hindi</label><br>
<input type="checkbox" id="fj" name="fijian" value="fj"><label for="fj">Vakaviti</label><br>
<input type="checkbox" id="fi" name="finnish" value="fi"><label for="fi">suomi</label><br>
<input type="checkbox" id="fon" name="fon" value="fon"><label for="fon">fɔngbè</label><br>
<input type="checkbox" id="frp" name="franco-provençal" value="frp"><label for="frp">Franco-Provençal</label><br>
<input type="checkbox" id="gcr" name="french guianese creole" value="gcr"><label for="gcr">French Guianese Creole</label><br>
<input type="checkbox" id="fur" name="friulian" value="fur"><label for="fur">Friulian</label><br>
<input type="checkbox" id="ff" name="fula" value="ff"><label for="ff">fulfulde</label><br>
<input type="checkbox" id="gag" name="gagauz" value="gag"><label for="gag">Gagauz</label><br>
<input type="checkbox" id="gl" name="galician" value="gl"><label for="gl">Galego</label><br>
<input type="checkbox" id="gan" name="gan chinese" value="gan"><label for="gan">Gan Chinese</label><br>
<input type="checkbox" id="ka" name="georgian" value="ka"><label for="ka">ქართული</label><br>
<input type="checkbox" id="gpe" name="ghanaian pidgin english" value="gpe"><label for="gpe">Ghanaian Pidgin English</label><br>
<input type="checkbox" id="glk" name="gilaki" value="glk"><label for="glk">Gilaki</label><br>
<input type="checkbox" id="gor" name="gorontalo" value="gor"><label for="gor">Gorontalo</label><br>
<input type="checkbox" id="got" name="gothic" value="got"><label for="got">Gothic</label><br>
<input type="checkbox" id="el" name="greek" value="el"><label for="el">ελληνικά</label><br>
<input type="checkbox" id="kl" name="greenlandic" value="kl"><label for="kl">Kalaallisut</label><br>
<input type="checkbox" id="gn" name="guarani" value="gn"><label for="gn">Avañe’ẽ</label><br>
<input type="checkbox" id="gu" name="gujarati" value="gu"><label for="gu">ગુજરાતી</label><br>
<input type="checkbox" id="guw" name="gun" value="guw"><label for="guw">Gun</label><br>
<input type="checkbox" id="ht" name="haitian creole" value="ht"><label for="ht">Kreyòl ayisyen</label><br>
<input type="checkbox" id="hak" name="hakka chinese" value="hak"><label for="hak">Hakka Chinese</label><br>
<input type="checkbox" id="ha" name="hausa" value="ha"><label for="ha"></label><br>
<input type="checkbox" id="haw" name="hawaiian" value="haw"><label for="haw">ʻōlelo Hawaiʻi</label><br>
<input type="checkbox" id="he" name="hebrew" value="he"><label for="he"></label><br>
<input type="checkbox" id="mrj" name="hill mari" value="mrj"><label for="mrj">Hill Mari</label><br>
<input type="checkbox" id="hi" name="hindi" value="hi"><label for="hi">हिन्दी</label><br>
<input type="checkbox" id="hu" name="hungarian" value="hu"><label for="hu">magyar</label><br>
<input type="checkbox" id="is" name="icelandic" value="is"><label for="is">Íslenska</label><br>
<input type="checkbox" id="io" name="ido" value="io"><label for="io">Ido</label><br>
<input type="checkbox" id="igl" name="igala" value="igl"><label for="igl">Igala</label><br>
<input type="checkbox" id="ig" name="igbo" value="ig"><label for="ig">igbo</label><br>
<input type="checkbox" id="ilo" name="ilocano" value="ilo"><label for="ilo">ilokano</label><br>
<input type="checkbox" id="smn" name="inari sámi" value="smn"><label for="smn">Inari Sámi</label><br>
<input type="checkbox" id="id" name="indonesian" value="id"><label for="id">Bahasa Indonesia</label><br>
<input type="checkbox" id="inh" name="ingush" value="inh"><label for="inh">гӀалгӀай мотт</label><br>
<input type="checkbox" id="ia" name="interlingua" value="ia"><label for="ia">Interlingua</label><br>
<input type="checkbox" id="ie" name="interlingue" value="ie"><label for="ie">Interlingue</label><br>
<input type="checkbox" id="iu" name="inuktitut" value="iu"><label for="iu">ᐃᓄᒃᑎᑐᑦ</label><br>
<input type="checkbox" id="ga" name="irish" value="ga"><label for="ga">Gaeilge</label><br>
<input type="checkbox" id="ik" name="iñupiaq" value="ik"><label for="ik">Inupiatun</label><br>
<input type="checkbox" id="jam" name="jamaican patois" value="jam"><label for="jam">Jamaican Patois</label><br>
<input type="checkbox" id="jv" name="javanese" value="jv"><label for="jv">basa Jawa</label><br>
<input type="checkbox" id="lad" name="judaeo-spanish" value="lad"><label for="lad">Judaeo-Spanish</label><br>
<input type="checkbox" id="kbd" name="kabardian" value="kbd"><label for="kbd">къэбэрдеибзэ</label><br>
<input type="checkbox" id="kbp" name="kabiye" value="kbp"><label for="kbp">Kabiye</label><br>
<input type="checkbox" id="kab" name="kabyle" value="kab"><label for="kab">Kabyle</label><br>
<input type="checkbox" id="xal" name="kalmyk oirat" value="xal"><label for="xal">Kalmyk Oirat</label><br>
<input type="checkbox" id="kn" name="kannada" value="kn"><label for="kn">ಕನ್ನಡ</label><br>
<input type="checkbox" id="pam" name="kapampangan" value="pam"><label for="pam">Kapampangan</label><br>
<input type="checkbox" id="krc" name="karachay-balkar" value="krc"><label for="krc">Karachay-Balkar</label><br>
<input type="checkbox" id="kaa" name="karakalpak" value="kaa"><label for="kaa">қарақалпақ тили</label><br>
<input type="checkbox" id="ks" name="kashmiri" value="ks"><label for="ks">कॉशुर</label><br>
<input type="checkbox" id="csb" name="kashubian" value="csb"><label for="csb">kaszëbsczi jãzëk</label><br>
<input type="checkbox" id="kk" name="kazakh" value="kk"><label for="kk">Қазақ тілі</label><br>
<input type="checkbox" id="km" name="khmer" value="km"><label for="km">ភាសាខ្មែរ</label><br>
<input type="checkbox" id="ki" name="kikuyu" value="ki"><label for="ki">Gĩkũyũ</label><br>
<input type="checkbox" id="rw" name="kinyarwanda" value="rw"><label for="rw">Ikinyarwanda</label><br>
<input type="checkbox" id="rn" name="kirundi" value="rn"><label for="rn">íkiRǔndi</label><br>
<input type="checkbox" id="kv" name="komi" value="kv"><label for="kv">коми кыв</label><br>
<input type="checkbox" id="koi" name="komi-permyak" value="koi"><label for="koi">Komi-Permyak</label><br>
<input type="checkbox" id="kg" name="kongo" value="kg"><label for="kg">kikongo</label><br>
<input type="checkbox" id="gom" name="konkani" value="gom"><label for="gom">कोंकणी</label><br>
<input type="checkbox" id="ko" name="korean" value="ko"><label for="ko">한국어 [韓國語]</label><br>
<input type="checkbox" id="avk" name="kotava" value="avk"><label for="avk">Kotava</label><br>
<input type="checkbox" id="ku" name="kurdish" value="ku"><label for="ku">Kurdí</label><br>
<input type="checkbox" id="ckb" name="kurdish" value="ckb"><label for="ckb">Kurdí</label><br>
<input type="checkbox" id="kus" name="kusaal" value="kus"><label for="kus">Kusaal</label><br>
<input type="checkbox" id="ky" name="kyrgyz" value="ky"><label for="ky">قىرعىز</label><br>
<input type="checkbox" id="lld" name="ladin" value="lld"><label for="lld">Ladin</label><br>
<input type="checkbox" id="lbe" name="lak" value="lbe"><label for="lbe">Lak</label><br>
<input type="checkbox" id="lo" name="lao" value="lo"><label for="lo">ພາສາລາວ</label><br>
<input type="checkbox" id="ltg" name="latgalian" value="ltg"><label for="ltg">Latgalian</label><br>
<input type="checkbox" id="la" name="latin" value="la"><label for="la">Lingua Latina</label><br>
<input type="checkbox" id="lv" name="latvian" value="lv"><label for="lv">latviešu valoda</label><br>
<input type="checkbox" id="lez" name="lezgian" value="lez"><label for="lez">лезги чӀал</label><br>
<input type="checkbox" id="lij" name="ligurian" value="lij"><label for="lij">Ligurian</label><br>
<input type="checkbox" id="li" name="limburgish" value="li"><label for="li">Lèmburgs</label><br>
<input type="checkbox" id="ln" name="lingala" value="ln"><label for="ln">lingála</label><br>
<input type="checkbox" id="lfn" name="lingua franca nova" value="lfn"><label for="lfn">Lingua Franca Nova</label><br>
<input type="checkbox" id="lt" name="lithuanian" value="lt"><label for="lt">lietuvių kalba</label><br>
<input type="checkbox" id="olo" name="livvi-karelian" value="olo"><label for="olo">Livvi-Karelian</label><br>
<input type="checkbox" id="jbo" name="lojban" value="jbo"><label for="jbo">Lojban</label><br>
<input type="checkbox" id="lmo" name="lombard" value="lmo"><label for="lmo">Lombard</label><br>
<input type="checkbox" id="nds" name="low german" value="nds"><label for="nds">Plattdüütsch</label><br>
<input type="checkbox" id="dsb" name="lower sorbian" value="dsb"><label for="dsb">Lower Sorbian</label><br>
<input type="checkbox" id="lg" name="luganda" value="lg"><label for="lg">Luganda</label><br>
<input type="checkbox" id="lb" name="luxembourgish" value="lb"><label for="lb">Lëtzebuergesch</label><br>
<input type="checkbox" id="mk" name="macedonian" value="mk"><label for="mk">македонски</label><br>
<input type="checkbox" id="mad" name="madurese" value="mad"><label for="mad">Madurese</label><br>
<input type="checkbox" id="mai" name="maithili" value="mai"><label for="mai">मैथिली</label><br>
<input type="checkbox" id="mg" name="malagasy" value="mg"><label for="mg">Fiteny Malagasy</label><br>
<input type="checkbox" id="ms" name="malay" value="ms"><label for="ms">Bahasa melayu</label><br>
<input type="checkbox" id="ml" name="malayalam" value="ml"><label for="ml">മലയാളം</label><br>
<input type="checkbox" id="dv" name="maldivian" value="dv"><label for="dv">ދިވެހި</label><br>
<input type="checkbox" id="mt" name="maltese" value="mt"><label for="mt">Malti</label><br>
<input type="checkbox" id="btm" name="mandailing batak" value="btm"><label for="btm">Mandailing Batak</label><br>
<input type="checkbox" id="gv" name="manx" value="gv"><label for="gv">Gaelg</label><br>
<input type="checkbox" id="mr" name="marathi" value="mr"><label for="mr">मराठी</label><br>
<input type="checkbox" id="mzn" name="mazanderani" value="mzn"><label for="mzn">Mazanderani</label><br>
<input type="checkbox" id="mhr" name="meadow mari" value="mhr"><label for="mhr">Meadow Mari</label><br>
<input type="checkbox" id="mni" name="meitei" value="mni"><label for="mni">Meitei</label><br>
<input type="checkbox" id="min" name="minangkabau" value="min"><label for="min">Minangkabau</label><br>
<input type="checkbox" id="xmf" name="mingrelian" value="xmf"><label for="xmf">Mingrelian</label><br>
<input type="checkbox" id="mwl" name="mirandese" value="mwl"><label for="mwl">lhéngua mirandesa</label><br>
<input type="checkbox" id="mdf" name="moksha" value="mdf"><label for="mdf">мокшень кяль</label><br>
<input type="checkbox" id="mnw" name="mon" value="mnw"><label for="mnw">Mon</label><br>
<input type="checkbox" id="mn" name="mongolian" value="mn"><label for="mn">монгол</label><br>
<input type="checkbox" id="ary" name="moroccan arabic" value="ary"><label for="ary">Moroccan Arabic</label><br>
<input type="checkbox" id="mi" name="māori" value="mi"><label for="mi">te Reo Māori</label><br>
<input type="checkbox" id="nqo" name="n'ko" value="nqo"><label for="nqo">N'Ko</label><br>
<input type="checkbox" id="nah" name="nahuatl" value="nah"><label for="nah">nāhuatl</label><br>
<input type="checkbox" id="nv" name="navajo" value="nv"><label for="nv">Diné Bizaad</label><br>
<input type="checkbox" id="nap" name="neapolitan" value="nap"><label for="nap">Neapolitan</label><br>
<input type="checkbox" id="ne" name="nepali" value="ne"><label for="ne">नेपाली</label><br>
<input type="checkbox" id="new" name="newar" value="new"><label for="new">Newar</label><br>
<input type="checkbox" id="nia" name="nias" value="nia"><label for="nia">Nias</label><br>
<input type="checkbox" id="pcm" name="nigerian pidgin" value="pcm"><label for="pcm">Nigerian Pidgin</label><br>
<input type="checkbox" id="pih" name="norfuk" value="pih"><label for="pih">Norfuk</label><br>
<input type="checkbox" id="nrm" name="norman" value="nrm"><label for="nrm">Norman</label><br>
<input type="checkbox" id="frr" name="north frisian" value="frr"><label for="frr">North Frisian</label><br>
<input type="checkbox" id="nso" name="northern sotho" value="nso"><label for="nso">Sesotho sa Leboa</label><br>
<input type="checkbox" id="se" name="northern sámi" value="se"><label for="se">Northern Sámi</label><br>
<input type="checkbox" id="no" name="norwegian" value="no"><label for="no">Norsk</label><br>
<input type="checkbox" id="nn" name="norwegian" value="nn"><label for="nn">Norsk</label><br>
<input type="checkbox" id="nov" name="novial" value="nov"><label for="nov">Novial</label><br>
<input type="checkbox" id="oc" name="occitan" value="oc"><label for="oc">Occitan</label><br>
<input type="checkbox" id="or" name="odia" value="or"><label for="or">Odia</label><br>
<input type="checkbox" id="cu" name="old church slavonic" value="cu"><label for="cu">Old Church Slavonic</label><br>
<input type="checkbox" id="ang" name="old english" value="ang"><label for="ang">Old English</label><br>
<input type="checkbox" id="om" name="oromo" value="om"><label for="om">Afaan Oromo</label><br>
<input type="checkbox" id="os" name="ossetian" value="os"><label for="os">ирон ӕвзаг</label><br>
<input type="checkbox" id="blk" name="pa'o" value="blk"><label for="blk">Pa'O</label><br>
<input type="checkbox" id="pwn" name="paiwan" value="pwn"><label for="pwn">Paiwan</label><br>
<input type="checkbox" id="pfl" name="palatine german" value="pfl"><label for="pfl">Palatine German</label><br>
<input type="checkbox" id="pi" name="pali" value="pi"><label for="pi">पालि</label><br>
<input type="checkbox" id="pag" name="pangasinan" value="pag"><label for="pag">Pangasinan</label><br>
<input type="checkbox" id="pap" name="papiamento" value="pap"><label for="pap">Papiamentu</label><br>
<input type="checkbox" id="ps" name="pashto" value="ps"><label for="ps"></label><br>
<input type="checkbox" id="pdc" name="pennsylvania dutch" value="pdc"><label for="pdc">Pennsylvania Dutch</label><br>
<input type="checkbox" id="pcd" name="picard" value="pcd"><label for="pcd">Picard</label><br>
<input type="checkbox" id="pms" name="piedmontese" value="pms"><label for="pms">Piemonteis</label><br>
<input type="checkbox" id="pl" name="polish" value="pl"><label for="pl">polski</label><br>
<input type="checkbox" id="pnt" name="pontic greek" value="pnt"><label for="pnt">Pontic Greek</label><br>
<input type="checkbox" id="pa" name="punjabi" value="pa"><label for="pa">ਪੰਜਾਬੀ</label><br>
<input type="checkbox" id="qu" name="quechua" value="qu"><label for="qu">Qhichwa</label><br>
<input type="checkbox" id="ksh" name="ripuarian" value="ksh"><label for="ksh">Ripuarian</label><br>
<input type="checkbox" id="rmy" name="romani" value="rmy"><label for="rmy">रोमानो</label><br>
<input type="checkbox" id="ro" name="romanian" value="ro"><label for="ro">limba română</label><br>
<input type="checkbox" id="rm" name="romansh" value="rm"><label for="rm">rumantsch</label><br>
<input type="checkbox" id="rue" name="rusyn" value="rue"><label for="rue">Rusyn</label><br>
<input type="checkbox" id="szy" name="sakizaya" value="szy"><label for="szy">Sakizaya</label><br>
<input type="checkbox" id="sm" name="samoan" value="sm"><label for="sm">Gagana Samoa</label><br>
<input type="checkbox" id="bat-smg" name="samogitian" value="bat-smg"><label for="bat-smg">Samogitian</label><br>
<input type="checkbox" id="sg" name="sango" value="sg"><label for="sg">Yângâ tî Sängö</label><br>
<input type="checkbox" id="sa" name="sanskrit" value="sa"><label for="sa">संस्कृतम्</label><br>
<input type="checkbox" id="sat" name="santali" value="sat"><label for="sat">संथाली</label><br>
<input type="checkbox" id="skr" name="saraiki" value="skr"><label for="skr">Saraiki</label><br>
<input type="checkbox" id="sc" name="sardinian" value="sc"><label for="sc">Limba Sarda</label><br>
<input type="checkbox" id="stq" name="saterland frisian" value="stq"><label for="stq">Saterland Frisian</label><br>
<input type="checkbox" id="sco" name="scots" value="sco"><label for="sco">Scoats leid</label><br>
<input type="checkbox" id="gd" name="scottish gaelic" value="gd"><label for="gd">Gàidhlig</label><br>
<input type="checkbox" id="trv" name="seediq" value="trv"><label for="trv">Seediq</label><br>
<input type="checkbox" id="sr" name="serbian" value="sr"><label for="sr">српски</label><br>
<input type="checkbox" id="sh" name="serbo-croatian" value="sh"><label for="sh">Serbo-Croatian</label><br>
<input type="checkbox" id="shn" name="shan" value="shn"><label for="shn">Shan</label><br>
<input type="checkbox" id="shi" name="shilha" value="shi"><label for="shi">Shilha</label><br>
<input type="checkbox" id="sn" name="shona" value="sn"><label for="sn">chiShona</label><br>
<input type="checkbox" id="scn" name="sicilian" value="scn"><label for="scn">sicilianu</label><br>
<input type="checkbox" id="szl" name="silesian" value="szl"><label for="szl">ślůnsko godka</label><br>
<input type="checkbox" id="simple" name="simple english" value="simple"><label for="simple">Simple English</label><br>
<input type="checkbox" id="sd" name="sindhi" value="sd"><label for="sd"></label><br>
<input type="checkbox" id="si" name="sinhala" value="si"><label for="si">සිංහල</label><br>
<input type="checkbox" id="sk" name="slovak" value="sk"><label for="sk">slovenčina</label><br>
<input type="checkbox" id="sl" name="slovene" value="sl"><label for="sl">Slovene</label><br>
<input type="checkbox" id="so" name="somali" value="so"><label for="so">af Soomaali</label><br>
<input type="checkbox" id="st" name="sotho" value="st"><label for="st">Sotho</label><br>
<input type="checkbox" id="azb" name="south azerbaijani" value="azb"><label for="azb">South Azerbaijani</label><br>
<input type="checkbox" id="alt" name="southern altai" value="alt"><label for="alt">Southern Altai</label><br>
<input type="checkbox" id="zh-min-nan" name="southern min" value="zh-min-nan"><label for="zh-min-nan">Southern Min</label><br>
<input type="checkbox" id="srn" name="sranan tongo" value="srn"><label for="srn">Sranan Tongo</label><br>
<input type="checkbox" id="zgh" name="standard moroccan amazigh" value="zgh"><label for="zgh">Standard Moroccan Amazigh</label><br>
<input type="checkbox" id="su" name="sundanese" value="su"><label for="su">Basa Sunda</label><br>
<input type="checkbox" id="sw" name="swahili" value="sw"><label for="sw">Kiswahili</label><br>
<input type="checkbox" id="ss" name="swazi" value="ss"><label for="ss">Swazi</label><br>
<input type="checkbox" id="sv" name="swedish" value="sv"><label for="sv">Svenska</label><br>
<input type="checkbox" id="arc" name="syriac" value="arc"><label for="arc"></label><br>
<input type="checkbox" id="tl" name="tagalog" value="tl"><label for="tl">Tagalog</label><br>
<input type="checkbox" id="ty" name="tahitian" value="ty"><label for="ty">te reo tahiti</label><br>
<input type="checkbox" id="tg" name="tajik" value="tg"><label for="tg">тоҷики</label><br>
<input type="checkbox" id="tly" name="talysh" value="tly"><label for="tly">Talysh</label><br>
<input type="checkbox" id="ta" name="tamil" value="ta"><label for="ta">தமிழ்</label><br>
<input type="checkbox" id="roa-tara" name="tarantino" value="roa-tara"><label for="roa-tara">Tarantino</label><br>
<input type="checkbox" id="tt" name="tatar" value="tt"><label for="tt">татарча</label><br>
<input type="checkbox" id="te" name="telugu" value="te"><label for="te">తెలుగు</label><br>
<input type="checkbox" id="tet" name="tetum" value="tet"><label for="tet">Tetun, Lia-Tetun</label><br>
<input type="checkbox" id="th" name="thai" value="th"><label for="th">ภาษาไทย</label><br>
<input type="checkbox" id="ti" name="tigrinya" value="ti"><label for="ti">ትግርኛ</label><br>
<input type="checkbox" id="bbc" name="toba batak" value="bbc"><label for="bbc">Toba Batak</label><br>
<input type="checkbox" id="tpi" name="tok pisin" value="tpi"><label for="tpi">Tok Pisin</label><br>
<input type="checkbox" id="to" name="tongan" value="to"><label for="to">Faka-Tonga</label><br>
<input type="checkbox" id="ts" name="tsonga" value="ts"><label for="ts">xiTsonga</label><br>
<input type="checkbox" id="tn" name="tswana" value="tn"><label for="tn">Setswana</label><br>
<input type="checkbox" id="tcy" name="tulu" value="tcy"><label for="tcy">Tulu</label><br>
<input type="checkbox" id="tum" name="tumbuka" value="tum"><label for="tum">chiTumbuka</label><br>
<input type="checkbox" id="tr" name="turkish" value="tr"><label for="tr">Türkçe</label><br>
<input type="checkbox" id="tk" name="turkmen" value="tk"><label for="tk">түркmенче</label><br>
<input type="checkbox" id="tyv" name="tuvan" value="tyv"><label for="tyv">Тыва дыл</label><br>
<input type="checkbox" id="tw" name="twi" value="tw"><label for="tw">twi</label><br>
<input type="checkbox" id="kcg" name="tyap" value="kcg"><label for="kcg">Tyap</label><br>
<input type="checkbox" id="udm" name="udmurt" value="udm"><label for="udm">удмурт кыл</label><br>
<input type="checkbox" id="uk" name="ukrainian" value="uk"><label for="uk">Українська</label><br>
<input type="checkbox" id="hsb" name="upper sorbian" value="hsb"><label for="hsb">Upper Sorbian</label><br>
<input type="checkbox" id="ur" name="urdu" value="ur"><label for="ur"></label><br>
<input type="checkbox" id="ug" name="uyghur" value="ug"><label for="ug">Уйғур</label><br>
<input type="checkbox" id="uz" name="uzbek" value="uz"><label for="uz">أۇزبېك ﺗﻴﻠی o’zbek tili ўзбек тили</label><br>
<input type="checkbox" id="ve" name="venda" value="ve"><label for="ve">tshiVenḓa</label><br>
<input type="checkbox" id="vec" name="venetian" value="vec"><label for="vec">vèneto</label><br>
<input type="checkbox" id="vep" name="veps" value="vep"><label for="vep">vepsän kel’</label><br>
<input type="checkbox" id="vi" name="vietnamese" value="vi"><label for="vi">tiếng việt</label><br>
<input type="checkbox" id="vo" name="volapük" value="vo"><label for="vo">Volapük</label><br>
<input type="checkbox" id="fiu-vro" name="võro" value="fiu-vro"><label for="fiu-vro">võro kiilʼ</label><br>
<input type="checkbox" id="wa" name="walloon" value="wa"><label for="wa">walon</label><br>
<input type="checkbox" id="war" name="waray" value="war"><label for="war">Waray</label><br>
<input type="checkbox" id="guc" name="wayuu" value="guc"><label for="guc">Wayuu</label><br>
<input type="checkbox" id="cy" name="welsh" value="cy"><label for="cy">Cymraeg</label><br>
<input type="checkbox" id="bdr" name="west coast bajau" value="bdr"><label for="bdr">West Coast Bajau</label><br>
<input type="checkbox" id="vls" name="west flemish" value="vls"><label for="vls">West Flemish</label><br>
<input type="checkbox" id="fy" name="west frisian" value="fy"><label for="fy">West Frisian</label><br>
<input type="checkbox" id="hyw" name="western armenian" value="hyw"><label for="hyw">Western Armenian</label><br>
<input type="checkbox" id="pnb" name="western punjabi" value="pnb"><label for="pnb">Western Punjabi</label><br>
<input type="checkbox" id="wo" name="wolof" value="wo"><label for="wo">Wollof</label><br>
<input type="checkbox" id="wuu" name="wu chinese" value="wuu"><label for="wuu">Wu Chinese</label><br>
<input type="checkbox" id="xh" name="xhosa" value="xh"><label for="xh">isiXhosa</label><br>
<input type="checkbox" id="sah" name="yakut" value="sah"><label for="sah">Yakut</label><br>
<input type="checkbox" id="yi" name="yiddish" value="yi"><label for="yi"></label><br>
<input type="checkbox" id="yo" name="yoruba" value="yo"><label for="yo">Yorùbá</label><br>
<input type="checkbox" id="diq" name="zaza" value="diq"><label for="diq">Zaza</label><br>
<input type="checkbox" id="zea" name="zeelandic" value="zea"><label for="zea">Zeelandic</label><br>
<input type="checkbox" id="za" name="zhuang" value="za"><label for="za">Vaƅcueŋƅ</label><br>
<input type="checkbox" id="zu" name="zulu" value="zu"><label for="zu">isiZulu</label><br>
</div>
<input type="submit" value="Submit">
</form>
</body>