-
Notifications
You must be signed in to change notification settings - Fork 6
/
live-installer.pot
1214 lines (964 loc) · 29.9 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
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
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# 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: 2024-05-06 19:10+0300\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"
#: live-installer/resources/interface.ui:71
msgid "Welcome to the 17g Installer."
msgstr ""
#: live-installer/resources/interface.ui:88
#: live-installer/frontend/tui_interface.py:36
#: live-installer/frontend/gtk_interface.py:507
msgid ""
"This program will ask you some questions and set up system on your computer."
msgstr ""
#: live-installer/resources/interface.ui:143
#: live-installer/frontend/gtk_interface.py:509
msgid "I accept the terms of the License Agreement"
msgstr ""
#: live-installer/resources/interface.ui:214
#: live-installer/frontend/gtk_interface.py:518
msgid "Keyboard Model:"
msgstr ""
#: live-installer/resources/interface.ui:321
msgid "Type here to test your keyboard"
msgstr ""
#: live-installer/resources/interface.ui:377
#: live-installer/resources/interface.ui:1965
#: live-installer/resources/interface.ui:2417
#: live-installer/resources/interface.ui:2429
#: live-installer/resources/interface.ui:2441
#: live-installer/resources/interface.ui:2622
#: live-installer/resources/interface.ui:2634
msgid "label"
msgstr ""
#: live-installer/resources/interface.ui:412
msgid "Continent"
msgstr ""
#: live-installer/resources/interface.ui:426
#: live-installer/frontend/tui_interface.py:53
#: live-installer/frontend/gtk_interface.py:484
msgid "Timezone"
msgstr ""
#: live-installer/resources/interface.ui:484
#: live-installer/frontend/gtk_interface.py:544
msgid "Automated Installation"
msgstr ""
#: live-installer/resources/interface.ui:500
msgid "Erase a disk and install LMDE on it."
msgstr ""
#: live-installer/resources/interface.ui:528
#: live-installer/frontend/gtk_interface.py:547
msgid "Disk:"
msgstr ""
#: live-installer/resources/interface.ui:573
#: live-installer/frontend/gtk_interface.py:574
msgid "Create swap partition"
msgstr ""
#: live-installer/resources/interface.ui:595
msgid "1"
msgstr ""
#: live-installer/resources/interface.ui:613
#: live-installer/frontend/partitioning.py:72
#: live-installer/frontend/partitioning.py:604
msgid "GB"
msgstr ""
#: live-installer/resources/interface.ui:658
#: live-installer/frontend/gtk_interface.py:555
msgid "Use LVM (Logical Volume Management)"
msgstr ""
#: live-installer/resources/interface.ui:705
#: live-installer/frontend/gtk_interface.py:549
msgid "Encrypt the operating system"
msgstr ""
#: live-installer/resources/interface.ui:735
#: live-installer/frontend/gtk_interface.py:551
msgid "Passphrase"
msgstr ""
#: live-installer/resources/interface.ui:751
#: live-installer/frontend/gtk_interface.py:553
msgid "Confirm passphrase"
msgstr ""
#: live-installer/resources/interface.ui:785
#: live-installer/frontend/gtk_interface.py:572
msgid "This provides extra security but it can take hours."
msgstr ""
#: live-installer/resources/interface.ui:799
#: live-installer/frontend/gtk_interface.py:570
msgid "Fill the disk with random data"
msgstr ""
#: live-installer/resources/interface.ui:884
#: live-installer/frontend/gtk_interface.py:557
msgid "Manual Partitioning"
msgstr ""
#: live-installer/resources/interface.ui:900
msgid "Manually create, resize or choose partitions for LMDE."
msgstr ""
#: live-installer/resources/interface.ui:965
msgid "Remove windows & Install"
msgstr ""
#: live-installer/resources/interface.ui:981
msgid "Remove existsing windows and install LMDE on it."
msgstr ""
#: live-installer/resources/interface.ui:1033
#: live-installer/frontend/gtk_interface.py:561
msgid "Expert Mode"
msgstr ""
#: live-installer/resources/interface.ui:1049
msgid "The setup tool will not do partitioning."
msgstr ""
#: live-installer/resources/interface.ui:1111
#: live-installer/frontend/gtk_interface.py:606
msgid "Minimal installation"
msgstr ""
#: live-installer/resources/interface.ui:1127
#: live-installer/frontend/gtk_interface.py:607
msgid ""
"This will only install a minimal desktop environment with a browser and "
"utilities."
msgstr ""
#: live-installer/resources/interface.ui:1160
#: live-installer/frontend/gtk_interface.py:604
msgid "Install system with updates"
msgstr ""
#: live-installer/resources/interface.ui:1176
#: live-installer/frontend/gtk_interface.py:605
msgid "If you connect internet, updates will install."
msgstr ""
#: live-installer/resources/interface.ui:1278
#: live-installer/frontend/gtk_interface.py:578
msgid "Refresh"
msgstr ""
#: live-installer/resources/interface.ui:1325
#: live-installer/frontend/gtk_interface.py:580
msgid "Delete"
msgstr ""
#: live-installer/resources/interface.ui:1372
#: live-installer/frontend/gtk_interface.py:581
msgid "Format"
msgstr ""
#: live-installer/resources/interface.ui:1419
#: live-installer/frontend/partitioning.py:282
#: live-installer/frontend/gtk_interface.py:582
#: live-installer/frontend/gtk_interface.py:966
msgid "Create"
msgstr ""
#: live-installer/resources/interface.ui:1455
#: live-installer/frontend/gtk_interface.py:595
msgid "Install the GRUB boot menu on:"
msgstr ""
#: live-installer/resources/interface.ui:1529
msgid "Edit Partitions"
msgstr ""
#: live-installer/resources/interface.ui:1553
msgid "Legacy"
msgstr ""
#: live-installer/resources/interface.ui:1611
#: live-installer/frontend/gtk_interface.py:523
msgid "Your name:"
msgstr ""
#: live-installer/resources/interface.ui:1654
#: live-installer/frontend/gtk_interface.py:525
msgid "Your computer's name:"
msgstr ""
#: live-installer/resources/interface.ui:1669
#: live-installer/frontend/gtk_interface.py:529
msgid "Pick a username:"
msgstr ""
#: live-installer/resources/interface.ui:1682
#: live-installer/frontend/gtk_interface.py:527
msgid "The name it uses when it talks to other computers."
msgstr ""
#: live-installer/resources/interface.ui:1715
#: live-installer/frontend/gtk_interface.py:531
msgid "Choose a password:"
msgstr ""
#: live-installer/resources/interface.ui:1759
#: live-installer/frontend/gtk_interface.py:536
msgid "Log in automatically"
msgstr ""
#: live-installer/resources/interface.ui:1774
#: live-installer/frontend/gtk_interface.py:538
msgid "Require my password to log in"
msgstr ""
#: live-installer/resources/interface.ui:1789
#: live-installer/frontend/gtk_interface.py:540
msgid "Encrypt my home folder"
msgstr ""
#: live-installer/resources/interface.ui:1813
#: live-installer/frontend/gtk_interface.py:533
msgid "Confirm your password:"
msgstr ""
#: live-installer/resources/interface.ui:1842
msgid "Length must be minimum 8 characters"
msgstr ""
#: live-installer/resources/interface.ui:1915
#: live-installer/frontend/gtk_interface.py:612
msgid "Automated installation enabled!"
msgstr ""
#: live-installer/resources/interface.ui:1984
msgid "0.0"
msgstr ""
#: live-installer/resources/interface.ui:2016
#: live-installer/frontend/gtk_interface.py:608
msgid "Please do not turn off your computer during the installation process."
msgstr ""
#: live-installer/resources/interface.ui:2085
#: live-installer/resources/welcome.ui:206
msgid "17g team"
msgstr ""
#: live-installer/resources/interface.ui:2289
#: live-installer/resources/interface.ui:2329
#: live-installer/frontend/gtk_interface.py:478
msgid "Welcome"
msgstr ""
#: live-installer/resources/interface.ui:2453
msgid "/dev/sda1"
msgstr ""
#: live-installer/resources/interface.ui:2505
msgid "read only"
msgstr ""
#: live-installer/resources/interface.ui:2518
msgid "Use default Btrfs subvolumes"
msgstr ""
#: live-installer/resources/interface.ui:2678
#: live-installer/frontend/partitioning.py:888
msgid "Format subvolume"
msgstr ""
#: live-installer/resources/welcome.ui:61
msgid "Try 17g"
msgstr ""
#: live-installer/resources/welcome.ui:85
msgid " "
msgstr ""
#: live-installer/resources/welcome.ui:121
#: live-installer/frontend/welcome.py:34
msgid "Install to Hard Drive"
msgstr ""
#: live-installer/resources/welcome.ui:166
msgid "You are currently running 17g from live media."
msgstr ""
#: live-installer/resources/welcome.ui:178
msgid ""
"You can install 17g now, or chose \"Install to Hard Drive\" in the "
"Appication Menu later."
msgstr ""
#: live-installer/resources/welcome.ui:228
msgid "Welcome to 17g"
msgstr ""
#: live-installer/frontend/dialogs.py:35 live-installer/frontend/dialogs.py:48
#: live-installer/frontend/dialogs.py:54
#: live-installer/frontend/partitioning.py:798
#: live-installer/frontend/partitioning.py:893
msgid "OK"
msgstr ""
#: live-installer/frontend/dialogs.py:41
msgid "No"
msgstr ""
#: live-installer/frontend/dialogs.py:42
msgid "Yes"
msgstr ""
#: live-installer/frontend/timezones.py:140
msgid "Select timezone"
msgstr ""
#: live-installer/frontend/tui_interface.py:34
#: live-installer/frontend/gtk_interface.py:505
#, python-format
msgid "Welcome to the %s Installer."
msgstr ""
#: live-installer/frontend/tui_interface.py:40
#: live-installer/frontend/gtk_interface.py:482
msgid "What language would you like to use?"
msgstr ""
#: live-installer/frontend/tui_interface.py:45
#: live-installer/frontend/gtk_interface.py:118
#: live-installer/frontend/gtk_interface.py:482
#: live-installer/frontend/gtk_interface.py:513
msgid "Language"
msgstr ""
#: live-installer/frontend/tui_interface.py:49
#: live-installer/frontend/gtk_interface.py:484
msgid "Where are you?"
msgstr ""
#: live-installer/frontend/tui_interface.py:57
msgid "What keyboard would you like to use?"
msgstr ""
#: live-installer/frontend/tui_interface.py:64
msgid "Keyboard Model"
msgstr ""
#: live-installer/frontend/tui_interface.py:73
msgid "Installation type?"
msgstr ""
#: live-installer/frontend/tui_interface.py:77
#: live-installer/frontend/gtk_interface.py:585
msgid "Type"
msgstr ""
#: live-installer/frontend/tui_interface.py:80
msgid "Select a disk?"
msgstr ""
#: live-installer/frontend/tui_interface.py:84
msgid "Disk"
msgstr ""
#: live-installer/frontend/welcome.py:32
#, python-format
msgid "Try %s"
msgstr ""
#: live-installer/frontend/welcome.py:36
#, python-format
msgid "You are currently running %s from live media."
msgstr ""
#: live-installer/frontend/welcome.py:38
#, python-format
msgid ""
"You can install %s now, or chose \"Install to Hard Drive\" in the Appication "
"Menu later."
msgstr ""
#: live-installer/frontend/welcome.py:39
#, python-format
msgid "Welcome to %s"
msgstr ""
#: live-installer/frontend/partitioning.py:72
msgid "B"
msgstr ""
#: live-installer/frontend/partitioning.py:72
#: live-installer/frontend/partitioning.py:603
msgid "kB"
msgstr ""
#: live-installer/frontend/partitioning.py:72
#: live-installer/frontend/partitioning.py:603
msgid "MB"
msgstr ""
#: live-installer/frontend/partitioning.py:73
#: live-installer/frontend/partitioning.py:604
msgid "TB"
msgstr ""
#: live-installer/frontend/partitioning.py:80
msgid "Removable:"
msgstr ""
#: live-installer/frontend/partitioning.py:190
#: live-installer/frontend/partitioning.py:199
#: live-installer/frontend/partitioning.py:201
#: live-installer/frontend/partitioning.py:236
#: live-installer/frontend/partitioning.py:278
#: live-installer/frontend/partitioning.py:340
#: live-installer/frontend/partitioning.py:352
#: live-installer/frontend/partitioning.py:356
#: live-installer/frontend/partitioning.py:776
#: live-installer/frontend/gtk_interface.py:977
#: live-installer/frontend/gtk_interface.py:1006
msgid "btrfs subvolume"
msgstr ""
#: live-installer/frontend/partitioning.py:195
msgid "Edit Subvolume"
msgstr ""
#: live-installer/frontend/partitioning.py:213
#: live-installer/frontend/gtk_interface.py:598
msgid "Read only"
msgstr ""
#: live-installer/frontend/partitioning.py:241
msgid "The name of a subvolume must not start or end with a forward slash"
msgstr ""
#: live-installer/frontend/partitioning.py:245
msgid "The name of a subvolume must not be blank or contain a space"
msgstr ""
#: live-installer/frontend/partitioning.py:249
msgid "The mount point of a subvolume must not contain a space"
msgstr ""
#: live-installer/frontend/partitioning.py:256
#, python-format
msgid "Subvolume with name '%s' already exists"
msgstr ""
#: live-installer/frontend/partitioning.py:291
#: live-installer/frontend/gtk_interface.py:984
#: live-installer/frontend/gtk_interface.py:992
msgid "Create a subvolume"
msgstr ""
#: live-installer/frontend/partitioning.py:345
msgid "Edit"
msgstr ""
#: live-installer/frontend/partitioning.py:357
#: live-installer/frontend/partitioning.py:364
#: live-installer/frontend/partitioning.py:368
#: live-installer/frontend/partitioning.py:375
#: live-installer/frontend/partitioning.py:384
#, python-format
msgid "Assign to %s"
msgstr ""
#: live-installer/frontend/partitioning.py:391
msgid "Create btrfs subvolume"
msgstr ""
#: live-installer/frontend/partitioning.py:446
#: live-installer/frontend/partitioning.py:529
#: live-installer/frontend/gtk_interface.py:467
#: live-installer/frontend/gtk_interface.py:470
#: live-installer/frontend/gtk_interface.py:1173
#: live-installer/frontend/gtk_interface.py:1198
#: live-installer/frontend/gtk_interface.py:1221
#: live-installer/frontend/gtk_interface.py:1241
#: live-installer/frontend/gtk_interface.py:1245
#: live-installer/frontend/gtk_interface.py:1255
#: live-installer/frontend/gtk_interface.py:1259
#: live-installer/frontend/gtk_interface.py:1264
#: live-installer/frontend/gtk_interface.py:1278
#: live-installer/frontend/gtk_interface.py:1284
#: live-installer/frontend/gtk_interface.py:1290
#: live-installer/frontend/gtk_interface.py:1295
#: live-installer/frontend/gtk_interface.py:1300
#: live-installer/frontend/gtk_interface.py:1365
#: live-installer/frontend/gtk_interface.py:1444
msgid "Installer"
msgstr ""
#: live-installer/frontend/partitioning.py:447
msgid ""
"Disk: {} partition table broken or not exists. Do you want to create new "
"partition table?"
msgstr ""
#: live-installer/frontend/partitioning.py:469
#: live-installer/frontend/partitioning.py:687
#: live-installer/frontend/gtk_interface.py:590
#: live-installer/frontend/gtk_interface.py:975
msgid "Free space"
msgstr ""
#: live-installer/frontend/partitioning.py:545
#, python-format
msgid ""
"The partition table couldn't be written for %s. Restart the computer and try "
"again."
msgstr ""
#: live-installer/frontend/partitioning.py:590
#, python-format
msgid ""
"The partition %s could not be created. The installation will stop. Restart "
"the computer and try again."
msgstr ""
#: live-installer/frontend/partitioning.py:685
msgid "Logical partition"
msgstr ""
#: live-installer/frontend/partitioning.py:686
msgid "Extended partition"
msgstr ""
#: live-installer/frontend/partitioning.py:690
#: live-installer/frontend/partitioning.py:824
msgid "Unknown"
msgstr ""
#: live-installer/frontend/partitioning.py:741
msgid "bootloader/recovery"
msgstr ""
#: live-installer/frontend/partitioning.py:754
msgid "EFI System Partition"
msgstr ""
#: live-installer/frontend/partitioning.py:790
msgid "Edit partition"
msgstr ""
#: live-installer/frontend/partitioning.py:792
msgid "Device:"
msgstr ""
#: live-installer/frontend/partitioning.py:794
msgid "Format as:"
msgstr ""
#: live-installer/frontend/partitioning.py:796
#: live-installer/frontend/partitioning.py:883
msgid "Mount point:"
msgstr ""
#: live-installer/frontend/partitioning.py:797
#: live-installer/frontend/partitioning.py:892
msgid "Cancel"
msgstr ""
#: live-installer/frontend/partitioning.py:874
msgid "Create Subvolume"
msgstr ""
#: live-installer/frontend/partitioning.py:881
msgid "Name:"
msgstr ""
#: live-installer/frontend/gtk_interface.py:109
#: live-installer/frontend/gtk_interface.py:514
msgid "Country"
msgstr ""
#: live-installer/frontend/gtk_interface.py:290
msgid "Layout"
msgstr ""
#: live-installer/frontend/gtk_interface.py:298
msgid "Variant"
msgstr ""
#: live-installer/frontend/gtk_interface.py:316
msgid "Calculating file indexes ..."
msgstr ""
#: live-installer/frontend/gtk_interface.py:480
msgid "License Agreement"
msgstr ""
#: live-installer/frontend/gtk_interface.py:486
msgid "Keyboard layout"
msgstr ""
#: live-installer/frontend/gtk_interface.py:486
msgid "What is your keyboard layout?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:488
msgid "User account"
msgstr ""
#: live-installer/frontend/gtk_interface.py:488
msgid "Who are you?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:490
msgid "Installation Type"
msgstr ""
#: live-installer/frontend/gtk_interface.py:490
#: live-installer/frontend/gtk_interface.py:492
msgid "Where do you want to install system?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:492
msgid "Partitioning"
msgstr ""
#: live-installer/frontend/gtk_interface.py:494
msgid "Summary"
msgstr ""
#: live-installer/frontend/gtk_interface.py:494
msgid "Check that everything is correct"
msgstr ""
#: live-installer/frontend/gtk_interface.py:496
msgid "Installing"
msgstr ""
#: live-installer/frontend/gtk_interface.py:496
msgid "Please wait..."
msgstr ""
#: live-installer/frontend/gtk_interface.py:499
#: live-installer/frontend/gtk_interface.py:613
msgid "Automated Install"
msgstr ""
#: live-installer/frontend/gtk_interface.py:500
msgid "Back"
msgstr ""
#: live-installer/frontend/gtk_interface.py:501
#: live-installer/frontend/gtk_interface.py:1306
msgid "Next"
msgstr ""
#: live-installer/frontend/gtk_interface.py:520
msgid "Type here to test your keyboard layout"
msgstr ""
#: live-installer/frontend/gtk_interface.py:546
msgid "Erase a disk and install system on it."
msgstr ""
#: live-installer/frontend/gtk_interface.py:559
msgid "Manually create, resize or choose partitions for system."
msgstr ""
#: live-installer/frontend/gtk_interface.py:563
msgid "The setup tool will not do partitioning"
msgstr ""
#: live-installer/frontend/gtk_interface.py:565
msgid "Remove Windows & Install"
msgstr ""
#: live-installer/frontend/gtk_interface.py:567
msgid "Remove existsing windows and install system on it."
msgstr ""
#: live-installer/frontend/gtk_interface.py:577
#: live-installer/frontend/gtk_interface.py:579
msgid "Edit partitions"
msgstr ""
#: live-installer/frontend/gtk_interface.py:584
msgid "Device"
msgstr ""
#: live-installer/frontend/gtk_interface.py:586
msgid "Operating system"
msgstr ""
#: live-installer/frontend/gtk_interface.py:587
msgid "Mount point"
msgstr ""
#: live-installer/frontend/gtk_interface.py:588
msgid "Format as"
msgstr ""
#: live-installer/frontend/gtk_interface.py:589
msgid "Size"
msgstr ""
#: live-installer/frontend/gtk_interface.py:626
#: live-installer/frontend/gtk_interface.py:1367
msgid "Warning"
msgstr ""
#: live-installer/frontend/gtk_interface.py:627
#: live-installer/frontend/gtk_interface.py:1368
#, python-format
msgid "This will delete all the data on %s. Are you sure?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:652
#: live-installer/frontend/gtk_interface.py:1228
msgid "Install"
msgstr ""
#: live-installer/frontend/gtk_interface.py:785
msgid "Please provide a passphrase for the encryption."
msgstr ""
#: live-installer/frontend/gtk_interface.py:787
#: live-installer/frontend/gtk_interface.py:1214
msgid "Your passwords do not match."
msgstr ""
#: live-installer/frontend/gtk_interface.py:792
msgid "Quit?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:793
msgid "Are you sure you want to quit the installer?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:994
#: live-installer/frontend/gtk_interface.py:1008
#: live-installer/frontend/gtk_interface.py:1025
#: live-installer/frontend/gtk_interface.py:1040
#: live-installer/frontend/gtk_interface.py:1224
#: live-installer/frontend/gtk_interface.py:1362
msgid "Are you sure?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:995
msgid "New partition will created at {}"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1009
msgid "subvolume {} will removed from {}."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1026
msgid "Partition {} will removed from {}."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1041
msgid "Partition {} will formated from {}."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1174
msgid "Please choose a language"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1199
msgid "Please provide a kayboard layout for your computer."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1219
msgid "Please provide your full name."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1224
#: live-installer/frontend/gtk_interface.py:1362
msgid "Your passwords is not strong."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1242
#: live-installer/frontend/gtk_interface.py:1256
msgid ""
"Root filesystem type not specified. Installation will continue without disk "
"formatting. Do you want to continue?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1246
#: live-installer/frontend/gtk_interface.py:1260
msgid ""
"The root partition is too small. It should be at least 16GB. Do you want to "
"continue?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1264
msgid "Please select a root (/) partition."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1265
#, python-format
msgid ""
"A root partition is needed to install %s on.\n"
"\n"
" - Mount point: /\n"
" - Recommended size: 30GB\n"
" - Recommended filesystem format: ext4\n"
"\n"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1279
msgid "The EFI partition is not bootable. Do you want to set boot flag?"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1285
msgid "The EFI partition is too small. It must be at least 100MB."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1291
#: live-installer/frontend/gtk_interface.py:1296
msgid "The EFI partition must be formatted as vfat."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1300
msgid "Please select an EFI partition."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1301
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 100MB \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 ""
#: live-installer/frontend/gtk_interface.py:1356
msgid "Please select a disk."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1445
msgid "Please provide a device to install grub."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1493
msgid "Localization"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1494
msgid "Language: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1495
msgid "Timezone: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1496
msgid "Keyboard layout: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1500
msgid "User settings"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1504
msgid "Real name: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1505
msgid "Username: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1508
#: live-installer/frontend/gtk_interface.py:1511
msgid "Password: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1513
msgid "Automatic login: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1513
#: live-installer/frontend/gtk_interface.py:1563
#: live-installer/frontend/gtk_interface.py:1567
msgid "enabled"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1514
#: live-installer/frontend/gtk_interface.py:1564
#: live-installer/frontend/gtk_interface.py:1567
msgid "disabled"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1515
msgid "System settings"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1517
msgid "Computer's name: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1520
#: live-installer/frontend/gtk_interface.py:1522
msgid "Bios type: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1524
msgid "Install updates after installation"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1525
msgid "Filesystem operations"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1526
#, python-format
msgid "Install bootloader on %s"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1527
msgid "Do not install bootloader"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1529
msgid "Use already-mounted /target."
msgstr ""
#: live-installer/frontend/gtk_interface.py:1537
#, python-format
msgid " (with %s GB swap)"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1541
#, python-format
msgid "Automated installation on %s"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1545
#, python-format
msgid "Format %(path)s as %(filesystem)s"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1549
#, python-format
msgid "Mount %(path)s as %(mount)s"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1554
#, python-format
msgid "Create btrfs subvolume %(path)s under %(parentPath)s "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1558
#, python-format
msgid "Mount %(path)s subvolume as %(mount)s"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1563
msgid "LVM: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1566
msgid "Disk Encryption: "
msgstr ""
#: live-installer/frontend/gtk_interface.py:1578
#: live-installer/installer.py:881
msgid "Installation finished"
msgstr ""
#: live-installer/frontend/gtk_interface.py:1579
msgid ""
"The installation is now complete. Do you want to restart your computer to "