~gezakovacs/unetbootin/devel-new

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
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2009-06-14 14:14-0700\n"
"PO-Revision-Date: 2009-04-29 04:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2009-06-19 21:32+0000\n"
"X-Generator: Launchpad (build Unknown)\n"

#: QObject#1
msgid "LeftToRight"
msgstr ""

#: unetbootin#1
msgid ""
"\n"
"*IMPORTANT* After rebooting, ignore any error messages and select back if "
"prompted for a CD, then go to the main menu, select the 'Start Installation' "
"option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter "
"'mirrors.kernel.org' when prompted for a server, and enter "
"'/centos/%1/os/%2' when asked for the folder."
msgstr ""

#: unetbootin#2
msgid ""
"\n"
"*IMPORTANT* After rebooting, ignore any error messages and select back if "
"prompted for a CD, then go to the main menu, select the 'Start Installation' "
"option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter "
"'download.fedora.redhat.com' when prompted for a server, and enter "
"'/pub/fedora/linux/development/%1/os' when asked for the folder."
msgstr ""

#: unetbootin#3
msgid ""
"\n"
"*IMPORTANT* After rebooting, ignore any error messages and select back if "
"prompted for a CD, then go to the main menu, select the 'Start Installation' "
"option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter "
"'download.fedora.redhat.com' when prompted for a server, and enter "
"'/pub/fedora/linux/releases/%1/Fedora/%2/os' when asked for the folder."
msgstr ""

#: unetbootin#4
msgid ""
"\n"
"*IMPORTANT* After rebooting, ignore any error messages and select back if "
"prompted for a CD, then go to the main menu, select the 'Start Installation' "
"option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter "
"'download.opensuse.org' when prompted for a server, and enter "
"'/factory/repo/oss' when asked for the folder."
msgstr ""

#: unetbootin#5
msgid ""
"\n"
"*IMPORTANT* After rebooting, ignore any error messages and select back if "
"prompted for a CD, then go to the main menu, select the 'Start Installation' "
"option, choose 'Network' as the source, choose 'HTTP' as the protocol, enter "
"'download.opensuse.org' when prompted for a server, and enter "
"'/distribution/%1/repo/oss' when asked for the folder."
msgstr ""

#: unetbootin#6
msgid "Hard Disk"
msgstr ""

#: unetbootin#7
msgid "USB Drive"
msgstr ""

#: unetbootin#8
msgid "ISO"
msgstr ""

#: unetbootin#9
msgid "Floppy"
msgstr ""

#: unetbootin#10
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.supergrubdisk.org\">http://www.supergrubdisk.org</a><br/><b"
">Description:</b> Super Grub Disk is a bootloader which can perform a "
"variety of MBR and bootloader recovery tasks.<br/><b>Install Notes:</b> SGD "
"simply boots and runs; no installation is required to use it."
msgstr ""

#: unetbootin#11
msgid ""
"<img src=\":/eeepclos.png\" /><br/><b>Homepage:</b> <a "
"href=\"http://www.eeepclinuxos.com/\">http://www.eeepclinuxos.com</a><br/><b>"
"Description:</b> EeePCLinuxOS is a user-friendly PCLinuxOS based "
"distribution for the EeePC.<br/><b>Install Notes:</b> Make sure install "
"media is empty and formatted before proceeding with install."
msgstr ""

#: unetbootin#12
msgid ""
"<img src=\":/eeeubuntu.png\" style=\"float:left;\" /><br/><b>Homepage:</b> "
"<a href=\"http://www.ubuntu-eee.com/\">http://www.ubuntu-"
"eee.com</a><br/><b>Description:</b> Ubuntu Eee is not only Ubuntu optimized "
"for the Asus Eee PC. It's an operating system, using the Netbook Remix "
"interface, which favors the best software available instead of open source "
"alternatives (ie. Skype instead of Ekiga).<br/><b>Install Notes:</b> Make "
"sure install media is empty and formatted before proceeding with install."
msgstr ""

