|
Lines 63-74
VALUES( 'ar', 'language', 'en', 'Arabic');
Link Here
|
| 63 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
63 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 64 |
VALUES( 'ar', 'language', 'fr', 'Arabe'); |
64 |
VALUES( 'ar', 'language', 'fr', 'Arabe'); |
| 65 |
|
65 |
|
|
|
66 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 67 |
VALUES( 'ar', 'language', 'de', 'Arabisch'); |
| 68 |
|
| 66 |
-- Armenian |
69 |
-- Armenian |
| 67 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
70 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 68 |
VALUES ( 'hy', 'language', 'Armenian','2005-10-16'); |
71 |
VALUES ( 'hy', 'language', 'Armenian','2005-10-16'); |
| 69 |
|
72 |
|
| 70 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
73 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 71 |
VALUES( 'hy','hy'); |
74 |
VALUES( 'hy','arm'); |
| 72 |
|
75 |
|
| 73 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
76 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 74 |
VALUES ( 'hy', 'language', 'hy', 'Հայերէն'); |
77 |
VALUES ( 'hy', 'language', 'hy', 'Հայերէն'); |
|
Lines 79-84
VALUES( 'hy', 'language', 'en', 'Armenian');
Link Here
|
| 79 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
82 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 80 |
VALUES( 'hy', 'language', 'fr', 'Armenian'); |
83 |
VALUES( 'hy', 'language', 'fr', 'Armenian'); |
| 81 |
|
84 |
|
|
|
85 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 86 |
VALUES( 'hy', 'language', 'de', 'Armenisch'); |
| 87 |
|
| 82 |
-- Bulgarian |
88 |
-- Bulgarian |
| 83 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
89 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 84 |
VALUES ( 'bg', 'language', 'Bulgarian','2005-10-16'); |
90 |
VALUES ( 'bg', 'language', 'Bulgarian','2005-10-16'); |
|
Lines 95-100
VALUES( 'bg', 'language', 'en', 'Bulgarian');
Link Here
|
| 95 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
101 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 96 |
VALUES( 'bg', 'language', 'fr', 'Bulgare'); |
102 |
VALUES( 'bg', 'language', 'fr', 'Bulgare'); |
| 97 |
|
103 |
|
|
|
104 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 105 |
VALUES( 'bg', 'language', 'de', 'Bulgarisch'); |
| 106 |
|
| 98 |
-- Chinese |
107 |
-- Chinese |
| 99 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
108 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 100 |
VALUES ( 'zh', 'language', 'Chinese','2005-10-16'); |
109 |
VALUES ( 'zh', 'language', 'Chinese','2005-10-16'); |
|
Lines 111-116
VALUES( 'zh', 'language', 'en', 'Chinese');
Link Here
|
| 111 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
120 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 112 |
VALUES( 'zh', 'language', 'fr', 'Chinois'); |
121 |
VALUES( 'zh', 'language', 'fr', 'Chinois'); |
| 113 |
|
122 |
|
|
|
123 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 124 |
VALUES( 'zh', 'language', 'de', 'Chinesisch'); |
| 125 |
|
| 114 |
-- Czech |
126 |
-- Czech |
| 115 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
127 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 116 |
VALUES ( 'cs', 'language', 'Czech','2005-10-16' ); |
128 |
VALUES ( 'cs', 'language', 'Czech','2005-10-16' ); |
|
Lines 127-132
VALUES( 'cs', 'language', 'en', 'Czech');
Link Here
|
| 127 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
139 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 128 |
VALUES( 'cs', 'language', 'fr', 'Tchèque'); |
140 |
VALUES( 'cs', 'language', 'fr', 'Tchèque'); |
| 129 |
|
141 |
|
|
|
142 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 143 |
VALUES( 'cs', 'language', 'de', 'Tschechisch'); |
| 144 |
|
| 130 |
-- Danish |
145 |
-- Danish |
| 131 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
146 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 132 |
VALUES ( 'da', 'language', 'Danish','2005-10-16' ); |
147 |
VALUES ( 'da', 'language', 'Danish','2005-10-16' ); |
|
Lines 143-148
VALUES( 'da', 'language', 'en', 'Danish');
Link Here
|
| 143 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
158 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 144 |
VALUES( 'da', 'language', 'fr', 'Danois'); |
159 |
VALUES( 'da', 'language', 'fr', 'Danois'); |
| 145 |
|
160 |
|
|
|
161 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 162 |
VALUES( 'da', 'language', 'de', 'Dänisch'); |
| 163 |
|
| 146 |
-- Dutch, Flemish |
164 |
-- Dutch, Flemish |
| 147 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
165 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 148 |
VALUES ( 'nl', 'language', 'Dutch','2005-10-16' ); |
166 |
VALUES ( 'nl', 'language', 'Dutch','2005-10-16' ); |
|
Lines 159-170
VALUES( 'nl', 'language', 'en', 'Dutch');
Link Here
|
| 159 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
177 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 160 |
VALUES( 'nl', 'language', 'fr', 'Néerlandais'); |
178 |
VALUES( 'nl', 'language', 'fr', 'Néerlandais'); |
| 161 |
|
179 |
|
|
|
180 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 181 |
VALUES( 'nl', 'language', 'de', 'Niederländisch'); |
| 182 |
|
| 162 |
-- English |
183 |
-- English |
| 163 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
184 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 164 |
VALUES ( 'en', 'language', 'English','2005-10-16' ); |
185 |
VALUES ( 'en', 'language', 'English','2005-10-16' ); |
| 165 |
|
186 |
|
| 166 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
187 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 167 |
VALUES( 'en','en'); |
188 |
VALUES( 'en','eng'); |
| 168 |
|
189 |
|
| 169 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
190 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 170 |
VALUES( 'en', 'language', 'en', 'English'); |
191 |
VALUES( 'en', 'language', 'en', 'English'); |
|
Lines 172-193
VALUES( 'en', 'language', 'en', 'English');
Link Here
|
| 172 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
193 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 173 |
VALUES( 'en', 'language', 'fr', 'Anglais'); |
194 |
VALUES( 'en', 'language', 'fr', 'Anglais'); |
| 174 |
|
195 |
|
| 175 |
-- English |
196 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
|
|
197 |
VALUES( 'en', 'language', 'de', 'Englisch'); |
| 198 |
|
| 199 |
-- Finnish |
| 176 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
200 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 177 |
VALUES ( 'fi', 'language', 'Finnish','2005-10-16' ); |
201 |
VALUES ( 'fi', 'language', 'Finnish','2005-10-16' ); |
| 178 |
|
202 |
|
|
|
203 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 204 |
VALUES( 'fi','fin'); |
| 205 |
|
| 179 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
206 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 180 |
VALUES( 'fi', 'language', 'fi', 'suomi'); |
207 |
VALUES( 'fi', 'language', 'fi', 'suomi'); |
| 181 |
|
208 |
|
| 182 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
209 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 183 |
VALUES( 'fi', 'language', 'en', 'Finnish'); |
210 |
VALUES( 'fi', 'language', 'en', 'Finnish'); |
| 184 |
|
211 |
|
|
|
212 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 213 |
VALUES( 'fi', 'language', 'de', 'Finnisch'); |
| 214 |
|
| 185 |
-- French |
215 |
-- French |
| 186 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
216 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 187 |
VALUES ( 'fr', 'language', 'French','2005-10-16' ); |
217 |
VALUES ( 'fr', 'language', 'French','2005-10-16' ); |
| 188 |
|
218 |
|
| 189 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
219 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 190 |
VALUES( 'fr','fr'); |
220 |
VALUES( 'fr','fre'); |
| 191 |
|
221 |
|
| 192 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
222 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 193 |
VALUES( 'fr', 'language', 'en', 'French'); |
223 |
VALUES( 'fr', 'language', 'en', 'French'); |
|
Lines 195-200
VALUES( 'fr', 'language', 'en', 'French');
Link Here
|
| 195 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
225 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 196 |
VALUES( 'fr', 'language', 'fr', 'Français'); |
226 |
VALUES( 'fr', 'language', 'fr', 'Français'); |
| 197 |
|
227 |
|
|
|
228 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 229 |
VALUES( 'fr', 'language', 'de', 'Französisch'); |
| 230 |
|
| 198 |
-- INSERT INTO language_descriptions(subtag, type, lang, description) |
231 |
-- INSERT INTO language_descriptions(subtag, type, lang, description) |
| 199 |
-- VALUES( 'fr-CA', 'language', 'fr-CA', 'français'); |
232 |
-- VALUES( 'fr-CA', 'language', 'fr-CA', 'français'); |
| 200 |
|
233 |
|
|
Lines 202-209
VALUES( 'fr', 'language', 'fr', 'Français');
Link Here
|
| 202 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
235 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 203 |
VALUES ( 'lo', 'language', 'Lao','2005-10-16' ); |
236 |
VALUES ( 'lo', 'language', 'Lao','2005-10-16' ); |
| 204 |
|
237 |
|
| 205 |
-- INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
238 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 206 |
-- VALUES( 'lo','nor'); ??? |
239 |
VALUES( 'lo','lao'); |
| 207 |
|
240 |
|
| 208 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
241 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 209 |
VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ'); |
242 |
VALUES( 'lo', 'language', 'lo', 'ພາສາລາວ'); |
|
Lines 211-216
VALUES( 'lo', 'language', 'lo', 'ພາສາລາŷ
Link Here
|
| 211 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
244 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 212 |
VALUES( 'lo', 'language', 'en', 'Lao'); |
245 |
VALUES( 'lo', 'language', 'en', 'Lao'); |
| 213 |
|
246 |
|
|
|
247 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 248 |
VALUES( 'lo', 'language', 'fr', 'Laotien'); |
| 249 |
|
| 250 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 251 |
VALUES( 'lo', 'language', 'de', 'Laotisch'); |
| 252 |
|
| 214 |
-- German |
253 |
-- German |
| 215 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
254 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 216 |
VALUES ( 'de', 'language', 'German','2005-10-16' ); |
255 |
VALUES ( 'de', 'language', 'German','2005-10-16' ); |
|
Lines 243-248
VALUES( 'el', 'language', 'en', 'Greek, Modern [1453- ]');
Link Here
|
| 243 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
282 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 244 |
VALUES( 'el', 'language', 'fr', 'Grec Moderne (Après 1453)'); |
283 |
VALUES( 'el', 'language', 'fr', 'Grec Moderne (Après 1453)'); |
| 245 |
|
284 |
|
|
|
285 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 286 |
VALUES( 'el', 'language', 'de', 'Griechisch (Nach 1453)'); |
| 287 |
|
| 246 |
-- Hebrew |
288 |
-- Hebrew |
| 247 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
289 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 248 |
VALUES ( 'he', 'language', 'Hebrew','2005-10-16'); |
290 |
VALUES ( 'he', 'language', 'Hebrew','2005-10-16'); |
|
Lines 259-264
VALUES( 'he', 'language', 'en', 'Hebrew');
Link Here
|
| 259 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
301 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 260 |
VALUES( 'he', 'language', 'fr', 'Hébreu'); |
302 |
VALUES( 'he', 'language', 'fr', 'Hébreu'); |
| 261 |
|
303 |
|
|
|
304 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 305 |
VALUES( 'he', 'language', 'de', 'Hebräisch'); |
| 306 |
|
| 262 |
-- Hindi |
307 |
-- Hindi |
| 263 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
308 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 264 |
VALUES ( 'hi', 'language', 'Hindi','2005-10-16'); |
309 |
VALUES ( 'hi', 'language', 'Hindi','2005-10-16'); |
|
Lines 275-280
VALUES( 'hi', 'language', 'en', 'Hindi');
Link Here
|
| 275 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
320 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 276 |
VALUES( 'hi', 'language', 'fr', 'Hindi'); |
321 |
VALUES( 'hi', 'language', 'fr', 'Hindi'); |
| 277 |
|
322 |
|
|
|
323 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 324 |
VALUES( 'hi', 'language', 'de', 'Hindi'); |
| 325 |
|
| 278 |
-- Hungarian |
326 |
-- Hungarian |
| 279 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
327 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 280 |
VALUES ( 'hu', 'language', 'Hungarian','2005-10-16' ); |
328 |
VALUES ( 'hu', 'language', 'Hungarian','2005-10-16' ); |
|
Lines 291-296
VALUES( 'hu', 'language', 'en', 'Hungarian');
Link Here
|
| 291 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
339 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 292 |
VALUES( 'hu', 'language', 'fr', 'Hongrois'); |
340 |
VALUES( 'hu', 'language', 'fr', 'Hongrois'); |
| 293 |
|
341 |
|
|
|
342 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 343 |
VALUES( 'hu', 'language', 'de', 'Ungarisch'); |
| 344 |
|
| 294 |
-- Indonesian |
345 |
-- Indonesian |
| 295 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
346 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 296 |
VALUES ( 'id', 'language', 'Indonesian','2005-10-16' ); |
347 |
VALUES ( 'id', 'language', 'Indonesian','2005-10-16' ); |
|
Lines 307-318
VALUES( 'id', 'language', 'en', 'Indonesian');
Link Here
|
| 307 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
358 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 308 |
VALUES( 'id', 'language', 'fr', 'Indonésien'); |
359 |
VALUES( 'id', 'language', 'fr', 'Indonésien'); |
| 309 |
|
360 |
|
|
|
361 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 362 |
VALUES( 'id', 'language', 'de', 'Indonesisch'); |
| 363 |
|
| 310 |
-- Italian |
364 |
-- Italian |
| 311 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
365 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 312 |
VALUES ( 'it', 'language', 'Italian','2005-10-16' ); |
366 |
VALUES ( 'it', 'language', 'Italian','2005-10-16' ); |
| 313 |
|
367 |
|
| 314 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
368 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 315 |
VALUES( 'it','ind'); |
369 |
VALUES( 'it','ita'); |
| 316 |
|
370 |
|
| 317 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
371 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 318 |
VALUES( 'it', 'language', 'it', 'Italiano'); |
372 |
VALUES( 'it', 'language', 'it', 'Italiano'); |
|
Lines 323-328
VALUES( 'it', 'language', 'en', 'Italian');
Link Here
|
| 323 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
377 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 324 |
VALUES( 'it', 'language', 'fr', 'Italien'); |
378 |
VALUES( 'it', 'language', 'fr', 'Italien'); |
| 325 |
|
379 |
|
|
|
380 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 381 |
VALUES( 'it', 'language', 'de', 'Italienisch'); |
| 382 |
|
| 326 |
-- Japanese |
383 |
-- Japanese |
| 327 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
384 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 328 |
VALUES ( 'ja', 'language', 'Japanese','2005-10-16'); |
385 |
VALUES ( 'ja', 'language', 'Japanese','2005-10-16'); |
|
Lines 339-344
VALUES( 'ja', 'language', 'en', 'Japanese');
Link Here
|
| 339 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
396 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 340 |
VALUES( 'ja', 'language', 'fr', 'Japonais'); |
397 |
VALUES( 'ja', 'language', 'fr', 'Japonais'); |
| 341 |
|
398 |
|
|
|
399 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 400 |
VALUES( 'ja', 'language', 'de', 'Japanisch'); |
| 401 |
|
| 342 |
-- Korean |
402 |
-- Korean |
| 343 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
403 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 344 |
VALUES ( 'ko', 'language', 'Korean','2005-10-16'); |
404 |
VALUES ( 'ko', 'language', 'Korean','2005-10-16'); |
|
Lines 355-360
VALUES( 'ko', 'language', 'en', 'Korean');
Link Here
|
| 355 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
415 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 356 |
VALUES( 'ko', 'language', 'fr', 'Coréen'); |
416 |
VALUES( 'ko', 'language', 'fr', 'Coréen'); |
| 357 |
|
417 |
|
|
|
418 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 419 |
VALUES( 'ko', 'language', 'de', 'Koreanisch'); |
| 420 |
|
| 358 |
-- Latin |
421 |
-- Latin |
| 359 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
422 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 360 |
VALUES ( 'la', 'language', 'Latin','2005-10-16' ); |
423 |
VALUES ( 'la', 'language', 'Latin','2005-10-16' ); |
|
Lines 371-377
VALUES( 'la', 'language', 'en', 'Latin');
Link Here
|
| 371 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
434 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 372 |
VALUES( 'la', 'language', 'fr', 'Latin'); |
435 |
VALUES( 'la', 'language', 'fr', 'Latin'); |
| 373 |
|
436 |
|
| 374 |
-- Galacian |
437 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
|
|
438 |
VALUES( 'la', 'language', 'de', 'Latein'); |
| 439 |
|
| 440 |
-- Galician |
| 375 |
|
441 |
|
| 376 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
442 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 377 |
VALUES ( 'gl', 'language', 'Galician','2005-10-16' ); |
443 |
VALUES ( 'gl', 'language', 'Galician','2005-10-16' ); |
|
Lines 385-390
VALUES( 'gl', 'language', 'gl', 'Galego');
Link Here
|
| 385 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
451 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 386 |
VALUES( 'gl', 'language', 'en', 'Galician'); |
452 |
VALUES( 'gl', 'language', 'en', 'Galician'); |
| 387 |
|
453 |
|
|
|
454 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 455 |
VALUES( 'gl', 'language', 'fr', 'Galicien'); |
| 456 |
|
| 388 |
-- Norwegian (bokmål) |
457 |
-- Norwegian (bokmål) |
| 389 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
458 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 390 |
VALUES ( 'nb', 'language', 'Norwegian bokmål','2005-10-16' ); |
459 |
VALUES ( 'nb', 'language', 'Norwegian bokmål','2005-10-16' ); |
|
Lines 404-409
VALUES( 'nb', 'language', 'en', 'Norwegian bokmål');
Link Here
|
| 404 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
473 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 405 |
VALUES( 'nb', 'language', 'fr', 'Norvégien bokmål'); |
474 |
VALUES( 'nb', 'language', 'fr', 'Norvégien bokmål'); |
| 406 |
|
475 |
|
|
|
476 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 477 |
VALUES( 'nb', 'language', 'de', 'Norwegisch bokmål'); |
| 478 |
|
| 407 |
-- Norwegian (nynorsk) |
479 |
-- Norwegian (nynorsk) |
| 408 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
480 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 409 |
VALUES ( 'nn', 'language', 'Norwegian nynorsk','2011-02-14' ); |
481 |
VALUES ( 'nn', 'language', 'Norwegian nynorsk','2011-02-14' ); |
|
Lines 423-428
VALUES( 'nn', 'language', 'en', 'Norwegian nynorsk');
Link Here
|
| 423 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
495 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 424 |
VALUES( 'nn', 'language', 'fr', 'Norvégien nynorsk'); |
496 |
VALUES( 'nn', 'language', 'fr', 'Norvégien nynorsk'); |
| 425 |
|
497 |
|
|
|
498 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 499 |
VALUES( 'nn', 'language', 'de', 'Norwegisch nynorsk'); |
| 500 |
|
| 426 |
-- Persian |
501 |
-- Persian |
| 427 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
502 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 428 |
VALUES ( 'fa', 'language', 'Persian','2005-10-16'); |
503 |
VALUES ( 'fa', 'language', 'Persian','2005-10-16'); |
|
Lines 439-444
VALUES( 'fa', 'language', 'en', 'Persian');
Link Here
|
| 439 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
514 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 440 |
VALUES( 'fa', 'language', 'fr', 'Persan'); |
515 |
VALUES( 'fa', 'language', 'fr', 'Persan'); |
| 441 |
|
516 |
|
|
|
517 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 518 |
VALUES( 'fa', 'language', 'de', 'Persisch'); |
| 519 |
|
| 442 |
-- Polish |
520 |
-- Polish |
| 443 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
521 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 444 |
VALUES ( 'pl', 'language', 'Polish','2005-10-16' ); |
522 |
VALUES ( 'pl', 'language', 'Polish','2005-10-16' ); |
|
Lines 455-460
VALUES( 'pl', 'language', 'en', 'Polish');
Link Here
|
| 455 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
533 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 456 |
VALUES( 'pl', 'language', 'fr', 'Polonais'); |
534 |
VALUES( 'pl', 'language', 'fr', 'Polonais'); |
| 457 |
|
535 |
|
|
|
536 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 537 |
VALUES( 'pl', 'language', 'de', 'Polnisch'); |
| 538 |
|
| 458 |
-- Portuguese |
539 |
-- Portuguese |
| 459 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
540 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 460 |
VALUES ( 'pt', 'language', 'Portuguese','2005-10-16' ); |
541 |
VALUES ( 'pt', 'language', 'Portuguese','2005-10-16' ); |
|
Lines 471-476
VALUES( 'pt', 'language', 'en', 'Portuguese');
Link Here
|
| 471 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
552 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 472 |
VALUES( 'pt', 'language', 'fr', 'Portugais'); |
553 |
VALUES( 'pt', 'language', 'fr', 'Portugais'); |
| 473 |
|
554 |
|
|
|
555 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 556 |
VALUES( 'pt', 'language', 'de', 'Portugiesisch'); |
| 557 |
|
| 474 |
-- Romanian |
558 |
-- Romanian |
| 475 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
559 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 476 |
VALUES ( 'ro', 'language', 'Romanian','2005-10-16' ); |
560 |
VALUES ( 'ro', 'language', 'Romanian','2005-10-16' ); |
|
Lines 487-492
VALUES( 'ro', 'language', 'en', 'Romanian');
Link Here
|
| 487 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
571 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 488 |
VALUES( 'ro', 'language', 'fr', 'Roumain'); |
572 |
VALUES( 'ro', 'language', 'fr', 'Roumain'); |
| 489 |
|
573 |
|
|
|
574 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 575 |
VALUES( 'ro', 'language', 'de', 'Rumänisch'); |
| 576 |
|
| 490 |
-- Russian |
577 |
-- Russian |
| 491 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
578 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 492 |
VALUES ( 'ru', 'language', 'Russian','2005-10-16'); |
579 |
VALUES ( 'ru', 'language', 'Russian','2005-10-16'); |
|
Lines 503-518
VALUES( 'ru', 'language', 'en', 'Russian');
Link Here
|
| 503 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
590 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 504 |
VALUES( 'ru', 'language', 'fr', 'Russe'); |
591 |
VALUES( 'ru', 'language', 'fr', 'Russe'); |
| 505 |
|
592 |
|
|
|
593 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 594 |
VALUES( 'ru', 'language', 'de', 'Russisch'); |
| 595 |
|
| 506 |
-- Serbian |
596 |
-- Serbian |
| 507 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
597 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 508 |
VALUES ( 'sr', 'language', 'Serbian','2005-10-16' ); |
598 |
VALUES ( 'sr', 'language', 'Serbian','2005-10-16' ); |
| 509 |
|
599 |
|
|
|
600 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 601 |
VALUES( 'sr','srp'); |
| 602 |
|
| 510 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
603 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 511 |
VALUES( 'sr', 'language', 'sr', 'српски'); |
604 |
VALUES( 'sr', 'language', 'sr', 'српски'); |
| 512 |
|
605 |
|
| 513 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
606 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 514 |
VALUES( 'sr', 'language', 'en', 'Serbian'); |
607 |
VALUES( 'sr', 'language', 'en', 'Serbian'); |
| 515 |
|
608 |
|
|
|
609 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 610 |
VALUES( 'sr', 'language', 'fr', 'Serbe'); |
| 611 |
|
| 612 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 613 |
VALUES( 'sr', 'language', 'de', 'Serbisch'); |
| 614 |
|
| 516 |
-- Spanish, Castilian |
615 |
-- Spanish, Castilian |
| 517 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
616 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 518 |
VALUES ( 'es', 'language', 'Spanish','2005-10-16' ); |
617 |
VALUES ( 'es', 'language', 'Spanish','2005-10-16' ); |
|
Lines 529-534
VALUES( 'es', 'language', 'en', 'Spanish');
Link Here
|
| 529 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
628 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 530 |
VALUES( 'es', 'language', 'fr', 'Espagnol'); |
629 |
VALUES( 'es', 'language', 'fr', 'Espagnol'); |
| 531 |
|
630 |
|
|
|
631 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 632 |
VALUES( 'es', 'language', 'de', 'Spanisch'); |
| 633 |
|
| 532 |
-- Spanish, Catalan |
634 |
-- Spanish, Catalan |
| 533 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
635 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 534 |
VALUES ( 'ca', 'language', 'Catalan','2013-01-12' ); |
636 |
VALUES ( 'ca', 'language', 'Catalan','2013-01-12' ); |
|
Lines 567-582
VALUES( 'sv', 'language', 'en', 'Swedish');
Link Here
|
| 567 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
669 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 568 |
VALUES( 'sv', 'language', 'fr', 'Suédois'); |
670 |
VALUES( 'sv', 'language', 'fr', 'Suédois'); |
| 569 |
|
671 |
|
|
|
672 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 673 |
VALUES( 'sv', 'language', 'de', 'Schwedisch'); |
| 674 |
|
| 570 |
-- Tetum |
675 |
-- Tetum |
| 571 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
676 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 572 |
VALUES ( 'tet', 'language', 'Tetum','2005-10-16' ); |
677 |
VALUES ( 'tet', 'language', 'Tetum','2005-10-16' ); |
| 573 |
|
678 |
|
|
|
679 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 680 |
VALUES( 'tet','tet'); |
| 681 |
|
| 574 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
682 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 575 |
VALUES( 'tet', 'language', 'tet', 'tetun'); |
683 |
VALUES( 'tet', 'language', 'tet', 'tetun'); |
| 576 |
|
684 |
|
| 577 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
685 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 578 |
VALUES( 'tet', 'language', 'en', 'Tetum'); |
686 |
VALUES( 'tet', 'language', 'en', 'Tetum'); |
| 579 |
|
687 |
|
|
|
688 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 689 |
VALUES( 'tet', 'language', 'fr', 'Tétoum'); |
| 690 |
|
| 691 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 692 |
VALUES( 'tet', 'language', 'de', 'Tetum'); |
| 693 |
|
| 580 |
-- Thai |
694 |
-- Thai |
| 581 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
695 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 582 |
VALUES ( 'th', 'language', 'Thai','2005-10-16'); |
696 |
VALUES ( 'th', 'language', 'Thai','2005-10-16'); |
|
Lines 593-598
VALUES( 'th', 'language', 'en', 'Thai');
Link Here
|
| 593 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
707 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 594 |
VALUES( 'th', 'language', 'fr', 'Thaï'); |
708 |
VALUES( 'th', 'language', 'fr', 'Thaï'); |
| 595 |
|
709 |
|
|
|
710 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 711 |
VALUES( 'th', 'language', 'de', 'Thailändisch'); |
| 712 |
|
| 596 |
-- Turkish |
713 |
-- Turkish |
| 597 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
714 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 598 |
VALUES ( 'tr', 'language', 'Turkish','2005-10-16' ); |
715 |
VALUES ( 'tr', 'language', 'Turkish','2005-10-16' ); |
|
Lines 609-614
VALUES( 'tr', 'language', 'en', 'Turkish');
Link Here
|
| 609 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
726 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 610 |
VALUES( 'tr', 'language', 'fr', 'Turc'); |
727 |
VALUES( 'tr', 'language', 'fr', 'Turc'); |
| 611 |
|
728 |
|
|
|
729 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 730 |
VALUES( 'tr', 'language', 'de', 'Türkisch'); |
| 612 |
|
731 |
|
| 613 |
-- Ukranian |
732 |
-- Ukranian |
| 614 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
733 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
|
Lines 626-641
VALUES( 'uk', 'language', 'en', 'Ukranian');
Link Here
|
| 626 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
745 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 627 |
VALUES( 'uk', 'language', 'fr', 'Ukrainien'); |
746 |
VALUES( 'uk', 'language', 'fr', 'Ukrainien'); |
| 628 |
|
747 |
|
| 629 |
-- English |
748 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
|
|
749 |
VALUES( 'uk', 'language', 'de', 'Ukrainisch'); |
| 750 |
|
| 751 |
-- Urdu |
| 630 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
752 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
| 631 |
VALUES ( 'ur', 'language', 'Urdu','2005-10-16' ); |
753 |
VALUES ( 'ur', 'language', 'Urdu','2005-10-16' ); |
| 632 |
|
754 |
|
|
|
755 |
INSERT INTO language_rfc4646_to_iso639(rfc4646_subtag,iso639_2_code) |
| 756 |
VALUES( 'ur','urd'); |
| 757 |
|
| 633 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
758 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 634 |
VALUES( 'ur', 'language', 'en', 'Urdu'); |
759 |
VALUES( 'ur', 'language', 'en', 'Urdu'); |
| 635 |
|
760 |
|
| 636 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
761 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 637 |
VALUES( 'ur', 'language', 'ur', 'اردو'); |
762 |
VALUES( 'ur', 'language', 'ur', 'اردو'); |
| 638 |
|
763 |
|
|
|
764 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 765 |
VALUES( 'ur', 'language', 'fr', 'Ourdou'); |
| 766 |
|
| 767 |
INSERT INTO language_descriptions(subtag, type, lang, description) |
| 768 |
VALUES( 'ur', 'language', 'de', 'Urdu'); |
| 769 |
|
| 639 |
-- SCRIPTS |
770 |
-- SCRIPTS |
| 640 |
-- Arabic |
771 |
-- Arabic |
| 641 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |
772 |
INSERT INTO language_subtag_registry( subtag, type, description, added) |