foreman_virt_who_configure 0.5.10 → 0.5.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/foreman_virt_who_configure/output_generator.rb +1 -1
  3. data/lib/foreman_virt_who_configure/version.rb +1 -1
  4. data/locale/action_names.rb +64 -51
  5. data/locale/ca/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  6. data/locale/ca/foreman_virt_who_configure.po +107 -42
  7. data/locale/cs_CZ/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  8. data/locale/cs_CZ/foreman_virt_who_configure.po +74 -11
  9. data/locale/de/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  10. data/locale/de/foreman_virt_who_configure.po +165 -96
  11. data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  12. data/locale/en/foreman_virt_who_configure.po +71 -8
  13. data/locale/en_GB/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  14. data/locale/en_GB/foreman_virt_who_configure.po +77 -13
  15. data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  16. data/locale/es/foreman_virt_who_configure.po +149 -79
  17. data/locale/foreman_virt_who_configure.pot +235 -131
  18. data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  19. data/locale/fr/foreman_virt_who_configure.po +146 -76
  20. data/locale/gl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  21. data/locale/gl/foreman_virt_who_configure.po +77 -14
  22. data/locale/it/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  23. data/locale/it/foreman_virt_who_configure.po +76 -12
  24. data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  25. data/locale/ja/foreman_virt_who_configure.po +159 -90
  26. data/locale/ka/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  27. data/locale/ka/foreman_virt_who_configure.po +716 -0
  28. data/locale/ko/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  29. data/locale/ko/foreman_virt_who_configure.po +75 -12
  30. data/locale/nl_NL/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  31. data/locale/nl_NL/foreman_virt_who_configure.po +76 -12
  32. data/locale/pl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  33. data/locale/pl/foreman_virt_who_configure.po +78 -15
  34. data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  35. data/locale/pt_BR/foreman_virt_who_configure.po +145 -73
  36. data/locale/ru/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  37. data/locale/ru/foreman_virt_who_configure.po +78 -14
  38. data/locale/sv_SE/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  39. data/locale/sv_SE/foreman_virt_who_configure.po +77 -14
  40. data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  41. data/locale/zh_CN/foreman_virt_who_configure.po +162 -95
  42. data/locale/zh_TW/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
  43. data/locale/zh_TW/foreman_virt_who_configure.po +75 -12
  44. data/test/unit/output_generator_test.rb +1 -1
  45. metadata +8 -6
@@ -4,14 +4,14 @@
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  # Translators:
7
- # Carmela Rubiños <carmela.rubinos@gmail.com>, 2019
7
+ # Carmela Rubiños <carmela.rubinos@gmail.com>, 2022
8
8
  #
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
11
+ "Project-Id-Version: foreman_virt_who_configure 0.5.11\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
13
  "PO-Revision-Date: 2017-05-03 11:59+0000\n"
14
- "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2019\n"
14
+ "Last-Translator: Carmela Rubiños <carmela.rubinos@gmail.com>, 2022\n"
15
15
  "Language-Team: Galician (https://www.transifex.com/foreman/teams/114/gl/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -34,9 +34,18 @@ msgstr ""
34
34
  msgid "A plugin to make virt-who configuration easy"
35
35
  msgstr ""
36
36
 
37
+ msgid "AHV update interval"
38
+ msgstr ""
39
+
40
+ msgid "Abstract"
41
+ msgstr ""
42
+
37
43
  msgid "Abstract async task"
38
44
  msgstr ""
39
45
 
46
+ msgid "Account name by which virt-who is to connect to Nutanix AHV."
47
+ msgstr ""
48
+
40
49
  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."
41
50
  msgstr ""
42
51
 
@@ -91,6 +100,9 @@ msgstr ""
91
100
  msgid "Configuration file containing details about how to connect to the cluster and authentication details"
92
101
  msgstr ""
93
102
 
103
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details."
104
+ msgstr ""
105
+
94
106
  msgid "Configuration interval in minutes"
95
107
  msgstr ""
96
108
 