#: unetbootin#13
msgid ""
"<img src=\":/elive.png\" /><br/><b>Homepage:</b> <a "
"href=\"http://www.elivecd.org/\">http://www.elivecd.org</a><br/><b>Descriptio"
"n:</b> Elive is a Debian-based distribution featuring the Enlightenment "
"window manager.<br/><b>Install Notes:</b> The Live version allows for "
"booting in Live mode, from which the installer can optionally be launched. "
"The Unstable version, not the <a "
"href=\"http://www.elivecd.org/Download/Stable\">Stable version</a> is "
"installed. This installer is based on <a "
"href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a>."
msgstr ""

#: unetbootin#14
msgid ""
"<img src=\":/kiwi_logo_ro.png\" /><br/><b>Homepage:</b> <a "
"href=\"http://www.kiwilinux.org/\">http://www.kiwilinux.org</a><br/><b>Descri"
"ption:</b> Kiwi Linux is an Ubuntu derivative primarily made for Romanian, "
"Hungarian and English speaking users.<br/><b>Install Notes:</b> Make sure "
"install media is empty and formatted before proceeding with install."
msgstr ""

#: unetbootin#15
msgid ""
"<img src=\":/gnewsense.png\" /><br/><b>Homepage:</b> <a "
"href=\"http://www.gnewsense.org/\">http://www.gnewsense.org</a><br/><b>Descri"
"ption:</b> gNewSense is a high-quality GNU/Linux distribution that extends "
"and improves Ubuntu to create a completely free operating system without any "
"binary blobs or package trees that contain proprietary "
"software.<br/><b>Install Notes:</b> Make sure install media is empty and "
"formatted before proceeding with install."
msgstr ""

#: unetbootin#16
msgid ""
"<img src=\":/slitaz.png\" /><br/><b>Homepage:</b> <a "
"href=\"http://www.slitaz.org/en/\">http://www.slitaz.org/en</a><br/><b>Descri"
"ption:</b> SliTaz is a lightweight, desktop-oriented micro "
"distribution.<br/><b>Install Notes:</b> The Live version loads the entire "
"system into RAM and boots from memory, so installation is not required but "
"optional. This installer is based on <a "
"href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a>."
msgstr ""

#: unetbootin#17
msgid ""
"<img src=\":/xpud.png\" /><br/><b>Homepage:</b> <a "
"href=\"http://www.xpud.org/\">http://www.xpud.org</a><br/><b>Description:</b>"
" xPUD is a lightweight distribution featuring a simple kiosk-like interface "
"with a web browser and media player.<br/><b>Install Notes:</b> The Live "
"version loads the entire system into RAM and boots from memory."
msgstr ""

#: unetbootin#18
msgid ""
"Welcome to <a href=\"http://unetbootin.sourceforge.net/\">UNetbootin</a>, "
"the Universal Netboot Installer. Usage:<ol><li>Select a distribution and "
"version to download from the list above, or manually specify files to load "
"below.</li><li>Select an installation type, and press OK to begin "
"installing.</li></ol>"
msgstr ""

#: unetbootin#19
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.archlinux.org/\">http://www.archlinux.org</a><br/><b>Descri"
"ption:</b> Arch Linux is a lightweight distribution optimized for speed and "
"flexibility.<br/><b>Install Notes:</b> The default version allows for "
"installation over the internet (FTP). If interested in a LiveUSB version, "
"see FaunOS."
msgstr ""

#: unetbootin#20
msgid ""
"<b>Homepage:</b> <a href=\"http://www.remote-"
"exploit.org/backtrack.html\">http://www.remote-"
"exploit.org/backtrack.html</a><br/><b>Description:</b> BackTrack is a "
"distribution focused on network analysis and penetration "
"testing.<br/><b>Install Notes:</b> BackTrack is booted and run in live mode; "
"no installation is required to use it."
msgstr ""

