-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathyali.pot
More file actions
1992 lines (1592 loc) · 44.9 KB
/
Copy pathyali.pot
File metadata and controls
1992 lines (1592 loc) · 44.9 KB
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: 2014-01-17 17:01+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: yali/storage/devicetree.py:1569
msgid "This partition is part of an inconsistent LVM Volume Group."
msgstr ""
#: yali/storage/storageBackendHelpers.py:18
msgid "Please enter a volume group name."
msgstr ""
#: yali/storage/storageBackendHelpers.py:22
msgid "Volume Group Names must be less than 128 characters"
msgstr ""
#: yali/storage/storageBackendHelpers.py:25
#, python-format
msgid "Error - the volume group name %s is not valid."
msgstr ""
#: yali/storage/storageBackendHelpers.py:30
msgid ""
"Error - the volume group name contains illegal characters or spaces. "
"Acceptable characters are letters, digits, '.' or '_'."
msgstr ""
#: yali/storage/storageBackendHelpers.py:40
msgid "Please enter a logical volume name."
msgstr ""
#: yali/storage/storageBackendHelpers.py:44
msgid "Logical Volume Names must be less than 128 characters"
msgstr ""
#: yali/storage/storageBackendHelpers.py:48
#, python-format
msgid "Error - the logical volume name %s is not valid."
msgstr ""
#: yali/storage/storageBackendHelpers.py:54
msgid ""
"Error - the logical volume name contains illegal characters or spaces. "
"Acceptable characters are letters, digits, '.' or '_'."
msgstr ""
#: yali/storage/storageBackendHelpers.py:68
msgid "Format as Swap?"
msgstr ""
#: yali/storage/storageBackendHelpers.py:69
#, python-format
msgid ""
"%s has a partition type of 0x82 (Linux swap) but does not appear to be "
"formatted as a Linux swap partition.\n"
"\n"
"Would you like to format this partition as a swap partition?"
msgstr ""
#: yali/storage/storageBackendHelpers.py:88
#: yali/storage/storageBackendHelpers.py:295 yali/gui/lvm_gui.py:548
msgid "Confirm Delete"
msgstr ""
#: yali/storage/storageBackendHelpers.py:89
#, python-format
msgid "You are about to delete all partitions on the device '%s'."
msgstr ""
#: yali/storage/storageBackendHelpers.py:92
#: yali/storage/storageBackendHelpers.py:296 yali/storage/__init__.py:930
#: yali/gui/ScrPartitionManual.py:114 yali/gui/ScrPartitionManual.py:130
#: yali/gui/ScrPartitionManual.py:140 yali/gui/lvm_gui.py:418
#: yali/gui/lvm_gui.py:465 yali/gui/lvm_gui.py:552 yali/gui/YaliDialog.py:220
msgid "Cancel"
msgstr ""
#: yali/storage/storageBackendHelpers.py:92
#: yali/storage/storageBackendHelpers.py:296 yali/gui/lvm_gui.py:552
msgid "Delete"
msgstr ""
#: yali/storage/storageBackendHelpers.py:139
msgid "Notice"
msgstr ""
#: yali/storage/storageBackendHelpers.py:140
#, python-format
msgid ""
"The following partitions were not deleted because they are in use:\n"
"\n"
"%s"
msgstr ""
#: yali/storage/storageBackendHelpers.py:154
#: yali/storage/storageBackendHelpers.py:161
msgid "Unable To Delete"
msgstr ""
#: yali/storage/storageBackendHelpers.py:155
msgid "You must first select a partition to delete."
msgstr ""
#: yali/storage/storageBackendHelpers.py:200
#, python-format
msgid ""
"The mount point %s is invalid. Mount points must start with '/' and cannot "
"end with '/', and must contain printable characters and no spaces."
msgstr ""
#: yali/storage/storageBackendHelpers.py:209
msgid "Error with Partitioning"
msgstr ""
#: yali/storage/storageBackendHelpers.py:210
#, python-format
msgid ""
"The following critical errors exist with your requested partitioning scheme. "
"These errors must be corrected prior to continuing with your install of "
"%(productName)s.\n"
"\n"
"%(errorstr)s"
msgstr ""
#: yali/storage/storageBackendHelpers.py:226
msgid "Partitioning Warning"
msgstr ""
#: yali/storage/storageBackendHelpers.py:227
#, python-format
msgid ""
"The following warnings exist with your requested partition scheme.\n"
"\n"
"%s\n"
"\n"
"Would you like to continue with your requested partitioning scheme?"
msgstr ""
#: yali/storage/storageBackendHelpers.py:233
#: yali/storage/storageBackendHelpers.py:254
#: yali/storage/storageBackendHelpers.py:304 yali/gui/ScrSummary.py:297
#: yali/gui/YaliDialog.py:218 yali/gui/YaliDialog.py:234
#: yali/gui/ScrInstall.py:202
msgid "Yes"
msgstr ""
#: yali/storage/storageBackendHelpers.py:233
#: yali/storage/storageBackendHelpers.py:254
#: yali/storage/storageBackendHelpers.py:304 yali/gui/ScrSummary.py:297
#: yali/gui/YaliDialog.py:220 yali/gui/YaliDialog.py:235
#: yali/gui/ScrInstall.py:202
msgid "No"
msgstr ""
#: yali/storage/storageBackendHelpers.py:242
msgid ""
"The following pre-existing partitions have been selected to be formatted, "
"destroying all data."
msgstr ""
#: yali/storage/storageBackendHelpers.py:245
msgid ""
"Select 'Yes' to continue and format these partitions, or 'No' to go back and "
"change these settings."
msgstr ""
#: yali/storage/storageBackendHelpers.py:251
msgid "Format Warning"
msgstr ""
#: yali/storage/storageBackendHelpers.py:279
#, python-format
msgid ""
"You are about to delete the volume group \"%s\".\n"
"\n"
"ALL logical volumes in this volume group will be lost!"
msgstr ""
#: yali/storage/storageBackendHelpers.py:283
#, python-format
msgid "You are about to delete the logical volume \"%s\"."
msgstr ""
#: yali/storage/storageBackendHelpers.py:286
msgid "You are about to delete a RAID device."
msgstr ""
#: yali/storage/storageBackendHelpers.py:288
#, python-format
msgid "You are about to delete the %s partition."
msgstr ""
#: yali/storage/storageBackendHelpers.py:292
#, python-format
msgid "You are about to delete the %(type)s %(name)s"
msgstr ""
#: yali/storage/storageBackendHelpers.py:302
msgid "Confirm Reset"
msgstr ""
#: yali/storage/storageBackendHelpers.py:302
msgid ""
"Are you sure you want to reset the partition table to its original state?"
msgstr ""
#: yali/storage/storageBackendHelpers.py:310
msgid ""
"You have chosen to use a pre-existing partition for this\n"
"installation without formatting it. We recommend that you format\n"
"this partition to make sure files from a previous operating system\n"
"installation do not cause problems with this installation of Linux.\n"
"However, if this partition contains files that you need to keep,\n"
"such as home directories, then continue without formatting this\n"
"npartition."
msgstr ""
#: yali/storage/storageBackendHelpers.py:318
msgid "Format?"
msgstr ""
#: yali/storage/storageBackendHelpers.py:319
#: yali/gui/ScrPartitionManual.py:358
msgid "Modify Partition"
msgstr ""
#: yali/storage/storageBackendHelpers.py:319
msgid "Do Not Format"
msgstr ""
#: yali/storage/storageBackendHelpers.py:326
#, python-format
msgid ""
"Partitions of type '%s' must be constrained to a\n"
"single drive. To do this, select the drive in the 'Allowable Drives'\n"
"checklist."
msgstr ""
#: yali/storage/storageBackendHelpers.py:331
#: yali/storage/storageBackendHelpers.py:356
#: yali/storage/storageBackendHelpers.py:376
msgid "Storage Device Warning"
msgstr ""
#: yali/storage/storageBackendHelpers.py:332
#, python-format
msgid ""
"The following storage device may contain recoverable data:<br><br>"
"%(description)s (%(size)s MB)<br><br>This device may have data that will be "
"<b>permanently lost</b> if you include it in this installation.<br><br>If "
"you don't care about any data on this device, choose <b>Reset device</b> to "
"include it in the installation process.<br><br>If you don't want the device "
"to be permanently erased, select <b>Ignore device</b> and the device will "
"not be considered as a possible installation target."
msgstr ""
#: yali/storage/storageBackendHelpers.py:343
msgid "Reset device"
msgstr ""
#: yali/storage/storageBackendHelpers.py:343
msgid "Ignore device"
msgstr ""
#: yali/storage/storageBackendHelpers.py:357
#, python-format
msgid ""
"There is inconsistent LVM data on %(msg)s. You can reinitialize all related "
"PVs (%(pvs)s) which will erase the LVM metadata, or ignore which will "
"preserve thecontents.This action may also be applied to all other PVs with "
"inconsistent metadata."
msgstr ""
#: yali/storage/storageBackendHelpers.py:364
msgid "Yes, re-initialize"
msgstr ""
#: yali/storage/storageBackendHelpers.py:364
msgid "No, protect data"
msgstr ""
#: yali/storage/storageBackendHelpers.py:377
#, python-format
msgid ""
"Disk contains %(members_count)s BIOS RAID metadata, but is not part of any "
"recognized BIOS RAID sets. Ignoring disk %(members)s."
msgstr ""
#: yali/storage/partitioning.py:703
msgid "requested size exceeds maximum allowed"
msgstr ""
#: yali/storage/partitioning.py:911
#, python-format
msgid "partition is too %(problem)s for %(format)s formatting"
msgstr ""
#: yali/storage/partitioning.py:1051
msgid "not enough free space on disks"
msgstr ""
#: yali/storage/partitioning.py:1072
msgid "not enough free space after creating extended partition"
msgstr ""
#: yali/storage/partitioning.py:1248
msgid "not enough space for LVM requests"
msgstr ""
#: yali/storage/partitioning.py:1646
msgid ""
"Could not find enough free space for automatic\n"
"partitioning, please use another partitioning method."
msgstr ""
#: yali/storage/partitioning.py:1649 yali/storage/partitioning.py:1681
#: yali/gui/ScrPartitionManual.py:351
msgid "Error Partitioning"
msgstr ""
#: yali/storage/partitioning.py:1670
msgid "Warnings During Automatic Partitioning"
msgstr ""
#: yali/storage/partitioning.py:1671
#, python-format
msgid ""
"Following warnings occurred during automatic partitioning:\n"
"\n"
"%s"
msgstr ""
#: yali/storage/partitioning.py:1680 yali/storage/partitioning.py:1700
msgid ""
"\n"
"\n"
"Press 'OK' to exit the installer."
msgstr ""
#: yali/storage/partitioning.py:1682
#, python-format
msgid ""
"Could not allocate requested partitions: \n"
"%(msg)s.%(extra)s"
msgstr ""
#: yali/storage/partitioning.py:1701
msgid "Automatic Partitioning Errors"
msgstr ""
#: yali/storage/partitioning.py:1702
#, python-format
msgid ""
"The following errors occurred with your partitioning:\n"
"\n"
"%(errortxt)s\n"
"\n"
"This can happen if there is not enough space on your hard drive(s) for the "
"installation. %(extra)s"
msgstr ""
#: yali/storage/__init__.py:48
#, python-format
msgid "Failed teardownAll in storage.complete with error:%s"
msgstr ""
#: yali/storage/__init__.py:57
msgid "Storage Device Error"
msgstr ""
#: yali/storage/__init__.py:58
#, python-format
msgid "There was an error encountered while partitioning on device %s."
msgstr ""
#: yali/storage/__init__.py:63
msgid "Storage Format Error"
msgstr ""
#: yali/storage/__init__.py:64
#, python-format
msgid "There was an error encountered while formatting on device %s."
msgstr ""
#: yali/storage/__init__.py:75 yali/storage/storageset.py:336
msgid "Exit installer"
msgstr ""
#: yali/storage/__init__.py:75
msgid "Ignore"
msgstr ""
#: yali/storage/__init__.py:158 yali/storage/__init__.py:168
msgid "Dirty File Systems"
msgstr ""
#: yali/storage/__init__.py:159
#, python-format
msgid ""
"The following file systems for your Linux system were not unmounted "
"cleanly. Please boot your Linux installation, let the file systems be "
"checked and shut down cleanly to rescue.\n"
"%s"
msgstr ""
#: yali/storage/__init__.py:164 yali/gui/ScrPartitionManual.py:114
#: yali/gui/ScrPartitionManual.py:140 yali/gui/YaliDialog.py:218
msgid "Ok"
msgstr ""
#: yali/storage/__init__.py:169
#, python-format
msgid ""
"The following file systems for your Linux system were not unmounted "
"cleanly. Would you like to mount them anyway?\n"
"%s"
msgstr ""
#: yali/storage/__init__.py:336
msgid "This partition is holding the data for the hard drive install."
msgstr ""
#: yali/storage/__init__.py:339
msgid "You cannot delete a partition of a LDL formatted DASD."
msgstr ""
#: yali/storage/__init__.py:345
#, python-format
msgid ""
"This device is part of the RAID device %s, you have to edit or remove the "
"raid partition appropriately!"
msgstr ""
#: yali/storage/__init__.py:350
msgid "This device is part of a RAID device."
msgstr ""
#: yali/storage/__init__.py:355
#, python-format
msgid "This device is part of the LVM volume group '%s'."
msgstr ""
#: yali/storage/__init__.py:358
msgid "This device is part of a LVM volume group."
msgstr ""
#: yali/storage/__init__.py:367
msgid ""
"This device is an extended partition which contains logical partitions that "
"cannot be deleted:\n"
"\n"
msgstr ""
#: yali/storage/__init__.py:873
#, python-format
msgid ""
"You have not defined a root partition (/),which is required for installation "
"of %s to continue."
msgstr ""
#: yali/storage/__init__.py:878
#, python-format
msgid ""
"Your / partition is less than %(min)s MB which is lower than recommended for "
"a normal %(productName)s install."
msgstr ""
#: yali/storage/__init__.py:884
#, python-format
msgid ""
"Your %(mount)s partition is less than %(size)s megabytes which is lower than "
"recommended for a normal %(productName)s install."
msgstr ""
#: yali/storage/__init__.py:893
msgid ""
"You have not specified a swap partition. Due to the amount of memory "
"present, a swap partition is required to complete installation."
msgstr ""
#: yali/storage/__init__.py:896
msgid ""
"You have not specified a swap partition. Although not strictly required in "
"all cases, it will significantly improve performancefor most installations."
msgstr ""
#: yali/storage/__init__.py:902
#, python-format
msgid ""
"This mount point is invalid. The %s directory must be on the / file system."
msgstr ""
#: yali/storage/__init__.py:905
#, python-format
msgid "The mount point %s must be on a linux file system."
msgstr ""
#: yali/storage/__init__.py:925
msgid "No Drives Found"
msgstr ""
#: yali/storage/__init__.py:926
msgid ""
"An error has occurred - no valid devices were found on\n"
"which to create new file systems. Please check your\n"
"hardware for the cause of this problem."
msgstr ""
#: yali/storage/__init__.py:930 yali/gui/ScrCheckCD.py:101
msgid "Reboot"
msgstr ""
#: yali/storage/formats/disklabel.py:28
msgid "partition table"
msgstr ""
#: yali/storage/formats/physicalvolume.py:19
msgid "physical volume (LVM)"
msgstr ""
#: yali/storage/formats/raidmember.py:21
msgid "software RAID"
msgstr ""
#: yali/storage/formats/dmraidmember.py:19
msgid "dm-raid member device"
msgstr ""
#: yali/storage/formats/filesystem.py:228
#, python-format
msgid "Unknown return code: %d."
msgstr ""
#: yali/storage/formats/filesystem.py:247
#, python-format
msgid "Migrating %s filesystem on %s"
msgstr ""
#: yali/storage/formats/filesystem.py:299
#, python-format
msgid "Creating %(type)s filesystem on %(device)s"
msgstr ""
#: yali/storage/formats/filesystem.py:347
#, python-format
msgid "Resizing filesystem on %s"
msgstr ""
#: yali/storage/formats/filesystem.py:378
#, python-format
msgid "Checking filesystem on %s"
msgstr ""
#: yali/storage/formats/filesystem.py:387
#, python-format
msgid "%(type)s filesystem check failure on %(device)s: "
msgstr ""
#: yali/storage/formats/filesystem.py:391
msgid ""
"Errors like this usually mean there is a problem with the filesystem that "
"will require user interaction to repair. Restart installation after you have "
"corrected the problems on the filesystem."
msgstr ""
#: yali/storage/formats/filesystem.py:397
msgid "Unrecoverable Error"
msgstr ""
#: yali/storage/formats/filesystem.py:691
msgid "File system errors left uncorrected."
msgstr ""
#: yali/storage/formats/filesystem.py:692
msgid "Operational error."
msgstr ""
#: yali/storage/formats/filesystem.py:693
msgid "Usage or syntax error."
msgstr ""
#: yali/storage/formats/filesystem.py:694
msgid "e2fsck cancelled by user request."
msgstr ""
#: yali/storage/formats/filesystem.py:695
msgid "Shared library error."
msgstr ""
#: yali/storage/formats/filesystem.py:855
msgid ""
"Recoverable errors have been detected or dosfsck has discovered an internal "
"inconsistency."
msgstr ""
#: yali/storage/formats/filesystem.py:857
msgid "Usage error."
msgstr ""
#: yali/storage/devices/volumegroup.py:217
msgid "device has not been created"
msgstr ""
#: yali/storage/devices/volumegroup.py:223
msgid "cannot activate VG with missing PV(s)"
msgstr ""
#: yali/storage/devices/volumegroup.py:245
#: yali/storage/devices/partition.py:369
#: yali/storage/devices/logicalvolume.py:217
#: yali/storage/devices/raidarray.py:422
#, python-format
msgid "Creating device %s"
msgstr ""
#: yali/storage/devices/filedevice.py:93
#, python-format
msgid "Creating file %s"
msgstr ""
#: yali/storage/devices/raidarray.py:60 yali/gui/raid_gui.py:97
#, python-format
msgid "A RAID%(level)d set requires at least %(min_member)d member"
msgstr ""
#: yali/storage/bootloader.py:210 yali/storage/bootloader.py:211
#: yali/storage/bootloader.py:213 yali/storage/bootloader.py:214
#, python-format
msgid "%s"
msgstr ""
#: yali/storage/bootloader.py:302 yali/storage/bootloader.py:306
msgid "Windows"
msgstr ""
#: yali/storage/library/lvm.py:265
#, python-format
msgid "vginfo failed for %s"
msgstr ""
#: yali/storage/library/lvm.py:291
#, python-format
msgid "lvs failed for %s"
msgstr ""
#: yali/storage/storageset.py:298 yali/storage/storageset.py:311
msgid "Invalid mount point"
msgstr ""
#: yali/storage/storageset.py:299
#, python-format
msgid ""
"An error occurred when trying to create %s. Some element of this path is "
"not a directory. This is a fatal error and the install cannot continue.\n"
"\n"
"Press <Enter> to exit the installer."
msgstr ""
#: yali/storage/storageset.py:312
#, python-format
msgid ""
"An error occurred when trying to create %(mountpoint)s: %(msg)s. This is a "
"fatal error and the install cannot continue.\n"
"\n"
"Press <Enter> to exit the installer."
msgstr ""
#: yali/storage/storageset.py:329 yali/storage/storageset.py:350
msgid "Unable to mount filesystem"
msgstr ""
#: yali/storage/storageset.py:330
#, python-format
msgid ""
"An error occurred mounting device %(path)s as %(mountpoint)s. You may "
"continue installation, but there may be problems."
msgstr ""
#: yali/storage/storageset.py:336 yali/gui/ScrPartitionManual.py:358
#: yali/gui/lvm_gui.py:418 yali/gui/lvm_gui.py:465
#: yali/gui/ScrRescuePassword.py:123 yali/gui/ScrRescue.py:95
msgid "Continue"
msgstr ""
#: yali/storage/storageset.py:351
#, python-format
msgid ""
"An error occurred mounting device %(path)s as %(mountpoint)s: %(msg)s. This "
"is a fatal error and the install cannot continue.\n"
"\n"
"Press <Enter> to exit the installer."
msgstr ""
#: yali/storage/storageset.py:383 yali/storage/storageset.py:459
#: yali/gui/ScrDriveSelection.py:112 yali/gui/YaliWindow.py:381
msgid "Error"
msgstr ""
#: yali/storage/storageset.py:386
msgid "Skip"
msgstr ""
#: yali/storage/storageset.py:387 yali/gui/ScrPartitionManual.py:130
msgid "Format"
msgstr ""
#: yali/storage/storageset.py:388 yali/gui/runner.py:122
#: yali/gui/YaliWindow.py:385 yali/gui/ScrRescuePassword.py:123
#: yali/gui/ScrRescue.py:95
msgid "Exit"
msgstr ""
#: yali/storage/storageset.py:418
#, python-format
msgid ""
"The swap device:\n"
"\n"
" %s\n"
"\n"
"is an old-style Linux swap partition. If you want to use this device for "
"swap space, you must reformat as a new-style Linux swap partition."
msgstr ""
#: yali/storage/storageset.py:429
#, python-format
msgid ""
"The swap device:\n"
"\n"
" %s\n"
"\n"
"in your /etc/fstab file is currently in use as a software suspend device, "
"which means your system is hibernating. If you are performing a new install, "
"make sure the installer is set to format all swap devices."
msgstr ""
#: yali/storage/storageset.py:442
#, python-format
msgid ""
"The swap device:\n"
"\n"
" %s\n"
"\n"
"does not contain a supported swap volume. In order to continue "
"installation, you will need to format the device or skip it."
msgstr ""
#: yali/storage/storageset.py:453
#, python-format
msgid ""
"Error enabling swap device %(name)s: %(msg)s<br><br>This most likely means "
"this swap device has not been initialized.<br><br>Press OK to exit the "
"installer."
msgstr ""
#: yali/storage/storageset.py:501
msgid "You have not created a bootable partition."
msgstr ""
#: yali/storage/storageset.py:505
msgid "Bootable partitions cannot be on a logical volume."
msgstr ""
#: yali/storage/storageset.py:509
msgid "Bootable partitions cannot be on a raid array."
msgstr ""
#: yali/storage/storageset.py:516
#, python-format
msgid "Bootable partitions cannot be on an %s filesystem."
msgstr ""
#: yali/storage/storageset.py:620
msgid "Ignoring noauto entry"
msgstr ""
#: yali/storage/storageset.py:678
#, python-format
msgid "Failed to resolve %s (%s) from fstab"
msgstr ""
#: yali/storage/storageset.py:684
#, python-format
msgid "Unrecognized filesystem type for %s (%s)"
msgstr ""
#: yali/storage/storageset.py:691
#, python-format
msgid "Scanned format (%s) differs from fstab format (%s)"
msgstr ""
#: yali/storage/storageset.py:713
#, python-format
msgid "Cannot open %s for read"
msgstr ""
#: yali/storage/storageset.py:743
#, python-format
msgid "Fstab entry %s is malformed: %s"
msgstr ""
#: yali/postinstall.py:125
#, python-format
msgid "Preparing home directory for %s..."
msgstr ""
#: yali/localedata.py:20
msgid "Turkish"
msgstr ""
#: yali/localedata.py:22
msgid "Turkish F"
msgstr ""
#: yali/localedata.py:22
msgid "Turkish Q"
msgstr ""
#: yali/localedata.py:31
msgid "English"
msgstr ""
#: yali/localedata.py:42
msgid "English GB"
msgstr ""
#: yali/localedata.py:52
msgid "Greek"
msgstr ""
#: yali/localedata.py:62
msgid "Afrikaans"
msgstr ""
#: yali/localedata.py:72
msgid "Vietnamese"
msgstr ""
#: yali/localedata.py:82
msgid "Catalan"
msgstr ""
#: yali/localedata.py:93
msgid "Italian"
msgstr ""
#: yali/localedata.py:104
msgid "Czech"
msgstr ""
#: yali/localedata.py:114
msgid "Welsh"
msgstr ""
#: yali/localedata.py:124
msgid "Arabic"
msgstr ""
#: yali/localedata.py:134
msgid "Estonian"
msgstr ""
#: yali/localedata.py:144
msgid "Spanish"
msgstr ""
#: yali/localedata.py:155
msgid "Russian"
msgstr ""
#: yali/localedata.py:166
msgid "Dutch"
msgstr ""
#: yali/localedata.py:177
msgid "Portuguese"
msgstr ""
#: yali/localedata.py:188
msgid "Norwegian"
msgstr ""
#: yali/localedata.py:198
msgid "Icelandic"
msgstr ""
#: yali/localedata.py:208
msgid "Polish"
msgstr ""
#: yali/localedata.py:219
msgid "Belgium"
msgstr ""
#: yali/localedata.py:229
msgid "French"
msgstr ""
#: yali/localedata.py:240
msgid "Bulgarian"
msgstr ""
#: yali/localedata.py:250
msgid "Slovenian"
msgstr ""
#: yali/localedata.py:260
msgid "Croatian"
msgstr ""
#: yali/localedata.py:270
msgid "German"
msgstr ""
#: yali/localedata.py:281
msgid "Danish"
msgstr ""
#: yali/localedata.py:291
msgid "Brazilian"
msgstr ""
#: yali/localedata.py:301
msgid "Finnish"
msgstr ""
#: yali/localedata.py:311
msgid "Hungarian"
msgstr ""
#: yali/localedata.py:322
msgid "Japanese"
msgstr ""
#: yali/localedata.py:332
msgid "Malayalam"
msgstr ""
#: yali/localedata.py:342
msgid "Swedish"
msgstr ""
#: yali/localedata.py:353
msgid "Macedonian"
msgstr ""
#: yali/localedata.py:363
msgid "Slovak"
msgstr ""
#: yali/localedata.py:373
msgid "Ukrainian"
msgstr ""
#: yali/localedata.py:383
msgid "Serbian"
msgstr ""
#: yali/gui/ScrRescuePisi.py:37
msgid "Starting D-Bus..."
msgstr ""
#: yali/gui/ScrRescuePisi.py:38
msgid "Connecting to D-Bus..."
msgstr ""
#: yali/gui/ScrRescuePisi.py:39
msgid "Fetching history..."
msgstr ""
#: yali/gui/ScrRescuePisi.py:69
msgid "Please Wait..."
msgstr ""
#: yali/gui/ScrRescuePisi.py:75
msgid "No connection available"
msgstr ""
#: yali/gui/ScrRescuePisi.py:116
#, python-format
msgid "Operation %(no)s : %(date)s - %(type)s"
msgstr ""
#: yali/gui/ScrRescuePisi.py:170
#, python-format
msgid "Connecting to network %s..."