foreman_virt_who_configure 0.5.3 → 0.5.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +2 -2
  3. data/app/helpers/foreman_virt_who_configure/configs_helper.rb +1 -7
  4. data/app/models/foreman_virt_who_configure/config.rb +0 -5
  5. data/app/models/foreman_virt_who_configure/output_generator.rb +15 -13
  6. data/app/views/foreman_virt_who_configure/api/v2/configs/main.json.rabl +10 -1
  7. data/app/views/foreman_virt_who_configure/configs/edit.html.erb +7 -6
  8. data/app/views/foreman_virt_who_configure/configs/show.html.erb +9 -8
  9. data/app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb +2 -2
  10. data/db/migrate/20201211160234_add_foreign_key_proxy_id.rb +5 -0
  11. data/db/migrate/20210413165147_delete_xen_profiles.rb +5 -0
  12. data/db/migrate/20210608100743_delete_rhevm_profiles.rb +5 -0
  13. data/lib/foreman_virt_who_configure/version.rb +1 -1
  14. data/locale/action_names.rb +36 -26
  15. data/locale/ca/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  16. data/locale/ca/foreman_virt_who_configure.po +647 -0
  17. data/locale/cs_CZ/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  18. data/locale/cs_CZ/foreman_virt_who_configure.po +653 -0
  19. data/locale/de/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  20. data/locale/de/foreman_virt_who_configure.po +657 -0
  21. data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  22. data/locale/en/foreman_virt_who_configure.po +56 -47
  23. data/locale/en_GB/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  24. data/locale/en_GB/foreman_virt_who_configure.po +650 -0
  25. data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  26. data/locale/es/foreman_virt_who_configure.po +653 -0
  27. data/locale/foreman_virt_who_configure.pot +170 -165
  28. data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  29. data/locale/fr/foreman_virt_who_configure.po +651 -0
  30. data/locale/gl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  31. data/locale/gl/foreman_virt_who_configure.po +649 -0
  32. data/locale/it/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  33. data/locale/it/foreman_virt_who_configure.po +652 -0
  34. data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  35. data/locale/ja/foreman_virt_who_configure.po +651 -0
  36. data/locale/ko/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  37. data/locale/ko/foreman_virt_who_configure.po +650 -0
  38. data/locale/nl_NL/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  39. data/locale/nl_NL/foreman_virt_who_configure.po +653 -0
  40. data/locale/pl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  41. data/locale/pl/foreman_virt_who_configure.po +652 -0
  42. data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  43. data/locale/pt_BR/foreman_virt_who_configure.po +652 -0
  44. data/locale/ru/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  45. data/locale/ru/foreman_virt_who_configure.po +654 -0
  46. data/locale/sv_SE/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  47. data/locale/sv_SE/foreman_virt_who_configure.po +651 -0
  48. data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  49. data/locale/zh_CN/foreman_virt_who_configure.po +654 -0
  50. data/locale/zh_TW/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  51. data/locale/zh_TW/foreman_virt_who_configure.po +651 -0
  52. data/test/functional/api/v2/configs_controller_test.rb +4 -1
  53. data/test/unit/output_generator_test.rb +5 -5
  54. metadata +43 -6
@@ -4,7 +4,7 @@
4
4
  #
5
5
  msgid ""
6
6
  msgstr ""
7
- "Project-Id-Version: version 0.0.1\n"
7
+ "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
8
8
  "Report-Msgid-Bugs-To: \n"
9
9
  "PO-Revision-Date: 2014-08-20 08:54+0100\n"
10
10
  "Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
@@ -33,10 +33,7 @@ msgstr ""
33
33
  msgid "Abstract async task"
34
34
  msgstr ""
35
35
 
36
- msgid "Account name by which virt-who is to connect to the Red Hat Enterprise Virtualization Manager instance. The username option requires input in the format username@domain."
37
- msgstr ""
38
-
39
- msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/sysconfig/virt-who</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
36
+ msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/virt-who.conf</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
40
37
  msgstr ""
41
38
 
42
39
  msgid "Account name by which virt-who is to connect to the hypervisor."