#: unetbootin#21
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.centos.org/\">http://www.centos.org</a><br/><b>Description:"
"</b> CentOS is a free Red Hat Enterprise Linux clone.<br/><b>Install "
"Notes:</b> The default version allows for both installation over the "
"internet (FTP), or offline installation using pre-downloaded installation "
"ISO files."
msgstr ""

#: unetbootin#22
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://clonezilla.org/\">http://clonezilla.org/</a><br/><b>Description"
":</b> CloneZilla is a distribution used for disk backup and "
"imaging.<br/><b>Install Notes:</b> CloneZilla is booted and run in live "
"mode; no installation is required to use it."
msgstr ""

#: unetbootin#23
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://damnsmalllinux.org/\">http://damnsmalllinux.org</a><br/><b>Desc"
"ription:</b> Damn Small Linux is a minimalist distribution designed for "
"older computers.<br/><b>Install Notes:</b> The Live version loads the entire "
"system into RAM and boots from memory, so installation is not required but "
"optional."
msgstr ""

#: unetbootin#24
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.debian.org/\">http://www.debian.org</a><br/><b>Description:"
"</b> Debian is a community-developed Linux distribution that supports a wide "
"variety of architectures and offers a large repository of "
"packages.<br/><b>Install Notes:</b> The Live version allows for booting in "
"Live mode, from which the installer can optionally be launched. The "
"NetInstall version allows for installation over FTP."
msgstr ""

#: unetbootin#25
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.dreamlinux.com.br/\">http://www.dreamlinux.com.br</a><br/><"
"b>Description:</b> Dreamlinux is a user-friendly Debian-based "
"distribution.<br/><b>Install Notes:</b> The Live version allows for booting "
"in Live mode, from which the installer can optionally be launched."
msgstr ""

#: unetbootin#26
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.freedrweb.com/livecd\">http://www.freedrweb.com/livecd</a><"
"br/><b>Description:</b> Dr.Web AntiVirus is an anti-virus emergency kit to "
"restore a system that broke due to malware.<br/><b>Install Notes:</b> The "
"Live version allows for booting in Live mode, from which malware scans can "
"be launched."
msgstr ""

#: unetbootin#27
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.elivecd.org/\">http://www.elivecd.org</a><br/><b>Descriptio"
"n:</b> Elive is a Debian-based distribution featuring the Enlightenment "
"window manager.<br/><b>Install Notes:</b> The Live version allows for "
"booting in Live mode. The Unstable version does not support Hard Drive "
"installations, though the <a "
"href=\"http://www.elivecd.org/Download/Stable\">Stable version</a> (not "
"freely downloadable) does."
msgstr ""

#: unetbootin#28
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://fedoraproject.org/\">http://fedoraproject.org</a><br/><b>Descri"
"ption:</b> Fedora is a Red Hat sponsored community distribution which "
"showcases the latest cutting-edge free/open-source software.<br/><b>Install "
"Notes:</b> The Live version allows for booting in Live mode, from which the "
"installer can optionally be launched. The NetInstall version allows for both "
"installation over the internet (FTP), or offline installation using pre-"
"downloaded installation ISO files."
msgstr ""

#: unetbootin#29
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.freebsd.org/\">http://www.freebsd.org</a><br/><b>Descriptio"
"n:</b> FreeBSD is a general-purpose Unix-like operating system designed for "
"scalability and performance.<br/><b>Install Notes:</b> The default version "
"allows for both installation over the internet (FTP), or offline "
"installation using pre-downloaded installation ISO files."
msgstr ""

#: unetbootin#30
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.freedos.org/\">http://www.freedos.org</a><br/><b>Descriptio"
"n:</b> FreeDOS is a free MS-DOS compatible operating system.<br/><b>Install "
"Notes:</b> See the <a href=\"http://fd-"
"doc.sourceforge.net/wiki/index.php?n=FdDocEn.FdInstall\">manual</a> for "
"installation details."
msgstr ""

