forked from linuxmint/live-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
live-installer.pot
818 lines (654 loc) · 21.8 KB
/
live-installer.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-07 14:04+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: usr/lib/live-installer/installer.py:45
msgid ""
"ERROR: You must first manually mount your target filesystem(s) at /target to "
"do a custom install!"
msgstr ""
#: usr/lib/live-installer/installer.py:106
#, python-format
msgid "Copying /%s"
msgstr ""
#: usr/lib/live-installer/installer.py:114
msgid "Entering the system ..."
msgstr ""
#: usr/lib/live-installer/installer.py:169
msgid "Removing live configuration (packages)"
msgstr ""
#: usr/lib/live-installer/installer.py:181
msgid "Adding new user to the system"
msgstr ""
#: usr/lib/live-installer/installer.py:212
msgid "Writing filesystem mount information to /etc/fstab"
msgstr ""
#: usr/lib/live-installer/installer.py:220
#: usr/lib/live-installer/installer.py:355
#, python-format
msgid "Mounting %(partition)s on %(mountpoint)s"
msgstr ""
#: usr/lib/live-installer/installer.py:277
#, python-format
msgid "Filling %s with random data (please be patient, this can take hours...)"
msgstr ""
#: usr/lib/live-installer/installer.py:282
#, python-format
msgid "Creating partitions on %s"
msgstr ""
#: usr/lib/live-installer/installer.py:329
#, python-format
msgid "Formatting %(partition)s as %(format)s ..."
msgstr ""
#: usr/lib/live-installer/installer.py:484
msgid "Setting hostname"
msgstr ""
#: usr/lib/live-installer/installer.py:503
msgid "Setting locale"
msgstr ""
#: usr/lib/live-installer/installer.py:518
msgid "Localizing packages"
msgstr ""
#: usr/lib/live-installer/installer.py:533
msgid "Installing drivers"
msgstr ""
#: usr/lib/live-installer/installer.py:564
msgid "Setting keyboard options"
msgstr ""
#: usr/lib/live-installer/installer.py:621
msgid "Installing bootloader"
msgstr ""
#: usr/lib/live-installer/installer.py:634
msgid ""
"WARNING: The grub bootloader was not configured properly! You need to "
"configure it manually."
msgstr ""
#: usr/lib/live-installer/installer.py:648
msgid "Cleaning APT"
msgstr ""
#: usr/lib/live-installer/installer.py:683
#: usr/lib/live-installer/frontend/gtk_interface.py:1112
msgid "Installation finished"
msgstr ""
#: usr/lib/live-installer/installer.py:692
msgid "Configuring bootloader"
msgstr ""
#: usr/lib/live-installer/installer.py:701
msgid "Checking bootloader"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:121
#: usr/lib/live-installer/frontend/gtk_interface.py:297
#: usr/lib/live-installer/frontend/gtk_interface.py:320
msgid "Language"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:129
#: usr/lib/live-installer/frontend/gtk_interface.py:321
msgid "Location"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:212
#: usr/lib/live-installer/frontend/gtk_interface.py:325
msgid "Layout"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:218
#: usr/lib/live-installer/frontend/gtk_interface.py:326
msgid "Variant"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:232
msgid "Calculating file indexes ..."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:281
#: usr/lib/live-installer/frontend/gtk_interface.py:916
#: usr/lib/live-installer/frontend/gtk_interface.py:972
#: usr/lib/live-installer/frontend/gtk_interface.py:976
#: usr/lib/live-installer/frontend/gtk_interface.py:989
#: usr/lib/live-installer/frontend/gtk_interface.py:992
#: usr/lib/live-installer/frontend/gtk_interface.py:997
#: usr/lib/live-installer/frontend/gtk_interface.py:1001
#: usr/lib/live-installer/frontend/gtk_interface.py:1005
#: usr/lib/live-installer/partitioning.py:340
msgid "Installer"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:297
msgid "What language would you like to use?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:298
msgid "Timezone"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:298
msgid "Where are you?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:299
msgid "Keyboard layout"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:299
msgid "What is your keyboard layout?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:300
msgid "User account"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:300
msgid "Who are you?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:301
msgid "Installation Type"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:301
#: usr/lib/live-installer/frontend/gtk_interface.py:302
msgid "Where do you want to install LMDE?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:302
msgid "Partitioning"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:303
msgid "Advanced options"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:304
msgid "Summary"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:305
msgid "Installing"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:306
#: usr/lib/live-installer/frontend/gtk_interface.py:359
#: usr/share/live-installer/interface.ui.h:28
msgid "Expert mode"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:307
#: usr/lib/live-installer/frontend/gtk_interface.py:1127
msgid "Installation paused"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:310
msgid "Quit"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:311
msgid "Back"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:312
#: usr/lib/live-installer/frontend/gtk_interface.py:1122
msgid "Next"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:315
#: usr/share/live-installer/interface.ui.h:3
#, python-format
msgid "Welcome to %s!"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:316
#: usr/share/live-installer/interface.ui.h:4
msgid ""
"This program will ask you some questions and set up LMDE on your computer."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:317
#: usr/share/live-installer/interface.ui.h:5
msgid "Let's go!"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:324
#: usr/share/live-installer/interface.ui.h:6
msgid "Keyboard Model:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:327
#: usr/share/live-installer/interface.ui.h:7
msgid "Type here to test your keyboard layout"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:328
msgid ""
"* Your username, your computer's name and your password should only contain "
"Latin characters. In addition to your selected layout, English (US) is set "
"as the default. You can switch layouts by pressing Super+Space."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:331
#: usr/share/live-installer/interface.ui.h:8
msgid "Your name:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:332
#: usr/share/live-installer/interface.ui.h:9
msgid "Your computer's name:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:333
#: usr/share/live-installer/interface.ui.h:11
msgid "The name it uses when it talks to other computers."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:334
#: usr/share/live-installer/interface.ui.h:10
msgid "Pick a username:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:335
#: usr/share/live-installer/interface.ui.h:12
msgid "Choose a password:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:336
#: usr/share/live-installer/interface.ui.h:13
msgid "Confirm your password:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:338
#: usr/share/live-installer/interface.ui.h:14
msgid "Log in automatically"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:339
#: usr/share/live-installer/interface.ui.h:15
msgid "Require my password to log in"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:340
#: usr/share/live-installer/interface.ui.h:16
msgid "Encrypt my home folder"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:343
#: usr/share/live-installer/interface.ui.h:17
msgid "Automated Installation"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:344
#: usr/share/live-installer/interface.ui.h:18
msgid "Erase a disk and install LMDE on it."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:345
#: usr/share/live-installer/interface.ui.h:19
msgid "Disk:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:346
#: usr/share/live-installer/interface.ui.h:21
msgid "Encrypt the operating system"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:347
#: usr/share/live-installer/interface.ui.h:22
msgid "Passphrase"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:348
#: usr/share/live-installer/interface.ui.h:23
msgid "Confirm passphrase"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:349
#: usr/share/live-installer/interface.ui.h:20
msgid "Use LVM (Logical Volume Management)"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:350
#: usr/share/live-installer/interface.ui.h:26
msgid "Manual Partitioning"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:351
#: usr/share/live-installer/interface.ui.h:27
msgid "Manually create, resize or choose partitions for LMDE."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:352
#: usr/share/live-installer/interface.ui.h:25
msgid "Fill the disk with random data"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:353
#: usr/share/live-installer/interface.ui.h:24
msgid "This provides extra security but it can take hours."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:356
#: usr/lib/live-installer/partitioning.py:185
#: usr/share/live-installer/interface.ui.h:29
msgid "Edit"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:357
#: usr/share/live-installer/interface.ui.h:30
msgid "Launch GParted"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:358
msgid "Refresh"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:361
msgid "Device"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:362
msgid "Type"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:363
msgid "Operating system"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:364
msgid "Mount point"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:365
msgid "Format as"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:366
msgid "Size"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:367
#: usr/lib/live-installer/partitioning.py:470
msgid "Free space"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:371
#: usr/share/live-installer/interface.ui.h:31
msgid "Install the GRUB boot menu on:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:374
#: usr/share/live-installer/interface.ui.h:32
msgid ""
"You selected to manage your partitions manually, this feature is for "
"ADVANCED USERS ONLY."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:375
#: usr/share/live-installer/interface.ui.h:33
msgid "Before continuing, mount your target filesystem(s) on /target."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:376
#: usr/share/live-installer/interface.ui.h:34
msgid ""
"Do NOT mount virtual devices such as /dev, /proc, /sys, etc on /target/."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:377
#: usr/share/live-installer/interface.ui.h:35
msgid ""
"During the install, you will be given time to chroot into /target and "
"install any packages that will be needed to boot your new system."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:378
#: usr/share/live-installer/interface.ui.h:36
msgid "During the install, you will be required to write your own /etc/fstab."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:381
#: usr/share/live-installer/interface.ui.h:37
msgid "Do the following and then click Next to finish installation:"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:382
#: usr/share/live-installer/interface.ui.h:38
msgid ""
"Create /target/etc/fstab for the filesystems as they will be mounted in your "
"new system, matching those currently mounted at /target (without using the /"
"target prefix in the mount paths themselves)."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:383
#: usr/share/live-installer/interface.ui.h:39
msgid ""
"Install any packages that may be needed for first boot (mdadm, cryptsetup, "
"dmraid, etc) by calling \"sudo chroot /target\" followed by the relevant apt-"
"get/aptitude installations."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:384
#: usr/share/live-installer/interface.ui.h:40
msgid ""
"Note that in order for update-initramfs to work properly in some cases (such "
"as dm-crypt), you may need to have drives currently mounted using the same "
"block device name as they appear in /target/etc/fstab."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:385
#: usr/share/live-installer/interface.ui.h:41
msgid ""
"Double-check that your /target/etc/fstab is correct, matches what your new "
"system will have at first boot, and matches what is currently mounted at /"
"target."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:396
msgid "The values do not match."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:399
msgid "This field cannot be empty."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:402
msgid "This field may not contain space characters."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:405
msgid "This field must be lower case."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:408
msgid "This field cannot start or end with a hyphen or period."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:412
msgid "The entry is too short."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:414
msgid "The entry is too long."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:419
msgid "This field contains invalid characters."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:578
msgid "Quit?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:578
msgid "Are you sure you want to quit the installer?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:916
msgid "Please choose a language"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:956
msgid "Warning"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:956
#, python-format
msgid "This will delete all the data on %s. Are you sure?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:972
msgid ""
"Please indicate a filesystem to format the root (/) partition with before "
"proceeding."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:976
msgid "Please select a root (/) partition."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:977
msgid ""
"A root partition is needed to install Linux Mint on.\n"
"\n"
" - Mount point: /\n"
" - Recommended size: 30GB\n"
" - Recommended filesystem format: ext4\n"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:989
msgid "The EFI partition is not bootable. Please edit the partition flags."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:992
msgid "The EFI partition is too small. It must be at least 35MB."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:997
#: usr/lib/live-installer/frontend/gtk_interface.py:1001
msgid "The EFI partition must be formatted as vfat."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1005
msgid "Please select an EFI partition."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1005
msgid ""
"An EFI system partition is needed with the following requirements:\n"
"\n"
" - Mount point: /boot/efi\n"
" - Partition flags: Bootable\n"
" - Size: at least 35MB (100MB or more recommended)\n"
" - Format: vfat or fat32\n"
"\n"
"To ensure compatibility with Windows we recommend you use the first "
"partition of the disk as the EFI system partition.\n"
" "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1018
msgid "Install"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1074
msgid "Localization"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1075
msgid "Language: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1076
msgid "Timezone: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1077
msgid "Keyboard layout: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1080
msgid "User settings"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1081
msgid "Real name: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1082
msgid "Username: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1083
msgid "Automatic login: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1083
#: usr/lib/live-installer/frontend/gtk_interface.py:1084
#: usr/lib/live-installer/frontend/gtk_interface.py:1094
#: usr/lib/live-installer/frontend/gtk_interface.py:1095
msgid "enabled"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1083
#: usr/lib/live-installer/frontend/gtk_interface.py:1084
#: usr/lib/live-installer/frontend/gtk_interface.py:1094
#: usr/lib/live-installer/frontend/gtk_interface.py:1095
msgid "disabled"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1084
msgid "Home encryption: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1085
msgid "System settings"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1086
msgid "Computer's name: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1087
msgid "Filesystem operations"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1088
#, python-format
msgid "Install bootloader on %s"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1088
msgid "Do not install bootloader"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1090
msgid "Use already-mounted /target."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1093
#, python-format
msgid "Automated installation on %s"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1094
msgid "LVM: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1095
msgid "Disk Encryption: "
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1099
#, python-format
msgid "Format %(path)s as %(filesystem)s"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1102
#, python-format
msgid "Mount %(path)s as %(mount)s"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1112
msgid ""
"The installation is now complete. Do you want to restart your computer to "
"use the new system?"
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1127
msgid ""
"The installation is now paused. Please read the instructions on the page "
"carefully before clicking Next to finish the installation."
msgstr ""
#: usr/lib/live-installer/frontend/gtk_interface.py:1160
#: usr/lib/live-installer/frontend/gtk_interface.py:1163
#: usr/lib/live-installer/frontend/gtk_interface.py:1177
#: usr/lib/live-installer/frontend/gtk_interface.py:1185
msgid "Installation error"
msgstr ""
#: usr/lib/live-installer/partitioning.py:90
msgid "B"
msgstr ""
#: usr/lib/live-installer/partitioning.py:90
#: usr/lib/live-installer/partitioning.py:424
msgid "kB"
msgstr ""
#: usr/lib/live-installer/partitioning.py:90
#: usr/lib/live-installer/partitioning.py:424
msgid "MB"
msgstr ""
#: usr/lib/live-installer/partitioning.py:90
#: usr/lib/live-installer/partitioning.py:424
msgid "GB"
msgstr ""
#: usr/lib/live-installer/partitioning.py:90
#: usr/lib/live-installer/partitioning.py:424
msgid "TB"
msgstr ""
#: usr/lib/live-installer/partitioning.py:95
msgid "Removable:"
msgstr ""
#: usr/lib/live-installer/partitioning.py:192
msgid "Assign to /"
msgstr ""
#: usr/lib/live-installer/partitioning.py:195
msgid "Assign to /home"
msgstr ""
#: usr/lib/live-installer/partitioning.py:201
msgid "Assign to /boot/efi"
msgstr ""
#: usr/lib/live-installer/partitioning.py:256
msgid "Installation Tool"
msgstr ""
#: usr/lib/live-installer/partitioning.py:257
#, python-format
msgid ""
"No partition table was found on the hard drive: %s. Do you want the "
"installer to create a set of partitions for you? Note: This will ERASE ALL "
"DATA present on this disk."
msgstr ""
#: usr/lib/live-installer/partitioning.py:372
#, python-format
msgid ""
"The partition table couldn't be written for %s. Restart the computer and try "
"again."
msgstr ""
#: usr/lib/live-installer/partitioning.py:411
#, python-format
msgid ""
"The partition %s could not be created. The installation will stop. Restart "
"the computer and try again."
msgstr ""
#: usr/lib/live-installer/partitioning.py:468
msgid "Logical partition"
msgstr ""
#: usr/lib/live-installer/partitioning.py:469
msgid "Extended partition"
msgstr ""
#: usr/lib/live-installer/partitioning.py:473
msgid "Unknown"
msgstr ""
#: usr/lib/live-installer/partitioning.py:587
msgid "Edit partition"
msgstr ""
#: usr/lib/live-installer/partitioning.py:588
msgid "Device:"
msgstr ""
#: usr/lib/live-installer/partitioning.py:590
msgid "Format as:"
msgstr ""
#: usr/lib/live-installer/partitioning.py:591
msgid "Mount point:"
msgstr ""
#: usr/lib/live-installer/partitioning.py:592
msgid "Cancel"
msgstr ""
#: usr/lib/live-installer/partitioning.py:593
#: usr/lib/live-installer/dialogs.py:31 usr/lib/live-installer/dialogs.py:42
#: usr/lib/live-installer/dialogs.py:47
msgid "OK"
msgstr ""
#: usr/lib/live-installer/dialogs.py:36
msgid "No"
msgstr ""
#: usr/lib/live-installer/dialogs.py:37
msgid "Yes"
msgstr ""
#: usr/share/live-installer/interface.ui.h:1
msgid " "
msgstr ""