foreman_virt_who_configure 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +6 -0
- data/app/models/foreman_virt_who_configure/config.rb +5 -2
- data/lib/foreman_virt_who_configure/version.rb +1 -1
- data/locale/action_names.rb +60 -0
- data/locale/en/foreman_virt_who_configure.po +446 -82
- data/locale/foreman_virt_who_configure.pot +439 -26
- data/test/functional/api/v2/configs_controller_test.rb +8 -8
- data/test/unit/config_test.rb +2 -2
- data/test/unit/output_generator_test.rb +2 -2
- metadata +4 -6
- data/locale/en/foreman_virt_who_configure.edit.po +0 -733
- data/locale/en/foreman_virt_who_configure.po.time_stamp +0 -0
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: foreman_virt_who_configure 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2017-05-
|
12
|
-
"PO-Revision-Date: 2017-05-
|
11
|
+
"POT-Creation-Date: 2017-05-15 13:47+0000\n"
|
12
|
+
"PO-Revision-Date: 2017-05-15 13:47+0000\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -18,6 +18,137 @@ msgstr ""
|
|
18
18
|
"Content-Transfer-Encoding: 8bit\n"
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
|
+
#:
|
22
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:13
|
23
|
+
msgid "List of virt-who configurations"
|
24
|
+
msgstr ""
|
25
|
+
|
26
|
+
#:
|
27
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:14
|
28
|
+
msgid "List of virt-who configurations per organization"
|
29
|
+
msgstr ""
|
30
|
+
|
31
|
+
#:
|
32
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:21
|
33
|
+
msgid "Show a virt-who configuration"
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
#:
|
37
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:27
|
38
|
+
msgid "Renders a deploy script for the specified virt-who configuration"
|
39
|
+
msgstr ""
|
40
|
+
|
41
|
+
#:
|
42
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:39
|
43
|
+
msgid "Configuration name"
|
44
|
+
msgstr ""
|
45
|
+
|
46
|
+
#:
|
47
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:40
|
48
|
+
msgid "Configuration interval in minutes"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#:
|
52
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:41
|
53
|
+
msgid ""
|
54
|
+
"Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means"
|
55
|
+
" whitelist, %{blacklist} means blacklist"
|
56
|
+
msgstr ""
|
57
|
+
|
58
|
+
#:
|
59
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:42
|
60
|
+
msgid ""
|
61
|
+
"Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcar"
|
62
|
+
"ds and regular expressions are supported, multiple records must be separated b"
|
63
|
+
"y comma."
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
#:
|
67
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:43
|
68
|
+
msgid ""
|
69
|
+
"Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcar"
|
70
|
+
"ds and regular expressions are supported, multiple records must be separated b"
|
71
|
+
"y comma."
|
72
|
+
msgstr ""
|
73
|
+
|
74
|
+
#:
|
75
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:44
|
76
|
+
msgid "Specifies how the hypervisor will be identified."
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#:
|
80
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:45
|
81
|
+
msgid "Hypervisor type"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#:
|
85
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:46
|
86
|
+
msgid "Fully qualified host name or IP address of the hypervisor"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#:
|
90
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:47
|
91
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:20
|
92
|
+
msgid "Account name by which virt-who is to connect to the hypervisor."
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#:
|
96
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:48
|
97
|
+
msgid "Hypervisor password, required for all hypervisor types except for libvirt"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#:
|
101
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:49
|
102
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
103
|
+
msgid "Satellite server FQDN"
|
104
|
+
msgstr ""
|
105
|
+
|
106
|
+
#:
|
107
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:50
|
108
|
+
msgid "Enable debugging output"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
#:
|
112
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:51
|
113
|
+
msgid ""
|
114
|
+
"HTTP proxy that should be used for communication between the server on which v"
|
115
|
+
"irt-who is running and the hypervisors and virtualization managers."
|
116
|
+
msgstr ""
|
117
|
+
|
118
|
+
#:
|
119
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:52
|
120
|
+
msgid ""
|
121
|
+
"Ignore proxy. A comma-separated list of hostnames or domains or ip addresses t"
|
122
|
+
"o ignore proxy settings for. Optionally this may be set to * to bypass proxy s"
|
123
|
+
"ettings for all hostnames domains or ip addresses."
|
124
|
+
msgstr ""
|
125
|
+
|
126
|
+
#:
|
127
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:53
|
128
|
+
msgid "Organization of the virt-who configuration"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#:
|
132
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:57
|
133
|
+
msgid "Create a virt-who configuration"
|
134
|
+
msgstr ""
|
135
|
+
|
136
|
+
#:
|
137
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:65
|
138
|
+
msgid "Update a virt-who configuration"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
#:
|
142
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:66
|
143
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:74
|
144
|
+
msgid "Configuration numeric identifier"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#:
|
148
|
+
#: ../app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb:73
|
149
|
+
msgid "Delete a virt-who configuration"
|
150
|
+
msgstr ""
|
151
|
+
|
21
152
|
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:7
|
22
153
|
msgid "Create Config"
|
23
154
|
msgstr ""
|
@@ -83,16 +214,19 @@ msgid ""
|
|
83
214
|
"yper-V Administrators and Remote Management Users."
|
84
215
|
msgstr ""
|
85
216
|
|
86
|
-
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:20
|
87
217
|
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:21
|
88
|
-
msgid "
|
218
|
+
msgid ""
|
219
|
+
"Account name by which virt-who is to connect to the hypervisor. Virt-who does "
|
220
|
+
"not support password based authentication, you must manually setup SSH key, se"
|
221
|
+
"e <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase "
|
222
|
+
"solution How to configure virt-who for a KVM host</a> for more information."
|
89
223
|
msgstr ""
|
90
224
|
|
91
225
|
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:28
|
92
226
|
msgid "No Report Yet"
|
93
227
|
msgstr ""
|
94
228
|
|
95
|
-
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:
|
229
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:32
|
96
230
|
msgid "Unknown configuration status"
|
97
231
|
msgstr ""
|
98
232
|
|
@@ -145,7 +279,7 @@ msgid "OK"
|
|
145
279
|
msgstr ""
|
146
280
|
|
147
281
|
#: ../app/models/foreman_virt_who_configure/config.rb:52
|
148
|
-
msgid "
|
282
|
+
msgid "No change"
|
149
283
|
msgstr ""
|
150
284
|
|
151
285
|
#: ../app/models/foreman_virt_who_configure/config.rb:53
|
@@ -168,19 +302,49 @@ msgstr ""
|
|
168
302
|
|
169
303
|
#: ../app/models/foreman_virt_who_configure/config.rb:60
|
170
304
|
msgid ""
|
171
|
-
"The virt-who report has not arrived within the interval,
|
172
|
-
"
|
305
|
+
"The virt-who report has not arrived within the interval, which indicates there"
|
306
|
+
" was no change on hypervisor"
|
173
307
|
msgstr ""
|
174
308
|
|
175
309
|
#: ../app/models/foreman_virt_who_configure/config.rb:154
|
176
310
|
msgid "every %s hours"
|
177
311
|
msgstr ""
|
178
312
|
|
313
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:13
|
314
|
+
msgid "Success"
|
315
|
+
msgstr ""
|
316
|
+
|
317
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:14
|
318
|
+
msgid "Newer version of virt-who is required, minimum version is %s"
|
319
|
+
msgstr ""
|
320
|
+
|
179
321
|
#: ../app/models/foreman_virt_who_configure/output_generator.rb:15
|
180
|
-
msgid "
|
322
|
+
msgid "Unable to create virt-who config file"
|
181
323
|
msgstr ""
|
182
324
|
|
183
325
|
#: ../app/models/foreman_virt_who_configure/output_generator.rb:16
|
326
|
+
msgid "Unable to create sysconfig file"
|
327
|
+
msgstr ""
|
328
|
+
|
329
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:17
|
330
|
+
msgid "Unable to enable virt-who service using chkconfig"
|
331
|
+
msgstr ""
|
332
|
+
|
333
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:18
|
334
|
+
msgid "Unable to start virt-who service, please see virt-who logs for more details"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:19
|
338
|
+
msgid ""
|
339
|
+
"Unable to install virt-who package, make sure the host is properly subscribed "
|
340
|
+
"and has access to satellite-tools repository"
|
341
|
+
msgstr ""
|
342
|
+
|
343
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:39
|
344
|
+
msgid "Owner was not provided"
|
345
|
+
msgstr ""
|
346
|
+
|
347
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:40
|
184
348
|
msgid "Interval was not provided"
|
185
349
|
msgstr ""
|
186
350
|
|
@@ -262,30 +426,43 @@ msgstr ""
|
|
262
426
|
msgid "New Virt-who Config"
|
263
427
|
msgstr ""
|
264
428
|
|
265
|
-
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:
|
429
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:8
|
266
430
|
msgid ""
|
267
|
-
"
|
268
|
-
"
|
431
|
+
"To deploy this configuration. run this script on the target host which has acc"
|
432
|
+
"ess to Red Hat Satellite Tools repository and will run virt-who reporting, pre"
|
433
|
+
"ferably Satellite host:"
|
269
434
|
msgstr ""
|
270
435
|
|
271
|
-
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:
|
436
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:10
|
272
437
|
msgid "On the target virt-who host:"
|
273
438
|
msgstr ""
|
274
439
|
|
275
|
-
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:
|
440
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:11
|
276
441
|
msgid "1. Copy this configuration script to a safe directory."
|
277
442
|
msgstr ""
|
278
443
|
|
279
|
-
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:
|
444
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:12
|
280
445
|
msgid "2. Make the script executable and run it."
|
281
446
|
msgstr ""
|
282
447
|
|
283
|
-
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:
|
448
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:13
|
284
449
|
msgid "3. Delete the script."
|
285
450
|
msgstr ""
|
286
451
|
|
287
|
-
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:
|
288
|
-
msgid "
|
452
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:21
|
453
|
+
msgid "Edit this configuration"
|
454
|
+
msgstr ""
|
455
|
+
|
456
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:22
|
457
|
+
msgid "Download the script"
|
458
|
+
msgstr ""
|
459
|
+
|
460
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:23
|
461
|
+
msgid "Copy to clipboard"
|
462
|
+
msgstr ""
|
463
|
+
|
464
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:26
|
465
|
+
msgid "Configuration script: "
|
289
466
|
msgstr ""
|
290
467
|
|
291
468
|
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
@@ -294,10 +471,6 @@ msgid ""
|
|
294
471
|
"om"
|
295
472
|
msgstr ""
|
296
473
|
|
297
|
-
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
298
|
-
msgid "Satellite Server FQDN"
|
299
|
-
msgstr ""
|
300
|
-
|
301
474
|
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:3
|
302
475
|
msgid "Hypervisor ID"
|
303
476
|
msgstr ""
|
@@ -379,7 +552,7 @@ msgstr ""
|
|
379
552
|
|
380
553
|
#:
|
381
554
|
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
|
382
|
-
msgid "HTTP
|
555
|
+
msgid "HTTP proxy"
|
383
556
|
msgstr ""
|
384
557
|
|
385
558
|
#:
|
@@ -392,7 +565,7 @@ msgstr ""
|
|
392
565
|
|
393
566
|
#:
|
394
567
|
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:15
|
395
|
-
msgid "Ignore
|
568
|
+
msgid "Ignore proxy"
|
396
569
|
msgstr ""
|
397
570
|
|
398
571
|
#:
|
@@ -439,14 +612,254 @@ msgid ""
|
|
439
612
|
"or deploy it on a selected target host through Remote Execution."
|
440
613
|
msgstr ""
|
441
614
|
|
442
|
-
#: ../lib/foreman_virt_who_configure/engine.rb:
|
615
|
+
#: ../lib/foreman_virt_who_configure/engine.rb:73
|
443
616
|
msgid "Virt-who configurations"
|
444
617
|
msgstr ""
|
445
618
|
|
446
|
-
#: ../lib/foreman_virt_who_configure/engine.rb:
|
619
|
+
#: ../lib/foreman_virt_who_configure/engine.rb:78
|
447
620
|
msgid "Virt-who Configs Status"
|
448
621
|
msgstr ""
|
449
622
|
|
623
|
+
#: action_names.rb:2
|
624
|
+
msgid "Create"
|
625
|
+
msgstr ""
|
626
|
+
|
627
|
+
#: action_names.rb:3
|
628
|
+
msgid "Delete"
|
629
|
+
msgstr ""
|
630
|
+
|
631
|
+
#: action_names.rb:4
|
632
|
+
msgid "Export"
|
633
|
+
msgstr ""
|
634
|
+
|
635
|
+
#: action_names.rb:5
|
636
|
+
msgid "Incremental Update"
|
637
|
+
msgstr ""
|
638
|
+
|
639
|
+
#: action_names.rb:6
|
640
|
+
msgid "Delete Lifecycle Environment"
|
641
|
+
msgstr ""
|
642
|
+
|
643
|
+
#: action_names.rb:7
|
644
|
+
msgid "Attach subscriptions"
|
645
|
+
msgstr ""
|
646
|
+
|
647
|
+
#: action_names.rb:8
|
648
|
+
msgid "Auto attach subscriptions"
|
649
|
+
msgstr ""
|
650
|
+
|
651
|
+
#: action_names.rb:9
|
652
|
+
msgid "Destroy Content Host"
|
653
|
+
msgstr ""
|
654
|
+
|
655
|
+
#: action_names.rb:10
|
656
|
+
msgid "Install Applicable Errata"
|
657
|
+
msgstr ""
|
658
|
+
|
659
|
+
#: action_names.rb:11
|
660
|
+
msgid "Install erratum"
|
661
|
+
msgstr ""
|
662
|
+
|
663
|
+
#: action_names.rb:12
|
664
|
+
msgid "Hypervisors"
|
665
|
+
msgstr ""
|
666
|
+
|
667
|
+
#: action_names.rb:13
|
668
|
+
msgid "Hypervisors update"
|
669
|
+
msgstr ""
|
670
|
+
|
671
|
+
#: action_names.rb:14
|
672
|
+
msgid "Install package"
|
673
|
+
msgstr ""
|
674
|
+
|
675
|
+
#: action_names.rb:15
|
676
|
+
msgid "Remove package"
|
677
|
+
msgstr ""
|
678
|
+
|
679
|
+
#: action_names.rb:16
|
680
|
+
msgid "Update package"
|
681
|
+
msgstr ""
|
682
|
+
|
683
|
+
#: action_names.rb:17
|
684
|
+
msgid "Install package group"
|
685
|
+
msgstr ""
|
686
|
+
|
687
|
+
#: action_names.rb:18
|
688
|
+
msgid "Remove package group"
|
689
|
+
msgstr ""
|
690
|
+
|
691
|
+
#: action_names.rb:19
|
692
|
+
msgid "Register Host"
|
693
|
+
msgstr ""
|
694
|
+
|
695
|
+
#: action_names.rb:20
|
696
|
+
msgid "Remove subscriptions"
|
697
|
+
msgstr ""
|
698
|
+
|
699
|
+
#: action_names.rb:21
|
700
|
+
msgid "Unregister Host"
|
701
|
+
msgstr ""
|
702
|
+
|
703
|
+
#: action_names.rb:22
|
704
|
+
msgid "Update for host"
|
705
|
+
msgstr ""
|
706
|
+
|
707
|
+
#: action_names.rb:23
|
708
|
+
msgid "Package Profile Update"
|
709
|
+
msgstr ""
|
710
|
+
|
711
|
+
#: action_names.rb:24
|
712
|
+
msgid "Auto-attach subscriptions"
|
713
|
+
msgstr ""
|
714
|
+
|
715
|
+
#: action_names.rb:25
|
716
|
+
msgid "Destroy"
|
717
|
+
msgstr ""
|
718
|
+
|
719
|
+
#: action_names.rb:26
|
720
|
+
msgid "Product Create"
|
721
|
+
msgstr ""
|
722
|
+
|
723
|
+
#: action_names.rb:27
|
724
|
+
msgid "Delete Product"
|
725
|
+
msgstr ""
|
726
|
+
|
727
|
+
#: action_names.rb:28
|
728
|
+
msgid "Reindex subscriptions"
|
729
|
+
msgstr ""
|
730
|
+
|
731
|
+
#: action_names.rb:29
|
732
|
+
msgid "Update"
|
733
|
+
msgstr ""
|
734
|
+
|
735
|
+
#: action_names.rb:30
|
736
|
+
msgid "Errata mail"
|
737
|
+
msgstr ""
|
738
|
+
|
739
|
+
#: action_names.rb:31
|
740
|
+
msgid "Filtered index content"
|
741
|
+
msgstr ""
|
742
|
+
|
743
|
+
#: action_names.rb:32
|
744
|
+
msgid "Upload into"
|
745
|
+
msgstr ""
|
746
|
+
|
747
|
+
#: action_names.rb:33
|
748
|
+
msgid "Index content"
|
749
|
+
msgstr ""
|
750
|
+
|
751
|
+
#: action_names.rb:34
|
752
|
+
msgid "Index errata"
|
753
|
+
msgstr ""
|
754
|
+
|
755
|
+
#: action_names.rb:35
|
756
|
+
msgid "Index package groups"
|
757
|
+
msgstr ""
|
758
|
+
|
759
|
+
#: action_names.rb:36
|
760
|
+
msgid "Remove Content"
|
761
|
+
msgstr ""
|
762
|
+
|
763
|
+
#: action_names.rb:37
|
764
|
+
msgid "Synchronize"
|
765
|
+
msgstr ""
|
766
|
+
|
767
|
+
#: action_names.rb:38
|
768
|
+
msgid "Upload errata into"
|
769
|
+
msgstr ""
|
770
|
+
|
771
|
+
#: action_names.rb:39
|
772
|
+
msgid "Disable"
|
773
|
+
msgstr ""
|
774
|
+
|
775
|
+
#: action_names.rb:40
|
776
|
+
msgid "Enable"
|
777
|
+
msgstr ""
|
778
|
+
|
779
|
+
#: action_names.rb:41
|
780
|
+
msgid "Add Sync Plan Products"
|
781
|
+
msgstr ""
|
782
|
+
|
783
|
+
#: action_names.rb:42
|
784
|
+
msgid "Update Sync Plan Products"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
#: action_names.rb:43
|
788
|
+
msgid "Update Sync Plan"
|
789
|
+
msgstr ""
|
790
|
+
|
791
|
+
#: action_names.rb:44
|
792
|
+
msgid "Remote action:"
|
793
|
+
msgstr ""
|
794
|
+
|
795
|
+
#: action_names.rb:45
|
796
|
+
msgid "Report"
|
797
|
+
msgstr ""
|
798
|
+
|
799
|
+
#: action_names.rb:46
|
800
|
+
msgid "Action with sub plans"
|
801
|
+
msgstr ""
|
802
|
+
|
803
|
+
#: action_names.rb:47
|
804
|
+
msgid "Create architecture"
|
805
|
+
msgstr ""
|
806
|
+
|
807
|
+
#: action_names.rb:48
|
808
|
+
msgid "Delete architecture"
|
809
|
+
msgstr ""
|
810
|
+
|
811
|
+
#: action_names.rb:49
|
812
|
+
msgid "Update architecture"
|
813
|
+
msgstr ""
|
814
|
+
|
815
|
+
#: action_names.rb:50
|
816
|
+
msgid "Import facts"
|
817
|
+
msgstr ""
|
818
|
+
|
819
|
+
#: action_names.rb:51
|
820
|
+
msgid "Import Puppet classes"
|
821
|
+
msgstr ""
|
822
|
+
|
823
|
+
#: action_names.rb:52
|
824
|
+
msgid "Abstract async task"
|
825
|
+
msgstr ""
|
826
|
+
|
827
|
+
#: action_names.rb:53
|
828
|
+
msgid "Delete Activation Key"
|
829
|
+
msgstr ""
|
830
|
+
|
831
|
+
#: action_names.rb:54
|
832
|
+
msgid "Configure capsule"
|
833
|
+
msgstr ""
|
834
|
+
|
835
|
+
#: action_names.rb:55
|
836
|
+
msgid "Create repos"
|
837
|
+
msgstr ""
|
838
|
+
|
839
|
+
#: action_names.rb:56
|
840
|
+
msgid "Synchronize capsule content"
|
841
|
+
msgstr ""
|
842
|
+
|
843
|
+
#: action_names.rb:57
|
844
|
+
msgid "Promotion"
|
845
|
+
msgstr ""
|
846
|
+
|
847
|
+
#: action_names.rb:58
|
848
|
+
msgid "Publish"
|
849
|
+
msgstr ""
|
850
|
+
|
851
|
+
#: action_names.rb:59
|
852
|
+
msgid "Remove from Environment"
|
853
|
+
msgstr ""
|
854
|
+
|
855
|
+
#: action_names.rb:60
|
856
|
+
msgid "Remove Version"
|
857
|
+
msgstr ""
|
858
|
+
|
859
|
+
#: action_names.rb:61
|
860
|
+
msgid "Remove Versions and Associations"
|
861
|
+
msgstr ""
|
862
|
+
|
450
863
|
#: gemspec.rb:2
|
451
864
|
msgid "A plugin to make virt-who configuration easy"
|
452
865
|
msgstr ""
|