#: unetbootin#31
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://frugalware.org/\">http://frugalware.org</a><br/><b>Description:"
"</b> Frugalware is a general-purpose Slackware-based distro for advanced "
"users.<br/><b>Install Notes:</b> The default option allows for both "
"installation over the internet (FTP), or offline installation using pre-"
"downloaded installation ISO files."
msgstr ""

#: unetbootin#32
msgid ""
"<b>Homepage:</b> <a href=\"http://www.f-secure.com/linux-"
"weblog/\">http://www.f-secure.com/linux-weblog/</a><br/><b>Description:</b> "
"F-Secure Rescue CD detects and removes malware from your Windows "
"installation.<br/><b>Install Notes:</b> The Live version allows for booting "
"in Live mode, from which malware scans can be launched."
msgstr ""

#: unetbootin#33
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.gentoo.org/\">http://www.gentoo.org</a><br/><b>Description:"
"</b> Gentoo is a flexible source-based distribution designed for advanced "
"users.<br/><b>Install Notes:</b> The Live version allows for booting in Live "
"mode, from which the installer can optionally be launched."
msgstr ""

#: unetbootin#34
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.gnewsense.org/\">http://www.gnewsense.org</a><br/><b>Descri"
"ption:</b> gNewSense is an FSF-endorsed distribution based on Ubuntu with "
"all non-free components removed.<br/><b>Install Notes:</b> The Live version "
"allows for booting in Live mode, from which the installer can optionally be "
"launched."
msgstr ""

#: unetbootin#35
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://gujin.sourceforge.net/\">http://gujin.sourceforge.net</a><br/><"
"b>Description:</b> Gujin is a graphical boot manager which can bootstrap "
"various volumes and files.<br/><b>Install Notes:</b> Gujin simply boots and "
"runs; no installation is required to use it."
msgstr ""

#: unetbootin#36
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://ftp.kaspersky.com/devbuilds/RescueDisk/\">http://ftp.kaspersky."
"com/devbuilds/RescueDisk/</a><br/><b>Description:</b> Kaspersky Rescue Disk "
"detects and removes malware from your Windows installation.<br/><b>Install "
"Notes:</b> The Live version allows for booting in Live mode, from which "
"malware scans can be launched."
msgstr ""

#: unetbootin#37
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.kubuntu.org/\">http://www.kubuntu.org</a><br/><b>Descriptio"
"n:</b> Kubuntu is an official Ubuntu derivative featuring the KDE "
"desktop.<br/><b>Install Notes:</b> The Live version allows for booting in "
"Live mode, from which the installer can optionally be launched. The "
"NetInstall version allows for installation over FTP, and can install Xubuntu "
"and other official Ubuntu derivatives."
msgstr ""

#: unetbootin#38
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://linuxmint.com/\">http://linuxmint.com</a><br/><b>Description:</"
"b> Linux Mint is a user-friendly Ubuntu-based distribution which includes "
"additional proprietary codecs and other software by default.<br/><b>Install "
"Notes:</b> The Live version allows for booting in Live mode, from which the "
"installer can optionally be launched."
msgstr ""

#: unetbootin#39
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.mandriva.com/\">http://www.mandriva.com/</a><br/><b>Descrip"
"tion:</b> Mandriva is a user-friendly distro formerly known as Mandrake "
"Linux.<br/><b>Install Notes:</b> The Live version allows for booting in Live "
"mode, from which the installer can optionally be launched. The NetInstall "
"version allows for installation over the internet (FTP) or via pre-"
"downloaded <a href=\"http://www.mandriva.com/en/download\">\"Free\" iso "
"image files</a>."
msgstr ""

#: unetbootin#40
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.mepis.org/\">http://www.mepis.org</a><br/><b>Description:</"
"b> MEPIS is a Debian-based distribution. SimplyMEPIS is a user-friendly "
"version based on KDE, while AntiX is a lightweight version for older "
"computers.<br/><b>Install Notes:</b> MEPIS supports booting in Live mode, "
"from which the installer can optionally be launched."
msgstr ""