@@ -57,6 +54,9 @@ msgstr ""
57
54
  msgid "Actions"
58
55
  msgstr ""
59
56
 
57
+ msgid "Agent action"
58
+ msgstr ""
59
+
60
60
  msgid "Applicable only for esx provider type. Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
61
61
  msgstr ""
62
62
 
@@ -69,10 +69,10 @@ msgstr ""
69
69
  msgid "Auto attach subscriptions"
70
70
  msgstr ""
71
71
 
72
- msgid "Auto-attach subscriptions"
72
+ msgid "Blacklist"
73
73
  msgstr ""
74
74
 
75
- msgid "Blacklist"
75
+ msgid "Bulk generate applicability for hosts"
76
76
  msgstr ""
77
77
 
78
78
  msgid "Combined Profile Update"
@@ -99,9 +99,6 @@ msgstr ""
99
99
  msgid "Configuration script: "
100
100
  msgstr ""
101
101
 
102
- msgid "Configurations"
103
- msgstr ""
104
-
105
102
  msgid "Config|Interval"
106
103
  msgstr ""
107
104
 
@@ -120,6 +117,9 @@ msgstr ""
120
117
  msgid "Copy to clipboard"
121
118
  msgstr ""
122
119
 
120
+ msgid "Copy version units to library"
121
+ msgstr ""
122
+
123
123
  msgid "Count"
124
124
  msgstr ""
125
125
 
@@ -129,13 +129,16 @@ msgstr ""
129
129
  msgid "Create Config"
130
130
  msgstr ""
131
131
 
132
- msgid "Create Package Group"
132
+ msgid "Create Export History"
133
133
  msgstr ""
134
134
 
135
- msgid "Create a virt-who configuration"
135
+ msgid "Create Import History"
136
+ msgstr ""
137
+
138
+ msgid "Create Package Group"
136
139
  msgstr ""
137
140
 
138
- msgid "Create repos"
141
+ msgid "Create a virt-who configuration"
139
142
  msgstr ""
140
143
 
141
144
  msgid "Delete"
@@ -237,6 +240,9 @@ msgstr ""
237
240
  msgid "Export"
238
241
  msgstr ""
239
242
 
243
+ msgid "Export Library"
244
+ msgstr ""
245
+
240
246
  msgid "Fetch pxe files"
241
247
  msgstr ""
242
248
 
@@ -255,16 +261,25 @@ msgstr ""
255
261
  msgid "Filtering"
256
262
  msgstr ""
257
263
 
264
+ msgid "Foreman server FQDN"
265
+ msgstr ""
266
+
267
+ msgid "Foreman server’s fully-qualified host name, for example: foreman.example.com"
268
+ msgstr ""
269
+
258
270
  msgid "Fully qualified host name or IP address of the hypervisor"
259
271
  msgstr ""
260
272
 
261
273
  msgid "General information"
262
274
  msgstr ""
263
275
 
264
- msgid "HTTP Proxy"
276
+ msgid "Generate host applicability"
265
277
  msgstr ""
266
278
 
267
- msgid "HTTP proxy"
279
+ msgid "Generate repository applicability"
280
+ msgstr ""
281
+
282
+ msgid "HTTP Proxy"
268
283
  msgstr ""
269
284
 
270
285
  msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers."
@@ -324,6 +339,15 @@ msgstr ""
324
339
  msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to * to bypass proxy settings for all hostnames domains or ip addresses."
325
340
  msgstr ""
326
341
 
342
+ msgid "Import"
343
+ msgstr ""
344
+
345
+ msgid "Import Content View Version"
346
+ msgstr ""
347
+
348
+ msgid "Import Default Content View"
349
+ msgstr ""
350
+
327
351
  msgid "Import Puppet classes"
328
352
  msgstr ""
329
353
 
@@ -351,15 +375,6 @@ msgstr ""
351
375
  msgid "Install Applicable Errata"
352
376
  msgstr ""
353
377
 