@@ -130,6 +142,9 @@ msgstr ""
130
142
  msgid "Create"
131
143
  msgstr ""
132
144
 
145
+ msgid "Create Alternate Content Source"
146
+ msgstr ""
147
+
133
148
  msgid "Create Config"
134
149
  msgstr ""
135
150
 
@@ -142,11 +157,14 @@ msgstr ""
142
157
  msgid "Create Package Group"
143
158
  msgstr ""
144
159
 
160
+ msgid "Create Syncable Export History"
161
+ msgstr ""
162
+
145
163
  msgid "Create a virt-who configuration"
146
164
  msgstr ""
147
165
 
148
166
  msgid "Delete"
149
- msgstr ""
167
+ msgstr "Borrar"
150
168
 
151
169
  msgid "Delete Activation Key"
152
170
  msgstr ""
@@ -170,6 +188,9 @@ msgid "Deploy"
170
188
  msgstr ""
171
189
 
172
190
  msgid "Destroy"
191
+ msgstr "Destruir"
192
+
193
+ msgid "Destroy Alternate Content Source"
173
194
  msgstr ""
174
195
 
175
196
  msgid "Destroy Content Host"
@@ -199,6 +220,9 @@ msgstr ""
199
220
  msgid "Enable"
200
221
  msgstr ""
201
222
 
223
+ msgid "Enable AHV debug"
224
+ msgstr ""
225
+
202
226
  msgid "Enable debugging output"
203
227
  msgstr ""
204
228
 
@@ -241,12 +265,18 @@ msgstr ""
241
265
  msgid "Exclude hosts"
242
266
  msgstr ""
243
267
 
268
+ msgid "Exclude hosts which cluster ID is specified in comma-separated list in this option will <b>NOT</b> be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. 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."
269
+ msgstr ""
270
+
244
271
  msgid "Export"
245
272
  msgstr ""
246
273
 
247
274
  msgid "Export Library"
248
275
  msgstr ""
249
276
 
277
+ msgid "Export Repository"
278
+ msgstr ""
279
+
250
280
  msgid "Fetch pxe files"
251
281
  msgstr ""
252
282
 
@@ -298,9 +328,6 @@ msgstr ""
298
328
  msgid "Help"
299
329
  msgstr "Axuda"
300
330
 
301
- 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."
302
- msgstr ""
303
-
304
331
  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."
305
332
  msgstr ""
306
333
 
@@ -316,7 +343,7 @@ msgstr ""
316
343
  msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
317
344
  msgstr ""
318
345
 
319
- msgid "Hypervisor password, required for all hypervisor types except for libvirt"
346
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt/kubevirt."
320
347
  msgstr ""
321
348
 
322
349
  msgid "Hypervisor type"
@@ -344,7 +371,7 @@ msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addres
344
371
  msgstr ""
345
372
 
346
373
  msgid "Import"
347
- msgstr ""
374
+ msgstr "Importar"
348
375
 
349
376
  msgid "Import Content View Version"
350
377
  msgstr ""
@@ -355,6 +382,9 @@ msgstr ""
355
382
  msgid "Import Puppet classes"
356
383
  msgstr ""
357
384
 
385
+ msgid "Import Repository"
386
+ msgstr ""
387
+
358
388
  msgid "Import facts"
359
389
  msgstr ""
360
390
 
@@ -427,6 +457,9 @@ msgstr ""
427
457
  msgid "No configuration found"
428
458
  msgstr ""
429
459
 
460
+ msgid "Nutanix AHV’s IP address."
461
+ msgstr ""
462
+
430
463
  msgid "OK"
431
464
  msgstr "OK"
432
465
 
@@ -439,12 +472,18 @@ msgstr ""
439
472
  msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
440
473
  msgstr ""
441
474
 
442
- 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."
475
+ msgid "Only hosts which cluster ID is specified in comma-separated list in this option will be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. 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."
443
476
  msgstr ""
444
477
 
445
478
  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."
446
479
  msgstr ""
447
480
 