#: unetbootin#41
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.netbsd.org/\">http://www.netbsd.org</a><br/><b>Description:"
"</b> NetBSD is a Unix-like operating system which focuses on "
"portability.<br/><b>Install Notes:</b>The default version allows for both "
"installation over the internet (FTP), or using pre-downloaded installation "
"ISO files."
msgstr ""

#: unetbootin#42
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://home.eunet.no/pnordahl/ntpasswd/bootdisk.html\">http://home.eun"
"et.no/pnordahl/ntpasswd/bootdisk.html</a><br/><b>Description:</b> The "
"Offline NT Password and Registry Editor can reset Windows passwords and edit "
"the registry on Windows 2000-Vista.<br/><b>Install Notes:</b> NTPasswd is "
"booted and run in live mode; no installation is required to use it."
msgstr ""

#: unetbootin#43
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.opensuse.org/\">http://www.opensuse.org</a><br/><b>Descript"
"ion:</b> openSUSE is a user-friendly Novell sponsored "
"distribution.<br/><b>Install Notes:</b> The default version allows for both "
"installation over the internet (FTP), or offline installation using pre-"
"downloaded installation ISO files."
msgstr ""

#: unetbootin#44
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://ophcrack.sourceforge.net/\">http://ophcrack.sourceforge.net</a>"
"<br/><b>Description:</b> Ophcrack can crack Windows "
"passwords.<br/><b>Install Notes:</b> Ophcrack is booted and run in live "
"mode; no installation is required to use it."
msgstr ""

#: unetbootin#45
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://partedmagic.com/\">http://partedmagic.com</a><br/><b>Descriptio"
"n:</b> Parted Magic includes the GParted partition manager and other system "
"utilities which can resize, copy, backup, and manipulate disk "
"partitions.<br/><b>Install Notes:</b> Parted Magic is booted and run in live "
"mode; no installation is required to use it."
msgstr ""

#: unetbootin#46
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.pclinuxos.com/\">http://www.pclinuxos.com</a><br/><b>Descri"
"ption:</b> PCLinuxOS is a user-friendly Mandriva-based "
"distribution.<br/><b>Install Notes:</b> The Live version allows for booting "
"in Live mode, from which the installer can optionally be launched."
msgstr ""

#: unetbootin#47
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.puppylinux.com/\">http://www.puppylinux.com</a><br/><b>Desc"
"ription:</b> Puppy Linux is a lightweight distribution designed for older "
"computers.<br/><b>Install Notes:</b> The Live version loads the entire "
"system into RAM and boots from memory, so installation is not required but "
"optional."
msgstr ""

#: unetbootin#48
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.sabayonlinux.org/\">http://www.sabayonlinux.org</a><br/><b>"
"Description:</b> Sabayon Linux is a Gentoo-based Live DVD distribution which "
"features the Entropy binary package manager in addition to the source-based "
"Portage.<br/><b>Install Notes:</b> The Live version allows for booting in "
"Live mode, from which the installer can optionally be launched. The LiteMCE "
"edition is 2 GB, while the full edition will need an 8 GB USB drive"
msgstr ""

#: unetbootin#49
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.slax.org/\">http://www.slax.org</a><br/><b>Description:</b>"
" Slax is a Slackware-based distribution featuring the KDE "
"desktop.<br/><b>Install Notes:</b> The Live version allows for booting in "
"Live mode, from which the installer can optionally be launched."
msgstr ""

#: unetbootin#50
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.slitaz.org/en/\">http://www.slitaz.org/en</a><br/><b>Descri"
"ption:</b> SliTaz is a lightweight, desktop-oriented micro "
"distribution.<br/><b>Install Notes:</b> The Live version loads the entire "
"system into RAM and boots from memory, so installation is not required but "
"optional."
msgstr ""