354
- msgid "Install erratum"
355
- msgstr ""
356
-
357
- msgid "Install package"
358
- msgstr ""
359
-
360
- msgid "Install package group"
361
- msgstr ""
362
-
363
378
  msgid "Instance update"
364
379
  msgstr ""
365
380
 
@@ -459,10 +474,10 @@ msgstr ""
459
474
  msgid "Publish Lifecycle Environment Repositories"
460
475
  msgstr ""
461
476
 
462
- msgid "Red Hat Virtualization Manager’s fully qualified host name or IP address. For example, <code>https://hostname:443/ovirt-engine/</code> for v4, <code>https://hostname_or_IP:443</code> for v3"
477
+ msgid "Reindex subscriptions"
463
478
  msgstr ""
464
479
 
465
- msgid "Reindex subscriptions"
480
+ msgid "Remote action:"
466
481
  msgstr ""
467
482
 
468
483
  msgid "Remove Content"
@@ -477,12 +492,6 @@ msgstr ""
477
492
  msgid "Remove from Environment"
478
493
  msgstr ""
479
494
 
480
- msgid "Remove package"
481
- msgstr ""
482
-
483
- msgid "Remove package group"
484
- msgstr ""
485
-
486
495
  msgid "Remove subscriptions"
487
496
  msgstr ""
488
497
 
@@ -498,12 +507,6 @@ msgstr ""
498
507
  msgid "Run Sync Plan:"
499
508
  msgstr ""
500
509
 
501
- msgid "Satellite Server’s fully-qualified host name, for example: satellite.example.com"
502
- msgstr ""
503
-
504
- msgid "Satellite server FQDN"
505
- msgstr ""
506
-
507
510
  msgid "Schedule"
508
511
  msgstr ""
509
512
 
@@ -517,7 +520,7 @@ msgid ""
517
520
  "Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
518
521
  " Note that some virtualization backends don't have all of them implemented.\n"
519
522
  " Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
520
- " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx and rhevm only.\n"
523
+ " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx only.\n"
521
524
  " This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
522
525
  msgstr ""
523
526
 
@@ -527,6 +530,9 @@ msgstr ""
527
530
  msgid "Success"
528
531
  msgstr ""
529
532
 
533
+ msgid "Sync capsule"
534
+ msgstr ""
535
+
530
536
  msgid "Synchronize"
531
537
  msgstr ""
532
538
 
@@ -554,10 +560,10 @@ msgstr ""
554
560
  msgid "Unable to create virt-who config file"
555
561
  msgstr ""
556
562
 
557
- msgid "Unable to enable virt-who service using chkconfig"
563
+ msgid "Unable to enable virt-who service using systemctl"
558
564
  msgstr ""
559
565
 
560
- msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to satellite-tools repository"
566
+ msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to katello-host-tools repository"
561
567
  msgstr ""
562
568
 
563
569
  msgid "Unable to start virt-who service, please see virt-who logs for more details"
@@ -590,7 +596,10 @@ msgstr ""
590
596
  msgid "Update for host"
591
597
  msgstr ""
592
598
 
593
- msgid "Update package"
599
+ msgid "Update http proxy"
600
+ msgstr ""
601
+
602
+ msgid "Update http proxy details"
594
603
  msgstr ""
595
604
 
596
605
  msgid "Update redhat repository"
@@ -599,18 +608,21 @@ msgstr ""
599
608
  msgid "Update release version for host"
600
609
  msgstr ""
601
610
 
602
- msgid "Upload errata into"
611
+ msgid "Updating System Purpose for host"
603
612
  msgstr ""
604
613
 
605
614
  msgid "Upload into"
606
615
  msgstr ""
607
616
 
608
- msgid "Use either hammer command or the script below to deploy this configuration. Both require root privileges. Run one of them on the target host which has access to Red Hat Satellite Tools repository and will run virt-who reporting, preferably Satellite host:"
617
+ msgid "Use either hammer command or the script below to deploy this configuration. Both require root privileges. Run one of them on the target host which has access to katello-host-tools repository and will run virt-who reporting, preferably Foreman host:"
609
618
  msgstr ""
610
619
 
