hammer_cli_foreman 0.7.0 → 0.8.0
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.
Potentially problematic release.
This version of hammer_cli_foreman might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/doc/release_notes.md +11 -0
- data/lib/hammer_cli_foreman.rb +4 -0
- data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
- data/lib/hammer_cli_foreman/host.rb +0 -5
- data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
- data/lib/hammer_cli_foreman/location.rb +1 -0
- data/lib/hammer_cli_foreman/organization.rb +2 -0
- data/lib/hammer_cli_foreman/realm.rb +53 -0
- data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
- data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
- data/lib/hammer_cli_foreman/usergroup.rb +1 -3
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ca/hammer-cli-foreman.edit.po +376 -290
- data/locale/ca/hammer-cli-foreman.po +393 -192
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/hammer-cli-foreman.edit.po +277 -179
- data/locale/de/hammer-cli-foreman.po +420 -219
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/hammer-cli-foreman.edit.po +216 -144
- data/locale/en/hammer-cli-foreman.po +55 -1
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
- data/locale/en_GB/hammer-cli-foreman.po +391 -190
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/hammer-cli-foreman.edit.po +251 -158
- data/locale/es/hammer-cli-foreman.po +444 -242
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/hammer-cli-foreman.edit.po +252 -159
- data/locale/fr/hammer-cli-foreman.po +392 -191
- data/locale/hammer-cli-foreman.pot +253 -175
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/hammer-cli-foreman.edit.po +281 -188
- data/locale/it/hammer-cli-foreman.po +391 -190
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/hammer-cli-foreman.edit.po +282 -189
- data/locale/ja/hammer-cli-foreman.po +457 -256
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/hammer-cli-foreman.edit.po +280 -187
- data/locale/ko/hammer-cli-foreman.po +458 -257
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
- data/locale/pt_BR/hammer-cli-foreman.po +455 -254
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/hammer-cli-foreman.edit.po +443 -337
- data/locale/ru/hammer-cli-foreman.po +412 -211
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
- data/locale/zh_CN/hammer-cli-foreman.po +465 -264
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
- data/locale/zh_TW/hammer-cli-foreman.po +459 -258
- data/test/data/README.md +2 -2
- data/test/functional/hostgroup/create_test.rb +303 -0
- data/test/functional/hostgroup/update_test.rb +303 -0
- data/test/functional/smart_variable_test.rb +150 -0
- data/test/unit/host_test.rb +0 -4
- data/test/unit/location_test.rb +1 -0
- data/test/unit/organization_test.rb +1 -0
- data/test/unit/realm_test.rb +87 -0
- data/test/unit/smart_class_parameter_test.rb +7 -0
- data/test/unit/smart_variable_test.rb +1 -1
- data/test/unit/usergroup_test.rb +2 -0
- metadata +13 -4
@@ -8,11 +8,11 @@
|
|
8
8
|
# Dominic Cleal <dominic@cleal.org>, 2016
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: hammer-cli-foreman 0.
|
11
|
+
"Project-Id-Version: hammer-cli-foreman 0.8.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"POT-Creation-Date: 2016-
|
14
|
-
"PO-Revision-Date: 2016-
|
15
|
-
"Last-Translator:
|
13
|
+
"POT-Creation-Date: 2016-06-14 23:53+0200\n"
|
14
|
+
"PO-Revision-Date: 2016-08-24 08:53+0000\n"
|
15
|
+
"Last-Translator: Dominic Cleal <dominic@cleal.org>\n"
|
16
16
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
|
17
17
|
"MIME-Version: 1.0\n"
|
18
18
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -136,8 +136,8 @@ msgstr "Manage user groups."
|
|
136
136
|
#: ../lib/hammer_cli_foreman/external_usergroup.rb:10
|
137
137
|
#: ../lib/hammer_cli_foreman/filter.rb:9
|
138
138
|
#: ../lib/hammer_cli_foreman/filter.rb:72
|
139
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
140
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
139
|
+
#: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
|
140
|
+
#: ../lib/hammer_cli_foreman/host.rb:227
|
141
141
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:57
|
142
142
|
#: ../lib/hammer_cli_foreman/image.rb:29
|
143
143
|
#: ../lib/hammer_cli_foreman/interface.rb:23
|
@@ -173,7 +173,7 @@ msgstr "Id"
|
|
173
173
|
#: ../lib/hammer_cli_foreman/external_usergroup.rb:42
|
174
174
|
#: ../lib/hammer_cli_foreman/filter.rb:73
|
175
175
|
#: ../lib/hammer_cli_foreman/filter.rb:90
|
176
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
176
|
+
#: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
|
177
177
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:58
|
178
178
|
#: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
|
179
179
|
#: ../lib/hammer_cli_foreman/location.rb:14
|
@@ -188,7 +188,7 @@ msgstr "Id"
|
|
188
188
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:10
|
189
189
|
#: ../lib/hammer_cli_foreman/subnet.rb:11
|
190
190
|
#: ../lib/hammer_cli_foreman/template.rb:26
|
191
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
191
|
+
#: ../lib/hammer_cli_foreman/template.rb:75
|
192
192
|
#: ../lib/hammer_cli_foreman/user.rb:12
|
193
193
|
#: ../lib/hammer_cli_foreman/usergroup.rb:12
|
194
194
|
msgid "Name"
|
@@ -222,215 +222,359 @@ msgstr "Could not update the architecture"
|
|
222
222
|
msgid "Associate a hostgroup"
|
223
223
|
msgstr "Associate a hostgroup"
|
224
224
|
|
225
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
225
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:43
|
226
|
+
msgid "The hostgroup has been associated"
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:44
|
230
|
+
msgid "Could not associate the hostgroup"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:49
|
226
234
|
msgid "Disassociate a hostgroup"
|
227
235
|
msgstr "Disassociate a hostgroup"
|
228
236
|
|
229
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
237
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:51
|
238
|
+
msgid "The hostgroup has been disassociated"
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:52
|
242
|
+
msgid "Could not disassociate the hostgroup"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:61
|
230
246
|
msgid "Associate an environment"
|
231
247
|
msgstr "Associate an environment"
|
232
248
|
|
233
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
249
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:63
|
250
|
+
msgid "The environment has been associated"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:64
|
254
|
+
msgid "Could not associate the environment"
|
255
|
+
msgstr ""
|
256
|
+
|
257
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:69
|
234
258
|
msgid "Disassociate an environment"
|
235
259
|
msgstr "Disassociate an environment"
|
236
260
|
|
237
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
261
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:71
|
262
|
+
msgid "The environment has been disassociated"
|
263
|
+
msgstr ""
|
264
|
+
|
265
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:72
|
266
|
+
msgid "Could not disassociate the environment"
|
267
|
+
msgstr ""
|
268
|
+
|
269
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:81
|
238
270
|
msgid "Associate a domain"
|
239
271
|
msgstr "Associate a domain"
|
240
272
|
|
241
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
273
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:83
|
274
|
+
msgid "The domain has been associated"
|
275
|
+
msgstr ""
|
276
|
+
|
277
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:84
|
278
|
+
msgid "Could not associate the domain"
|
279
|
+
msgstr ""
|
280
|
+
|
281
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:89
|
242
282
|
msgid "Disassociate a domain"
|
243
283
|
msgstr "Disassociate a domain"
|
244
284
|
|
245
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
285
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:91
|
286
|
+
msgid "The domain has been disassociated"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:92
|
290
|
+
msgid "Could not disassociate the domain"
|
291
|
+
msgstr ""
|
292
|
+
|
293
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:101
|
246
294
|
msgid "Associate a medium"
|
247
295
|
msgstr "Associate a medium"
|
248
296
|
|
249
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
297
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:103
|
298
|
+
msgid "The medium has been associated"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:104
|
302
|
+
msgid "Could not associate the medium"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:109
|
250
306
|
msgid "Disassociate a medium"
|
251
307
|
msgstr "Disassociate a medium"
|
252
308
|
|
253
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
309
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:111
|
310
|
+
msgid "The medium has been disassociated"
|
311
|
+
msgstr ""
|
312
|
+
|
313
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:112
|
314
|
+
msgid "Could not disassociate the medium"
|
315
|
+
msgstr ""
|
316
|
+
|
317
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:121
|
254
318
|
msgid "Associate a subnet"
|
255
319
|
msgstr "Associate a subnet"
|
256
320
|
|
257
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
321
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:123
|
322
|
+
msgid "The subnet has been associated"
|
323
|
+
msgstr ""
|
324
|
+
|
325
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:124
|
326
|
+
msgid "Could not associate the subnet"
|
327
|
+
msgstr ""
|
328
|
+
|
329
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:129
|
258
330
|
msgid "Disassociate a subnet"
|
259
331
|
msgstr "Disassociate a subnet"
|
260
332
|
|
261
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
333
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:131
|
334
|
+
msgid "The subnet has been disassociated"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:132
|
338
|
+
msgid "Could not disassociate the subnet"
|
339
|
+
msgstr ""
|
340
|
+
|
341
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:141
|
262
342
|
msgid "Associate a compute resource"
|
263
343
|
msgstr "Associate a compute resource"
|
264
344
|
|
265
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
345
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:143
|
346
|
+
msgid "The compute resource has been associated"
|
347
|
+
msgstr ""
|
348
|
+
|
349
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:144
|
350
|
+
msgid "Could not associate the compute resource"
|
351
|
+
msgstr ""
|
352
|
+
|
353
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:149
|
266
354
|
msgid "Disassociate a compute resource"
|
267
355
|
msgstr "Disassociate a compute resource"
|
268
356
|
|
269
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
357
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:151
|
358
|
+
msgid "The compute resource has been disassociated"
|
359
|
+
msgstr ""
|
360
|
+
|
361
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:152
|
362
|
+
msgid "Could not disassociate the compute resource"
|
363
|
+
msgstr ""
|
364
|
+
|
365
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:161
|
270
366
|
msgid "Associate a smart proxy"
|
271
367
|
msgstr "Associate a smart proxy"
|
272
368
|
|
273
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
369
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:163
|
370
|
+
msgid "The smart proxy has been associated"
|
371
|
+
msgstr ""
|
372
|
+
|
373
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:164
|
374
|
+
msgid "Could not associate the smart proxy"
|
375
|
+
msgstr ""
|
376
|
+
|
377
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:173
|
274
378
|
msgid "Disassociate a smart proxy"
|
275
379
|
msgstr "Disassociate a smart proxy"
|
276
380
|
|
277
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
381
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:175
|
382
|
+
msgid "The smart proxy has been disassociated"
|
383
|
+
msgstr ""
|
384
|
+
|
385
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:176
|
386
|
+
msgid "Could not disassociate the smart proxy"
|
387
|
+
msgstr ""
|
388
|
+
|
389
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:189
|
278
390
|
msgid "Associate an user"
|
279
391
|
msgstr "Associate an user"
|
280
392
|
|
281
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
393
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:191
|
282
394
|
msgid "The user has been associated"
|
283
395
|
msgstr "The user has been associated"
|
284
396
|
|
285
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
397
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:192
|
286
398
|
msgid "Could not associate the user"
|
287
399
|
msgstr "Could not associate the user"
|
288
400
|
|
289
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
401
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:197
|
290
402
|
msgid "Disassociate an user"
|
291
403
|
msgstr "Disassociate an user"
|
292
404
|
|
293
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
405
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:199
|
294
406
|
msgid "The user has been disassociated"
|
295
407
|
msgstr "The user has been disassociated"
|
296
408
|
|
297
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
409
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:200
|
298
410
|
msgid "Could not disassociate the user"
|
299
411
|
msgstr "Could not disassociate the user"
|
300
412
|
|
301
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
413
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:209
|
302
414
|
msgid "Associate an user group"
|
303
415
|
msgstr "Associate an user group"
|
304
416
|
|
305
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
417
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:213
|
306
418
|
msgid "The user group has been associated"
|
307
419
|
msgstr "The user group has been associated"
|
308
420
|
|
309
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
421
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:214
|
310
422
|
msgid "Could not associate the user group"
|
311
423
|
msgstr "Could not associate the user group"
|
312
424
|
|
313
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
425
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:219
|
314
426
|
msgid "Disassociate an user group"
|
315
427
|
msgstr "Disassociate an user group"
|
316
428
|
|
317
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
429
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:223
|
318
430
|
msgid "The user group has been disassociated"
|
319
431
|
msgstr "The user group has been disassociated"
|
320
432
|
|
321
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
433
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:224
|
322
434
|
msgid "Could not disassociate the user group"
|
323
435
|
msgstr "Could not disassociate the user group"
|
324
436
|
|
325
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
437
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:233
|
326
438
|
msgid "Associate a configuration template"
|
327
439
|
msgstr "Associate a configuration template"
|
328
440
|
|
329
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
441
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:235
|
442
|
+
msgid "The configuration template has been associated"
|
443
|
+
msgstr ""
|
444
|
+
|
445
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:236
|
446
|
+
msgid "Could not associate the configuration template"
|
447
|
+
msgstr ""
|
448
|
+
|
449
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:241
|
330
450
|
msgid "Disassociate a configuration template"
|
331
451
|
msgstr "Disassociate a configuration template"
|
332
452
|
|
333
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
453
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:243
|
454
|
+
msgid "The configuration template has been disassociated"
|
455
|
+
msgstr ""
|
456
|
+
|
457
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:244
|
458
|
+
msgid "Could not disassociate the configuration template"
|
459
|
+
msgstr ""
|
460
|
+
|
461
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:253
|
334
462
|
msgid "Associate an organization"
|
335
463
|
msgstr "Associate an organisation"
|
336
464
|
|
337
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
465
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:255
|
466
|
+
msgid "The organization has been associated"
|
467
|
+
msgstr "The organisation has been associated"
|
468
|
+
|
469
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:256
|
470
|
+
msgid "Could not associate the organization"
|
471
|
+
msgstr "Could not associate the organisation"
|
472
|
+
|
473
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:261
|
338
474
|
msgid "Disassociate an organization"
|
339
475
|
msgstr "Disassociate an organisation"
|
340
476
|
|
341
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
477
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:263
|
478
|
+
msgid "The organization has been disassociated"
|
479
|
+
msgstr "The organisation has been disassociated"
|
480
|
+
|
481
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:264
|
482
|
+
msgid "Could not disassociate the organization"
|
483
|
+
msgstr "Could not disassociate the organisation"
|
484
|
+
|
485
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:273
|
342
486
|
msgid "Associate an operating system"
|
343
487
|
msgstr "Associate an operating system"
|
344
488
|
|
345
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
489
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:275
|
346
490
|
msgid "Operating system has been associated"
|
347
491
|
msgstr "Operating system has been associated"
|
348
492
|
|
349
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
493
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:276
|
350
494
|
msgid "Could not associate the operating system"
|
351
495
|
msgstr "Could not associate the operating system"
|
352
496
|
|
353
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
497
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:282
|
354
498
|
msgid "Disassociate an operating system"
|
355
499
|
msgstr "Disassociate an operating system"
|
356
500
|
|
357
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
501
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:284
|
358
502
|
msgid "Operating system has been disassociated"
|
359
503
|
msgstr "Operating system has been disassociated"
|
360
504
|
|
361
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
505
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:285
|
362
506
|
msgid "Could not disassociate the operating system"
|
363
507
|
msgstr "Could not disassociate the operating system"
|
364
508
|
|
365
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
509
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:294
|
366
510
|
msgid "Associate an architecture"
|
367
511
|
msgstr "Associate an architecture"
|
368
512
|
|
369
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
513
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:296
|
370
514
|
msgid "Architecture has been associated"
|
371
515
|
msgstr "Architecture has been associated"
|
372
516
|
|
373
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
517
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:297
|
374
518
|
msgid "Could not associate the architecture"
|
375
519
|
msgstr "Could not associate the architecture"
|
376
520
|
|
377
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
521
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:303
|
378
522
|
msgid "Disassociate an architecture"
|
379
523
|
msgstr "Disassociate an architecture"
|
380
524
|
|
381
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
525
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:305
|
382
526
|
msgid "Architecture has been disassociated"
|
383
527
|
msgstr ""
|
384
528
|
|
385
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
529
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:306
|
386
530
|
msgid "Could not disassociate the architecture"
|
387
531
|
msgstr "Could not disassociate the architecture"
|
388
532
|
|
389
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
533
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:315
|
390
534
|
msgid "Associate a partition table"
|
391
535
|
msgstr "Associate a partition table"
|
392
536
|
|
393
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
537
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:317
|
394
538
|
msgid "Partition table has been associated"
|
395
539
|
msgstr "Partition table has been associated"
|
396
540
|
|
397
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
541
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:318
|
398
542
|
msgid "Could not associate the partition table"
|
399
543
|
msgstr "Could not associate the partition table"
|
400
544
|
|
401
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
545
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:324
|
402
546
|
msgid "Disassociate a partition table"
|
403
547
|
msgstr "Disassociate a partition table"
|
404
548
|
|
405
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
549
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:326
|
406
550
|
msgid "Partition table has been disassociated"
|
407
551
|
msgstr "Partition table has been disassociated"
|
408
552
|
|
409
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
553
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:327
|
410
554
|
msgid "Could not disassociate the partition table"
|
411
555
|
msgstr ""
|
412
556
|
|
413
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
557
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:336
|
414
558
|
msgid "Assign a user role"
|
415
559
|
msgstr "Assign a user role"
|
416
560
|
|
417
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
561
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:338
|
418
562
|
msgid "User role has been assigned"
|
419
563
|
msgstr ""
|
420
564
|
|
421
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
565
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:339
|
422
566
|
msgid "Could not assign the user role"
|
423
567
|
msgstr "Could not assign the user role"
|
424
568
|
|
425
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
569
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:345
|
426
570
|
msgid "Remove a user role"
|
427
571
|
msgstr "Remove a user role"
|
428
572
|
|
429
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
573
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:347
|
430
574
|
msgid "User role has been removed"
|
431
575
|
msgstr "User role has been removed"
|
432
576
|
|
433
|
-
#: ../lib/hammer_cli_foreman/associating_commands.rb:
|
577
|
+
#: ../lib/hammer_cli_foreman/associating_commands.rb:348
|
434
578
|
msgid "Could not remove the user role"
|
435
579
|
msgstr ""
|
436
580
|
|
@@ -536,34 +680,50 @@ msgstr ""
|
|
536
680
|
msgid "Could not update the Auth Source"
|
537
681
|
msgstr ""
|
538
682
|
|
539
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
683
|
+
#: ../lib/hammer_cli_foreman/commands.rb:88
|
540
684
|
msgid "Received data of unknown format"
|
541
685
|
msgstr ""
|
542
686
|
|
543
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
687
|
+
#: ../lib/hammer_cli_foreman/commands.rb:196
|
544
688
|
msgid ""
|
545
689
|
"Could not find %{resource}. Some search options were missing, please see "
|
546
690
|
"--help."
|
547
691
|
msgstr ""
|
548
692
|
|
549
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
693
|
+
#: ../lib/hammer_cli_foreman/commands.rb:198
|
550
694
|
msgid "Could not find %{resource}, please set option %{switches}."
|
551
695
|
msgstr ""
|
552
696
|
|
553
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
697
|
+
#: ../lib/hammer_cli_foreman/commands.rb:200
|
554
698
|
msgid "Could not find %{resource}, please set one of options %{switches}."
|
555
699
|
msgstr ""
|
556
700
|
|
557
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
701
|
+
#: ../lib/hammer_cli_foreman/commands.rb:529
|
558
702
|
msgid "Associate a resource"
|
559
703
|
msgstr ""
|
560
704
|
|
561
|
-
#: ../lib/hammer_cli_foreman/commands.rb:
|
705
|
+
#: ../lib/hammer_cli_foreman/commands.rb:533
|
706
|
+
msgid "Could not associate the %{resource_name}"
|
707
|
+
msgstr ""
|
708
|
+
|
709
|
+
#: ../lib/hammer_cli_foreman/commands.rb:537
|
710
|
+
msgid "The %{resource_name} has been associated"
|
711
|
+
msgstr ""
|
712
|
+
|
713
|
+
#: ../lib/hammer_cli_foreman/commands.rb:559
|
562
714
|
msgid "Disassociate a resource"
|
563
715
|
msgstr ""
|
564
716
|
|
717
|
+
#: ../lib/hammer_cli_foreman/commands.rb:571
|
718
|
+
msgid "Could not disassociate the %{resource_name}"
|
719
|
+
msgstr ""
|
720
|
+
|
721
|
+
#: ../lib/hammer_cli_foreman/commands.rb:575
|
722
|
+
msgid "The %{resource_name} has been disassociated"
|
723
|
+
msgstr ""
|
724
|
+
|
565
725
|
#: ../lib/hammer_cli_foreman/common_parameter.rb:13
|
566
|
-
#: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:
|
726
|
+
#: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
|
567
727
|
#: ../lib/hammer_cli_foreman/settings.rb:13
|
568
728
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
|
569
729
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:66
|
@@ -612,7 +772,7 @@ msgstr "Provider"
|
|
612
772
|
|
613
773
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:34
|
614
774
|
#: ../lib/hammer_cli_foreman/compute_resource.rb:40
|
615
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
775
|
+
#: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
|
616
776
|
#: ../lib/hammer_cli_foreman/image.rb:71
|
617
777
|
msgid "UUID"
|
618
778
|
msgstr ""
|
@@ -771,19 +931,38 @@ msgstr ""
|
|
771
931
|
msgid "Could not delete the environment"
|
772
932
|
msgstr ""
|
773
933
|
|
774
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
934
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:29
|
935
|
+
msgid "Redirection of API call detected."
|
936
|
+
msgstr ""
|
937
|
+
|
938
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:30
|
939
|
+
msgid ""
|
940
|
+
"It seems hammer is configured to use HTTP and the server prefers HTTPS."
|
941
|
+
msgstr ""
|
942
|
+
|
943
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:32
|
944
|
+
msgid "Update your server url configuration"
|
945
|
+
msgstr ""
|
946
|
+
|
947
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:33
|
948
|
+
msgid ""
|
949
|
+
"you can set 'follow_redirects' to one of :default or :always to enable "
|
950
|
+
"redirects following"
|
951
|
+
msgstr ""
|
952
|
+
|
953
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:54
|
775
954
|
msgid "Forbidden - server refused to process the request"
|
776
955
|
msgstr ""
|
777
956
|
|
778
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
957
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:88
|
779
958
|
msgid "Could not load the API description from the server"
|
780
959
|
msgstr "Could not load the API description from the server"
|
781
960
|
|
782
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
961
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:89
|
783
962
|
msgid "is the server down?"
|
784
963
|
msgstr "is the server down?"
|
785
964
|
|
786
|
-
#: ../lib/hammer_cli_foreman/exception_handler.rb:
|
965
|
+
#: ../lib/hammer_cli_foreman/exception_handler.rb:90
|
787
966
|
msgid ""
|
788
967
|
"was '%s' run on the server when using apipie cache? (typical production "
|
789
968
|
"settings)"
|
@@ -831,7 +1010,7 @@ msgstr ""
|
|
831
1010
|
msgid "Host"
|
832
1011
|
msgstr "Host"
|
833
1012
|
|
834
|
-
#: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:
|
1013
|
+
#: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
|
835
1014
|
msgid "Fact"
|
836
1015
|
msgstr "Fact"
|
837
1016
|
|
@@ -923,131 +1102,123 @@ msgstr ""
|
|
923
1102
|
msgid "Enter the root password for the host:"
|
924
1103
|
msgstr ""
|
925
1104
|
|
926
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
927
|
-
msgid "At least one interface must be set as primary"
|
928
|
-
msgstr ""
|
929
|
-
|
930
|
-
#: ../lib/hammer_cli_foreman/host.rb:156
|
931
|
-
msgid "At least one interface must be set as provision"
|
932
|
-
msgstr ""
|
933
|
-
|
934
|
-
#: ../lib/hammer_cli_foreman/host.rb:172 ../lib/hammer_cli_foreman/host.rb:248
|
1105
|
+
#: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
|
935
1106
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:60
|
936
1107
|
#: ../lib/hammer_cli_foreman/image.rb:31
|
937
1108
|
msgid "Operating System"
|
938
1109
|
msgstr ""
|
939
1110
|
|
940
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1111
|
+
#: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
|
941
1112
|
msgid "Host Group"
|
942
1113
|
msgstr "Host Group"
|
943
1114
|
|
944
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1115
|
+
#: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
|
945
1116
|
msgid "IP"
|
946
1117
|
msgstr "IP"
|
947
1118
|
|
948
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1119
|
+
#: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
|
949
1120
|
msgid "MAC"
|
950
1121
|
msgstr "MAC"
|
951
1122
|
|
952
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1123
|
+
#: ../lib/hammer_cli_foreman/host.rb:174
|
953
1124
|
msgid "Bare Metal"
|
954
1125
|
msgstr ""
|
955
1126
|
|
956
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1127
|
+
#: ../lib/hammer_cli_foreman/host.rb:199
|
957
1128
|
msgid "Organization"
|
958
1129
|
msgstr "Organisation"
|
959
1130
|
|
960
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1131
|
+
#: ../lib/hammer_cli_foreman/host.rb:200
|
961
1132
|
msgid "Location"
|
962
1133
|
msgstr ""
|
963
1134
|
|
964
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1135
|
+
#: ../lib/hammer_cli_foreman/host.rb:202
|
965
1136
|
msgid "Compute Resource"
|
966
1137
|
msgstr ""
|
967
1138
|
|
968
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1139
|
+
#: ../lib/hammer_cli_foreman/host.rb:203
|
969
1140
|
msgid "Compute Profile"
|
970
1141
|
msgstr ""
|
971
1142
|
|
972
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1143
|
+
#: ../lib/hammer_cli_foreman/host.rb:204
|
973
1144
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:61
|
974
1145
|
msgid "Environment"
|
975
1146
|
msgstr ""
|
976
1147
|
|
977
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1148
|
+
#: ../lib/hammer_cli_foreman/host.rb:205
|
978
1149
|
msgid "Puppet CA Id"
|
979
1150
|
msgstr ""
|
980
1151
|
|
981
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1152
|
+
#: ../lib/hammer_cli_foreman/host.rb:206
|
982
1153
|
msgid "Puppet Master Id"
|
983
1154
|
msgstr ""
|
984
1155
|
|
985
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1156
|
+
#: ../lib/hammer_cli_foreman/host.rb:207
|
986
1157
|
msgid "Cert name"
|
987
1158
|
msgstr ""
|
988
1159
|
|
989
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1160
|
+
#: ../lib/hammer_cli_foreman/host.rb:208
|
990
1161
|
#: ../lib/hammer_cli_foreman/interface.rb:51
|
991
1162
|
msgid "Managed"
|
992
1163
|
msgstr ""
|
993
1164
|
|
994
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1165
|
+
#: ../lib/hammer_cli_foreman/host.rb:210
|
995
1166
|
msgid "Installed at"
|
996
1167
|
msgstr ""
|
997
1168
|
|
998
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1169
|
+
#: ../lib/hammer_cli_foreman/host.rb:211
|
999
1170
|
#: ../lib/hammer_cli_foreman/report.rb:12
|
1000
1171
|
msgid "Last report"
|
1001
1172
|
msgstr "Last report"
|
1002
1173
|
|
1003
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1174
|
+
#: ../lib/hammer_cli_foreman/host.rb:213
|
1004
1175
|
#: ../lib/hammer_cli_foreman/subnet.rb:12
|
1005
1176
|
msgid "Network"
|
1006
1177
|
msgstr "Network"
|
1007
1178
|
|
1008
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1179
|
+
#: ../lib/hammer_cli_foreman/host.rb:216
|
1009
1180
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:72
|
1010
1181
|
#: ../lib/hammer_cli_foreman/interface.rb:49
|
1011
1182
|
msgid "Subnet"
|
1012
1183
|
msgstr "Subnet"
|
1013
1184
|
|
1014
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1185
|
+
#: ../lib/hammer_cli_foreman/host.rb:217
|
1015
1186
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:74
|
1016
1187
|
#: ../lib/hammer_cli_foreman/interface.rb:50
|
1017
1188
|
msgid "Domain"
|
1018
1189
|
msgstr "Domain"
|
1019
1190
|
|
1020
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1191
|
+
#: ../lib/hammer_cli_foreman/host.rb:218
|
1021
1192
|
msgid "Service provider"
|
1022
1193
|
msgstr ""
|
1023
1194
|
|
1024
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1195
|
+
#: ../lib/hammer_cli_foreman/host.rb:219
|
1025
1196
|
msgid "SP Name"
|
1026
1197
|
msgstr ""
|
1027
1198
|
|
1028
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1199
|
+
#: ../lib/hammer_cli_foreman/host.rb:220
|
1029
1200
|
msgid "SP IP"
|
1030
1201
|
msgstr ""
|
1031
1202
|
|
1032
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1203
|
+
#: ../lib/hammer_cli_foreman/host.rb:221
|
1033
1204
|
msgid "SP MAC"
|
1034
1205
|
msgstr ""
|
1035
1206
|
|
1036
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1207
|
+
#: ../lib/hammer_cli_foreman/host.rb:222
|
1037
1208
|
msgid "SP Subnet"
|
1038
1209
|
msgstr ""
|
1039
1210
|
|
1040
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1211
|
+
#: ../lib/hammer_cli_foreman/host.rb:226
|
1041
1212
|
msgid "Network interfaces"
|
1042
1213
|
msgstr ""
|
1043
1214
|
|
1044
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1215
|
+
#: ../lib/hammer_cli_foreman/host.rb:228
|
1045
1216
|
#: ../lib/hammer_cli_foreman/interface.rb:24
|
1046
1217
|
#: ../lib/hammer_cli_foreman/interface.rb:44
|
1047
1218
|
msgid "Identifier"
|
1048
1219
|
msgstr "Identifier"
|
1049
1220
|
|
1050
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1221
|
+
#: ../lib/hammer_cli_foreman/host.rb:229
|
1051
1222
|
#: ../lib/hammer_cli_foreman/interface.rb:25
|
1052
1223
|
#: ../lib/hammer_cli_foreman/interface.rb:45
|
1053
1224
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
|
@@ -1058,179 +1229,187 @@ msgstr "Identifier"
|
|
1058
1229
|
msgid "Type"
|
1059
1230
|
msgstr "Type"
|
1060
1231
|
|
1061
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1232
|
+
#: ../lib/hammer_cli_foreman/host.rb:230
|
1062
1233
|
#: ../lib/hammer_cli_foreman/interface.rb:26
|
1063
1234
|
#: ../lib/hammer_cli_foreman/interface.rb:46
|
1064
1235
|
msgid "MAC address"
|
1065
1236
|
msgstr "MAC address"
|
1066
1237
|
|
1067
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1238
|
+
#: ../lib/hammer_cli_foreman/host.rb:231
|
1068
1239
|
#: ../lib/hammer_cli_foreman/interface.rb:27
|
1069
1240
|
#: ../lib/hammer_cli_foreman/interface.rb:47
|
1070
1241
|
msgid "IP address"
|
1071
1242
|
msgstr "IP address"
|
1072
1243
|
|
1073
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1244
|
+
#: ../lib/hammer_cli_foreman/host.rb:232
|
1074
1245
|
msgid "FQDN"
|
1075
1246
|
msgstr ""
|
1076
1247
|
|
1077
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1248
|
+
#: ../lib/hammer_cli_foreman/host.rb:235
|
1078
1249
|
msgid "Operating system"
|
1079
1250
|
msgstr ""
|
1080
1251
|
|
1081
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1252
|
+
#: ../lib/hammer_cli_foreman/host.rb:236
|
1082
1253
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:75
|
1083
1254
|
#: ../lib/hammer_cli_foreman/image.rb:45
|
1084
1255
|
msgid "Architecture"
|
1085
1256
|
msgstr ""
|
1086
1257
|
|
1087
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1258
|
+
#: ../lib/hammer_cli_foreman/host.rb:240
|
1088
1259
|
msgid "Build"
|
1089
1260
|
msgstr ""
|
1090
1261
|
|
1091
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1262
|
+
#: ../lib/hammer_cli_foreman/host.rb:241
|
1092
1263
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:77
|
1093
1264
|
msgid "Medium"
|
1094
1265
|
msgstr ""
|
1095
1266
|
|
1096
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1267
|
+
#: ../lib/hammer_cli_foreman/host.rb:242
|
1097
1268
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:76
|
1098
1269
|
msgid "Partition Table"
|
1099
1270
|
msgstr ""
|
1100
1271
|
|
1101
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1272
|
+
#: ../lib/hammer_cli_foreman/host.rb:243
|
1102
1273
|
msgid "Custom partition table"
|
1103
1274
|
msgstr ""
|
1104
1275
|
|
1105
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1276
|
+
#: ../lib/hammer_cli_foreman/host.rb:246
|
1106
1277
|
msgid "Image"
|
1107
1278
|
msgstr ""
|
1108
1279
|
|
1109
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1280
|
+
#: ../lib/hammer_cli_foreman/host.rb:247
|
1110
1281
|
msgid "Image file"
|
1111
1282
|
msgstr ""
|
1112
1283
|
|
1113
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1284
|
+
#: ../lib/hammer_cli_foreman/host.rb:248
|
1114
1285
|
msgid "Use image"
|
1115
1286
|
msgstr ""
|
1116
1287
|
|
1117
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1288
|
+
#: ../lib/hammer_cli_foreman/host.rb:254
|
1118
1289
|
msgid "Additional info"
|
1119
1290
|
msgstr ""
|
1120
1291
|
|
1121
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1292
|
+
#: ../lib/hammer_cli_foreman/host.rb:255
|
1122
1293
|
msgid "Owner Id"
|
1123
1294
|
msgstr ""
|
1124
1295
|
|
1125
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1296
|
+
#: ../lib/hammer_cli_foreman/host.rb:256
|
1126
1297
|
msgid "Owner Type"
|
1127
1298
|
msgstr ""
|
1128
1299
|
|
1129
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1300
|
+
#: ../lib/hammer_cli_foreman/host.rb:257
|
1130
1301
|
msgid "Enabled"
|
1131
1302
|
msgstr "Enabled"
|
1132
1303
|
|
1133
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1304
|
+
#: ../lib/hammer_cli_foreman/host.rb:258
|
1134
1305
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:62
|
1135
1306
|
msgid "Model"
|
1136
1307
|
msgstr "Model"
|
1137
1308
|
|
1138
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1309
|
+
#: ../lib/hammer_cli_foreman/host.rb:259
|
1139
1310
|
msgid "Comment"
|
1140
1311
|
msgstr ""
|
1141
1312
|
|
1142
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1313
|
+
#: ../lib/hammer_cli_foreman/host.rb:272
|
1143
1314
|
msgid "Status"
|
1144
1315
|
msgstr ""
|
1145
1316
|
|
1146
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1317
|
+
#: ../lib/hammer_cli_foreman/host.rb:273
|
1147
1318
|
msgid "Power"
|
1148
1319
|
msgstr ""
|
1149
1320
|
|
1150
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1321
|
+
#: ../lib/hammer_cli_foreman/host.rb:309
|
1151
1322
|
msgid "Puppet run triggered"
|
1152
1323
|
msgstr ""
|
1153
1324
|
|
1154
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1325
|
+
#: ../lib/hammer_cli_foreman/host.rb:362
|
1155
1326
|
msgid "Host created"
|
1156
1327
|
msgstr "Host created"
|
1157
1328
|
|
1158
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1329
|
+
#: ../lib/hammer_cli_foreman/host.rb:363
|
1159
1330
|
msgid "Could not create the host"
|
1160
1331
|
msgstr "Could not create the host"
|
1161
1332
|
|
1162
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1333
|
+
#: ../lib/hammer_cli_foreman/host.rb:380
|
1163
1334
|
msgid "Host updated"
|
1164
1335
|
msgstr ""
|
1165
1336
|
|
1166
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1337
|
+
#: ../lib/hammer_cli_foreman/host.rb:381
|
1167
1338
|
msgid "Could not update the host"
|
1168
1339
|
msgstr ""
|
1169
1340
|
|
1170
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1341
|
+
#: ../lib/hammer_cli_foreman/host.rb:388
|
1171
1342
|
msgid "Host deleted"
|
1172
1343
|
msgstr "Host deleted"
|
1173
1344
|
|
1174
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1345
|
+
#: ../lib/hammer_cli_foreman/host.rb:389
|
1175
1346
|
msgid "Could not delete the host"
|
1176
1347
|
msgstr "Could not delete the host"
|
1177
1348
|
|
1178
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1349
|
+
#: ../lib/hammer_cli_foreman/host.rb:396
|
1179
1350
|
msgid "Create or update parameter for a host."
|
1180
1351
|
msgstr ""
|
1181
1352
|
|
1182
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1353
|
+
#: ../lib/hammer_cli_foreman/host.rb:398
|
1183
1354
|
msgid "Host parameter updated"
|
1184
1355
|
msgstr ""
|
1185
1356
|
|
1186
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1357
|
+
#: ../lib/hammer_cli_foreman/host.rb:399
|
1187
1358
|
msgid "New host parameter created"
|
1188
1359
|
msgstr ""
|
1189
1360
|
|
1190
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1361
|
+
#: ../lib/hammer_cli_foreman/host.rb:400
|
1191
1362
|
msgid "Could not set host parameter"
|
1192
1363
|
msgstr ""
|
1193
1364
|
|
1194
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1365
|
+
#: ../lib/hammer_cli_foreman/host.rb:412
|
1195
1366
|
msgid "Delete parameter for a host."
|
1196
1367
|
msgstr ""
|
1197
1368
|
|
1198
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1369
|
+
#: ../lib/hammer_cli_foreman/host.rb:414
|
1199
1370
|
msgid "Host parameter deleted"
|
1200
1371
|
msgstr ""
|
1201
1372
|
|
1202
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1373
|
+
#: ../lib/hammer_cli_foreman/host.rb:429
|
1203
1374
|
msgid "Power a host on"
|
1204
1375
|
msgstr ""
|
1205
1376
|
|
1206
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1377
|
+
#: ../lib/hammer_cli_foreman/host.rb:430
|
1207
1378
|
msgid "The host is starting."
|
1208
1379
|
msgstr ""
|
1209
1380
|
|
1210
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1381
|
+
#: ../lib/hammer_cli_foreman/host.rb:447
|
1211
1382
|
msgid "Force turning off a host"
|
1212
1383
|
msgstr ""
|
1213
1384
|
|
1214
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1385
|
+
#: ../lib/hammer_cli_foreman/host.rb:452
|
1215
1386
|
msgid "Power a host off"
|
1216
1387
|
msgstr ""
|
1217
1388
|
|
1218
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1389
|
+
#: ../lib/hammer_cli_foreman/host.rb:464
|
1219
1390
|
msgid "Power off forced."
|
1220
1391
|
msgstr ""
|
1221
1392
|
|
1222
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1393
|
+
#: ../lib/hammer_cli_foreman/host.rb:466
|
1223
1394
|
msgid "Powering the host off."
|
1224
1395
|
msgstr ""
|
1225
1396
|
|
1226
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1397
|
+
#: ../lib/hammer_cli_foreman/host.rb:483
|
1227
1398
|
msgid "Reboot a host"
|
1228
1399
|
msgstr "Reboot a host"
|
1229
1400
|
|
1230
|
-
#: ../lib/hammer_cli_foreman/host.rb:
|
1401
|
+
#: ../lib/hammer_cli_foreman/host.rb:484
|
1231
1402
|
msgid "Host reboot started."
|
1232
1403
|
msgstr ""
|
1233
1404
|
|
1405
|
+
#: ../lib/hammer_cli_foreman/host.rb:520
|
1406
|
+
msgid "Rebuild orchestration related configurations for host"
|
1407
|
+
msgstr ""
|
1408
|
+
|
1409
|
+
#: ../lib/hammer_cli_foreman/host.rb:521
|
1410
|
+
msgid "Configuration successfully rebuilt."
|
1411
|
+
msgstr ""
|
1412
|
+
|
1234
1413
|
#: ../lib/hammer_cli_foreman/hostgroup.rb:10
|
1235
1414
|
msgid "List of puppetclass ids"
|
1236
1415
|
msgstr ""
|
@@ -1421,18 +1600,19 @@ msgid "Name to search by"
|
|
1421
1600
|
msgstr ""
|
1422
1601
|
|
1423
1602
|
#: ../lib/hammer_cli_foreman/id_resolver.rb:153
|
1603
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:161
|
1424
1604
|
msgid "one of %s not found"
|
1425
1605
|
msgstr ""
|
1426
1606
|
|
1427
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:
|
1607
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:208
|
1428
1608
|
msgid "%s not found"
|
1429
1609
|
msgstr ""
|
1430
1610
|
|
1431
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:
|
1611
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:209
|
1432
1612
|
msgid "found more than one %s"
|
1433
1613
|
msgstr ""
|
1434
1614
|
|
1435
|
-
#: ../lib/hammer_cli_foreman/id_resolver.rb:
|
1615
|
+
#: ../lib/hammer_cli_foreman/id_resolver.rb:220
|
1436
1616
|
msgid "Missing options to search %s"
|
1437
1617
|
msgstr ""
|
1438
1618
|
|
@@ -1870,36 +2050,41 @@ msgstr "Delete parameter for an organisation."
|
|
1870
2050
|
msgid "Could not delete organization parameter"
|
1871
2051
|
msgstr "Could not delete organisation parameter"
|
1872
2052
|
|
1873
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2053
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:21
|
2054
|
+
#: ../lib/hammer_cli_foreman/template.rb:48
|
2055
|
+
msgid "Locked"
|
2056
|
+
msgstr ""
|
2057
|
+
|
2058
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:32
|
1874
2059
|
msgid "View partition table content."
|
1875
2060
|
msgstr ""
|
1876
2061
|
|
1877
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
1878
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2062
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:44
|
2063
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:55
|
1879
2064
|
msgid "Path to a file that contains the partition layout"
|
1880
2065
|
msgstr ""
|
1881
2066
|
|
1882
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2067
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:47
|
1883
2068
|
msgid "Partition table created"
|
1884
2069
|
msgstr ""
|
1885
2070
|
|
1886
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2071
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:48
|
1887
2072
|
msgid "Could not create the partition table"
|
1888
2073
|
msgstr ""
|
1889
2074
|
|
1890
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2075
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:58
|
1891
2076
|
msgid "Partition table updated"
|
1892
2077
|
msgstr ""
|
1893
2078
|
|
1894
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2079
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:59
|
1895
2080
|
msgid "Could not update the partition table"
|
1896
2081
|
msgstr ""
|
1897
2082
|
|
1898
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2083
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:66
|
1899
2084
|
msgid "Partition table deleted"
|
1900
2085
|
msgstr ""
|
1901
2086
|
|
1902
|
-
#: ../lib/hammer_cli_foreman/partition_table.rb:
|
2087
|
+
#: ../lib/hammer_cli_foreman/partition_table.rb:67
|
1903
2088
|
msgid "Could not delete the partition table"
|
1904
2089
|
msgstr ""
|
1905
2090
|
|
@@ -2244,15 +2429,19 @@ msgstr ""
|
|
2244
2429
|
|
2245
2430
|
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
|
2246
2431
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:124
|
2247
|
-
msgid "Could not create the
|
2432
|
+
msgid "Could not create the override value"
|
2248
2433
|
msgstr ""
|
2249
2434
|
|
2250
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2435
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
|
2436
|
+
msgid "Cannot use --value when --use-puppet-default is true"
|
2437
|
+
msgstr ""
|
2438
|
+
|
2439
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
|
2251
2440
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:136
|
2252
2441
|
msgid "Override value deleted"
|
2253
2442
|
msgstr ""
|
2254
2443
|
|
2255
|
-
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:
|
2444
|
+
#: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
|
2256
2445
|
#: ../lib/hammer_cli_foreman/smart_variable.rb:137
|
2257
2446
|
msgid "Could not delete the override value"
|
2258
2447
|
msgstr ""
|
@@ -2411,52 +2600,60 @@ msgstr ""
|
|
2411
2600
|
msgid "Could not delete the subnet"
|
2412
2601
|
msgstr ""
|
2413
2602
|
|
2414
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2603
|
+
#: ../lib/hammer_cli_foreman/template.rb:72
|
2415
2604
|
msgid "List available config template kinds."
|
2416
2605
|
msgstr ""
|
2417
2606
|
|
2418
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2607
|
+
#: ../lib/hammer_cli_foreman/template.rb:91
|
2419
2608
|
msgid "View config template content."
|
2420
2609
|
msgstr ""
|
2421
2610
|
|
2422
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2423
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2611
|
+
#: ../lib/hammer_cli_foreman/template.rb:103
|
2612
|
+
#: ../lib/hammer_cli_foreman/template.rb:121
|
2424
2613
|
msgid "Path to a file that contains the template"
|
2425
2614
|
msgstr ""
|
2426
2615
|
|
2427
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2428
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2616
|
+
#: ../lib/hammer_cli_foreman/template.rb:105
|
2617
|
+
#: ../lib/hammer_cli_foreman/template.rb:123
|
2429
2618
|
msgid "Template type. Eg. snippet, script, provision"
|
2430
2619
|
msgstr ""
|
2431
2620
|
|
2432
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2621
|
+
#: ../lib/hammer_cli_foreman/template.rb:107
|
2433
2622
|
msgid "Config template created"
|
2434
2623
|
msgstr ""
|
2435
2624
|
|
2436
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2625
|
+
#: ../lib/hammer_cli_foreman/template.rb:108
|
2437
2626
|
msgid "Could not create the config template"
|
2438
2627
|
msgstr ""
|
2439
2628
|
|
2440
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2629
|
+
#: ../lib/hammer_cli_foreman/template.rb:125
|
2441
2630
|
msgid "Config template updated"
|
2442
2631
|
msgstr ""
|
2443
2632
|
|
2444
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2633
|
+
#: ../lib/hammer_cli_foreman/template.rb:126
|
2445
2634
|
msgid "Could not update the config template"
|
2446
2635
|
msgstr ""
|
2447
2636
|
|
2448
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2637
|
+
#: ../lib/hammer_cli_foreman/template.rb:139
|
2449
2638
|
msgid "Config template deleted"
|
2450
2639
|
msgstr ""
|
2451
2640
|
|
2452
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2641
|
+
#: ../lib/hammer_cli_foreman/template.rb:140
|
2453
2642
|
msgid "Could not delete the config template"
|
2454
2643
|
msgstr ""
|
2455
2644
|
|
2456
|
-
#: ../lib/hammer_cli_foreman/template.rb:
|
2645
|
+
#: ../lib/hammer_cli_foreman/template.rb:151
|
2457
2646
|
msgid "Update the default PXE menu on all configured TFTP servers"
|
2458
2647
|
msgstr ""
|
2459
2648
|
|
2649
|
+
#: ../lib/hammer_cli_foreman/template.rb:164
|
2650
|
+
msgid "Config template cloned"
|
2651
|
+
msgstr ""
|
2652
|
+
|
2653
|
+
#: ../lib/hammer_cli_foreman/template.rb:165
|
2654
|
+
msgid "Could not clone the config template"
|
2655
|
+
msgstr ""
|
2656
|
+
|
2460
2657
|
#: ../lib/hammer_cli_foreman/user.rb:11
|
2461
2658
|
msgid "Login"
|
2462
2659
|
msgstr ""
|
@@ -2470,54 +2667,58 @@ msgid "Admin"
|
|
2470
2667
|
msgstr ""
|
2471
2668
|
|
2472
2669
|
#: ../lib/hammer_cli_foreman/user.rb:29
|
2670
|
+
msgid "Effective admin"
|
2671
|
+
msgstr ""
|
2672
|
+
|
2673
|
+
#: ../lib/hammer_cli_foreman/user.rb:30
|
2473
2674
|
msgid "Authorized by"
|
2474
2675
|
msgstr "Authorised by"
|
2475
2676
|
|
2476
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2677
|
+
#: ../lib/hammer_cli_foreman/user.rb:31
|
2477
2678
|
msgid "Locale"
|
2478
2679
|
msgstr ""
|
2479
2680
|
|
2480
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2681
|
+
#: ../lib/hammer_cli_foreman/user.rb:32
|
2481
2682
|
msgid "Timezone"
|
2482
2683
|
msgstr ""
|
2483
2684
|
|
2484
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2685
|
+
#: ../lib/hammer_cli_foreman/user.rb:33
|
2485
2686
|
msgid "Last login"
|
2486
2687
|
msgstr ""
|
2487
2688
|
|
2488
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2689
|
+
#: ../lib/hammer_cli_foreman/user.rb:34
|
2489
2690
|
msgid "Default organization"
|
2490
2691
|
msgstr "Default organisation"
|
2491
2692
|
|
2492
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2693
|
+
#: ../lib/hammer_cli_foreman/user.rb:35
|
2493
2694
|
msgid "Default location"
|
2494
2695
|
msgstr ""
|
2495
2696
|
|
2496
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2697
|
+
#: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
|
2497
2698
|
msgid "default"
|
2498
2699
|
msgstr ""
|
2499
2700
|
|
2500
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2701
|
+
#: ../lib/hammer_cli_foreman/user.rb:54
|
2501
2702
|
msgid "User [%{login}] created"
|
2502
2703
|
msgstr ""
|
2503
2704
|
|
2504
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2705
|
+
#: ../lib/hammer_cli_foreman/user.rb:55
|
2505
2706
|
msgid "Could not create the user"
|
2506
2707
|
msgstr ""
|
2507
2708
|
|
2508
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2709
|
+
#: ../lib/hammer_cli_foreman/user.rb:62
|
2509
2710
|
msgid "User [%{login}] updated"
|
2510
2711
|
msgstr ""
|
2511
2712
|
|
2512
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2713
|
+
#: ../lib/hammer_cli_foreman/user.rb:63
|
2513
2714
|
msgid "Could not update the user"
|
2514
2715
|
msgstr ""
|
2515
2716
|
|
2516
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2717
|
+
#: ../lib/hammer_cli_foreman/user.rb:70
|
2517
2718
|
msgid "User [%{login}] deleted"
|
2518
2719
|
msgstr ""
|
2519
2720
|
|
2520
|
-
#: ../lib/hammer_cli_foreman/user.rb:
|
2721
|
+
#: ../lib/hammer_cli_foreman/user.rb:71
|
2521
2722
|
msgid "Could not delete the user"
|
2522
2723
|
msgstr ""
|
2523
2724
|
|