#: unetbootin#51
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://btmgr.sourceforge.net/about.html\">http://btmgr.sourceforge.net"
"/about.html</a><br/><b>Description:</b> Smart Boot Manager is a bootloader "
"which can overcome some boot-related BIOS limitations and "
"bugs.<br/><b>Install Notes:</b> SBM simply boots and runs; no installation "
"is required to use it."
msgstr ""

#: unetbootin#52
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://hacktolive.org/wiki/Super_Ubuntu\">http://hacktolive.org/wiki/S"
"uper_Ubuntu</a><br/><b>Description:</b> Super Ubuntu is an unofficial "
"derivative of Ubuntu which includes additional software by default. Requires "
"a 2GB USB drive to install.<br/><b>Install Notes:</b> The Live version "
"allows for booting in Live mode, from which the installer can optionally be "
"launched."
msgstr ""

#: unetbootin#53
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.sysresccd.org\">http://www.sysresccd.org</a><br/><b>Descrip"
"tion:</b> SystemRescueCD includes various partition management and data "
"recovery and backup tools.<br/><b>Install Notes:</b> SystemRescueCD is "
"booted and run in live mode; no installation is required to use it."
msgstr ""

#: unetbootin#54
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.ubuntu.com/\">http://www.ubuntu.com</a><br/><b>Description:"
"</b> Ubuntu is a user-friendly Debian-based distribution. It is currently "
"the most popular Linux desktop distribution.<br/><b>Install Notes:</b> The "
"Live version allows for booting in Live mode, from which the installer can "
"optionally be launched. The NetInstall version allows for installation over "
"FTP, and can install Kubuntu and other official Ubuntu derivatives."
msgstr ""

#: unetbootin#55
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.xubuntu.org/\">http://www.xubuntu.org</a><br/><b>Descriptio"
"n:</b> Xubuntu is an official Ubuntu derivative featuring the XFCE "
"desktop.<br/><b>Install Notes:</b> The Live version allows for booting in "
"Live mode, from which the installer can optionally be launched. The "
"NetInstall version allows for installation over FTP, and can install Kubuntu "
"and other official Ubuntu derivatives."
msgstr ""

#: unetbootin#56
msgid "<b>Extracting compressed iso:</b> %1"
msgstr ""

#: unetbootin#57
msgid "Extracting files, please wait..."
msgstr ""

#: unetbootin#58
msgid "<b>Archive:</b> %1"
msgstr ""

#: unetbootin#59
msgid "<b>Source:</b>"
msgstr ""

#: unetbootin#60
msgid "<b>Destination:</b>"
msgstr ""

#: unetbootin#61
msgid "<b>Extracted:</b> 0 of %1 files"
msgstr ""

#: unetbootin#62
msgid "<b>Source:</b> %1 (%2)"
msgstr ""

#: unetbootin#63
msgid "<b>Destination:</b> %1%2"
msgstr ""

#: unetbootin#64
msgid "<b>Extracted:</b> %1 of %2 files"
msgstr ""

#: unetbootin#65
msgid "Downloading files, please wait..."
msgstr ""

#: unetbootin#66
msgid "<b>Source:</b> <a href=\"%1\">%1</a>"
msgstr ""

#: unetbootin#67
msgid "<b>Destination:</b> %1"
msgstr ""

#: unetbootin#68
msgid "<b>Downloaded:</b> 0 bytes"
msgstr ""

#: unetbootin#69
msgid "<b>Downloaded:</b> %1 of %2 bytes"
msgstr ""

#: unetbootin#70
msgid "Searching in <a href=\"%1\">%1</a>"
msgstr ""

#: unetbootin#71
msgid "%1/%2 matches in <a href=\"%3\">%3</a>"
msgstr ""

#: unetbootin#72
msgid "%1 not found"
msgstr ""

#: unetbootin#73
msgid ""
"%1 not found. This is required for %2 install mode.\n"
"Install the \"%3\" package or your distribution's equivalent."
msgstr ""

#: unetbootin#74
msgid "After rebooting, select the "
msgstr ""