611
620
  msgid "VMware vCenter server’s fully qualified host name or IP address."
612
621
  msgstr ""
613
622
 
623
+ msgid "Verify checksum"
624
+ msgstr ""
625
+
614
626
  msgid "Virt-who Configs Status"
615
627
  msgstr ""
616
628
 
@@ -629,8 +641,5 @@ msgstr ""
629
641
  msgid "Whitelist"
630
642
  msgstr ""
631
643
 
632
- msgid "XenServer server’s fully qualified host name or IP address."
633
- msgstr ""
634
-
635
644
  msgid "every %s hours"
636
645
  msgstr ""
@@ -0,0 +1,650 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
+ # This file is distributed under the same license as the foreman_virt_who_configure package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ # Translators:
7
+ # Andi Chandler <andi@gowling.com>, 2019
8
+ #
9
+ msgid ""
10
+ msgstr ""
11
+ "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
12
+ "Report-Msgid-Bugs-To: \n"
13
+ "PO-Revision-Date: 2017-05-03 11:59+0000\n"
14
+ "Last-Translator: Andi Chandler <andi@gowling.com>, 2019\n"
15
+ "Language-Team: English (United Kingdom) (https://www.transifex.com/foreman/tea"
16
+ "ms/114/en_GB/)\n"
17
+ "MIME-Version: 1.0\n"
18
+ "Content-Type: text/plain; charset=UTF-8\n"
19
+ "Content-Transfer-Encoding: 8bit\n"
20
+ "Language: en_GB\n"
21
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
+
23
+ msgid "1. Copy this configuration script to a safe directory."
24
+ msgstr ""
25
+
26
+ msgid "2. Make the script executable and run it."
27
+ msgstr ""
28
+
29
+ msgid "3. Delete the script."
30
+ msgstr ""
31
+
32
+ msgid "A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to <code>*</code> to bypass proxy settings for all hostnames domains or ip addresses."
33
+ msgstr ""
34
+
35
+ msgid "A plugin to make virt-who configuration easy"
36
+ msgstr ""
37
+
38
+ msgid "Abstract async task"
39
+ msgstr ""
40
+
41
+ msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/virt-who.conf</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
42
+ msgstr ""
43
+
44
+ msgid "Account name by which virt-who is to connect to the hypervisor."
45
+ msgstr ""
46
+
47
+ msgid "Account name by which virt-who is to connect to the hypervisor. By default this is <code>Administrator</code>. To use an alternate account, create a user account and assign that account to the following groups (Windows 2012 Server): Hyper-V Administrators and Remote Management Users."
48
+ msgstr ""
49
+
50
+ msgid "Account name by which virt-who is to connect to the hypervisor. Virt-who does not support password based authentication, you must manually setup SSH key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase solution How to configure virt-who for a KVM host</a> for more information."
51
+ msgstr ""
52
+
53
+ msgid "Account password by which virt-who is to connect to the hypervisor instance."
54
+ msgstr ""
55
+
56
+ msgid "Action with sub plans"
57
+ msgstr "Action with sub plans"
58
+
59
+ msgid "Actions"
60
+ msgstr "Actions"
61
+
62
+ msgid "Agent action"
63
+ msgstr ""
64
+
65
+ msgid "Applicable only for esx provider type. Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
66
+ msgstr ""
67
+
68
+ msgid "Applicable only for esx provider type. Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
69
+ msgstr ""
70
+
71
+ msgid "Attach subscriptions"
72
+ msgstr ""
73
+
74
+ msgid "Auto attach subscriptions"
75
+ msgstr ""
76
+
77
+ msgid "Blacklist"
78
+ msgstr ""
79
+
80
+ msgid "Bulk generate applicability for hosts"
81
+ msgstr ""
82
+
83
+ msgid "Combined Profile Update"
84
+ msgstr ""
85
+
86
+ msgid "Configs"
87
+ msgstr ""
88
+
89
+ msgid "Configuration Status"
90
+ msgstr ""
91
+
92
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details"
93
+ msgstr ""
94
+
95
+ msgid "Configuration interval in minutes"
96
+ msgstr ""
97
+
98
+ msgid "Configuration name"
99
+ msgstr ""
100
+
101
+ msgid "Configuration numeric identifier"
102
+ msgstr ""
103
+
104
+ msgid "Configuration script: "
105
+ msgstr ""
106
+
107
+ msgid "Config|Interval"
108
+ msgstr ""
109
+
110
+ msgid "Config|Last Report"
111
+ msgstr ""
112
+
113
+ msgid "Config|Name"
114
+ msgstr ""
115
+
116
+ msgid "Connection"
117
+ msgstr ""
118
+
119
+ msgid "Container-native virtualization’s fully qualified host name or IP address. In order to connect to the cluster it is required to provide path to kubeconfig which contains connection details and authentication token."
120
+ msgstr ""
121
+
122
+ msgid "Copy to clipboard"
123
+ msgstr ""
124
+
125
+ msgid "Copy version units to library"
126
+ msgstr ""
127
+
128
+ msgid "Count"
129
+ msgstr ""
130
+
131
+ msgid "Create"
132
+ msgstr ""
133
+
134
+ msgid "Create Config"
135
+ msgstr ""
136
+
137
+ msgid "Create Export History"
138
+ msgstr ""
139
+
140
+ msgid "Create Import History"
141
+ msgstr ""
142
+
143
+ msgid "Create Package Group"
144
+ msgstr ""
145
+
146
+ msgid "Create a virt-who configuration"
147
+ msgstr ""
148
+
149
+ msgid "Delete"
150
+ msgstr ""
151
+
152
+ msgid "Delete Activation Key"
153
+ msgstr ""
154
+
155
+ msgid "Delete Lifecycle Environment"
156
+ msgstr ""
157
+
158
+ msgid "Delete Package Group"
159
+ msgstr ""
160
+
161
+ msgid "Delete Product"
162
+ msgstr ""
163
+
164
+ msgid "Delete a virt-who configuration"
165
+ msgstr ""
166
+
167
+ msgid "Delete virt-who configuration %s?"
168
+ msgstr ""
169
+
170
+ msgid "Deploy"
171
+ msgstr ""
172
+
173
+ msgid "Destroy"
174
+ msgstr ""
175
+
176
+ msgid "Destroy Content Host"
177
+ msgstr ""
178
+
179
+ msgid "Details"
180
+ msgstr "Details"
181
+
182
+ msgid "Different debug value can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
183
+ msgstr ""
184
+
185
+ msgid "Disable"
186
+ msgstr ""
187
+
188
+ msgid "Discover"
189
+ msgstr ""
190
+
191
+ msgid "Download the script"
192
+ msgstr ""
193
+
194
+ msgid "Edit"
195
+ msgstr ""
196
+
197
+ msgid "Edit Virt-who Config"
198
+ msgstr ""
199
+
200
+ msgid "Enable"
201
+ msgstr ""
202
+
203
+ msgid "Enable debugging output"
204
+ msgstr ""
205
+
206
+ msgid "Enable debugging output?"
207
+ msgstr ""
208
+
209
+ msgid "Errata mail"
210
+ msgstr ""
211
+
212
+ msgid "Every 12 hours"
213
+ msgstr ""
214
+
215
+ msgid "Every 2 days"
216
+ msgstr ""
217
+
218
+ msgid "Every 2 hours"
219
+ msgstr ""
220
+
221
+ msgid "Every 24 hours"
222
+ msgstr ""
223
+
224
+ msgid "Every 3 days"
225
+ msgstr ""
226
+
227
+ msgid "Every 4 hours"
228
+ msgstr ""
229
+
230
+ msgid "Every 8 hours"
231
+ msgstr ""
232
+
233
+ msgid "Every hour"
234
+ msgstr ""
235
+
236
+ msgid "Exclude Hosts"
237
+ msgstr ""
238
+
239
+ msgid "Exclude host parents"
240
+ msgstr ""
241
+
242
+ msgid "Exclude hosts"
243
+ msgstr ""
244
+
245
+ msgid "Export"
246
+ msgstr ""
247
+
248
+ msgid "Export Library"
249
+ msgstr ""
250
+
251
+ msgid "Fetch pxe files"
252
+ msgstr ""
253
+
254
+ msgid "Filter Hosts"
255
+ msgstr ""
256
+
257
+ msgid "Filter host parents"
258
+ msgstr ""
259
+
260
+ msgid "Filter hosts"
261
+ msgstr ""
262
+
263
+ msgid "Filtered index content"
264
+ msgstr ""
265
+
266
+ msgid "Filtering"
267
+ msgstr ""
268
+
269
+ msgid "Foreman server FQDN"
270
+ msgstr ""
271
+
272
+ msgid "Foreman server’s fully-qualified host name, for example: foreman.example.com"
273
+ msgstr ""
274
+
275
+ msgid "Fully qualified host name or IP address of the hypervisor"
276
+ msgstr ""
277
+
278
+ msgid "General information"
279
+ msgstr ""
280
+
281
+ msgid "Generate host applicability"
282
+ msgstr ""
283
+
284
+ msgid "Generate repository applicability"
285
+ msgstr ""
286
+
287
+ msgid "HTTP Proxy"
288
+ msgstr ""
289
+
290
+ msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers."
291
+ msgstr ""
292
+
293
+ msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers. Leave this blank if no proxy is used."
294
+ msgstr ""
295
+
296
+ msgid "Hammer command: "
297
+ msgstr ""
298
+
299
+ msgid "Help"
300
+ msgstr "Help"
301
+
302
+ msgid "Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
303
+ msgstr ""
304
+
305
+ msgid "Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
306
+ msgstr ""
307
+
308
+ msgid "How often to check connected hypervisors for changes? Also affects how often a mapping is reported. The recommended value for most environments is every two hours. Different interval can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
309
+ msgstr ""
310
+
311
+ msgid "Hypervisor ID"
312
+ msgstr ""
313
+
314
+ msgid "Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcards and regular expressions are supported, multiple records must be separated by comma."
315
+ msgstr ""
316
+
317
+ msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
318
+ msgstr ""
319
+
320
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt"
321
+ msgstr ""
322
+
323
+ msgid "Hypervisor type"
324
+ msgstr ""
325
+
326
+ msgid "Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcards and regular expressions are supported, multiple records must be separated by comma."
327
+ msgstr ""
328
+
329
+ msgid "Hypervisors"
330
+ msgstr ""
331
+
332
+ msgid "Hypervisors update"
333
+ msgstr ""
334
+
335
+ msgid "If you run a hybrid environment, with virtual machines running Red Hat Enterprise Linux and other operating systems, you may want to limit the scope of virt-who’s access to hosts. For example, if some hypervisors host only Microsoft Windows Server instances, there is no benefit in having those hypervisors reported by the virt-who agent."
336
+ msgstr ""
337
+
338
+ msgid "Ignore Proxy"
339
+ msgstr ""
340
+
341
+ msgid "Ignore proxy"
342
+ msgstr ""
343
+
344
+ msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to * to bypass proxy settings for all hostnames domains or ip addresses."
345
+ msgstr ""
346
+
347
+ msgid "Import"
348
+ msgstr ""
349
+
350
+ msgid "Import Content View Version"
351
+ msgstr ""
352
+
353
+ msgid "Import Default Content View"
354
+ msgstr ""
355
+
356
+ msgid "Import Puppet classes"
357
+ msgstr "Import Puppet classes"
358
+
359
+ msgid "Import facts"
360
+ msgstr "Import facts"
361
+
362
+ msgid "Incremental Update"
363
+ msgstr ""
364
+
365
+ msgid "Incremental Update of Content View Version(s) "
366
+ msgstr ""
367
+
368
+ msgid "Index content"
369
+ msgstr ""
370
+
371
+ msgid "Index errata"
372
+ msgstr ""
373
+
374
+ msgid "Index module streams"
375
+ msgstr ""
376
+
377
+ msgid "Index package groups"
378
+ msgstr ""
379
+
380
+ msgid "Install Applicable Errata"
381
+ msgstr ""
382
+
383
+ msgid "Instance update"
384
+ msgstr ""
385
+
386
+ msgid "Interval was not provided"
387
+ msgstr ""
388
+
389
+ msgid "Latest Configurations Without Change"
390
+ msgstr ""
391
+
392
+ msgid "Libvirt server’s fully qualified host name or IP address. You can also specify preferred schema, for example: <code>qemu+ssh://libvirt.example.com/system</code>. If you use SSH, make sure you setup root's SSH key on target host for a user specified at hypervisor username field"
393
+ msgstr ""
394
+
395
+ msgid "List of virt-who configurations"
396
+ msgstr ""
397
+
398
+ msgid "List of virt-who configurations per organization"
399
+ msgstr ""
400
+
401
+ msgid "Microsoft Hyper-V fully qualified host name or IP address."
402
+ msgstr ""
403
+
404
+ msgid "Name of this configuration, e.g. the name of the hypervisor"
405
+ msgstr ""
406
+
407
+ msgid "New Config"
408
+ msgstr ""
409
+
410
+ msgid "New Virt-who Config"
411
+ msgstr ""
412
+
413
+ msgid "Newer version of virt-who is required, minimum version is %s"
414
+ msgstr ""
415
+
416
+ msgid "No Change"
417
+ msgstr ""
418
+
419
+ msgid "No Report Yet"
420
+ msgstr ""
421
+
422
+ msgid "No Reports"
423
+ msgstr ""
424
+
425
+ msgid "No change"
426
+ msgstr ""
427
+
428
+ msgid "No configuration found"
429
+ msgstr ""
430
+
431
+ msgid "OK"
432
+ msgstr ""
433
+
434
+ msgid "On the target virt-who host:"
435
+ msgstr ""
436
+
437
+ msgid "On this page you can define virt-who configurations for your hypervisors."
438
+ msgstr ""
439
+
440
+ msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
441
+ msgstr ""
442
+
443
+ msgid "Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
444
+ msgstr ""
445
+
446
+ msgid "Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
447
+ msgstr ""
448
+
449
+ msgid "Organization of the virt-who configuration"
450
+ msgstr ""
451
+
452
+ msgid "Overview"
453
+ msgstr ""
454
+
455
+ msgid "Owner"
456
+ msgstr "Owner"
457
+
458
+ msgid "Owner was not provided"
459
+ msgstr ""
460
+
461
+ msgid "Package Profile Update"
462
+ msgstr ""
463
+
464
+ msgid "Path to kubeconfig file"
465
+ msgstr ""
466
+
467
+ msgid "Product Create"
468
+ msgstr ""
469
+
470
+ msgid "Promote"
471
+ msgstr ""
472
+
473
+ msgid "Promotion to Environment"
474
+ msgstr ""
475
+
476
+ msgid "Publish"
477
+ msgstr ""
478
+
479
+ msgid "Publish Lifecycle Environment Repositories"
480
+ msgstr ""
481
+
482
+ msgid "Reindex subscriptions"
483
+ msgstr ""
484
+
485
+ msgid "Remote action:"
486
+ msgstr ""
487
+
488
+ msgid "Remove Content"
489
+ msgstr ""
490
+
491
+ msgid "Remove Version"
492
+ msgstr ""
493
+
494
+ msgid "Remove Versions and Associations"
495
+ msgstr ""
496
+
497
+ msgid "Remove from Environment"
498
+ msgstr ""
499
+
500
+ msgid "Remove subscriptions"
501
+ msgstr ""
502
+
503
+ msgid "Renders a deploy script for the specified virt-who configuration"
504
+ msgstr ""
505
+
506
+ msgid "Report"
507
+ msgstr ""
508
+
509
+ msgid "Republish Version Repositories"
510
+ msgstr ""
511
+
512
+ msgid "Run Sync Plan:"
513
+ msgstr ""
514
+
515
+ msgid "Schedule"
516
+ msgstr ""
517
+
518
+ msgid "Show a virt-who configuration"
519
+ msgstr ""
520
+
521
+ msgid "Specifies how the hypervisor will be identified."
522
+ msgstr ""
523
+
524
+ msgid ""
525
+ "Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
526
+ " Note that some virtualization backends don't have all of them implemented.\n"
527
+ " Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
528
+ " names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx only.\n"
529
+ " This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
530
+ msgstr ""
531
+
532
+ msgid "Status"
533
+ msgstr ""
534
+
535
+ msgid "Success"
536
+ msgstr ""
537
+
538
+ msgid "Sync capsule"
539
+ msgstr ""
540
+
541
+ msgid "Synchronize"
542
+ msgstr ""
543
+
544
+ msgid "Synchronize smart proxy"
545
+ msgstr ""
546
+
547
+ msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
548
+ msgstr ""
549
+
550
+ msgid "The virt-who report arrived within the interval"
551
+ msgstr ""
552
+
553
+ msgid "The virt-who report has not arrived within the interval, which indicates there was no change on hypervisor"
554
+ msgstr ""
555
+
556
+ msgid "To define a new configuration, click the New Config button and fill in the form. After you provide all required information a virt-who configuration script will be generated. You could either install it manually by copying the script or deploy it on a selected target host through Remote Execution."
557
+ msgstr ""
558
+
559
+ msgid "Total Configurations"
560
+ msgstr ""
561
+
562
+ msgid "Unable to create sysconfig file"
563
+ msgstr ""
564
+
565
+ msgid "Unable to create virt-who config file"
566
+ msgstr ""
567
+
568
+ msgid "Unable to enable virt-who service using systemctl"
569
+ msgstr ""
570
+
571
+ msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to katello-host-tools repository"
572
+ msgstr ""
573
+
574
+ msgid "Unable to start virt-who service, please see virt-who logs for more details"
575
+ msgstr ""
576
+
577
+ msgid "Unknown"
578
+ msgstr ""
579
+
580
+ msgid "Unknown configuration status"
581
+ msgstr ""
582
+
583
+ msgid "Unknown configuration status, caused by unexpected conditions"
584
+ msgstr ""
585
+
586
+ msgid "Unlimited"
587
+ msgstr ""
588
+
589
+ msgid "Update"
590
+ msgstr ""
591
+
592
+ msgid "Update Content Overrides"
593
+ msgstr ""
594
+
595
+ msgid "Update a virt-who configuration"
596
+ msgstr ""
597
+
598
+ msgid "Update content urls"
599
+ msgstr ""
600
+
601
+ msgid "Update for host"
602
+ msgstr ""
603
+
604
+ msgid "Update http proxy"
605
+ msgstr ""
606
+
607
+ msgid "Update http proxy details"
608
+ msgstr ""
609
+
610
+ msgid "Update redhat repository"
611
+ msgstr ""
612
+
613
+ msgid "Update release version for host"
614
+ msgstr ""
615
+
616
+ msgid "Updating System Purpose for host"
617
+ msgstr ""
618
+
619
+ msgid "Upload into"
620
+ msgstr ""
621
+
622
+ msgid "Use either hammer command or the script below to deploy this configuration. Both require root privileges. Run one of them on the target host which has access to katello-host-tools repository and will run virt-who reporting, preferably Foreman host:"
623
+ msgstr ""
624
+
625
+ msgid "VMware vCenter server’s fully qualified host name or IP address."
626
+ msgstr ""
627
+
628
+ msgid "Verify checksum"
629
+ msgstr ""
630
+
631
+ msgid "Virt-who Configs Status"
632
+ msgstr ""
633
+
634
+ msgid "Virt-who Configuration %s"
635
+ msgstr ""
636
+
637
+ msgid "Virt-who Configurations"
638
+ msgstr ""
639
+
640
+ msgid "Virt-who Configurations Status"
641
+ msgstr ""
642
+
643
+ msgid "Virt-who configurations"
644
+ msgstr ""
645
+
646
+ msgid "Whitelist"
647
+ msgstr ""
648
+
649
+ msgid "every %s hours"
650
+ msgstr ""