481
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled"
482
+ msgstr ""
483
+
484
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled "
485
+ msgstr ""
486
+
448
487
  msgid "Organization of the virt-who configuration"
449
488
  msgstr ""
450
489
 
@@ -463,6 +502,15 @@ msgstr ""
463
502
  msgid "Path to kubeconfig file"
464
503
  msgstr ""
465
504
 
505
+ msgid "Prism Central"
506
+ msgstr ""
507
+
508
+ msgid "Prism Element"
509
+ msgstr ""
510
+
511
+ msgid "Prism Flavor"
512
+ msgstr ""
513
+
466
514
  msgid "Product Create"
467
515
  msgstr ""
468
516
 
@@ -478,10 +526,10 @@ msgstr ""
478
526
  msgid "Publish Lifecycle Environment Repositories"
479
527
  msgstr ""
480
528
 
481
- msgid "Reindex subscriptions"
529
+ msgid "Refresh Alternate Content Source"
482
530
  msgstr ""
483
531
 
484
- msgid "Remote action:"
532
+ msgid "Reindex subscriptions"
485
533
  msgstr ""
486
534
 
487
535
  msgid "Remove Content"
@@ -503,7 +551,7 @@ msgid "Renders a deploy script for the specified virt-who configuration"
503
551
  msgstr ""
504
552
 
505
553
  msgid "Report"
506
- msgstr ""
554
+ msgstr "Informe"
507
555
 
508
556
  msgid "Republish Version Repositories"
509
557
  msgstr ""
@@ -514,6 +562,9 @@ msgstr ""
514
562
  msgid "Schedule"
515
563
  msgstr ""
516
564
 
565
+ msgid "Select the Prism flavor you are connecting to"
566
+ msgstr ""
567
+
517
568
  msgid "Show a virt-who configuration"
518
569
  msgstr ""
519
570
 
@@ -532,11 +583,14 @@ msgid "Status"
532
583
  msgstr "Estado"
533
584
 
534
585
  msgid "Success"
535
- msgstr ""
586
+ msgstr "Éxito"
536
587
 
537
588
  msgid "Sync capsule"
538
589
  msgstr ""
539
590
 
591
+ msgid "Syncable export"
592
+ msgstr ""
593
+
540
594
  msgid "Synchronize"
541
595
  msgstr ""
542
596
 
@@ -546,6 +600,9 @@ msgstr ""
546
600
  msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
547
601
  msgstr ""
548
602
 
603
+ msgid "The frequency of VM-to-host mapping updates for AHV(in seconds)"
604
+ msgstr ""
605
+
549
606
  msgid "The virt-who report arrived within the interval"
550
607
  msgstr ""
551
608
 
@@ -586,6 +643,12 @@ msgid "Unlimited"
586
643
  msgstr ""
587
644
 
588
645
  msgid "Update"
646
+ msgstr "Actualizar"
647
+
648
+ msgid "Update Alternate Content Source"
649
+ msgstr ""
650
+
651
+ msgid "Update CDN Configuration"
589
652
  msgstr ""
590
653
 
591
654
  msgid "Update Content Overrides"
@@ -7,20 +7,21 @@
7
7
  # Giuseppe Pignataro <rogepix@gmail.com>, 2017
8
8
  # Andrea Perotti, 2019
9
9
  # 0868a4d1af5275b3f70b0a6dac4c99a4, 2019
10
- # Bryan Kearney <bryan.kearney@gmail.com>, 2019
10
+ # Bryan Kearney <bryan.kearney@gmail.com>, 2021
11
11
  #
12
12
  msgid ""
13
13
  msgstr ""
14
- "Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
14
+ "Project-Id-Version: foreman_virt_who_configure 0.5.11\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
16
  "PO-Revision-Date: 2017-05-03 11:59+0000\n"
17
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2019\n"
17
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
18
18
  "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
19
19
  "MIME-Version: 1.0\n"
20
20
  "Content-Type: text/plain; charset=UTF-8\n"
21
21
  "Content-Transfer-Encoding: 8bit\n"
22
22
  "Language: it\n"