#: unetbootin#75
msgid ""
"After rebooting, select the USB boot option in the BIOS boot menu.%1\n"
"Reboot now?"
msgstr ""

#: unetbootin#76
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.xpud.org/\">http://www.xpud.org</a><br/><b>Description:</b>"
" xPUD is a lightweight distribution featuring a simple kiosk-like interface "
"with a web browser and media player.<br/><b>Install Notes:</b> The Live "
"version loads the entire system into RAM and boots from memory."
msgstr ""

#: unetbootin#77
msgid ""
"<b>Homepage:</b> <a "
"href=\"http://www.zenwalk.org/\">http://www.zenwalk.org</a><br/><b>Descriptio"
"n:</b> Zenwalk is a Slackware-based distribution featuring the XFCE "
"desktop.<br/><b>Install Notes:</b> The Live version allows for booting in "
"Live mode, from which the installer can optionally be launched."
msgstr ""

#: unetbootin#78
msgid "either"
msgstr ""

#: unetbootin#79
msgid "Open Disk Image File"
msgstr ""

#: unetbootin#80
msgid "Open Kernel File"
msgstr ""

#: unetbootin#81
msgid "Open Initrd File"
msgstr ""

#: unetbootin#82
msgid "Open Bootloader Config File"
msgstr ""

#: unetbootin#83
msgid "Insert a USB flash drive"
msgstr ""

#: unetbootin#84
msgid ""
"No USB flash drives were found. If you have already inserted a USB drive, "
"try reformatting it as FAT32."
msgstr ""

#: unetbootin#85
msgid "%1 not mounted"
msgstr ""

#: unetbootin#86
msgid ""
"You must first mount the USB drive %1 to a mountpoint. Most distributions "
"will do this automatically after you remove and reinsert the USB drive."
msgstr ""

#: unetbootin#87
msgid "Select a distro"
msgstr ""

#: unetbootin#88
msgid "You must select a distribution to load."
msgstr ""

#: unetbootin#89
msgid "Select a disk image file"
msgstr ""

#: unetbootin#90
msgid "You must select a disk image file to load."
msgstr ""

#: unetbootin#91
msgid "Select a kernel and/or initrd file"
msgstr ""

#: unetbootin#92
msgid "You must select a kernel and/or initrd file to load."
msgstr ""

#: unetbootin#93
msgid "Diskimage file not found"
msgstr ""

#: unetbootin#94
msgid "The specified diskimage file %1 does not exist."
msgstr ""

#: unetbootin#95
msgid "Kernel file not found"
msgstr ""

#: unetbootin#96
msgid "The specified kernel file %1 does not exist."
msgstr ""

#: unetbootin#97
msgid "Initrd file not found"
msgstr ""

#: unetbootin#98
msgid "The specified initrd file %1 does not exist."
msgstr ""

#: unetbootin#99
msgid "%1 exists, overwrite?"
msgstr ""

#: unetbootin#100
msgid ""
"The file %1 already exists. Press 'Yes to All' to overwrite it and not be "
"prompted again, 'Yes' to overwrite files on an individual basis, and 'No' to "
"retain your existing version. If in doubt, press 'Yes to All'."
msgstr ""

#: unetbootin#101
msgid "%1 is out of space, abort installation?"
msgstr ""

#: unetbootin#102
msgid ""
"The directory %1 is out of space. Press 'Yes' to abort installation, 'No' to "
"ignore this error and attempt to continue installation, and 'No to All' to "
"ignore all out-of-space errors."
msgstr ""

#: unetbootinui#1
msgid "UNetbootin"
msgstr ""

#: unetbootinui#2
msgid "Select from a list of supported distributions"
msgstr ""

#: unetbootinui#3
msgid "Distribution"
msgstr ""

#: unetbootinui#4
msgid "Specify a disk image file to load"
msgstr ""

#: unetbootinui#5
msgid "Diskimage"
msgstr ""

