forked from libvirt/libvirt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsi.po
12897 lines (10191 loc) · 304 KB
/
si.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
# English translations for libvirt package.
# Copyright (C) 2006 Free Software Foundation, Inc.
# This file is distributed under the same license as the libvirt package.
# Automatically generated, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2009-11-20 17:25+0100\n"
"PO-Revision-Date: 2006-11-27 16:59+0100\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: daemon/dispatch.c:375
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
#: daemon/dispatch.c:381
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr ""
#: daemon/dispatch.c:401
#, c-format
msgid "type (%d) != REMOTE_CALL"
msgstr ""
#: daemon/dispatch.c:449
#, c-format
msgid "status (%d) != REMOTE_OK"
msgstr ""
#: daemon/dispatch.c:467
#, fuzzy
msgid "authentication required"
msgstr "operation failed"
#: daemon/dispatch.c:475
#, fuzzy, c-format
msgid "unknown procedure: %d"
msgstr "got unknown HTTP error code %d"
#: daemon/dispatch.c:487
#, fuzzy
msgid "parse args failed"
msgstr "parse server response failed"
#: daemon/libvirtd.c:267
#, fuzzy, c-format
msgid "Cannot access %s '%s': %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:284
#, c-format
msgid "gnutls_certificate_allocate_credentials: %s"
msgstr ""
#: daemon/libvirtd.c:297
#, c-format
msgid "gnutls_certificate_set_x509_trust_file: %s"
msgstr ""
#: daemon/libvirtd.c:311
#, c-format
msgid "gnutls_certificate_set_x509_crl_file: %s"
msgstr ""
#: daemon/libvirtd.c:328
#, c-format
msgid "gnutls_certificate_set_x509_key_file: %s"
msgstr ""
#: daemon/libvirtd.c:341
#, c-format
msgid "gnutls_dh_params_init: %s"
msgstr ""
#: daemon/libvirtd.c:346
#, c-format
msgid "gnutls_dh_params_generate2: %s"
msgstr ""
#: daemon/libvirtd.c:367
#, fuzzy, c-format
msgid "Failed to read from signal pipe: %s"
msgstr "Failed to read description file %s"
#: daemon/libvirtd.c:375
#, fuzzy
msgid "Reloading configuration on SIGHUP"
msgstr "allocating configuration"
#: daemon/libvirtd.c:377
#, fuzzy
msgid "Error while reloading drivers"
msgstr "allocating node"
#: daemon/libvirtd.c:383
#, c-format
msgid "Shutting down on signal %d"
msgstr ""
#: daemon/libvirtd.c:388
#, fuzzy, c-format
msgid "Received unexpected signal %d"
msgstr "unexpected mime type"
#: daemon/libvirtd.c:491
#, fuzzy, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:497
#, fuzzy, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:504
#, fuzzy, c-format
msgid "Failed to write to pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:511
#, fuzzy, c-format
msgid "Failed to close pid file '%s' : %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:528
#, fuzzy
msgid "Failed to allocate memory for struct qemud_socket"
msgstr "failed to allocate a node"
#: daemon/libvirtd.c:538
#, fuzzy, c-format
msgid "Failed to create socket: %s"
msgstr "Failed to read socket %d\n"
#: daemon/libvirtd.c:550
#, c-format
msgid "Path %s too long for unix socket"
msgstr ""
#: daemon/libvirtd.c:562
#, fuzzy, c-format
msgid "Failed to bind socket to '%s': %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:571
#, fuzzy, c-format
msgid "Failed to listen for connections on '%s': %s"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:601
#, c-format
msgid "getaddrinfo: %s\n"
msgstr ""
#: daemon/libvirtd.c:611
#, c-format
msgid "socket: %s"
msgstr ""
#: daemon/libvirtd.c:635
#, c-format
msgid "bind: %s"
msgstr ""
#: daemon/libvirtd.c:680
#, c-format
msgid "remoteListenTCP: calloc: %s"
msgstr ""
#: daemon/libvirtd.c:711
#, c-format
msgid "remoteListenTCP: listen: %s"
msgstr ""
#: daemon/libvirtd.c:740
#, fuzzy, c-format
msgid "Failed to change group ownership of %s"
msgstr "Failed to core dump domain %s to %s"
#: daemon/libvirtd.c:803
msgid "Resulting path too long for buffer in qemudInitPaths()"
msgstr ""
#: daemon/libvirtd.c:821
#, fuzzy
msgid "Failed to allocate struct qemud_server"
msgstr "failed to allocate a node"
#: daemon/libvirtd.c:829 daemon/libvirtd.c:1325 src/conf/domain_conf.c:668
#: src/conf/interface_conf.c:1374 src/conf/network_conf.c:175
#: src/conf/node_device_conf.c:196 src/conf/storage_conf.c:1462
#: src/openvz/openvz_conf.c:463 src/qemu/qemu_driver.c:801
#: src/remote/remote_driver.c:978 src/remote/remote_driver.c:7128
#: src/remote/remote_driver.c:7307 src/remote/remote_driver.c:7492
#: src/test/test_driver.c:508 src/test/test_driver.c:753
#, fuzzy
msgid "cannot initialize mutex"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:834
#, fuzzy
msgid "cannot initialize condition variable"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:841
#, fuzzy
msgid "Failed to initialize event system"
msgstr "Failed to undefine domain %s"
#: daemon/libvirtd.c:932
#, fuzzy, c-format
msgid "Failed to initialize SASL authentication %s"
msgstr "Failed to undefine domain %s"
#: daemon/libvirtd.c:950
#, fuzzy, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr "Failed to connect to the hypervisor"
#: daemon/libvirtd.c:1037
msgid "Failed to add server event callback"
msgstr ""
#: daemon/libvirtd.c:1073
#, c-format
msgid "remoteInitializeTLSSession: %s"
msgstr ""
#: daemon/libvirtd.c:1089
#, c-format
msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s"
msgstr ""
#: daemon/libvirtd.c:1106
#, c-format
msgid "remoteCheckDN: failed: client DN is %s"
msgstr ""
#: daemon/libvirtd.c:1121
#, fuzzy, c-format
msgid "remoteCheckCertificate: verify failed: %s"
msgstr "operation failed: %s"
#: daemon/libvirtd.c:1128
msgid "remoteCheckCertificate: the client certificate is not trusted."
msgstr ""
#: daemon/libvirtd.c:1132
msgid "remoteCheckCertificate: the client certificate has unknown issuer."
msgstr ""
#: daemon/libvirtd.c:1136
msgid "remoteCheckCertificate: the client certificate has been revoked."
msgstr ""
#: daemon/libvirtd.c:1141
msgid ""
"remoteCheckCertificate: the client certificate uses an insecure algorithm."
msgstr ""
#: daemon/libvirtd.c:1149
msgid "remoteCheckCertificate: certificate is not X.509"
msgstr ""
#: daemon/libvirtd.c:1154
msgid "remoteCheckCertificate: no peers"
msgstr ""
#: daemon/libvirtd.c:1164
msgid "remoteCheckCertificate: gnutls_x509_crt_init failed"
msgstr ""
#: daemon/libvirtd.c:1174
msgid "remoteCheckCertificate: the client certificate has expired"
msgstr ""
#: daemon/libvirtd.c:1181
msgid "remoteCheckCertificate: the client certificate is not yet activated"
msgstr ""
#: daemon/libvirtd.c:1190
msgid ""
"remoteCheckCertificate: client's Distinguished Name is not on the list of "
"allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem "
"-text' to view the Distinguished Name field in the client certificate, or "
"run this daemon with --verbose option."
msgstr ""
#: daemon/libvirtd.c:1208
msgid "remoteCheckCertificate: failed to verify client's certificate"
msgstr ""
#: daemon/libvirtd.c:1211
msgid ""
"remoteCheckCertificate: tls_no_verify_certificate is set so the bad "
"certificate is ignored"
msgstr ""
#: daemon/libvirtd.c:1217
msgid "client had unexpected data pending tx after access check"
msgstr ""
#: daemon/libvirtd.c:1245
#, fuzzy, c-format
msgid "Failed to verify client credentials: %s"
msgstr "failed to get node information"
#: daemon/libvirtd.c:1272
#, fuzzy, c-format
msgid "Failed to accept connection: %s"
msgstr "Failed to start domain %s"
#: daemon/libvirtd.c:1278
#, c-format
msgid "Too many active clients (%d), dropping connection"
msgstr ""
#: daemon/libvirtd.c:1284
#, fuzzy
msgid "Out of memory allocating clients"
msgstr "change memory allocation"
#: daemon/libvirtd.c:1358
#, c-format
msgid "Turn off polkit auth for privileged client %d"
msgstr ""
#: daemon/libvirtd.c:1397 daemon/libvirtd.c:2025
#, fuzzy, c-format
msgid "TLS handshake failed: %s"
msgstr "GET operation failed: %s"
#: daemon/libvirtd.c:1576 daemon/libvirtd.c:1826
#, fuzzy, c-format
msgid "unexpected negative length request %lld"
msgstr "unexpected mime type"
#: daemon/libvirtd.c:1592
#, c-format
msgid "read: %s"
msgstr ""
#: daemon/libvirtd.c:1605
#, c-format
msgid "gnutls_record_recv: %s"
msgstr ""
#: daemon/libvirtd.c:1667
#, fuzzy, c-format
msgid "failed to decode SASL data %s"
msgstr "Failed to create domain %s\n"
#: daemon/libvirtd.c:1837
#, c-format
msgid "write: %s"
msgstr ""
#: daemon/libvirtd.c:1848
#, c-format
msgid "gnutls_record_send: %s"
msgstr ""
#: daemon/libvirtd.c:1897
#, fuzzy, c-format
msgid "failed to encode SASL data %s"
msgstr "Failed to create domain %s\n"
#: daemon/libvirtd.c:2173
#, c-format
msgid "Signal handler reported %d errors: last error: %s"
msgstr ""
#: daemon/libvirtd.c:2232
#, fuzzy
msgid "Failed to register shutdown timeout"
msgstr "Failed to write to socket %d\n"
#: daemon/libvirtd.c:2241
#, fuzzy
msgid "Failed to allocate workers"
msgstr "failed to allocate a node"
#: daemon/libvirtd.c:2425 daemon/libvirtd.c:2444
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list"
msgstr "failed to allocate a node"
#: daemon/libvirtd.c:2431 daemon/libvirtd.c:2461
#, fuzzy, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "failed to allocate a node"
#: daemon/libvirtd.c:2449 daemon/libvirtd.c:2472
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n"
msgstr ""
#: daemon/libvirtd.c:2488
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n"
msgstr ""
#: daemon/libvirtd.c:2510
#, c-format
msgid "remoteReadConfigFile: %s\n"
msgstr ""
#: daemon/libvirtd.c:2553
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n"
msgstr ""
#: daemon/libvirtd.c:2717
msgid "Cannot set group when not running as root"
msgstr ""
#: daemon/libvirtd.c:2727
#, fuzzy
msgid "Failed to allocate memory for buffer"
msgstr "allocate new buffer"
#: daemon/libvirtd.c:2736
#, fuzzy
msgid "Failed to reallocate enough memory for buffer"
msgstr "allocate new buffer"
#: daemon/libvirtd.c:2742
#, fuzzy, c-format
msgid "Failed to lookup group '%s'"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:2755 daemon/libvirtd.c:2765
#, fuzzy, c-format
msgid "Failed to parse mode '%s'"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:2843
msgid "additional privileges are required\n"
msgstr ""
#: daemon/libvirtd.c:2849
#, fuzzy
msgid "failed to set reduced privileges\n"
msgstr "Failed to suspend domain %s"
#: daemon/libvirtd.c:2882
#, fuzzy, c-format
msgid "Failed to create pipe: %s"
msgstr "Failed to create domain %s\n"
#: daemon/libvirtd.c:2904
msgid "Failed to register callback for signal pipe"
msgstr ""
#: daemon/libvirtd.c:3060
#, fuzzy, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Failed to resume domain %s"
#: daemon/libvirtd.c:3087
#, fuzzy, c-format
msgid "unable to create rundir %s: %s"
msgstr "domain name or uuid"
#: daemon/remote.c:142
msgid "connection already open"
msgstr ""
#: daemon/remote.c:173
#, fuzzy
msgid "connection not open"
msgstr "invalid connection pointer in"
#: daemon/remote.c:234
#, fuzzy
msgid "out of memory in strdup"
msgstr "out of memory"
#: daemon/remote.c:407
msgid "maxCells > REMOTE_NODE_MAX_CELLS"
msgstr ""
#: daemon/remote.c:501 daemon/remote.c:585
msgid "nparams too large"
msgstr ""
#: daemon/remote.c:550
#, fuzzy
msgid "unknown type"
msgstr "unknown OS type"
#: daemon/remote.c:596
#, fuzzy, c-format
msgid "Field %s too big for destination"
msgstr "failed to get node information"
#: daemon/remote.c:738 daemon/remote.c:787
msgid "size > maximum buffer size"
msgstr ""
#: daemon/remote.c:1269
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr ""
#: daemon/remote.c:1275
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr ""
#: daemon/remote.c:1565
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:1692
msgid "cpumap_len > REMOTE_CPUMAP_MAX"
msgstr ""
#: daemon/remote.c:2024 daemon/remote.c:2091 daemon/remote.c:3486
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:2058
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr ""
#: daemon/remote.c:2477
msgid "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:2530
msgid "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:2765 src/remote/remote_driver.c:6065
#, fuzzy, c-format
msgid "Cannot resolve address %d: %s"
msgstr "Failed to suspend domain %s"
#: daemon/remote.c:2808
msgid "client tried invalid SASL init request"
msgstr ""
#: daemon/remote.c:2817
#, fuzzy, c-format
msgid "failed to get sock address: %s"
msgstr "Failed to save domain %s to %s"
#: daemon/remote.c:2829
#, fuzzy, c-format
msgid "failed to get peer address: %s"
msgstr "failed to get node information"
#: daemon/remote.c:2850
#, c-format
msgid "sasl context setup failed %d (%s)"
msgstr ""
#: daemon/remote.c:2863
#, fuzzy
msgid "cannot get TLS cipher size"
msgstr "Failed to create domain %s\n"
#: daemon/remote.c:2872
#, c-format
msgid "cannot set SASL external SSF %d (%s)"
msgstr ""
#: daemon/remote.c:2900
#, c-format
msgid "cannot set SASL security props %d (%s)"
msgstr ""
#: daemon/remote.c:2916
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr ""
#: daemon/remote.c:2925
msgid "cannot allocate mechlist"
msgstr ""
#: daemon/remote.c:2956 src/remote/remote_driver.c:6558
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr ""
#: daemon/remote.c:2966
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr ""
#: daemon/remote.c:2995
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
#: daemon/remote.c:3003
msgid "no client username was found"
msgstr ""
#: daemon/remote.c:3013
#, fuzzy
msgid "out of memory copying username"
msgstr "out of memory"
#: daemon/remote.c:3032
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr ""
#: daemon/remote.c:3063 daemon/remote.c:3151
msgid "client tried invalid SASL start request"
msgstr ""
#: daemon/remote.c:3078
#, c-format
msgid "sasl start failed %d (%s)"
msgstr ""
#: daemon/remote.c:3085
#, c-format
msgid "sasl start reply data too long %d"
msgstr ""
#: daemon/remote.c:3165
#, c-format
msgid "sasl step failed %d (%s)"
msgstr ""
#: daemon/remote.c:3173
#, c-format
msgid "sasl step reply data too long %d"
msgstr ""
#: daemon/remote.c:3230
msgid "client tried unsupported SASL init request"
msgstr ""
#: daemon/remote.c:3244
msgid "client tried unsupported SASL start request"
msgstr ""
#: daemon/remote.c:3258
msgid "client tried unsupported SASL step request"
msgstr ""
#: daemon/remote.c:3300 daemon/remote.c:3369
msgid "client tried invalid PolicyKit init request"
msgstr ""
#: daemon/remote.c:3305 daemon/remote.c:3374
msgid "cannot get peer socket identity"
msgstr ""
#: daemon/remote.c:3309 daemon/remote.c:3378
#, c-format
msgid "Checking PID %d running as %d"
msgstr ""
#: daemon/remote.c:3313
#, c-format
msgid "Caller PID was too large %d"
msgstr ""
#: daemon/remote.c:3318
#, fuzzy, c-format
msgid "Cannot invoke %s"
msgstr "Failed to suspend domain %s"
#: daemon/remote.c:3322
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %d\n"
msgstr ""
#: daemon/remote.c:3326
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d"
msgstr ""
#: daemon/remote.c:3382
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr ""
#: daemon/remote.c:3389
#, fuzzy, c-format
msgid "Failed to create polkit action %s\n"
msgstr "Failed to create domain %s\n"
#: daemon/remote.c:3399
#, fuzzy, c-format
msgid "Failed to create polkit context %s\n"
msgstr "Failed to create domain %s\n"
#: daemon/remote.c:3417
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr ""
#: daemon/remote.c:3431
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n"
msgstr ""
#: daemon/remote.c:3436
#, c-format
msgid "Policy allowed action %s from pid %d, uid %d, result %s"
msgstr ""
#: daemon/remote.c:3462
msgid "client tried unsupported PolicyKit init request"
msgstr ""
#: daemon/remote.c:3520
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:4006
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:4370 daemon/remote.c:4541
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr ""
#: daemon/remote.c:4433 daemon/remote.c:4464 daemon/remote.c:4506
#: daemon/remote.c:4535 daemon/remote.c:4578 daemon/remote.c:4605
#: daemon/remote.c:4632 daemon/remote.c:4682
#, fuzzy
msgid "node_device not found"
msgstr "Domain restored from %s\n"
#: daemon/remote.c:4826
msgid "maxuuids > REMOTE_SECRET_UUID_LIST_MAX"
msgstr ""
#: daemon/stream.c:113
msgid "stream had unexpected termination"
msgstr ""
#: daemon/stream.c:115
msgid "stream had I/O failure"
msgstr ""
#: daemon/stream.c:468
msgid "stream aborted at client request"
msgstr ""
#: daemon/stream.c:471
#, c-format
msgid "stream aborted with unexpected status %d"
msgstr ""
#: src/conf/domain_conf.c:767
#, fuzzy, c-format
msgid "unknown disk type '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:832
#, fuzzy, c-format
msgid "unknown disk device '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:858
#, fuzzy, c-format
msgid "Invalid floppy device name: %s"
msgstr "invalid domain pointer in"
#: src/conf/domain_conf.c:873
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr ""
#: src/conf/domain_conf.c:880
#, fuzzy, c-format
msgid "unknown disk bus type '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:905
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr ""
#: src/conf/domain_conf.c:911
#, fuzzy, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "invalid argument in %s"
#: src/conf/domain_conf.c:918
#, fuzzy, c-format
msgid "unknown disk cache mode '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:928 src/conf/domain_conf.c:1173
#: src/conf/domain_conf.c:2387
#, fuzzy, c-format
msgid "Unable to parse devaddr parameter '%s'"
msgstr "Failed to suspend domain %s"
#: src/conf/domain_conf.c:990
#, fuzzy, c-format
msgid "unknown filesystem type '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1089
#, fuzzy, c-format
msgid "unknown interface type '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1159 src/qemu/qemu_conf.c:2998
#, fuzzy, c-format
msgid "unable to parse mac address '%s'"
msgstr "invalid argument in %s"
#: src/conf/domain_conf.c:1185
msgid "Cannot parse <state> 'vlan' attribute"
msgstr ""
#: src/conf/domain_conf.c:1193
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
#: src/conf/domain_conf.c:1219
msgid ""
"No <source> 'bridge' attribute specified with <interface type='bridge'/>"
msgstr ""
#: src/conf/domain_conf.c:1239
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
#: src/conf/domain_conf.c:1244
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
#: src/conf/domain_conf.c:1252
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
#: src/conf/domain_conf.c:1264
msgid ""
"No <source> 'name' attribute specified with <interface type='internal'/>"
msgstr ""
#: src/conf/domain_conf.c:1288
msgid "Model name contains invalid characters"
msgstr ""
#: src/conf/domain_conf.c:1395 src/conf/domain_conf.c:1461
#, fuzzy, c-format
msgid "unknown target type for character device: %s"
msgstr "unknown OS type"
#: src/conf/domain_conf.c:1436
#, fuzzy, c-format
msgid "Unknown source mode '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1453
msgid "character device target does not define a type"
msgstr ""
#: src/conf/domain_conf.c:1482 src/conf/domain_conf.c:1525
#, fuzzy, c-format
msgid "Invalid port number: %s"
msgstr "invalid argument in %s"
#: src/conf/domain_conf.c:1494
msgid "guestfwd channel does not define a target address"
msgstr ""
#: src/conf/domain_conf.c:1505
#, fuzzy, c-format
msgid "%s is not a valid address"
msgstr "invalid argument in %s"
#: src/conf/domain_conf.c:1512
msgid "guestfwd channel only supports IPv4 addresses"
msgstr ""
#: src/conf/domain_conf.c:1519
msgid "guestfwd channel does not define a target port"
msgstr ""
#: src/conf/domain_conf.c:1534
#, fuzzy, c-format
msgid "unexpected target type type %u"
msgstr "unexpected mime type"
#: src/conf/domain_conf.c:1558 src/conf/domain_conf.c:1642
#, fuzzy
msgid "Missing source path attribute for char device"
msgstr "missing source information for device"
#: src/conf/domain_conf.c:1575 src/conf/domain_conf.c:1592
#, fuzzy
msgid "Missing source host attribute for char device"
msgstr "missing source information for device"
#: src/conf/domain_conf.c:1580 src/conf/domain_conf.c:1597
#: src/conf/domain_conf.c:1624
#, fuzzy
msgid "Missing source service attribute for char device"
msgstr "missing source information for device"
#: src/conf/domain_conf.c:1615
#, fuzzy, c-format
msgid "Unknown protocol '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1698
#, fuzzy
msgid "missing input device type"
msgstr "missing root device information"
#: src/conf/domain_conf.c:1704
#, fuzzy, c-format
msgid "unknown input device type '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1711
#, fuzzy, c-format
msgid "unknown input bus type '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1719
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr ""
#: src/conf/domain_conf.c:1725 src/conf/domain_conf.c:1732
#, c-format
msgid "unsupported input bus %s"
msgstr ""
#: src/conf/domain_conf.c:1737
#, c-format
msgid "xen bus does not support %s input device"
msgstr ""
#: src/conf/domain_conf.c:1782
#, fuzzy
msgid "missing graphics device type"
msgstr "missing root device information"
#: src/conf/domain_conf.c:1788
#, fuzzy, c-format
msgid "unknown graphics device type '%s'"
msgstr "unknown OS type"
#: src/conf/domain_conf.c:1799
#, fuzzy, c-format
msgid "cannot parse vnc port %s"
msgstr "Failed to suspend domain %s"
#: src/conf/domain_conf.c:1837 src/conf/domain_conf.c:1899
#, fuzzy, c-format
msgid "unknown fullscreen value '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1855
#, fuzzy, c-format
msgid "cannot parse rdp port %s"
msgstr "Failed to suspend domain %s"
#: src/conf/domain_conf.c:1938
#, fuzzy, c-format
msgid "unknown sound model '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1971
msgid "watchdog must contain model name"
msgstr ""
#: src/conf/domain_conf.c:1977
#, fuzzy, c-format
msgid "unknown watchdog model '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:1988
#, fuzzy, c-format
msgid "unknown watchdog action '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:2134
#, fuzzy, c-format
msgid "unknown video model '%s'"
msgstr "unknown OS type %s"
#: src/conf/domain_conf.c:2140
msgid "missing video model and cannot determine default"