23
- "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
+ "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 :"
24
+ " 2;\n"
24
25
 
25
26
  msgid "1. Copy this configuration script to a safe directory."
26
27
  msgstr ""
@@ -37,9 +38,18 @@ msgstr ""
37
38
  msgid "A plugin to make virt-who configuration easy"
38
39
  msgstr ""
39
40
 
41
+ msgid "AHV update interval"
42
+ msgstr ""
43
+
44
+ msgid "Abstract"
45
+ msgstr ""
46
+
40
47
  msgid "Abstract async task"
41
48
  msgstr "Evento asinc astratto"
42
49
 
50
+ msgid "Account name by which virt-who is to connect to Nutanix AHV."
51
+ msgstr ""
52
+
43
53
  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."
44
54
  msgstr ""
45
55
 
@@ -94,6 +104,9 @@ msgstr ""
94
104
  msgid "Configuration file containing details about how to connect to the cluster and authentication details"
95
105
  msgstr ""
96
106
 
107
+ msgid "Configuration file containing details about how to connect to the cluster and authentication details."
108
+ msgstr ""
109
+
97
110
  msgid "Configuration interval in minutes"
98
111
  msgstr ""
99
112
 
@@ -133,6 +146,9 @@ msgstr "Conteggio"
133
146
  msgid "Create"
134
147
  msgstr "Crea"
135
148
 
149
+ msgid "Create Alternate Content Source"
150
+ msgstr ""
151
+
136
152
  msgid "Create Config"
137
153
  msgstr ""
138
154
 
@@ -145,6 +161,9 @@ msgstr ""
145
161
  msgid "Create Package Group"
146
162
  msgstr ""
147
163
 
164
+ msgid "Create Syncable Export History"
165
+ msgstr ""
166
+
148
167
  msgid "Create a virt-who configuration"
149
168
  msgstr ""
150
169
 
@@ -175,6 +194,9 @@ msgstr ""
175
194
  msgid "Destroy"
176
195
  msgstr "Elimina"
177
196
 
197
+ msgid "Destroy Alternate Content Source"
198
+ msgstr ""
199
+
178
200
  msgid "Destroy Content Host"
179
201
  msgstr "Elimina host di contenuto"
180
202
 
@@ -202,6 +224,9 @@ msgstr ""
202
224
  msgid "Enable"
203
225
  msgstr "Abilita"
204
226
 
227
+ msgid "Enable AHV debug"
228
+ msgstr ""
229
+
205
230
  msgid "Enable debugging output"
206
231
  msgstr ""
207
232
 
@@ -244,12 +269,18 @@ msgstr ""
244
269
  msgid "Exclude hosts"
245
270
  msgstr ""
246
271
 
272
+ msgid "Exclude hosts which cluster ID is specified in comma-separated list in this option will <b>NOT</b> be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. 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."
273
+ msgstr ""
274
+
247
275
  msgid "Export"
248
276
  msgstr "Esporta"
249
277
 
250
278
  msgid "Export Library"
251
279
  msgstr ""
252
280
 
281
+ msgid "Export Repository"
282
+ msgstr ""
283
+
253
284
  msgid "Fetch pxe files"
254
285
  msgstr ""
255
286
 
@@ -301,9 +332,6 @@ msgstr ""
301
332
  msgid "Help"
302
333
  msgstr "Aiuto"
303
334
 
304
- 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."
305
- msgstr ""
306
-
307
335
  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."
308
336
  msgstr ""
309
337
 
@@ -319,7 +347,7 @@ msgstr ""
319
347
  msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
320
348
  msgstr ""
321
349
 
322
- msgid "Hypervisor password, required for all hypervisor types except for libvirt"
350
+ msgid "Hypervisor password, required for all hypervisor types except for libvirt/kubevirt."
323
351
  msgstr ""
324
352
 
325
353
  msgid "Hypervisor type"
@@ -347,7 +375,7 @@ msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addres
347
375
  msgstr ""
348
376
 
349
377
  msgid "Import"