#: unetbootinui#6
msgid "Manually specify a kernel and initrd to load"
msgstr ""

#: unetbootinui#7
msgid "Custom"
msgstr ""

#: unetbootinui#8
msgid "OK"
msgstr ""

#: unetbootinui#9
msgid "Cancel"
msgstr ""

#: unetbootinui#10
msgid "Select the target drive to install to"
msgstr ""

#: unetbootinui#11
msgid "Drive:"
msgstr ""

#: unetbootinui#12
msgid "Select the installation target type"
msgstr ""

#: unetbootinui#13
msgid "Type:"
msgstr ""

#: unetbootinui#14
msgid "Select the distribution version"
msgstr ""

#: unetbootinui#15
msgid "Select disk image file"
msgstr ""

#: unetbootinui#16
msgid "..."
msgstr ""

#: unetbootinui#17
msgid "Select the disk image type"
msgstr ""

#: unetbootinui#18
msgid "Specify a floppy/hard disk image, or CD image (ISO) file to load"
msgstr ""

#: unetbootinui#19
msgid "Specify a kernel file to load"
msgstr ""

#: unetbootinui#20
msgid "Select kernel file"
msgstr ""

#: unetbootinui#21
msgid "Kernel:"
msgstr ""

#: unetbootinui#22
msgid "Specify an initrd file to load"
msgstr ""

#: unetbootinui#23
msgid "Initrd:"
msgstr ""

#: unetbootinui#24
msgid "Select initrd file"
msgstr ""

#: unetbootinui#25
msgid "Select syslinux.cfg or isolinux.cfg file"
msgstr ""

#: unetbootinui#26
msgid "Specify parameters and options to pass to the kernel"
msgstr ""

#: unetbootinui#27
msgid "Options:"
msgstr ""

#: unetbootinui#28
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" "
"\"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style "
"type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-"
"weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
"right:0px; -qt-block-indent:0; text-indent:0px;\">This <span style=\" font-"
"weight:600;\">potentially dangerous</span> option will show all drives in "
"the drop-down box titled \"Drives\". Enable this only if you know what "
"you're doing; if you use this option, the installation will likely fail, or "
"can lead to system boot issues.</p></body></html>"
msgstr ""

#: unetbootinui#29
msgid "Show All Drives (Use with Care)"
msgstr ""

#: unetbootinui#30
msgid ""
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" "
"\"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style "
"type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:10pt; font-"
"weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-"
"right:0px; -qt-block-indent:0; text-indent:0px;\">This <span style=\" font-"
"weight:600;\">potentially dangerous</span> option will format the selected "
"drive, wiping out all data on it. It shouldn't be necessary if you're using "
"a standard USB drive.</p></body></html>"
msgstr ""

#: unetbootinui#31
msgid "Format Drive (Wipes Out Data)"
msgstr ""

#: unetbootinui#32
msgid "4. Installation Complete, Reboot"
msgstr ""

#: unetbootinui#33
msgid "3. Installing Bootloader"
msgstr ""

#: unetbootinui#34
msgid "2. Extracting and Copying Files"
msgstr ""

#: unetbootinui#35
msgid "1. Downloading Files"
msgstr ""

#: unetbootinui#36
msgid "Exit"
msgstr ""

#: unetbootinui#37
msgid "Reboot Now"
msgstr ""

#: uninstaller#1
msgid "Uninstallation Complete"
msgstr ""

#: uninstaller#2
msgid "%1 has been uninstalled."
msgstr ""

#: uninstaller#3
msgid "Must run as root"
msgstr ""

#: uninstaller#4
msgid ""
"%2 must be run as root. Close it, and re-run using either:<br/><b>sudo "
"%1</b><br/>or:<br/><b>su -c '%1'</b>"
msgstr ""

#: uninstaller#5
msgid "%1 Uninstaller"
msgstr ""

#: uninstaller#6
msgid "%1 is currently installed. Remove the existing version?"
msgstr ""