forked from storaged-project/udisks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vi.po
2758 lines (2280 loc) · 67.9 KB
/
vi.po
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.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: udisks\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-09-30 10:43+0200\n"
"PO-Revision-Date: 2014-03-12 19:53+0000\n"
"Last-Translator: davidz <[email protected]>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: ../data/org.freedesktop.UDisks2.policy.in.h:1
msgid "Mount a filesystem"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:2
msgid "Authentication is required to mount the filesystem"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:3
msgid "Mount a filesystem on a system device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:4
msgid "Mount a filesystem from a device plugged into another seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:5
msgid ""
"Mount/unmount filesystems defined in the fstab file with the x-udisks-auth "
"option"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:6
msgid "Authentication is required to mount/unmount the filesystem"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:7
msgid "Unmount a device mounted by another user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:8
msgid ""
"Authentication is required to unmount a filesystem mounted by another user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:9
msgid "Unlock an encrypted device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:10
msgid "Authentication is required to unlock an encrypted device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:11
msgid "Unlock an encrypted system device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:12
msgid "Unlock an encrypted device plugged into another seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:13
msgid ""
"Unlock an encrypted device specified in the crypttab file with the x-udisks-"
"auth option"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:14
msgid "Lock an encrypted device unlocked by another user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:15
msgid ""
"Authentication is required to lock an encrypted device unlocked by another "
"user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:16
msgid "Change passphrase for an encrypted device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:17
msgid ""
"Authentication is required to change the passphrase for an encrypted device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:18
msgid "Manage loop devices"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests setting up a loop device.
#.
#: ../data/org.freedesktop.UDisks2.policy.in.h:19
#: ../src/udiskslinuxmanager.c:342
msgid "Authentication is required to set up a loop device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:20
msgid "Delete loop devices"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:21
msgid ""
"Authentication is required to delete a loop device set up by another user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:22
msgid "Modify loop devices"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:23
msgid ""
"Authentication is required to modify a loop device set up by another user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:24
msgid "Manage swapspace"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:25
msgid "Authentication is required to manage swapspace"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:26
msgid "Manage RAID arrays"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:27
msgid "Authentication is required to manage RAID arrays"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:28
msgid "Power off drive"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:29
msgid "Authentication is required to power off a drive"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:30
msgid "Power off a system drive"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:31
msgid "Power off a drive attached to another seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:32
msgid ""
"Authentication is required to power off a drive plugged into another seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:33
msgid "Eject media"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:34
msgid "Authentication is required to eject media"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:35
msgid "Eject media from a system drive"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:36
msgid "Eject media from a drive attached to another seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:37
msgid ""
"Authentication is required to eject media from a drive plugged into another "
"seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:38
msgid "Modify a device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:39
msgid "Authentication is required to modify a device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:40
msgid "Modify a system device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:41
msgid "Authentication is required to modify a device plugged into another seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:42
msgid "Rescan a device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:43
msgid "Authentication is required to rescan a device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:44
msgid "Open a device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:45
msgid "Authentication is required to open a device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:46
msgid "Open a system device"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:47
msgid "Modify system-wide configuration"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:48
msgid "Authentication is required to modify system-wide configuration"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:49
msgid ""
"Authentication is required to retrieve secrets from system-wide configuration"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:50
msgid "Modify drive settings"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:51
msgid "Authentication is required to modify drive settings"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:52
msgid "Update SMART data"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:53
msgid "Authentication is required to update SMART data"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:54
msgid "Set SMART data from blob"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:55
msgid "Authentication is required to set SMART data from blob"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:56
msgid "Run SMART self-test"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:57
msgid "Authentication is required to run a SMART self-test"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:58
msgid "Enable/Disable SMART"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:59
msgid "Authentication is required to enable/disable SMART"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:60
msgid "Check power state"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:61
msgid "Authentication is required to check the power state"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:62
msgid "Send standby command"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:63
msgid "Authentication is required to put a drive into standby mode"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:64
msgid "Send standby command to a system drive"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:65
msgid "Send standby command to drive on other seat"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:66
msgid "Securely erase a hard disk"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:67
msgid "Authentication is required to securely erase a hard disk"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:68
msgid "Cancel job"
msgstr ""
#. Translators: Shown in authentication dialog when canceling a job.
#.
#: ../data/org.freedesktop.UDisks2.policy.in.h:69 ../src/udisksbasejob.c:404
msgid "Authentication is required to cancel a job"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:70
msgid "Cancel job started by another user"
msgstr ""
#: ../data/org.freedesktop.UDisks2.policy.in.h:71
msgid "Authentication is required to cancel a job started by another user"
msgstr ""
#: ../modules/bcache/data/org.freedesktop.UDisks2.bcache.policy.in.h:1
msgid "Manage Bcache"
msgstr ""
#: ../modules/bcache/data/org.freedesktop.UDisks2.bcache.policy.in.h:2
msgid "Authentication is required to manage Bcache"
msgstr ""
#: ../modules/bcache/udiskslinuxblockbcache.c:246
msgid "Authentication is required to destroy bcache device."
msgstr ""
#: ../modules/bcache/udiskslinuxblockbcache.c:289
msgid "Authentication is required to set mode of bcache device."
msgstr ""
#: ../modules/bcache/udiskslinuxmanagerbcache.c:217
msgid "Authentication is required to create bcache device."
msgstr ""
#: ../modules/btrfs/data/org.freedesktop.UDisks2.btrfs.policy.in.h:1
msgid "Manage BTRFS"
msgstr ""
#: ../modules/btrfs/data/org.freedesktop.UDisks2.btrfs.policy.in.h:2
msgid "Authentication is required to manage BTRFS"
msgstr ""
#: ../modules/btrfs/udiskslinuxfilesystembtrfs.c:343
#: ../modules/btrfs/udiskslinuxfilesystembtrfs.c:587
msgid "Authentication is required to change label for BTRFS volume"
msgstr ""
#: ../modules/btrfs/udiskslinuxfilesystembtrfs.c:468
msgid "Authentication is required to add the device to the volume"
msgstr ""
#: ../modules/btrfs/udiskslinuxfilesystembtrfs.c:655
msgid "Authentication is required to create a new snapshot"
msgstr ""
#: ../modules/btrfs/udiskslinuxfilesystembtrfs.c:714
msgid "Authentication is required to check and repair the volume"
msgstr ""
#: ../modules/btrfs/udiskslinuxfilesystembtrfs.c:767
msgid "Authentication is required to resize the volume"
msgstr ""
#: ../modules/btrfs/udiskslinuxmanagerbtrfs.c:206
msgid "Authentication is required to create a new volume"
msgstr ""
#: ../modules/iscsi/data/org.freedesktop.UDisks2.iscsi.policy.in.h:1
msgid "Manage iSCSI"
msgstr ""
#: ../modules/iscsi/data/org.freedesktop.UDisks2.iscsi.policy.in.h:2
msgid "Authentication is required to manage iSCSI"
msgstr ""
#: ../modules/iscsi/udiskslinuxiscsisession.c:134
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:691
msgid "Authentication is required to perform iSCSI logout"
msgstr ""
#: ../modules/iscsi/udiskslinuxiscsisession.c:167
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:716
#, c-format
msgid "Logout failed: %s"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:306
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:412
#, c-format
msgid "Error opening %s: %s"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:326
#, c-format
msgid "Error reading %s: %s"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:384
msgid "Authentication is required change iSCSI initiator name"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:392
msgid "Empty initiator name"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:429
#, c-format
msgid "Error writing to %s: %s"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:520
msgid "Authentication is required to discover targets"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:544
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:593
#, c-format
msgid "Discovery failed: %s"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:578
msgid "Authentication is required to discover firmware targets"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:630
msgid "Authentication is required to perform iSCSI login"
msgstr ""
#: ../modules/iscsi/udiskslinuxmanageriscsiinitiator.c:655
#, c-format
msgid "Login failed: %s"
msgstr ""
#: ../modules/lvm2/data/org.freedesktop.UDisks2.lvm2.policy.in.h:1
msgid "Manage LVM"
msgstr ""
#: ../modules/lvm2/data/org.freedesktop.UDisks2.lvm2.policy.in.h:2
msgid "Authentication is required to manage LVM"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:409
msgid "Authentication is required to delete a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:544
msgid "Authentication is required to rename a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:644
msgid "Authentication is required to resize a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:777
msgid "Authentication is required to activate a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:877
msgid "Authentication is required to deactivate a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:965
msgid "Authentication is required to create a snapshot of a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:1036
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:1142
msgid "LVMCache not enabled at compile time."
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:1079
msgid "Authentication is required to convert logical volume to cache"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:1110
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:1212
#, c-format
msgid "Error converting volume: %s"
msgstr ""
#: ../modules/lvm2/udiskslinuxlogicalvolume.c:1183
msgid "Authentication is required to split cache pool LV off of a cache LV"
msgstr ""
#: ../modules/lvm2/udiskslinuxmanagerlvm2.c:235
msgid "Authentication is required to create a volume group"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:311
msgid "Authentication is required to delete a volume group"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:418
msgid "Authentication is required to rename a volume group"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:537
msgid "Authentication is required to add a device to a volume group"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:656
msgid "Authentication is required to remove a device from a volume group"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:786
msgid "Authentication is required to empty a device in a volume group"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:912
msgid "Authentication is required to create a logical volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:1012
msgid "Authentication is required to create a thin pool volume"
msgstr ""
#: ../modules/lvm2/udiskslinuxvolumegroup.c:1130
msgid "Authentication is required to create a thin volume"
msgstr ""
#: ../modules/zram/data/org.freedesktop.UDisks2.zram.policy.in.h:1
msgid "Manage zRAM"
msgstr ""
#: ../modules/zram/data/org.freedesktop.UDisks2.zram.policy.in.h:2
msgid "Authentication is required to manage zRAM"
msgstr ""
#: ../modules/zram/udiskslinuxmanagerzram.c:322
msgid "Authentication is required to add zRAM kernel module"
msgstr ""
#: ../modules/zram/udiskslinuxmanagerzram.c:363
msgid "Authentication is required to remove zRAM kernel module"
msgstr ""
#: ../modules/zram/udiskslinuxblockzram.c:256
msgid "Authentication is required to enable zRAM device"
msgstr ""
#: ../modules/zram/udiskslinuxblockzram.c:356
msgid "Authentication is required to disable zRAM device"
msgstr ""
#. Translators: This is shown in an authentcation dialog when
#. * the user is editing settings that involve system-level
#. * passwords and secrets
#.
#: ../src/udiskslinuxblock.c:1199
msgid "Authentication is required to read system-level secrets"
msgstr ""
#. Translators: shown in authentication dialog - do not translate /etc/fstab
#: ../src/udiskslinuxblock.c:1869
msgid "Authentication is required to add an entry to the /etc/fstab file"
msgstr ""
#. Translators: shown in authentication dialog - do not tranlsate /etc/crypttab
#: ../src/udiskslinuxblock.c:1887
msgid "Authentication is required to add an entry to the /etc/crypttab file"
msgstr ""
#. Translators: shown in authentication dialog - do not translate /etc/fstab
#: ../src/udiskslinuxblock.c:1946
msgid "Authentication is required to remove an entry from /etc/fstab file"
msgstr ""
#. Translators: shown in authentication dialog - do not translate /etc/crypttab
#: ../src/udiskslinuxblock.c:1964
msgid ""
"Authentication is required to remove an entry from the /etc/crypttab file"
msgstr ""
#. Translators: shown in authentication dialog - do not translate /etc/fstab
#: ../src/udiskslinuxblock.c:2036
msgid "Authentication is required to modify the /etc/fstab file"
msgstr ""
#. Translators: shown in authentication dialog - do not translate /etc/crypttab
#: ../src/udiskslinuxblock.c:2054
msgid "Authentication is required to modify the /etc/crypttab file"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests erasing a hard disk using the SECURE ERASE UNIT
#. * command.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#. Translators: Shown in authentication dialog when the user
#. * requests erasing a hard disk using the SECURE ERASE UNIT command.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxblock.c:2840 ../src/udiskslinuxdriveata.c:2331
msgid "Authentication is required to perform a secure erase of $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when formatting a
#. * device. This includes both creating a filesystem or partition
#. * table.
#. *
#. * Do not translate $(drive), it's a placeholder and will
#. * be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxblock.c:2852
msgid "Authentication is required to format $(drive)"
msgstr ""
#: ../src/udiskslinuxblock.c:2894 ../src/udiskslinuxmdraid.c:1681
#: ../src/udiskslinuxpartition.c:918
msgid "Authentication is required to modify the system configuration"
msgstr ""
#: ../src/udiskslinuxblock.c:2898 ../src/udiskslinuxdriveata.c:2343
msgid "Formatting Device"
msgstr ""
#. Translators: Shown in authentication dialog when creating a
#. * disk image file.
#. *
#. * Do not translate $(drive), it's a placeholder and will
#. * be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxblock.c:3399
msgid "Authentication is required to open $(drive) for reading"
msgstr ""
#. Translators: Shown in authentication dialog when restoring
#. * from a disk image file.
#. *
#. * Do not translate $(drive), it's a placeholder and will
#. * be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxblock.c:3463
msgid "Authentication is required to open $(drive) for writing"
msgstr ""
#. Translators: Shown in authentication dialog when an application
#. * wants to benchmark a device.
#. *
#. * Do not translate $(drive), it's a placeholder and will
#. * be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxblock.c:3529
msgid "Authentication is required to open $(drive) for benchmarking"
msgstr ""
#. Translators: Shown in authentication dialog when an application
#. * wants to rescan a device.
#. *
#. * Do not translate $(drive), it's a placeholder and will
#. * be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxblock.c:3590
msgid "Authentication is required to rescan $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests ejecting media from a drive.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdrive.c:1007
msgid "Authentication is required to eject $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * changes settings for a drive.
#. *
#. * Do not translate $(drive), it's a placeholder and will be
#. * replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdrive.c:1095
msgid "Authentication is required to configure settings for $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests ejecting media from a drive.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdrive.c:1411
msgid "Authentication is required to power off $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * refreshes SMART data from a disk.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:814
msgid "Authentication is required to update SMART data from $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * tries to simulate SMART data from a libatasmart blob.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:825
msgid "Authentication is required to set SMART data from a blob on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * aborts a running SMART self-test.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:959
msgid "Authentication is required to abort a SMART self-test on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * initiates a SMART self-test.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:1209
msgid "Authentication is required to start a SMART self-test on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests the power state of a drive.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:1296
msgid "Authentication is required to check power state for $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * tries to put a drive into standby mode.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:1397
msgid "Authentication is required to put $(drive) in standby mode"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * tries to wake up a drive from standby mode.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:1531
msgid "Authentication is required to wake up $(drive) from standby mode"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests enabling SMART on a disk.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:2424
msgid "Authentication is required to enable SMART on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests enabling SMART on a disk.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxdriveata.c:2434
msgid "Authentication is required to disable SMART on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests unlocking an encrypted device.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxencrypted.c:357 ../src/udiskslinuxencrypted.c:733
msgid "Authentication is required to unlock the encrypted device $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests locking an encrypted device that was previously.
#. * unlocked by another user.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxencrypted.c:591
msgid ""
"Authentication is required to lock the encrypted device $(drive) unlocked by "
"another user"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests mounting a filesystem.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxfilesystem.c:1268 ../src/udiskslinuxfilesystem.c:1430
msgid "Authentication is required to mount $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the
#. * user requests mounting a filesystem that is in
#. * /etc/fstab file with the x-udisks-auth option.
#. *
#. * Do not translate $(drive), it's a
#. * placeholder and will be replaced by the name of
#. * the drive/device in question
#. *
#. * Do not translate /etc/fstab
#.
#: ../src/udiskslinuxfilesystem.c:1337
msgid ""
"Authentication is required to mount $(drive) referenced in the /etc/fstab "
"file"
msgstr ""
#. Translators: Shown in authentication dialog when the
#. * user requests unmounting a filesystem that is in
#. * /etc/fstab file with the x-udisks-auth option.
#. *
#. * Do not translate $(drive), it's a
#. * placeholder and will be replaced by the name of
#. * the drive/device in question
#. *
#. * Do not translate /etc/fstab
#.
#: ../src/udiskslinuxfilesystem.c:1684
msgid ""
"Authentication is required to unmount $(drive) referenced in the /etc/fstab "
"file"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests unmounting a filesystem previously mounted by
#. * another user.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxfilesystem.c:1731
msgid "Authentication is required to unmount $(drive) mounted by another user"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests changing the filesystem label.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxfilesystem.c:1963
msgid "Authentication is required to change the filesystem label on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests deleting a loop device previously set up by
#. * another user.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxloop.c:245
msgid "Authentication is required to delete the loop device $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests changing autoclear on a loop device set up by
#. * another user.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxloop.c:424
msgid "Authentication is required to modify the loop device $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to start a RAID Array.
#.
#. TODO: variables
#: ../src/udiskslinuxmanager.c:574
msgid "Authentication is required to create a RAID array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to start a RAID Array.
#.
#. TODO: variables
#: ../src/udiskslinuxmdraid.c:721
msgid "Authentication is required to start a RAID array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to stop a RAID Array.
#.
#. TODO: variables
#: ../src/udiskslinuxmdraid.c:892
msgid "Authentication is required to stop a RAID array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to remove a device from a RAID Array.
#.
#. TODO: variables
#: ../src/udiskslinuxmdraid.c:1120
msgid "Authentication is required to remove a device from a RAID array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to add a device to a RAID Array.
#.
#. TODO: variables
#: ../src/udiskslinuxmdraid.c:1316
msgid "Authentication is required to add a device to a RAID array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to change whether it has a write-intent bitmap
#.
#. TODO: variables
#: ../src/udiskslinuxmdraid.c:1446
msgid ""
"Authentication is required to configure the write-intent bitmap on a RAID "
"array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * attempts to start/stop data scrubbing operations
#.
#. TODO: variables
#: ../src/udiskslinuxmdraid.c:1570
msgid "Authentication is required to start/stop data scrubbing of a RAID array"
msgstr ""
#: ../src/udiskslinuxmdraid.c:1662
msgid "Authentication is required to delete a RAID array"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests modifying a partition (changing type, flags, name etc.).
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxpartition.c:278 ../src/udiskslinuxpartition.c:459
#: ../src/udiskslinuxpartition.c:788
msgid "Authentication is required to modify the partition on device $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests deleting a partition.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxpartition.c:892
msgid "Authentication is required to delete the partition $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests creating a new partition.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxpartitiontable.c:392
msgid "Authentication is required to create a partition on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user
#. * requests activating a swap device.
#. *
#. * Do not translate $(drive), it's a placeholder and
#. * will be replaced by the name of the drive/device in question
#.
#: ../src/udiskslinuxswapspace.c:201
msgid "Authentication is required to activate swapspace on $(drive)"
msgstr ""
#. Translators: Shown in authentication dialog when the user