foreman_scc_manager 1.8.8 → 1.8.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +20 -8
- data/Rakefile +5 -9
- data/app/controllers/api/v2/scc_products_controller.rb +14 -3
- data/app/controllers/scc_accounts_controller.rb +3 -3
- data/app/lib/scc_manager.rb +5 -9
- data/app/models/scc_account.rb +8 -13
- data/app/models/scc_repository.rb +2 -2
- data/config/routes.rb +1 -1
- data/db/migrate/20210713092440_add_permissions.rb +19 -0
- data/db/migrate/20211022100718_add_product_class_to_scc_product.rb +5 -0
- data/lib/foreman_scc_manager/engine.rb +26 -6
- data/lib/foreman_scc_manager/version.rb +1 -1
- data/locale/de/foreman_scc_manager.edit.po +125 -128
- data/locale/en/foreman_scc_manager.edit.po +99 -103
- data/test/actions/sync_test.rb +24 -0
- data/test/controllers/api/v2/scc_accounts_test.rb +46 -1
- data/test/controllers/api/v2/scc_products_test.rb +21 -1
- data/test/controllers/scc_accounts_controller_test.rb +51 -1
- data/test/controllers/scc_accounts_controller_test2.rb +2 -0
- data/test/fixtures/models/katello_products.yml.bak +10 -0
- data/test/fixtures/models/scc_accounts.yml +2 -0
- data/test/fixtures/models/scc_products.yml +18 -3
- data/test/models/katello_products.rb +10 -0
- data/test/models/scc_product_test.rb +1 -1
- data/test/test_controller_helper.rb +6 -2
- data/test/test_plugin_helper.rb +2 -0
- data/test/unit/access_permissions_test.rb +18 -0
- metadata +24 -8
@@ -11,13 +11,14 @@
|
|
11
11
|
# Michael Moll, 2019
|
12
12
|
# Lukas K. <kallies@puzzle.ch>, 2019
|
13
13
|
# Markus Bucher <bucher@atix.de>, 2019
|
14
|
+
# Nadja Heitmann <nadjah@atix.de, 2021
|
14
15
|
#
|
15
16
|
msgid ""
|
16
17
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_scc_manager 1.7
|
18
|
+
"Project-Id-Version: foreman_scc_manager 1.8.7\n"
|
18
19
|
"Report-Msgid-Bugs-To: \n"
|
19
20
|
"PO-Revision-Date: 2019-10-17 13:28+0000\n"
|
20
|
-
"Last-Translator:
|
21
|
+
"Last-Translator: Nadja Heitmann <nadjah@atix.de>, 2021\n"
|
21
22
|
"Language-Team: German (https://www.transifex.com/foreman/teams/114/de/)\n"
|
22
23
|
"MIME-Version: 1.0\n"
|
23
24
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -27,27 +28,27 @@ msgstr ""
|
|
27
28
|
|
28
29
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:15
|
29
30
|
msgid "List all scc_accounts"
|
30
|
-
msgstr ""
|
31
|
+
msgstr "Alle SCC Konten auflisten"
|
31
32
|
|
32
33
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:24
|
33
34
|
msgid "Show scc_account"
|
34
|
-
msgstr ""
|
35
|
+
msgstr "SCC Konto anzeigen"
|
35
36
|
|
36
37
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:32
|
37
38
|
msgid "Name of the scc_account"
|
38
|
-
msgstr ""
|
39
|
+
msgstr "Name des SCC Kontos"
|
39
40
|
|
40
41
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:33 ../app/controllers/api/v2/scc_accounts_controller.rb:65
|
41
42
|
msgid "Login id of scc_account"
|
42
|
-
msgstr ""
|
43
|
+
msgstr "Login ID des SCC Kontos"
|
43
44
|
|
44
45
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:34 ../app/controllers/api/v2/scc_accounts_controller.rb:66
|
45
46
|
msgid "Password of scc_account"
|
46
|
-
msgstr ""
|
47
|
+
msgstr "Passwort für SCC Konto"
|
47
48
|
|
48
49
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:35 ../app/controllers/api/v2/scc_accounts_controller.rb:67
|
49
50
|
msgid "URL of SUSE for scc_account"
|
50
|
-
msgstr ""
|
51
|
+
msgstr "URL für SUSE Konto"
|
51
52
|
|
52
53
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:36
|
53
54
|
msgid "Interval for syncing scc_account"
|
@@ -55,31 +56,31 @@ msgstr ""
|
|
55
56
|
|
56
57
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:37
|
57
58
|
msgid "Date and time relative to which the sync interval is run"
|
58
|
-
msgstr ""
|
59
|
+
msgstr "Relativ zu diesem Zeitpunkt wird die Synchronisation ausgeführt"
|
59
60
|
|
60
61
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:38
|
61
|
-
msgid "Associated
|
62
|
-
msgstr ""
|
62
|
+
msgid "Associated GPG key of scc_account"
|
63
|
+
msgstr "Mit SCC Konto assoziierter GPG-Schlüssel"
|
63
64
|
|
64
65
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:42
|
65
66
|
msgid "Create an scc_account"
|
66
|
-
msgstr ""
|
67
|
+
msgstr "SCC Konto erstellen"
|
67
68
|
|
68
69
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:49
|
69
70
|
msgid "Update scc_account"
|
70
|
-
msgstr ""
|
71
|
+
msgstr "SCC Konto aktualisieren"
|
71
72
|
|
72
73
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:56
|
73
74
|
msgid "Delete scc_account"
|
74
|
-
msgstr ""
|
75
|
+
msgstr "SCC Konto löschen"
|
75
76
|
|
76
77
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:62 ../app/controllers/api/v2/scc_accounts_controller.rb:63
|
77
78
|
msgid "Test connection for scc_account"
|
78
|
-
msgstr ""
|
79
|
+
msgstr "Verbindung zum SCC Konto testen"
|
79
80
|
|
80
81
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:90
|
81
82
|
msgid "Sync scc_account"
|
82
|
-
msgstr ""
|
83
|
+
msgstr "SCC Konto Synchronisieren"
|
83
84
|
|
84
85
|
#: ../app/controllers/api/v2/scc_accounts_controller.rb:104
|
85
86
|
msgid "Bulk subscription of scc_products for scc_account"
|
@@ -87,15 +88,15 @@ msgstr ""
|
|
87
88
|
|
88
89
|
#: ../app/controllers/api/v2/scc_products_controller.rb:15
|
89
90
|
msgid "List all products for scc_account"
|
90
|
-
msgstr ""
|
91
|
+
msgstr "Alle Produkte für SCC Konto auflisten"
|
91
92
|
|
92
93
|
#: ../app/controllers/api/v2/scc_products_controller.rb:24
|
93
94
|
msgid "Show an scc_account product"
|
94
|
-
msgstr ""
|
95
|
+
msgstr "SCC Produkt anzeigen"
|
95
96
|
|
96
97
|
#: ../app/controllers/api/v2/scc_products_controller.rb:29
|
97
98
|
msgid "Subscribe product"
|
98
|
-
msgstr ""
|
99
|
+
msgstr "Produkt abonnieren"
|
99
100
|
|
100
101
|
#: ../app/controllers/scc_accounts_controller.rb:71
|
101
102
|
msgid "Sync task started."
|
@@ -121,11 +122,11 @@ msgstr "Keine Produkte ausgewählt."
|
|
121
122
|
msgid "Product already subscribed!"
|
122
123
|
msgstr "Produkt wurde bereits abonniert!"
|
123
124
|
|
124
|
-
#: ../app/lib/actions/scc_manager/subscribe_product.rb:46 action_names.rb:
|
125
|
+
#: ../app/lib/actions/scc_manager/subscribe_product.rb:46 action_names.rb:78
|
125
126
|
msgid "Subscribe SCC Product"
|
126
127
|
msgstr "SCC Produkt abonnieren"
|
127
128
|
|
128
|
-
#: ../app/lib/actions/scc_manager/sync.rb:27 action_names.rb:
|
129
|
+
#: ../app/lib/actions/scc_manager/sync.rb:27 action_names.rb:76
|
129
130
|
msgid "Sync SUSE subscriptions"
|
130
131
|
msgstr "SUSE Abonnements synchronisieren"
|
131
132
|
|
@@ -137,31 +138,31 @@ msgstr "SUSE Repositorien %s aktualisieren"
|
|
137
138
|
msgid "Unknown"
|
138
139
|
msgstr "Unbekannt"
|
139
140
|
|
140
|
-
#: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:33 action_names.rb:
|
141
|
+
#: ../app/lib/actions/scc_manager/sync_plan_account_repositories.rb:33 action_names.rb:77
|
141
142
|
msgid "Update SUSE repositories"
|
142
143
|
msgstr "SUSE Repositorien aktualisieren"
|
143
144
|
|
144
|
-
#: ../app/lib/actions/scc_manager/sync_products.rb:36 action_names.rb:
|
145
|
+
#: ../app/lib/actions/scc_manager/sync_products.rb:36 action_names.rb:79
|
145
146
|
msgid "Sync SUSE subscriptions (Products)"
|
146
147
|
msgstr "SUSE Abonnements (Produkte) synchronisieren"
|
147
148
|
|
148
|
-
#: ../app/lib/actions/scc_manager/sync_repositories.rb:34 action_names.rb:
|
149
|
+
#: ../app/lib/actions/scc_manager/sync_repositories.rb:34 action_names.rb:75
|
149
150
|
msgid "Sync SUSE subscriptions (Repositories)"
|
150
151
|
msgstr "SUSE Abonnements (Repositorien) synchronisieren"
|
151
152
|
|
152
|
-
#: ../app/models/scc_account.rb:
|
153
|
+
#: ../app/models/scc_account.rb:57
|
153
154
|
msgid "never synced"
|
154
155
|
msgstr "Nie synchronisiert"
|
155
156
|
|
156
|
-
#: ../app/models/scc_account.rb:
|
157
|
+
#: ../app/models/scc_account.rb:104
|
157
158
|
msgid "Interval cannot be nil"
|
158
159
|
msgstr "Intervall darf nicht Null sein"
|
159
160
|
|
160
|
-
#: ../app/models/scc_account.rb:
|
161
|
+
#: ../app/models/scc_account.rb:111
|
161
162
|
msgid "Interval not set correctly"
|
162
163
|
msgstr "Intervall nicht richtig gesetzt"
|
163
164
|
|
164
|
-
#: ../app/models/scc_account.rb:
|
165
|
+
#: ../app/models/scc_account.rb:116
|
165
166
|
msgid "Cron expression is not valid!"
|
166
167
|
msgstr "Cron-Ausdruck ungültig!"
|
167
168
|
|
@@ -187,11 +188,11 @@ msgstr "Basis URL"
|
|
187
188
|
|
188
189
|
#: ../app/views/scc_accounts/_form.html.erb:18
|
189
190
|
msgid "Sync interval"
|
190
|
-
msgstr ""
|
191
|
+
msgstr "Synchronisationsintervall"
|
191
192
|
|
192
193
|
#: ../app/views/scc_accounts/_form.html.erb:18
|
193
194
|
msgid "The sync interval is used to periodically update the SCC authentication tokens of any imported products."
|
194
|
-
msgstr ""
|
195
|
+
msgstr "Das Synchronisationsintervall ist die Zeit, nach der automatisch das Autorisierungstoken erneuert wird."
|
195
196
|
|
196
197
|
#: ../app/views/scc_accounts/_form.html.erb:19
|
197
198
|
msgid "Sync Date"
|
@@ -199,15 +200,15 @@ msgstr "Synchronisationsdatum"
|
|
199
200
|
|
200
201
|
#: ../app/views/scc_accounts/_form.html.erb:23
|
201
202
|
msgid "None"
|
202
|
-
msgstr ""
|
203
|
+
msgstr "Keine Auswahl"
|
203
204
|
|
204
205
|
#: ../app/views/scc_accounts/_form.html.erb:24
|
205
206
|
msgid "Use GPG key for SUSE products"
|
206
|
-
msgstr ""
|
207
|
+
msgstr "GPG-Schlüssel mit SUSE Produkten assoziieren"
|
207
208
|
|
208
209
|
#: ../app/views/scc_accounts/_form.html.erb:26
|
209
210
|
msgid "Use this setting if you want to automatically add a GPG key to your SUSE products upon subscription. You can change this setting in the 'Content' > 'Products' menu, later."
|
210
|
-
msgstr ""
|
211
|
+
msgstr "Verwenden Sie diese Einstellung, wenn Sie beim Abonnieren automatisch einen GPG-Schlüssel zu Ihren SUSE Produkten hinzufügen wollen. Diese Einstellung kann später unter 'Inhalt' > 'Produkte' wieder geändert werden."
|
211
212
|
|
212
213
|
#: ../app/views/scc_accounts/_form.html.erb:31
|
213
214
|
msgid "Test Connection"
|
@@ -255,11 +256,11 @@ msgstr "SUSE Customer Center Konto hinzufügen"
|
|
255
256
|
|
256
257
|
#: ../app/views/scc_accounts/show.html.erb:1
|
257
258
|
msgid "Product Selection for Account %s"
|
258
|
-
msgstr ""
|
259
|
+
msgstr "Produktauswahl für Konto %s"
|
259
260
|
|
260
261
|
#: ../app/views/scc_accounts/show.html.erb:17
|
261
262
|
msgid "(WARNING: Please check your SUSE subscription)"
|
262
|
-
msgstr ""
|
263
|
+
msgstr "(WARNUNG: Bitte überprüfen Sie Ihr SUSE Abonnement)"
|
263
264
|
|
264
265
|
#: ../app/views/scc_accounts/show.html.erb:33
|
265
266
|
msgid "SUSE Customer Center"
|
@@ -269,304 +270,300 @@ msgstr "SUSE Customer Center"
|
|
269
270
|
msgid "Please sync your SUSE subscriptions first."
|
270
271
|
msgstr "Bitte synchronisieren Sie zuerst Ihre SUSE Abonnements."
|
271
272
|
|
272
|
-
#: ../lib/foreman_scc_manager/engine.rb:
|
273
|
+
#: ../lib/foreman_scc_manager/engine.rb:79
|
273
274
|
msgid "SUSE Subscriptions"
|
274
275
|
msgstr "SUSE Abonnements"
|
275
276
|
|
277
|
+
#: action_names.rb:2
|
278
|
+
msgid "Copy version units to library"
|
279
|
+
msgstr ""
|
280
|
+
|
281
|
+
#: action_names.rb:3
|
282
|
+
msgid "Import"
|
283
|
+
msgstr ""
|
284
|
+
|
285
|
+
#: action_names.rb:4
|
286
|
+
msgid "Export Library"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
#: action_names.rb:5
|
290
|
+
msgid "Export"
|
291
|
+
msgstr ""
|
292
|
+
|
276
293
|
#: action_names.rb:6
|
277
|
-
msgid "
|
294
|
+
msgid "Hypervisors update"
|
278
295
|
msgstr ""
|
279
296
|
|
280
297
|
#: action_names.rb:7
|
281
|
-
msgid "
|
298
|
+
msgid "Update for host"
|
282
299
|
msgstr ""
|
283
300
|
|
284
301
|
#: action_names.rb:8
|
285
|
-
msgid "
|
302
|
+
msgid "Update Content Overrides"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
#: action_names.rb:9
|
306
|
+
msgid "Remove subscriptions"
|
286
307
|
msgstr ""
|
287
308
|
|
288
309
|
#: action_names.rb:10
|
289
|
-
msgid "
|
310
|
+
msgid "Hypervisors"
|
290
311
|
msgstr ""
|
291
312
|
|
292
313
|
#: action_names.rb:11
|
293
|
-
msgid "
|
314
|
+
msgid "Install Applicable Errata"
|
294
315
|
msgstr ""
|
295
316
|
|
296
317
|
#: action_names.rb:12
|
297
|
-
msgid "
|
318
|
+
msgid "Destroy Content Host"
|
298
319
|
msgstr ""
|
299
320
|
|
300
321
|
#: action_names.rb:13
|
301
|
-
msgid "
|
322
|
+
msgid "Auto attach subscriptions"
|
302
323
|
msgstr ""
|
303
324
|
|
304
325
|
#: action_names.rb:14
|
305
|
-
msgid "
|
326
|
+
msgid "Attach subscriptions"
|
306
327
|
msgstr ""
|
307
328
|
|
308
329
|
#: action_names.rb:15
|
309
|
-
msgid "
|
330
|
+
msgid "Update"
|
310
331
|
msgstr ""
|
311
332
|
|
312
333
|
#: action_names.rb:16
|
313
|
-
msgid "
|
334
|
+
msgid "Publish Lifecycle Environment Repositories"
|
314
335
|
msgstr ""
|
315
336
|
|
316
337
|
#: action_names.rb:17
|
317
|
-
msgid "
|
338
|
+
msgid "Delete Package Group"
|
318
339
|
msgstr ""
|
319
340
|
|
320
341
|
#: action_names.rb:18
|
321
|
-
msgid "
|
342
|
+
msgid "Delete"
|
322
343
|
msgstr ""
|
323
344
|
|
324
345
|
#: action_names.rb:19
|
325
|
-
msgid "
|
346
|
+
msgid "Create"
|
326
347
|
msgstr ""
|
327
348
|
|
328
349
|
#: action_names.rb:20
|
329
|
-
msgid "
|
350
|
+
msgid "Delete Lifecycle Environment"
|
330
351
|
msgstr ""
|
331
352
|
|
332
353
|
#: action_names.rb:21
|
333
|
-
msgid "
|
354
|
+
msgid "Republish Version Repositories"
|
334
355
|
msgstr ""
|
335
356
|
|
336
357
|
#: action_names.rb:22
|
337
|
-
msgid "
|
358
|
+
msgid "Synchronize"
|
338
359
|
msgstr ""
|
339
360
|
|
340
361
|
#: action_names.rb:23
|
341
|
-
msgid "
|
362
|
+
msgid "Remove Content"
|
342
363
|
msgstr ""
|
343
364
|
|
344
365
|
#: action_names.rb:24
|
345
|
-
msgid "Incremental Update
|
366
|
+
msgid "Incremental Update"
|
346
367
|
msgstr ""
|
347
368
|
|
348
369
|
#: action_names.rb:25
|
349
|
-
msgid "
|
370
|
+
msgid "Import Default Content View"
|
350
371
|
msgstr ""
|
351
372
|
|
352
373
|
#: action_names.rb:26
|
353
|
-
msgid "
|
374
|
+
msgid "Import Content View Version"
|
354
375
|
msgstr ""
|
355
376
|
|
356
377
|
#: action_names.rb:27
|
357
|
-
msgid "
|
378
|
+
msgid "Enable"
|
358
379
|
msgstr ""
|
359
380
|
|
360
381
|
#: action_names.rb:28
|
361
|
-
msgid "
|
382
|
+
msgid "Disable"
|
362
383
|
msgstr ""
|
363
384
|
|
364
385
|
#: action_names.rb:29
|
365
|
-
msgid "
|
386
|
+
msgid "Verify checksum"
|
366
387
|
msgstr ""
|
367
388
|
|
368
389
|
#: action_names.rb:30
|
369
|
-
msgid "
|
390
|
+
msgid "Filtered index content"
|
370
391
|
msgstr ""
|
371
392
|
|
372
393
|
#: action_names.rb:31
|
373
|
-
msgid "
|
394
|
+
msgid "Fetch pxe files"
|
374
395
|
msgstr ""
|
375
396
|
|
376
397
|
#: action_names.rb:32
|
377
|
-
msgid "
|
398
|
+
msgid "Errata mail"
|
378
399
|
msgstr ""
|
379
400
|
|
380
401
|
#: action_names.rb:33
|
381
|
-
msgid "
|
402
|
+
msgid "Discover"
|
382
403
|
msgstr ""
|
383
404
|
|
384
405
|
#: action_names.rb:34
|
385
|
-
msgid "
|
406
|
+
msgid "Remove Version"
|
386
407
|
msgstr ""
|
387
408
|
|
388
409
|
#: action_names.rb:35
|
389
|
-
msgid "
|
410
|
+
msgid "Remove from Environment"
|
390
411
|
msgstr ""
|
391
412
|
|
392
413
|
#: action_names.rb:36
|
393
|
-
msgid "
|
414
|
+
msgid "Remove Versions and Associations"
|
394
415
|
msgstr ""
|
395
416
|
|
396
417
|
#: action_names.rb:37
|
397
|
-
msgid "
|
418
|
+
msgid "Publish"
|
398
419
|
msgstr ""
|
399
420
|
|
400
421
|
#: action_names.rb:38
|
401
|
-
msgid "
|
422
|
+
msgid "Promotion to Environment"
|
402
423
|
msgstr ""
|
403
424
|
|
404
425
|
#: action_names.rb:39
|
405
|
-
msgid "
|
426
|
+
msgid "Product Create"
|
406
427
|
msgstr ""
|
407
428
|
|
408
429
|
#: action_names.rb:40
|
409
|
-
msgid "
|
430
|
+
msgid "Destroy"
|
410
431
|
msgstr ""
|
411
432
|
|
412
433
|
#: action_names.rb:41
|
413
|
-
msgid "
|
434
|
+
msgid "Create Import History"
|
414
435
|
msgstr ""
|
415
436
|
|
416
437
|
#: action_names.rb:42
|
417
|
-
msgid "
|
438
|
+
msgid "Create Export History"
|
418
439
|
msgstr ""
|
419
440
|
|
420
441
|
#: action_names.rb:43
|
421
|
-
msgid "Update
|
442
|
+
msgid "Update http proxy"
|
422
443
|
msgstr ""
|
423
444
|
|
424
445
|
#: action_names.rb:44
|
425
|
-
msgid "
|
446
|
+
msgid "Promote"
|
426
447
|
msgstr ""
|
427
448
|
|
428
449
|
#: action_names.rb:45
|
429
|
-
msgid "
|
450
|
+
msgid "Reindex subscriptions"
|
430
451
|
msgstr ""
|
431
452
|
|
432
453
|
#: action_names.rb:46
|
433
|
-
msgid "
|
454
|
+
msgid "Delete Product"
|
434
455
|
msgstr ""
|
435
456
|
|
436
457
|
#: action_names.rb:47
|
437
|
-
msgid "
|
458
|
+
msgid "Instance update"
|
438
459
|
msgstr ""
|
439
460
|
|
440
461
|
#: action_names.rb:48
|
441
|
-
msgid "
|
462
|
+
msgid "Index package groups"
|
442
463
|
msgstr ""
|
443
464
|
|
444
465
|
#: action_names.rb:49
|
445
|
-
msgid "
|
466
|
+
msgid "Index module streams"
|
446
467
|
msgstr ""
|
447
468
|
|
448
469
|
#: action_names.rb:50
|
449
|
-
msgid "
|
470
|
+
msgid "Index errata"
|
450
471
|
msgstr ""
|
451
472
|
|
452
473
|
#: action_names.rb:51
|
453
|
-
msgid "
|
474
|
+
msgid "Index content"
|
454
475
|
msgstr ""
|
455
476
|
|
456
477
|
#: action_names.rb:52
|
457
|
-
msgid "
|
478
|
+
msgid "Upload into"
|
458
479
|
msgstr ""
|
459
480
|
|
460
481
|
#: action_names.rb:53
|
461
|
-
msgid "
|
482
|
+
msgid "Create Package Group"
|
462
483
|
msgstr ""
|
463
484
|
|
464
485
|
#: action_names.rb:54
|
465
|
-
msgid "
|
486
|
+
msgid "Update redhat repository"
|
466
487
|
msgstr ""
|
467
488
|
|
468
489
|
#: action_names.rb:55
|
469
|
-
msgid "
|
490
|
+
msgid "Update http proxy details"
|
470
491
|
msgstr ""
|
471
492
|
|
472
493
|
#: action_names.rb:56
|
473
|
-
msgid "
|
494
|
+
msgid "Update content urls"
|
474
495
|
msgstr ""
|
475
496
|
|
476
497
|
#: action_names.rb:57
|
477
|
-
msgid "
|
498
|
+
msgid "Run Sync Plan:"
|
478
499
|
msgstr ""
|
479
500
|
|
480
501
|
#: action_names.rb:58
|
481
|
-
msgid "
|
502
|
+
msgid "Combined Profile Update"
|
482
503
|
msgstr ""
|
483
504
|
|
484
505
|
#: action_names.rb:59
|
485
|
-
msgid "
|
506
|
+
msgid "Package Profile Update"
|
486
507
|
msgstr ""
|
487
508
|
|
488
509
|
#: action_names.rb:60
|
489
|
-
msgid "
|
510
|
+
msgid "Updating System Purpose for host"
|
490
511
|
msgstr ""
|
491
512
|
|
492
513
|
#: action_names.rb:61
|
493
|
-
msgid "
|
514
|
+
msgid "Update release version for host"
|
494
515
|
msgstr ""
|
495
516
|
|
496
517
|
#: action_names.rb:62
|
497
|
-
msgid "
|
518
|
+
msgid "Incremental Update of Content View Version(s) "
|
498
519
|
msgstr ""
|
499
520
|
|
500
521
|
#: action_names.rb:63
|
501
|
-
msgid "
|
522
|
+
msgid "Sync capsule"
|
502
523
|
msgstr ""
|
503
524
|
|
504
525
|
#: action_names.rb:64
|
505
|
-
msgid "
|
526
|
+
msgid "Synchronize smart proxy"
|
506
527
|
msgstr ""
|
507
528
|
|
508
529
|
#: action_names.rb:65
|
509
|
-
msgid "
|
530
|
+
msgid "Generate repository applicability"
|
510
531
|
msgstr ""
|
511
532
|
|
512
533
|
#: action_names.rb:66
|
513
|
-
msgid "
|
534
|
+
msgid "Bulk generate applicability for hosts"
|
514
535
|
msgstr ""
|
515
536
|
|
516
537
|
#: action_names.rb:67
|
517
|
-
msgid "
|
538
|
+
msgid "Generate host applicability"
|
518
539
|
msgstr ""
|
519
540
|
|
520
541
|
#: action_names.rb:68
|
521
|
-
msgid "
|
542
|
+
msgid "Agent action"
|
522
543
|
msgstr ""
|
523
544
|
|
524
545
|
#: action_names.rb:69
|
525
|
-
msgid "
|
546
|
+
msgid "Delete Activation Key"
|
526
547
|
msgstr ""
|
527
548
|
|
528
549
|
#: action_names.rb:70
|
529
|
-
msgid "
|
550
|
+
msgid "Abstract async task"
|
530
551
|
msgstr ""
|
531
552
|
|
532
553
|
#: action_names.rb:71
|
533
|
-
msgid "
|
554
|
+
msgid "Remote action:"
|
534
555
|
msgstr ""
|
535
556
|
|
536
557
|
#: action_names.rb:72
|
537
|
-
msgid "
|
558
|
+
msgid "Import Puppet classes"
|
538
559
|
msgstr ""
|
539
560
|
|
540
561
|
#: action_names.rb:73
|
541
|
-
msgid "
|
562
|
+
msgid "Import facts"
|
542
563
|
msgstr ""
|
543
564
|
|
544
565
|
#: action_names.rb:74
|
545
|
-
msgid "
|
546
|
-
msgstr ""
|
547
|
-
|
548
|
-
#: action_names.rb:75
|
549
|
-
msgid "Fetch pxe files"
|
550
|
-
msgstr ""
|
551
|
-
|
552
|
-
#: action_names.rb:76
|
553
|
-
msgid "Index module streams"
|
554
|
-
msgstr ""
|
555
|
-
|
556
|
-
#: action_names.rb:77
|
557
|
-
msgid "Index package groups"
|
558
|
-
msgstr ""
|
559
|
-
|
560
|
-
#: action_names.rb:78
|
561
|
-
msgid "Filtered index content"
|
562
|
-
msgstr ""
|
563
|
-
|
564
|
-
#: action_names.rb:79
|
565
|
-
msgid "Index errata"
|
566
|
-
msgstr ""
|
567
|
-
|
568
|
-
#: action_names.rb:80
|
569
|
-
msgid "Index content"
|
566
|
+
msgid "Action with sub plans"
|
570
567
|
msgstr ""
|
571
568
|
|
572
569
|
#: gemspec.rb:2
|