aboutsummaryrefslogtreecommitdiff
path: root/common/messages.cpp
blob: ef4065d1f9b9c6034d3a4c20097c92209984ff3e (plain)
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
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
/* generated by po2c 1.0.2 - Do not modify */

#include <stdio.h>
#include <string.h>

static const char * _po2c_msgids[] = {
	/* 0 */ "",
	/* 1 */ "   Are you sure you want to quit ?   ",
	/* 2 */ "  Looking for a plugin supporting this gameid... ",
	/* 3 */ "  Starting '%s'\n",
	/* 4 */ " (Active)",
	/* 5 */ " (Game)",
	/* 6 */ " (Global)",
	/* 7 */ "%s failed to instantiate engine: %s (target '%s', path '%s')",
	/* 8 */ "%s is an invalid gameid. Use the --list-games option to list supported gameid",
	/* 9 */ ", error while mounting the share",
	/* 10 */ ", share not mounted",
	/* 11 */ "... progress ...",
	/* 12 */ "11kHz",
	/* 13 */ "22 kHz",
	/* 14 */ "44 kHz",
	/* 15 */ "48 kHz",
	/* 16 */ "8 kHz",
	/* 17 */ "<default>",
	/* 18 */ "ALSA",
	/* 19 */ "About",
	/* 20 */ "About ScummVM",
	/* 21 */ "About...",
	/* 22 */ "AdLib",
	/* 23 */ "AdLib emulator:",
	/* 24 */ "AdLib is used for music in many games",
	/* 25 */ "Add Game...",
	/* 26 */ "Antialiased Renderer (16bpp)",
	/* 27 */ "Aspect ratio correction",
	/* 28 */ "Associated key : %s",
	/* 29 */ "Associated key : none",
	/* 30 */ "Atari ST MIDI",
	/* 31 */ "Audio",
	/* 32 */ "Autosave:",
	/* 33 */ "A~b~out...",
	/* 34 */ "Bind Keys",
	/* 35 */ "Both",
	/* 36 */ "Brightness:",
	/* 37 */ "C1Available engines:",
	/* 38 */ "C1Features compiled in:",
	/* 39 */ "C2(built on ",
	/* 40 */ "CAMD",
	/* 41 */ "Cancel",
	/* 42 */ "Cannot create file",
	/* 43 */ "Change game options",
	/* 44 */ "Change global ScummVM options",
	/* 45 */ "Check if you want to use your real hardware Roland-compatible sound device connected to your computer",
	/* 46 */ "Choose",
	/* 47 */ "Choose an action to map",
	/* 48 */ "Clear value",
	/* 49 */ "Close",
	/* 50 */ "CoreAudio",
	/* 51 */ "CoreMIDI",
	/* 52 */ "Correct aspect ratio for 320x200 games",
	/* 53 */ "Could not find any engine capable of running the selected game",
	/* 54 */ "Creative Music System",
	/* 55 */ "Current video mode:",
	/* 56 */ "Cursor Down",
	/* 57 */ "Cursor Left",
	/* 58 */ "Cursor Right",
	/* 59 */ "Cursor Up",
	/* 60 */ "DMedia",
	/* 61 */ "DVD",
	/* 62 */ "DVD Mounted successfully",
	/* 63 */ "DVD not mounted",
	/* 64 */ "Date: ",
	/* 65 */ "Debugger",
	/* 66 */ "Default",
	/* 67 */ "Delete",
	/* 68 */ "Disable power off",
	/* 69 */ "Disabled GFX",
	/* 70 */ "Discovered %d new games ...",
	/* 71 */ "Discovered %d new games.",
	/* 72 */ "Display ",
	/* 73 */ "Display keyboard",
	/* 74 */ "Do you really want to delete this savegame?",
	/* 75 */ "Do you really want to remove this game configuration?",
	/* 76 */ "Do you really want to run the mass game detector? This could potentially add a huge number of games.",
	/* 77 */ "Do you want to load or save the game?",
	/* 78 */ "Do you want to perform an automatic scan ?",
	/* 79 */ "Do you want to quit ?",
	/* 80 */ "Double-strike",
	/* 81 */ "Down",
	/* 82 */ "Edit Game...",
	/* 83 */ "Enable Roland GS Mode",
	/* 84 */ "Engine does not support debug level '%s'",
	/* 85 */ "English",
	/* 86 */ "Error running game:",
	/* 87 */ "Error while mounting the DVD",
	/* 88 */ "Extra Path:",
	/* 89 */ "FM Towns",
	/* 90 */ "Failed to load any GUI theme, aborting",
	/* 91 */ "Fast mode",
	/* 92 */ "FluidSynth",
	/* 93 */ "Free look",
	/* 94 */ "Full title of the game",
	/* 95 */ "Fullscreen mode",
	/* 96 */ "GC Pad acceleration:",
	/* 97 */ "GC Pad sensitivity:",
	/* 98 */ "GFX",
	/* 99 */ "GUI Language:",
	/* 100 */ "GUI Renderer:",
	/* 101 */ "Game",
	/* 102 */ "Game Data not found",
	/* 103 */ "Game Id not supported",
	/* 104 */ "Game Path:",
	/* 105 */ "Global menu",
	/* 106 */ "Go to previous directory level",
	/* 107 */ "Go up",
	/* 108 */ "Graphics",
	/* 109 */ "Graphics mode:",
	/* 110 */ "Hardware scale (fast, but low quality)",
	/* 111 */ "Help",
	/* 112 */ "Hide Toolbar",
	/* 113 */ "High quality audio (slower) (reboot)",
	/* 114 */ "Higher value specifies better sound quality but may be not supported by your soundcard",
	/* 115 */ "Hold Shift for Mass Add",
	/* 116 */ "Horizontal underscan:",
	/* 117 */ "IBM PCjr",
	/* 118 */ "ID:",
	/* 119 */ "Init network",
	/* 120 */ "Initial top screen scale:",
	/* 121 */ "Initialising network",
	/* 122 */ "Input",
	/* 123 */ "Invalid Path",
	/* 124 */ "Key mapper",
	/* 125 */ "Keyboard",
	/* 126 */ "Keymap:",
	/* 127 */ "Keys",
	/* 128 */ "Language of ScummVM GUI",
	/* 129 */ "Language of the game. This will not turn your Spanish game version into English",
	/* 130 */ "Language:",
	/* 131 */ "Left",
	/* 132 */ "Left Click",
	/* 133 */ "Load",
	/* 134 */ "Load game:",
	/* 135 */ "Load savegame for selected game",
	/* 136 */ "Load...",
	/* 137 */ "MIDI",
	/* 138 */ "MIDI gain:",
	/* 139 */ "MT-32 Emulation",
	/* 140 */ "Main screen scaling:",
	/* 141 */ "Map",
	/* 142 */ "Mass Add...",
	/* 143 */ "Menu",
	/* 144 */ "Misc",
	/* 145 */ "Mixed AdLib/MIDI mode",
	/* 146 */ "Mount DVD",
	/* 147 */ "Mount SMB",
	/* 148 */ "Mouse click",
	/* 149 */ "Multi Function",
	/* 150 */ "Music driver:",
	/* 151 */ "Music volume:",
	/* 152 */ "Mute All",
	/* 153 */ "Name:",
	/* 154 */ "Network down",
	/* 155 */ "Network not initialsed (%d)",
	/* 156 */ "Network up",
	/* 157 */ "Network up, share mounted",
	/* 158 */ "Never",
	/* 159 */ "No",
	/* 160 */ "No date saved",
	/* 161 */ "No music",
	/* 162 */ "No playtime saved",
	/* 163 */ "No time saved",
	/* 164 */ "None",
	/* 165 */ "OK",
	/* 166 */ "Ok",
	/* 167 */ "Options",
	/* 168 */ "Options...",
	/* 169 */ "Output rate:",
	/* 170 */ "Override global MIDI settings",
	/* 171 */ "Override global audio settings",
	/* 172 */ "Override global graphic settings",
	/* 173 */ "Override global volume settings",
	/* 174 */ "PC Speaker",
	/* 175 */ "Password:",
	/* 176 */ "Path not a directory",
	/* 177 */ "Path not a file",
	/* 178 */ "Path not exists",
	/* 179 */ "Paths",
	/* 180 */ "Pause",
	/* 181 */ "Pick the game:",
	/* 182 */ "Platform the game was originally designed for",
	/* 183 */ "Platform:",
	/* 184 */ "Playtime: ",
	/* 185 */ "Please select an action",
	/* 186 */ "Plugins Path:",
	/* 187 */ "Press the key to associate",
	/* 188 */ "Quit",
	/* 189 */ "Quit ScummVM",
	/* 190 */ "Read permission denied",
	/* 191 */ "Reading failed",
	/* 192 */ "Remap keys",
	/* 193 */ "Remove Game",
	/* 194 */ "Remove game from the list. The game data files stay intact",
	/* 195 */ "Render mode:",
	/* 196 */ "Resume",
	/* 197 */ "Return to Launcher",
	/* 198 */ "Right",
	/* 199 */ "Right Click",
	/* 200 */ "Right click",
	/* 201 */ "Rotate",
	/* 202 */ "SEQ",
	/* 203 */ "SFX volume:",
	/* 204 */ "SMB",
	/* 205 */ "Save",
	/* 206 */ "Save Path:",
	/* 207 */ "Save Path: ",
	/* 208 */ "Save game:",
	/* 209 */ "Scan complete!",
	/* 210 */ "Scanned %d directories ...",
	/* 211 */ "ScummVM Main Menu",
	/* 212 */ "ScummVM could not find any engine capable of running the selected game!",
	/* 213 */ "ScummVM could not find any game in the specified directory!",
	/* 214 */ "ScummVM couldn't open the specified directory!",
	/* 215 */ "Search in game list",
	/* 216 */ "Search:",
	/* 217 */ "Select SoundFont",
	/* 218 */ "Select a Theme",
	/* 219 */ "Select additional game directory",
	/* 220 */ "Select an action and click 'Map'",
	/* 221 */ "Select directory for GUI themes",
	/* 222 */ "Select directory for extra files",
	/* 223 */ "Select directory for plugins",
	/* 224 */ "Select directory for saved games",
	/* 225 */ "Select directory for savegames",
	/* 226 */ "Select directory with game data",
	/* 227 */ "Sensitivity",
	/* 228 */ "Server:",
	/* 229 */ "Share:",
	/* 230 */ "Short game identifier used for referring to savegames and running the game from the command line",
	/* 231 */ "Show Keyboard",
	/* 232 */ "Show mouse cursor",
	/* 233 */ "Show subtitles and play speech",
	/* 234 */ "Show/Hide Cursor",
	/* 235 */ "Skip",
	/* 236 */ "Skip line",
	/* 237 */ "Skip text",
	/* 238 */ "Snap to edges",
	/* 239 */ "Software scale (good quality, but slower)",
	/* 240 */ "Sound on/off",
	/* 241 */ "SoundFont is supported by some audio cards, Fluidsynth and Timidity",
	/* 242 */ "SoundFont:",
	/* 243 */ "Spch",
	/* 244 */ "Special dithering modes supported by some games",
	/* 245 */ "Special sound effects volume",
	/* 246 */ "Specifies output sound device or sound card emulator",
	/* 247 */ "Specifies output sound device or sound emulator",
	/* 248 */ "Specifies path to additional data used by all games or ScummVM",
	/* 249 */ "Specifies path to additional data used the game",
	/* 250 */ "Specifies where your savegames are put",
	/* 251 */ "Speech",
	/* 252 */ "Speech & Subs",
	/* 253 */ "Speech Only",
	/* 254 */ "Speech and Subtitles",
	/* 255 */ "Speech volume:",
	/* 256 */ "Standard Renderer (16bpp)",
	/* 257 */ "Start",
	/* 258 */ "Start selected game",
	/* 259 */ "Status:",
	/* 260 */ "Subs",
	/* 261 */ "Subtitle speed:",
	/* 262 */ "Subtitles",
	/* 263 */ "Subtitles Only",
	/* 264 */ "Swap character",
	/* 265 */ "Tap for left click, double tap right click",
	/* 266 */ "Tapwave Zodiac",
	/* 267 */ "Text and Speech:",
	/* 268 */ "The chosen directory cannot be written to. Please select another one.",
	/* 269 */ "Theme Path:",
	/* 270 */ "Theme:",
	/* 271 */ "This game ID is already taken. Please choose another one.",
	/* 272 */ "This game does not support loading games from the launcher.",
	/* 273 */ "TiMidity",
	/* 274 */ "Time: ",
	/* 275 */ "Timeout while initialising network",
	/* 276 */ "Touch X Offset",
	/* 277 */ "Touch Y Offset",
	/* 278 */ "Touchpad mode disabled.",
	/* 279 */ "Touchpad mode enabled.",
	/* 280 */ "True Roland MT-32 (disable GM emulation)",
	/* 281 */ "Turns off General MIDI mapping for games with Roland MT-32 soundtrack",
	/* 282 */ "Unknown",
	/* 283 */ "Unknown Error",
	/* 284 */ "Unmount DVD",
	/* 285 */ "Unmount SMB",
	/* 286 */ "Unscaled (you must scroll left and right)",
	/* 287 */ "Unsupported Color Mode",
	/* 288 */ "Untitled savestate",
	/* 289 */ "Up",
	/* 290 */ "Use both MIDI and AdLib sound generation",
	/* 291 */ "Use laptop trackpad-style cursor control",
	/* 292 */ "User picked target '%s' (gameid '%s')...\n",
	/* 293 */ "Username:",
	/* 294 */ "Using SDL driver ",
	/* 295 */ "Vertical underscan:",
	/* 296 */ "Video",
	/* 297 */ "Virtual keyboard",
	/* 298 */ "Volume",
	/* 299 */ "Windows MIDI",
	/* 300 */ "Write permission denied",
	/* 301 */ "Writing data failed",
	/* 302 */ "Yamaha Pa1",
	/* 303 */ "Yes",
	/* 304 */ "You have to restart ScummVM to take the effect.",
	/* 305 */ "Zone",
	/* 306 */ "Zoom down",
	/* 307 */ "Zoom up",
	/* 308 */ "every 10 mins",
	/* 309 */ "every 15 mins",
	/* 310 */ "every 30 mins",
	/* 311 */ "every 5 mins",
	/* 312 */ "failed\n",
	/* 313 */ "~A~bout",
	/* 314 */ "~A~dd Game...",
	/* 315 */ "~C~ancel",
	/* 316 */ "~C~lose",
	/* 317 */ "~E~dit Game...",
	/* 318 */ "~H~elp",
	/* 319 */ "~I~ndy fight controls",
	/* 320 */ "~K~eys",
	/* 321 */ "~L~eft handed mode",
	/* 322 */ "~L~oad",
	/* 323 */ "~L~oad...",
	/* 324 */ "~N~ext",
	/* 325 */ "~O~K",
	/* 326 */ "~O~ptions",
	/* 327 */ "~O~ptions...",
	/* 328 */ "~P~revious",
	/* 329 */ "~Q~uit",
	/* 330 */ "~R~emove Game",
	/* 331 */ "~R~esume",
	/* 332 */ "~R~eturn to Launcher",
	/* 333 */ "~S~ave",
	/* 334 */ "~S~tart",
	/* 335 */ "~T~ransitions Enabled",
	/* 336 */ "~W~ater Effect Enabled",
	/* 337 */ "~Z~ip Mode Activated",
	NULL
};