350
- msgstr ""
378
+ msgstr "Importa"
351
379
 
352
380
  msgid "Import Content View Version"
353
381
  msgstr ""
@@ -358,6 +386,9 @@ msgstr ""
358
386
  msgid "Import Puppet classes"
359
387
  msgstr "Importa classi Puppet"
360
388
 
389
+ msgid "Import Repository"
390
+ msgstr ""
391
+
361
392
  msgid "Import facts"
362
393
  msgstr "Importa gli eventi"
363
394
 
@@ -430,6 +461,9 @@ msgstr ""
430
461
  msgid "No configuration found"
431
462
  msgstr ""
432
463
 
464
+ msgid "Nutanix AHV’s IP address."
465
+ msgstr ""
466
+
433
467
  msgid "OK"
434
468
  msgstr "OK"
435
469
 
@@ -442,12 +476,18 @@ msgstr ""
442
476
  msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
443
477
  msgstr ""
444
478
 
445
- 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."
479
+ msgid "Only hosts which cluster ID is specified in comma-separated list in this option will be reported. PowerCLI command to find the domain names in VMware <code>Get-Cluster “ClusterName” | Select ID</code>. 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."
446
480
  msgstr ""
447
481
 
448
482
  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."
449
483
  msgstr ""
450
484
 
485
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled"
486
+ msgstr ""
487
+
488
+ msgid "Option Enable debugging output is required to enable AHV internal debug. It provides extra AHV debug information when both options are enabled "
489
+ msgstr ""
490
+
451
491
  msgid "Organization of the virt-who configuration"
452
492
  msgstr ""
453
493
 
@@ -466,6 +506,15 @@ msgstr ""
466
506
  msgid "Path to kubeconfig file"
467
507
  msgstr ""
468
508
 
509
+ msgid "Prism Central"
510
+ msgstr ""
511
+
512
+ msgid "Prism Element"
513
+ msgstr ""
514
+
515
+ msgid "Prism Flavor"
516
+ msgstr ""
517
+
469
518
  msgid "Product Create"
470
519
  msgstr ""
471
520
 
@@ -481,10 +530,10 @@ msgstr "Pubblica"
481
530
  msgid "Publish Lifecycle Environment Repositories"
482
531
  msgstr ""
483
532
 
484
- msgid "Reindex subscriptions"
533
+ msgid "Refresh Alternate Content Source"
485
534
  msgstr ""
486
535
 
487
- msgid "Remote action:"
536
+ msgid "Reindex subscriptions"
488
537
  msgstr ""
489
538
 
490
539
  msgid "Remove Content"
@@ -517,6 +566,9 @@ msgstr ""
517
566
  msgid "Schedule"
518
567
  msgstr "Programmazione"
519
568
 
569
+ msgid "Select the Prism flavor you are connecting to"
570
+ msgstr ""
571
+
520
572
  msgid "Show a virt-who configuration"
521
573
  msgstr ""
522
574
 
@@ -540,6 +592,9 @@ msgstr "Successo"
540
592
  msgid "Sync capsule"
541
593
  msgstr ""
542
594
 
595
+ msgid "Syncable export"
596
+ msgstr ""
597
+
543
598
  msgid "Synchronize"
544
599
  msgstr "Sincronizza"
545
600
 
@@ -549,6 +604,9 @@ msgstr ""
549
604
  msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
550
605
  msgstr ""
551
606
 
607
+ msgid "The frequency of VM-to-host mapping updates for AHV(in seconds)"
608
+ msgstr ""
609
+
552
610
  msgid "The virt-who report arrived within the interval"
553
611
  msgstr ""
554
612
 
@@ -591,6 +649,12 @@ msgstr "Illimitato"
591
649
  msgid "Update"
592
650
  msgstr "Aggiorna"
593
651
 
652
+ msgid "Update Alternate Content Source"
653
+ msgstr ""
654
+
655
+ msgid "Update CDN Configuration"
656
+ msgstr ""
657
+
594
658
  msgid "Update Content Overrides"
595
659
  msgstr ""
596
660