struct _po2c_msg {
	int msgid;
	const char * msgstr;
};

static struct _po2c_msg _po2c_lang_ru_RU[] = {
	{ 0, "Project-Id-Version: ScummVM VERSION\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-13 16:52+0300\nPO-Revision-Date: 2010-06-08 08:52-0100\nLast-Translator: Eugene Sandulenko <sev@scummvm.org>\nLanguage-Team: Russian\nMIME-Version: 1.0\nContent-Type: text/plain; charset=cp1251\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=3;     plural=n%10==1 && n%100!=11 ? 0 :            n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" },
	{ 2, "  \310\371\363 \357\353\340\343\350\355 \361 \357\356\344\344\345\360\346\352\356\351 \375\362\356\343\356 gameid... " },
	{ 3, "  \307\340\357\363\361\352\340\376 '%s'\n" },
	{ 5, "\310\343\360\340" },
	{ 7, "%s \355\345 \361\354\356\343 \347\340\357\363\361\362\350\362\374 \344\342\350\346\356\352: %s (\366\345\353\374 '%s', \357\363\362\374 '%s')" },
	{ 8, "\315\345\342\345\360\355\373\351 gameid %s. \310\361\357\356\353\374\347\363\351\362\345 \356\357\366\350\376 --list-games \344\353\377 \357\360\356\361\354\356\362\360\340 \361\357\350\361\352\340 \357\356\344\344\345\360\346\350\342\340\345\354\373\365 gameid" },
	{ 11, "... \350\371\363 ..." },
	{ 12, "11 \352\303\366" },
	{ 13, "22 \352\303\366" },
	{ 14, "44 \352\303\366" },
	{ 15, "48 \352\303\366" },
	{ 16, "8 \352\303\366" },
	{ 17, "<\357\356 \363\354\356\353\367\340\355\350\376>" },
	{ 18, "ALSA" },
	{ 19, "\316 \357\360\356\343\360\340\354\354\345" },
	{ 20, "\316 \357\360\356\343\360\340\354\354\345 ScummVM" },
	{ 21, "\316 \357\360\356\343\360\340\354\354\345..." },
	{ 22, "AdLib" },
	{ 23, "\335\354\363\353\377\362\356\360 AdLib:" },
	{ 24, "\307\342\363\352\356\342\340\377 \352\340\360\362\340 AdLib \350\361\357\356\353\374\347\363\345\362\361\377 \354\355\356\343\350\354\350 \350\343\360\340\354\350" },
	{ 25, "\315\356\342. \350\343\360\340..." },
	{ 26, "\320\340\361\362\345\360\350\347\340\362\356\360 \361\356 \361\343\353\340\346\350\342\340\355\350\345\354 (16bpp)" },
	{ 27, "\312\356\360\360\345\352\366\350\377 \361\356\356\362\355\356\370\345\355\350\377 \361\362\356\360\356\355" },
	{ 28, "\315\340\347\355\340\367\345\355\355\340\377 \352\353\340\342\350\370\340 : %s" },
	{ 29, "\315\340\347\355\340\367\345\355\355\340\377 \352\353\340\342\350\370\340 : \355\345\362" },
	{ 30, "Atars ST MIDI" },
	{ 31, "\300\363\344\350\356" },
	{ 32, "\300\342\362\356\361\356\365\360\340\355\345\355\350\345:" },
	{ 33, "\316 \357~\360~\356\343\360\340\354\354\345..." },
	{ 34, "\312\353\340\342\350\370\350" },
	{ 35, "\302\361\270" },
	{ 37, "C1\304\356\361\362\363\357\355\373\345 \344\342\350\346\352\350:" },
	{ 38, "C1\302\352\353\376\367\345\355\355\373\345 \342 \341\350\353\344 \356\357\366\350\350:" },
	{ 39, "C2(\361\356\341\360\340\355 " },
	{ 40, "CAMD" },
	{ 41, "\316\362\354\345\355\340" },
	{ 42, "\315\345 \354\356\343\363 \361\356\347\344\340\362\374 \364\340\351\353" },
	{ 43, "\310\347\354\345\355\350\362\374 \356\357\366\350\350 \350\343\360\373" },
	{ 44, "\310\347\354\345\355\350\362\374 \343\353\356\341\340\353\374\355\373\345 \356\357\366\350\350 ScummVM" },
	{ 45, "\316\362\354\345\362\374\362\345 \363 \342\340\361 \357\356\344\352\353\376\367\345\355\356 Roland-\361\356\342\354\345\361\362\350\354\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350 \342\373 \365\356\362\350\362\345 \345\343\356 \350\361\357\356\353\374\347\356\342\340\362\374" },
	{ 46, "\302\373\341\360\340\362\374" },
	{ 47, "\302\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345 \344\353\377 \355\340\347\355\340\367\345\355\350\377" },
	{ 48, "\316\367\350\361\362\350\362\374 \347\355\340\367\345\355\350\345" },
	{ 49, "\307\340\352\360\373\362\374" },
	{ 50, "CoreAudio" },
	{ 51, "CoreMIDI" },
	{ 52, "\312\356\360\360\345\352\362\350\360\356\342\340\362\374 \361\356\356\362\355\356\370\345\355\350\345 \361\362\356\360\356\355 \344\353\377 \350\343\360 \361 \360\340\347\360\345\370\345\355\350\345\354 320x200" },
	{ 53, "\315\345 \354\356\343\363 \355\340\351\362\350 \344\342\350\346\356\352 \344\353\377 \347\340\357\363\361\352\340 \342\373\341\360\340\355\355\356\351 \350\343\360\373" },
	{ 54, "Creative Music System" },
	{ 55, "\320\345\346\350\354 \360\340\361\362\360\350\360\356\342\340\355\350\377:" },
	{ 60, "DMedia" },
	{ 64, "\304\340\362\340: " },
	{ 66, "\317\356 \363\354\356\353\367\340\355\350\376" },
	{ 67, "\323\344\340\353\350\362\374" },
	{ 69, "\301\345\347 \343\360\340\364\350\352\350" },
	{ 70, "\315\340\351\344\345\355\356 %d \355\356\342\373\365 \350\343\360 ..." },
	{ 71, "\315\340\351\344\345\355\356 %d \355\356\342\373\365 \350\343\360." },
	{ 72, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
	{ 73, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
	{ 74, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \375\362\356 \361\356\365\360\340\355\345\355\350\345?" },
	{ 75, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \363\361\362\340\355\356\342\352\350 \344\353\377 \375\362\356\351 \350\343\360\373?" },
	{ 76, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \347\340\357\363\361\362\350\362\374 \344\345\362\345\352\362\356\360 \342\361\345\365 \350\343\360? \335\362\356 \357\356\362\345\355\366\350\340\353\374\355\356 \354\356\346\345\362 \344\356\341\340\342\350\362\374 \341\356\353\374\370\356\345 \352\356\353\350\367\345\361\362\342\356 \350\343\360." },
	{ 77, "\302\373 \344\345\351\361\362\342\350\362\345\353\374\355\356 \365\356\362\350\362\345 \363\344\340\353\350\362\374 \375\362\356 \361\356\365\360\340\355\345\355\350\345?" },
	{ 82, "\310\347\354. \350\343\360\363..." },
	{ 83, "\302\352\353\376\367\350\362\374 \360\345\346\350\354 Roland GS" },
	{ 84, "\304\342\350\346\356\352 \355\345 \357\356\344\344\345\360\346\350\342\340\345\362 \363\360\356\342\345\355\374 \356\362\353\340\344\352\350 '%s'" },
	{ 85, "English" },
	{ 86, "\316\370\350\341\352\340 \347\340\357\363\361\352\340 \350\343\360\373:" },
	{ 88, "\304\356\357. \357\363\362\374:" },
	{ 89, "FM Towns" },
	{ 90, "\315\345 \363\344\340\353\356\361\374 \347\340\343\360\363\347\350\362\374 \362\345\354\363 GUI, \357\360\345\352\360\340\371\340\376 \360\340\341\356\362\363" },
	{ 91, "\303\360\340\364\350\367\345\361\352\350\351 \360\345\346\350\354:" },
	{ 92, "FluidSynth" },
	{ 94, "\317\356\353\355\356\345 \355\340\347\342\340\355\350\345 \350\343\360\373" },
	{ 95, "\317\356\353\355\356\375\352\360\340\355\355\373\351 \360\345\346\350\354" },
	{ 98, "\303\360\364" },
	{ 99, "\337\347\373\352 \350\355\362\345\360\364\345\351\361\340:" },
	{ 100, "\320\340\361\362\345\360\350\347\340\362\356\360 GUI:" },
	{ 101, "\310\343\360\340" },
	{ 102, "\315\345\362 \364\340\351\353\356\342 \350\343\360\373" },
	{ 103, "Game Id \355\345 \357\356\344\344\345\360\346\350\342\340\345\362\361\377" },
	{ 104, "\317\363\362\374 \352 \350\343\360\345: " },
	{ 106, "\317\345\360\345\351\362\350 \355\340 \344\350\360\345\352\362\356\360\350\376 \363\360\356\342\355\345\354 \342\373\370\345" },
	{ 107, "\302\342\345\360\365" },
	{ 108, "\303\360\340\364\350\352\340" },
	{ 109, "\303\360\340\364\350\367\345\361\352\350\351 \360\345\346\350\354:" },
	{ 111, "\317\356\354\356\371\374" },
	{ 114, "\301\356\353\374\370\350\345 \347\355\340\367\345\355\350\377 \347\340\344\340\376\362 \353\363\367\370\345\345 \352\340\367\345\361\362\342\356 \347\342\363\352\340, \356\344\355\340\352\356 \356\355\350 \354\356\343\363\362 \355\345 \357\356\344\344\345\360\346\350\342\340\362\374\361\377 \342\340\370\345\351 \347\342\363\352\356\342\356\351 \352\340\360\362\356\351" },
	{ 115, "\323\344\345\360\346\350\342\340\351\362\345 \352\353\340\342\350\370\363 Shift \344\353\377 \362\356\343\356, \367\362\356\341\373 \344\356\341\340\342\350\362\374 \355\345\361\352\356\353\374\352\356 \350\343\360" },
	{ 117, "IBM PCjr" },
	{ 118, "ID:" },
	{ 123, "\315\345\342\345\360\355\373\351 \357\363\362\374" },
	{ 127, "\312\353\340\342\350\370\350" },
	{ 128, "\337\347\373\352 \343\360\340\364\350\367\345\361\352\356\343\356 \350\355\362\345\360\364\345\351\361\340 ScummVM" },
	{ 129, "\337\347\373\352 \350\343\360\373. \310\347\354\345\355\345\355\350\345 \375\362\356\343\356 \357\340\360\340\354\345\362\360\340 \355\345 \357\360\345\342\360\340\362\350\362 \350\343\360\363 \355\340 \340\355\343\353\350\351\361\352\356\354 \342 \360\363\361\361\352\363\376" },
	{ 130, "\337\347\373\352:" },
	{ 133, "\307\340\343\360\363\347\350\362\374" },
	{ 134, "\307\340\343\360\363\347\350\362\374 \350\343\360\363:" },
	{ 135, "\307\340\343\360\363\347\350\362\374 \361\356\365\360\355\345\355\350\345 \344\353\377 \342\373\341\360\340\355\355\356\351 \350\343\360\373" },
	{ 136, "\307\340\343\360...." },
	{ 137, "MIDI" },
	{ 138, "\323\361\350\353\345\355\350\345 MIDI:" },
	{ 139, "\335\354\363\353\377\366\350\377 MT-32" },
	{ 141, "\315\340\347\355\340\367\350\362\374" },
	{ 142, "\304\356\341. \354\355\356\343\356..." },
	{ 143, "\314\345\355\376" },
	{ 144, "\320\340\347\355\356\345" },
	{ 145, "\321\354\345\370\340\355\355\373\351 \360\345\346\350\354 AdLib/MIDI" },
	{ 148, "\312\353\350\352 \354\373\370\374\376" },
	{ 150, "\304\360\340\351\342\345\360 \354\363\347\373\352\350:" },
	{ 151, "\303\360\356\354\352\356\361\362\374 \354\363\347\373\352\350:" },
	{ 152, "\302\373\352\353\376\367\350\362\374 \342\361\270" },
	{ 153, "\315\340\347\342\340\355\350\345:" },
	{ 158, "\315\350\352\356\343\344\340" },
	{ 159, "\315\345\362" },
	{ 160, "\304\340\362\340 \355\345 \347\340\357\350\361\340\355\340" },
	{ 161, "\301\345\347 \354\363\347\373\352\350" },
	{ 162, "\302\360\345\354\377 \350\343\360\373 \355\345 \347\340\357\350\361\340\355\356" },
	{ 163, "\302\360\345\354\377 \355\345 \347\340\357\350\361\340\355\356" },
	{ 164, "\315\345 \347\340\344\340\355" },
	{ 165, "OK" },
	{ 167, "\316\357\366\350\350" },
	{ 168, "\316\357\366\350\350..." },
	{ 169, "\302\373\365\356\344\355\340\377 \367\340\361\362\356\362\340:" },
	{ 170, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 MIDI" },
	{ 171, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \340\363\344\350\356" },
	{ 172, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \343\360\340\364\350\352\350" },
	{ 173, "\317\345\360\345\352\360\373\362\374 \343\353\356\341\340\353\374\355\373\345 \363\361\362\340\355\356\342\352\350 \343\360\356\354\352\356\361\362\350" },
	{ 174, "PC \361\357\350\352\345\360" },
	{ 176, "\317\363\362\374 \355\345 \377\342\353\377\345\362\361\377 \344\350\360\345\352\362\356\360\350\345\351" },
	{ 177, "\317\363\362\374 \355\345 \377\342\353\377\345\362\361\377 \364\340\351\353\356\354" },
	{ 178, "\317\363\362\374 \355\345 \355\340\351\344\345\355" },
	{ 179, "\317\363\362\350" },
	{ 180, "\317\340\363\347\340" },
	{ 181, "\302\373\341\345\360\350\362\345 \350\343\360\363:" },
	{ 182, "\317\353\340\362\364\356\360\354\340, \344\353\377 \352\356\362\356\360\356\351 \350\343\360\340 \341\373\353\340 \350\347\355\340\367\340\353\374\355\356 \360\340\347\360\340\341\356\362\340\355\340" },
	{ 183, "\317\353\340\362\364\356\360\354\340:" },
	{ 184, "\302\360\345\354\377 \350\343\360\373: " },
	{ 185, "\317\356\346\340\353\363\351\361\362\340, \342\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345" },
	{ 186, "\317\363\362\374 \352 \357\353\340\343\350\355\340\354:" },
	{ 187, "\315\340\346\354\350\362\345 \352\353\340\342\350\370\363 \344\353\377 \355\340\347\355\340\367\345\355\350\377" },
	{ 188, "\302\373\365\356\344" },
	{ 189, "\302\373\365\356\344 \350\347 ScummVM" },
	{ 190, "\315\345\344\356\361\362\340\362\356\367\355\356 \357\360\340\342 \344\353\377 \367\362\345\355\350\377" },
	{ 191, "\316\370\350\341\352\340 \367\362\345\355\350\377" },
	{ 192, "\317\345\360\345\355\340\347\355\340\367\350\362\374 \352\353\340\342\350\370\350" },
	{ 193, "\323\344\340\353\350\362\374 \350\343\360\363" },
	{ 194, "\323\344\340\353\350\362\374 \350\343\360\363 \350\347 \361\357\350\361\352\340. \315\345 \363\344\340\353\377\345\362 \350\343\360\363 \361 \346\345\361\362\352\356\343\356 \344\350\361\352\340" },
	{ 195, "\320\345\346\350\354 \360\340\361\362\360\350\360\356\342\340\355\350\377:" },
	{ 196, "\317\360\356\344\356\353\346\350\362\374" },
	{ 197, "\302\345\360\355\363\362\374\361\377 \342 \343\353\340\342\355\356\345 \354\345\355\376" },
	{ 202, "SEQ" },
	{ 203, "\303\360\356\354\352\356\361\362\374 \375\364\364\345\352\362\356\342:" },
	{ 205, "\307\340\357\350\361\340\362\374" },
	{ 206, "\317\363\362\374 \361\356\365\360.: " },
	{ 207, "\317\363\362\374 \344\353\377 \361\356\365\360\340\355\345\355\350\351: " },
	{ 208, "\321\356\365\360\340\355\350\362\374 \350\343\360\363: " },
	{ 209, "\317\356\350\361\352 \347\340\352\356\355\367\345\355!" },
	{ 210, "\317\360\356\361\354\356\362\360\345\355\356 %d \344\350\360\345\352\362\356\360\350\351 ..." },
	{ 212, "ScummVM \355\345 \361\354\356\343 \355\340\351\362\350 \344\342\350\346\356\352 \344\353\377 \347\340\357\363\361\352\340 \342\373\341\360\340\355\355\356\351 \350\343\360\373!" },
	{ 213, "ScummVM \355\345 \354\356\346\345\362 \355\340\351\362\350 \350\343\360\363 \342 \363\352\340\347\340\355\355\356\351 \344\350\360\345\352\362\356\360\350\350!" },
	{ 214, "ScummVM \355\345 \354\356\346\345\362 \356\362\352\360\373\362\374 \363\352\340\347\340\355\355\363\376 \344\350\360\345\352\362\356\360\350\376!" },
	{ 215, "\317\356\350\361\352 \342 \361\357\350\361\352\345 \350\343\360" },
	{ 216, "\317\356\350\361\352:" },
	{ 217, "\302\373\341\345\360\350\362\345 SoundFont" },
	{ 218, "\302\373\341\345\360\350\362\345 \362\345\354\363" },
	{ 219, "\302\373\341\345\360\350\362\345 \344\356\357\356\353\355\350\362\345\353\374\355\363\376 \344\350\360\345\352\362\356\360\350\376 \350\343\360\373" },
	{ 220, "\302\373\341\345\360\350\362\345 \344\345\351\361\362\342\350\345 \350 \352\353\350\352\355\350\362\345 '\315\340\347\355\340\367\350\362\374'" },
	{ 221, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \362\345\354 GUI" },
	{ 222, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \344\356\357\356\353\355\350\362\345\353\374\355\373\354\350 \364\340\351\353\340\354\350" },
	{ 223, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \357\353\340\343\350\355\340\354\350" },
	{ 224, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \361\356\365\360\340\355\345\355\350\351" },
	{ 225, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \344\353\377 \361\356\365\360\340\355\345\355\350\351" },
	{ 226, "\302\373\341\345\360\350\362\345 \344\350\360\345\352\362\356\360\350\376 \361 \364\340\351\353\340\354\350 \350\343\360\373" },
	{ 228, "\315\350\352\356\343\344\340" },
	{ 229, "\317\356\350\361\352:" },
	{ 230, "\312\356\360\356\362\352\350\351 \350\344\345\355\362\350\364\350\352\340\362\356\360, \350\361\357\363\353\374\347\363\345\354\373\351 \344\353\377 \350\343\360\373 \342 \361\356\365\360\340\355\345\355\350\377 \350 \344\353\377 \347\340\357\363\361\352\340 \350\347 \352\356\354\340\355\344\355\356\351 \361\362\360\356\352\350" },
	{ 233, "\317\356\352\340\347\373\342\340\362\374 \361\363\341\362\350\362\360\373 \350 \357\360\356\350\343\360\373\342\340\362\374 \360\345\367\374" },
	{ 235, "\317\360\356\357\363\361\362\350\362\374" },
	{ 236, "\317\360\356\357\363\361\362\350\362\374 \361\362\360\356\352\363" },
	{ 237, "\317\360\356\357\363\361\362\350\362\374 \361\362\360\356\352\363" },
	{ 240, "SoundFont:" },
	{ 241, "SoundFont\373 \357\356\344\344\345\360\344\346\350\342\340\376\362\361\377 \355\345\352\356\362\356\360\373\354\350 \347\342\363\352\356\342\373\354\350 \352\340\360\362\340\354\350, Fluidsynth \350 Timidity" },
	{ 242, "SoundFont:" },
	{ 243, "\316\347\342" },
	{ 244, "\321\357\345\366\350\340\353\374\355\373\345 \360\345\346\350\354\373 \360\345\355\344\345\360\350\355\343\340, \357\356\344\344\345\360\346\350\342\340\345\354\373\345 \355\345\352\356\362\356\360\373\354\350 \350\343\360\340\354\350" },
	{ 245, "\303\360\356\354\352\356\361\362\374 \361\357\345\366\350\340\353\374\355\373\365 \347\342\363\352\356\342\373\365 \375\364\364\345\352\362\356\342" },
	{ 246, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \347\342\363\352\356\342\356\345 \363\361\362\360\356\351\361\362\342\356 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
	{ 247, "\323\352\340\347\373\342\340\345\362 \342\373\365\356\344\355\356\345 \363\361\362\360\356\351\361\362\342\356 \344\353\377 \347\342\363\352\340 \350\353\350 \375\354\363\353\377\362\356\360 \347\342\363\352\356\342\356\351 \352\340\360\362\373" },
	{ 248, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \344\356\357\356\353\355\350\362\345\353\374\355\373\354 \364\340\351\353\340\354 \344\340\355\355\373\365, \350\361\357\356\353\374\347\363\345\354\373\365 \342\361\345\354\350 \350\343\360\340\354\350, \353\350\341\356 ScummVM" },
	{ 249, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \344\356\357\356\353\355\350\362\345\353\374\355\373\354 \364\340\351\353\340\354 \344\340\355\355\373\365 \344\353\377 \350\343\360\373" },
	{ 250, "\323\352\340\347\373\342\340\345\362 \357\363\362\374 \352 \361\356\365\360\340\355\345\355\350\377\354 \350\343\360\373" },
	{ 251, "\316\347\342\363\367\352\340" },
	{ 252, "\307\342\363\352 \350 \361\363\341." },
	{ 253, "\322\356\353\374\352\356 \356\347\342\363\367\352\340" },
	{ 254, "\316\347\342\363\367\352\340 \350 \361\363\341\362\350\362\360\373" },
	{ 255, "\303\360\356\354\352\356\361\362\374 \356\347\342\363\367\352\350:" },
	{ 256, "\321\362\340\355\344\340\360\362\355\373\351 \360\340\361\362\345\360\350\347\340\362\356\360 (16bpp)" },
	{ 257, "\317\363\361\352" },
	{ 258, "\307\340\357\363\361\362\350\362\374 \342\373\341\360\340\355\355\363\376 \350\343\360\363" },
	{ 259, "\317\363\361\352" },
	{ 260, "\321\363\341" },
	{ 261, "\321\352\356\360\356\361\362\374 \361\363\341\362\350\362\360\356\342:" },
	{ 262, "\321\363\341\362\350\362\360\373" },
	{ 263, "\322\356\353\374\352\356 \361\363\341\362\350\362\360\373" },
	{ 266, "Tapware Zodiac" },
	{ 267, "\322\345\352\361\362 \350 \356\347\342\363\367\352\340:" },
	{ 268, "\315\345 \354\356\343\363 \357\350\361\340\362\374 \342 \342\373\341\360\340\355\355\363\376 \344\350\360\345\352\362\356\360\350\376. \317\356\346\340\353\363\351\361\362\340, \363\352\340\346\350\362\345 \344\360\363\343\363\376." },
	{ 269, "\317\363\362\374 \352 \362\345\354\340\354:" },
	{ 270, "\322\345\354\340:" },
	{ 271, "\335\362\356\362 ID \350\343\360\373 \363\346\345 \350\361\357\356\353\374\347\363\345\362\361\377. \317\356\346\340\353\363\351\361\362\340, \342\373\341\345\360\350\362\345 \344\360\363\343\356\351." },
	{ 272, "\335\362\340 \350\343\360\340 \355\345 \357\356\344\344\345\360\346\350\342\340\345\362 \347\340\343\360\363\347\352\363 \361\356\365\360\340\355\345\355\350\351 \367\345\360\345\347 \343\353\340\342\355\356\345 \354\345\355\376." },
	{ 273, "TiMidity" },
	{ 274, "\302\360\345\354\377: " },
	{ 280, "\315\340\361\362\356\377\371\350\351 Roland MT-32 (\347\340\357\360\345\362\350\362\374 \375\354\363\353\377\366\350\376 GM)" },
	{ 281, "\302\373\352\353\376\367\340\345\362 \354\340\357\357\350\355\343 General MIDI \344\353\377 \350\343\360 \361 \347\342\363\352\356\342\356\351 \344\356\360\356\346\352\356\351 \344\353\377 Roland MT-32" },
	{ 282, "\315\345\350\347\342\345\361\362\355\340\377 \356\370\350\341\352\340" },
	{ 283, "\315\345\350\347\342\345\361\362\355\340\377 \356\370\350\341\352\340" },
	{ 287, "\315\345\357\356\344\344\345\360\346\350\342\340\345\354\373\351 \360\345\346\350\354 \366\342\345\362\340" },
	{ 288, "\321\356\365\360\340\355\345\355\350\345 \341\345\347 \350\354\345\355\350" },
	{ 290, "\310\361\357\356\353\374\347\356\342\340\362\374 \350 MIDI \350 AdLib \344\353\377 \343\345\355\345\360\340\366\350\350 \347\342\363\352\340" },
	{ 292, "\317\356\353\374\347\356\342\340\362\345\353\374 \342\373\341\360\340\353 \366\345\353\374'%s' (gameid '%s')...\n" },
	{ 294, "\304\360\340\351\342\345\360 \354\363\347\373\352\350:" },
	{ 297, "\317\356\352\340\347\340\362\374 \352\353\340\342\350\340\362\363\360\363" },
	{ 298, "\303\360\356\354\352\356\361\362\374" },
	{ 299, "Windows MIDI" },
	{ 300, "\315\345\344\356\361\362\340\362\356\367\355\356 \357\360\340\342 \344\353\377 \347\340\357\350\361\350" },
	{ 301, "\316\370\350\341\352\340 \347\340\357\350\361\350 \344\340\355\355\373\365" },
	{ 302, "Yamaha Pa1" },
	{ 303, "\304\340" },
	{ 304, "\302\373 \344\356\353\346\355\373 \357\345\360\345\347\340\357\363\361\362\350\362\374 ScummVM \367\362\356\341\373 \357\360\350\354\345\355\350\362\374 \350\347\354\345\355\345\355\350\377." },
	{ 305, "\315\345 \347\340\344\340\355" },
	{ 307, "\302\342\345\360\365" },
	{ 308, "\352\340\346\344\373\345 10 \354\350\355\363\362" },
	{ 309, "\352\340\346\344\373\345 15 \354\350\355\363\362" },
	{ 310, "\352\340\346\344\373\345 30 \354\350\355\363\362" },
	{ 311, "\352\340\346\344\373\345 5 \354\350\355\363\362" },
	{ 312, "\355\345 \363\344\340\353\356\361\374\n" },
	{ 313, "\316 \357\360\356~\343~\360\340\354\354\345" },
	{ 314, "~\304~\356\341. \350\343\360\363..." },
	{ 315, "\316~\362~\354\345\355\340" },
	{ 316, "~\307~\340\352\360\373\362\374" },
	{ 317, "\310\347~\354~. \350\343\360\363..." },
	{ 318, "~\317~\356\354\356\371\374" },
	{ 320, "~\312~\353\340\342\350\370\350" },
	{ 321, "\320\345\346\350\354 \360\340\361\362\360\350\360\356\342\340\355\350\377:" },
	{ 322, "~\307~\340\343\360\363\347\350\362\374" },
	{ 323, "~\307~\340\343\360...." },
	{ 324, "~\321~\353\345\344" },
	{ 325, "~O~K" },
	{ 326, "~\316~\357\366\350\350" },
	{ 327, "~\316~\357\366\350\350..." },
	{ 328, "~\317~\360\345\344" },
	{ 329, "~\302~\373\365\356\344" },
	{ 330, "~\323~\344\340\353\350\362\374 \350\343\360\363" },
	{ 331, "\317\360\356\344\356\353~\346~\350\362\374" },
	{ 332, "~\302~\345\360\355\363\362\374\361\377 \342 \343\353\340\342\355\356\345 \354\345\355\376" },
	{ 333, "~\307~\340\357\350\361\340\362\374" },
	{ 334, "\317~\363~\361\352" },
	{ -1, NULL }
};

static struct _po2c_msg _po2c_lang_hu_HU[] = {
	{ 0, "Project-Id-Version: ScummVM VERSION\nReport-Msgid-Bugs-To: scummvm-devel@lists.sf.net\nPOT-Creation-Date: 2010-06-13 16:52+0300\nPO-Revision-Date: 2009-11-25 07:42-0500\nLast-Translator: Alex Bevilacqua <alexbevi@gmail.com>\nLanguage-Team: Hungarian\nMIME-Version: 1.0\nContent-Type: text/plain; charset=cp1250\nContent-Transfer-Encoding: 8bit\nPlural-Forms: nplurals=2; plural=(n != 1);\n" },
	{ 17, "<alap\351rtelmezett>" },
	{ 22, "Hang" },
	{ 23, "AdLib vezet :" },
	{ 27, "Aspect adag korrekci\363" },
	{ 31, "Hang" },
	{ 32, "Automatikus ment\351s:" },
	{ 34, "Kulcsok" },
	{ 50, "Hang" },
	{ 55, "Renderel\351si m\363d:" },
	{ 66, "<alap\351rtelmezett>" },
	{ 83, "K\351pess\351 Roland GS Mode" },
	{ 88, "Extra \332tvonal:" },
	{ 91, "Grafikus m\363d:" },
	{ 95, "Teljes k\351perny s m\363d:" },
	{ 100, "Lek\351pez eszk\366z GUI:" },
	{ 104, "Extra \332tvonal:" },
	{ 108, "Grafik\341val" },
	{ 109, "Grafikus m\363d:" },
	{ 127, "Kulcsok" },
	{ 138, "MIDI nyeres\351g:" },
	{ 145, "Vegyes AdLib/MIDI m\363d" },
	{ 150, "Zenei vezet :" },
	{ 151, "Zene mennyis\351g:" },
	{ 152, "Muta \326sszes" },
	{ 158, "Soha" },
	{ 159, "Semmi" },
	{ 164, "Semmi" },
	{ 165, "Igen" },
	{ 169, "Kimeneti teljes\355tm\351ny:" },
	{ 179, "\326sv\351nyek" },
	{ 180, "\326sv\351nyek" },
	{ 195, "Renderel\351si m\363d:" },
	{ 203, "SFX mennyis\351ge" },
	{ 206, "Extra \332tvonal:" },
	{ 228, "Soha" },
	{ 251, "Csak a besz\351d" },
	{ 252, "Besz\351d s Feliratok" },
	{ 253, "Csak a besz\351d" },
	{ 254, "Besz\351d \351s a Feliratok" },
	{ 255, "Besz\351d mennyis\351g:" },
	{ 261, "Felirat sebess\351g:" },
	{ 262, "Csak feliratok" },
	{ 263, "Csak feliratok" },
	{ 267, "Sz\366veg \351s besz\351d:" },
	{ 270, "T\351ma:" },
	{ 274, "T\351ma:" },
	{ 280, "Igaz Roland MT-32 (megb\351n\355t GM emul\341ci\363)" },
	{ 294, "Zenei vezet :" },
	{ 298, "Volumene" },
	{ 305, "Semmi" },
	{ 308, "10 percenk\351nt" },
	{ 309, "15 percenk\351nt" },
	{ 310, "30 percenk\351nt" },
	{ 311, "5 percenk\351nt" },
	{ 320, "Kulcsok" },
	{ 321, "Renderel\351si m\363d:" },
	{ 325, "Igen" },
	{ -1, NULL }
};

static struct {
	const char * lang;
	const char * charset;
	struct _po2c_msg * msgs;
} _po2c_langs[] = {
	{ "ru_RU", "cp1251", _po2c_lang_ru_RU },
	{ "hu_HU", "cp1250", _po2c_lang_hu_HU },
	{ NULL, NULL, NULL }
};

/* code */

static struct _po2c_msg * _po2c_lang=NULL;
static int _po2c_lang_size=0;
static const char * _po2c_charset=NULL;

void po2c_setlang(const char * lang)
{
	int n;

	_po2c_lang=NULL;
	_po2c_lang_size=0;
	_po2c_charset=NULL;

	/* if lang is NULL or "", deactivate it */
	if(lang == NULL || *lang == '\0')
		return;

	/* searches for a valid language array */
	for(n=0;_po2c_lang == NULL && _po2c_langs[n].lang != NULL;n++)
	{
		if(strcmp(lang, _po2c_langs[n].lang) == 0) {
			_po2c_lang=_po2c_langs[n].msgs;
			_po2c_charset=_po2c_langs[n].charset;
		}
	}

	/* try partial searches */
	for(n=0;_po2c_lang == NULL && _po2c_langs[n].lang != NULL;n++)
	{
		if(strncmp(lang, _po2c_langs[n].lang, 2) == 0) {
			_po2c_lang=_po2c_langs[n].msgs;
			_po2c_charset=_po2c_langs[n].charset;
		}
	}

	/* if found, count entries */
	if(_po2c_lang != NULL)
	{
		struct _po2c_msg * m;

		for(m=_po2c_lang;m->msgid != -1;m++)
			_po2c_lang_size++;
	}
}

const char * po2c_gettext(const char * msgid)
{
	struct _po2c_msg * m;
	int b, t, n, c;

	/* if no language is set or msgid is empty, return msgid as is */
	if(_po2c_lang == NULL || *msgid == '\0')
		return(msgid);

	/* binary-search for the msgid */
	b=0; t=_po2c_lang_size - 1;

	while(t >= b)
	{
		n=(b + t) / 2;
		m=&_po2c_lang[n];

		c=strcmp(msgid, _po2c_msgids[m->msgid]);

		if(c == 0)
			return(m->msgstr);
		else
		if(c < 0)
			t=n - 1;
		else
			b=n + 1;
	}

	return(msgid);
}

const char * po2c_getcharset(void)
{
	if (_po2c_charset)
		return _po2c_charset;
	else
		return "ASCII";
}

int po2c_getnumlangs(void)
{
	int n = 0;
	while (_po2c_langs[n].lang)
		n++;
	
	return n;
}

const char * po2c_getlang(int num)
{
	return _po2c_langs[num].lang;
}