hammer_cli_foreman 0.3.0 → 0.4.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.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/doc/host_create.md +10 -0
  3. data/doc/release_notes.md +9 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +8 -8
  5. data/lib/hammer_cli_foreman/host.rb +1 -1
  6. data/lib/hammer_cli_foreman/hostgroup.rb +10 -0
  7. data/lib/hammer_cli_foreman/smart_class_parameter.rb +1 -0
  8. data/lib/hammer_cli_foreman/smart_variable.rb +1 -0
  9. data/lib/hammer_cli_foreman/version.rb +1 -1
  10. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  11. data/locale/de/hammer-cli-foreman.edit.po +127 -70
  12. data/locale/de/hammer-cli-foreman.po +3 -3
  13. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  14. data/locale/en/hammer-cli-foreman.edit.po +97 -49
  15. data/locale/en/hammer-cli-foreman.po +37 -1
  16. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  17. data/locale/en_GB/hammer-cli-foreman.edit.po +120 -69
  18. data/locale/en_GB/hammer-cli-foreman.po +8 -8
  19. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  20. data/locale/es/hammer-cli-foreman.edit.po +106 -50
  21. data/locale/es/hammer-cli-foreman.po +3 -3
  22. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  23. data/locale/fr/hammer-cli-foreman.edit.po +106 -50
  24. data/locale/fr/hammer-cli-foreman.po +2 -2
  25. data/locale/hammer-cli-foreman.pot +111 -62
  26. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/it/hammer-cli-foreman.edit.po +107 -51
  28. data/locale/it/hammer-cli-foreman.po +6 -6
  29. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/ja/hammer-cli-foreman.edit.po +106 -50
  31. data/locale/ja/hammer-cli-foreman.po +3 -3
  32. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  33. data/locale/ko/hammer-cli-foreman.edit.po +106 -50
  34. data/locale/ko/hammer-cli-foreman.po +6 -6
  35. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  36. data/locale/pt_BR/hammer-cli-foreman.edit.po +106 -50
  37. data/locale/pt_BR/hammer-cli-foreman.po +31 -30
  38. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ru/hammer-cli-foreman.edit.po +198 -140
  40. data/locale/ru/hammer-cli-foreman.po +3 -3
  41. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/zh_CN/hammer-cli-foreman.edit.po +106 -50
  43. data/locale/zh_CN/hammer-cli-foreman.po +6 -6
  44. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/zh_TW/hammer-cli-foreman.edit.po +106 -50
  46. data/locale/zh_TW/hammer-cli-foreman.po +6 -6
  47. data/test/unit/hostgroup_test.rb +2 -2
  48. metadata +4 -38
@@ -3,17 +3,18 @@
3
3
  # This file is distributed under the same license as the hammer-cli-foreman package.
4
4
  #
5
5
  # Translators:
6
+ # Christina Gurski <Gurski_christina@yahoo.de>, 2015
6
7
  # Ettore Atalan <atalanttore@googlemail.com>, 2014
7
8
  # Marcel Fuhrmann <marcel@mfsystems.me>, 2015
8
9
  # simon11 <simon.stieger.98@live.de>, 2014
9
10
  # simon11 <simon.stieger.98@live.de>, 2014
10
11
  msgid ""
11
12
  msgstr ""
12
- "Project-Id-Version: hammer-cli-foreman 0.2.0\n"
13
+ "Project-Id-Version: hammer-cli-foreman 0.3.0\n"
13
14
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2015-07-29 17:24+0200\n"
15
- "PO-Revision-Date: 2015-03-22 03:37+0000\n"
16
- "Last-Translator: Marcel Fuhrmann <marcel@mfsystems.me>\n"
15
+ "POT-Creation-Date: 2015-09-21 16:50+0200\n"
16
+ "PO-Revision-Date: 2015-06-27 20:10+0000\n"
17
+ "Last-Translator: Christina Gurski <Gurski_christina@yahoo.de>\n"
17
18
  "Language-Team: German (http://www.transifex.com/projects/p/foreman/language/de"
18
19
  "/)\n"
19
20
  "MIME-Version: 1.0\n"
@@ -32,7 +33,7 @@ msgstr "Architekturen bearbeiten."
32
33
 
33
34
  #: ../lib/hammer_cli_foreman.rb:38
34
35
  msgid "Manipulate auth sources."
35
- msgstr ""
36
+ msgstr "Authentifizierungsquellen bearbeiten"
36
37
 
37
38
  #: ../lib/hammer_cli_foreman.rb:42
38
39
  msgid "Manipulate compute resources."
@@ -44,7 +45,7 @@ msgstr "Domains bearbeiten."
44
45
 
45
46
  #: ../lib/hammer_cli_foreman.rb:50
46
47
  msgid "Manipulate environments."
47
- msgstr ""
48
+ msgstr "Umgebungen bearbeiten"
48
49
 
49
50
  #: ../lib/hammer_cli_foreman.rb:54
50
51
  msgid "Search facts."
@@ -56,7 +57,7 @@ msgstr "Berechtigungsfilter verwalten."
56
57
 
57
58
  #: ../lib/hammer_cli_foreman.rb:62
58
59
  msgid "Manipulate hosts."
59
- msgstr ""
60
+ msgstr "Hosts bearbeiten"
60
61
 
61
62
  #: ../lib/hammer_cli_foreman.rb:66
62
63
  msgid "Manipulate hostgroups."
@@ -76,7 +77,7 @@ msgstr "Hardwaremodelle bearbeiten."
76
77
 
77
78
  #: ../lib/hammer_cli_foreman.rb:82
78
79
  msgid "Manipulate operating system."
79
- msgstr ""
80
+ msgstr "Betriebssystem bearbeiten"
80
81
 
81
82
  #: ../lib/hammer_cli_foreman.rb:86
82
83
  msgid "Manipulate organizations."
@@ -131,11 +132,11 @@ msgstr "Benutzer bearbeiten."
131
132
  msgid "Manage user groups."
132
133
  msgstr "Benutzergruppen verwalten."
133
134
 
134
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:200 ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:47 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:62 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
135
+ #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72 ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:200 ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:63 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
135
136
  msgid "Id"
136
137
  msgstr "Kennung"
137
138
 
138
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:202 ../lib/hammer_cli_foreman/hostgroup.rb:48 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:10 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:74 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
139
+ #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:202 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:10 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:74 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
139
140
  msgid "Name"
140
141
  msgstr "Name"
141
142
 
@@ -223,18 +224,56 @@ msgstr "Smart-Proxy lösen"
223
224
  msgid "Associate an user"
224
225
  msgstr "Benutzer zuweisen"
225
226
 
227
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:149
228
+ #, fuzzy
229
+ msgid "The user has been associated"
230
+ msgstr "Architektur wurde zugewiesen"
231
+
232
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:150
233
+ #, fuzzy
234
+ msgid "Could not associate the user"
235
+ msgstr "Der Benutzer konnte nicht erstellt werden"
236
+
226
237
  #: ../lib/hammer_cli_foreman/associating_commands.rb:155
227
238
  msgid "Disassociate an user"
228
239
  msgstr "Benutzer lösen"
229
240
 
241
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:157
242
+ #, fuzzy
243
+ msgid "The user has been disassociated"
244
+ msgstr "Architektur wurde gelöst"
245
+
246
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:158
247
+ #, fuzzy
248
+ msgid "Could not disassociate the user"
249
+ msgstr "Architektur konnte nicht gelöst werden"
250
+
230
251
  #: ../lib/hammer_cli_foreman/associating_commands.rb:167
231
252
  msgid "Associate an user group"
232
253
  msgstr "Benutzergruppe zuweisen"
233
254
 
255
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:171
256
+ msgid "The user group has been associated"
257
+ msgstr ""
258
+
259
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:172
260
+ #, fuzzy
261
+ msgid "Could not associate the user group"
262
+ msgstr "Benutzergruppe konnte nicht erstellt werden"
263
+
234
264
  #: ../lib/hammer_cli_foreman/associating_commands.rb:177
235
265
  msgid "Disassociate an user group"
236
266
  msgstr "Benutzergruppe lösen"
237
267
 
268
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:181
269
+ msgid "The user group has been disassociated"
270
+ msgstr ""
271
+
272
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:182
273
+ #, fuzzy
274
+ msgid "Could not disassociate the user group"
275
+ msgstr "Benutzergruppe konnte nicht erstellt werden"
276
+
238
277
  #: ../lib/hammer_cli_foreman/associating_commands.rb:191
239
278
  msgid "Associate a configuration template"
240
279
  msgstr "Konfigurationsvorlage zuweisen"
@@ -377,7 +416,7 @@ msgstr ""
377
416
 
378
417
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
379
418
  msgid "Manage LDAP auth sources."
380
- msgstr ""
419
+ msgstr "LDAP-Authentifizierungsquellen verwalten"
381
420
 
382
421
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:15
383
422
  msgid "LDAPS?"
@@ -429,27 +468,27 @@ msgstr "Fotoattribut"
429
468
 
430
469
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:43
431
470
  msgid "Auth source created"
432
- msgstr ""
471
+ msgstr "Authentifizierungsquelle erstellt"
433
472
 
434
473
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
435
474
  msgid "Could not create the Auth Source"
436
- msgstr ""
475
+ msgstr "Authentifzierungsquelle konnte nicht erstellt werden"
437
476
 
438
477
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
439
478
  msgid "Auth source deleted"
440
- msgstr ""
479
+ msgstr "Authentifizierungsquelle gelöscht"
441
480
 
442
481
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
443
482
  msgid "Could not delete the Auth Source"
444
- msgstr ""
483
+ msgstr "Authentifizierungsquelle konnte nicht gelöscht werden"
445
484
 
446
485
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
447
486
  msgid "Auth source updated"
448
- msgstr ""
487
+ msgstr "Authentifizierungsquelle aktualisiert"
449
488
 
450
489
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
451
490
  msgid "Could not update the Auth Source"
452
- msgstr ""
491
+ msgstr "Authentifizierungsquelle konnte nicht aktualisiert werden"
453
492
 
454
493
  #: ../lib/hammer_cli_foreman/commands.rb:83
455
494
  msgid "Received data of unknown format"
@@ -457,15 +496,15 @@ msgstr "Daten in unbekanntem Format erhalten"
457
496
 
458
497
  #: ../lib/hammer_cli_foreman/commands.rb:191
459
498
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
460
- msgstr ""
499
+ msgstr "%{resource} nicht gefunden. Einige Suchoptionen fehlten, siehe --help"
461
500
 
462
501
  #: ../lib/hammer_cli_foreman/commands.rb:193
463
502
  msgid "Could not find %{resource}, please set option %{switches}."
464
- msgstr ""
503
+ msgstr "%{resource} nicht gefunden. Bitte Option %{switches} setzen."
465
504
 
466
505
  #: ../lib/hammer_cli_foreman/commands.rb:195
467
506
  msgid "Could not find %{resource}, please set one of options %{switches}."
468
- msgstr ""
507
+ msgstr "%{resource} nicht gefunden. Bitte eine der Optionen %{switches} setzen."
469
508
 
470
509
  #: ../lib/hammer_cli_foreman/commands.rb:517
471
510
  msgid "Associate a resource"
@@ -475,7 +514,7 @@ msgstr "Ressource zuweisen"
475
514
  msgid "Disassociate a resource"
476
515
  msgstr "Ressource lösen"
477
516
 
478
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:327 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:64
517
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:327 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:65
479
518
  msgid "Value"
480
519
  msgstr "Wert"
481
520
 
@@ -677,11 +716,11 @@ msgstr "ist der Server nicht verfügbar?"
677
716
 
678
717
  #: ../lib/hammer_cli_foreman/exception_handler.rb:77
679
718
  msgid "was '%s' run on the server when using apipie cache? (typical production settings)"
680
- msgstr ""
719
+ msgstr "Wurde '%s' auf dem Server ausgeführt, während Apipe-Cache in Verwendung war? (typische Produktionseinstellungen)"
681
720
 
682
721
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:6
683
722
  msgid "View and manage user group's external user groups"
684
- msgstr ""
723
+ msgstr "Externe Benutzergruppen der Benutzergruppe anzeigen und verwalten"
685
724
 
686
725
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:12 ../lib/hammer_cli_foreman/external_usergroup.rb:43
687
726
  msgid "Auth source"
@@ -781,7 +820,7 @@ msgstr "Ressource"
781
820
 
782
821
  #: ../lib/hammer_cli_foreman/host.rb:15
783
822
  msgid "Login of the owner"
784
- msgstr ""
823
+ msgstr "Anmeldung des Eigentümers"
785
824
 
786
825
  #: ../lib/hammer_cli_foreman/host.rb:17
787
826
  msgid "ID of the owner"
@@ -803,6 +842,10 @@ msgstr "Datenträgerparameter"
803
842
  msgid "Interface parameters."
804
843
  msgstr "Schnittstellenparameter."
805
844
 
845
+ #: ../lib/hammer_cli_foreman/host.rb:62
846
+ msgid "Enter the root password for the host:"
847
+ msgstr ""
848
+
806
849
  #: ../lib/hammer_cli_foreman/host.rb:146
807
850
  msgid "At least one interface must be set as primary"
808
851
  msgstr ""
@@ -811,7 +854,7 @@ msgstr ""
811
854
  msgid "At least one interface must be set as provision"
812
855
  msgstr ""
813
856
 
814
- #: ../lib/hammer_cli_foreman/host.rb:165 ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:50 ../lib/hammer_cli_foreman/image.rb:31
857
+ #: ../lib/hammer_cli_foreman/host.rb:165 ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
815
858
  msgid "Operating System"
816
859
  msgstr "Betriebssystem"
817
860
 
@@ -850,7 +893,7 @@ msgstr "Rechnerresource"
850
893
  msgid "Compute Profile"
851
894
  msgstr "Rechnerprofil"
852
895
 
853
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/hostgroup.rb:51
896
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/hostgroup.rb:61
854
897
  msgid "Environment"
855
898
  msgstr "Umgebung"
856
899
 
@@ -884,11 +927,11 @@ msgstr "letzter Report"
884
927
  msgid "Network"
885
928
  msgstr "Netzwerk"
886
929
 
887
- #: ../lib/hammer_cli_foreman/host.rb:220 ../lib/hammer_cli_foreman/hostgroup.rb:62 ../lib/hammer_cli_foreman/interface.rb:49
930
+ #: ../lib/hammer_cli_foreman/host.rb:220 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
888
931
  msgid "Subnet"
889
932
  msgstr "Subnetz"
890
933
 
891
- #: ../lib/hammer_cli_foreman/host.rb:221 ../lib/hammer_cli_foreman/hostgroup.rb:64 ../lib/hammer_cli_foreman/interface.rb:50
934
+ #: ../lib/hammer_cli_foreman/host.rb:221 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
892
935
  msgid "Domain"
893
936
  msgstr "Domäne"
894
937
 
@@ -942,7 +985,7 @@ msgstr ""
942
985
  msgid "Operating system"
943
986
  msgstr "Betriebssysteme"
944
987
 
945
- #: ../lib/hammer_cli_foreman/host.rb:240 ../lib/hammer_cli_foreman/hostgroup.rb:65 ../lib/hammer_cli_foreman/image.rb:45
988
+ #: ../lib/hammer_cli_foreman/host.rb:240 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
946
989
  msgid "Architecture"
947
990
  msgstr "Architektur"
948
991
 
@@ -950,11 +993,11 @@ msgstr "Architektur"
950
993
  msgid "Build"
951
994
  msgstr "Erstelle"
952
995
 
953
- #: ../lib/hammer_cli_foreman/host.rb:245 ../lib/hammer_cli_foreman/hostgroup.rb:67
996
+ #: ../lib/hammer_cli_foreman/host.rb:245 ../lib/hammer_cli_foreman/hostgroup.rb:77
954
997
  msgid "Medium"
955
998
  msgstr "Medium"
956
999
 
957
- #: ../lib/hammer_cli_foreman/host.rb:246 ../lib/hammer_cli_foreman/hostgroup.rb:66
1000
+ #: ../lib/hammer_cli_foreman/host.rb:246 ../lib/hammer_cli_foreman/hostgroup.rb:76
958
1001
  msgid "Partition Table"
959
1002
  msgstr "Partitionstabelle"
960
1003
 
@@ -991,7 +1034,7 @@ msgstr "Eigentümertyp"
991
1034
  msgid "Enabled"
992
1035
  msgstr "Aktiviert"
993
1036
 
994
- #: ../lib/hammer_cli_foreman/host.rb:262 ../lib/hammer_cli_foreman/hostgroup.rb:52
1037
+ #: ../lib/hammer_cli_foreman/host.rb:262 ../lib/hammer_cli_foreman/hostgroup.rb:62
995
1038
  msgid "Model"
996
1039
  msgstr "Modell"
997
1040
 
@@ -1107,71 +1150,80 @@ msgstr "Name des Puppet Proxy"
1107
1150
  msgid "Name of parent hostgroup"
1108
1151
  msgstr "Name der übergeordneten Hostgruppe"
1109
1152
 
1110
- #: ../lib/hammer_cli_foreman/hostgroup.rb:49 ../lib/hammer_cli_foreman/operating_system.rb:11
1153
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:17
1154
+ #, fuzzy
1155
+ msgid "Root password"
1156
+ msgstr "BMC-Passwort"
1157
+
1158
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1159
+ msgid "Enter the root password for the host group:"
1160
+ msgstr ""
1161
+
1162
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
1111
1163
  msgid "Title"
1112
1164
  msgstr "Titel"
1113
1165
 
1114
- #: ../lib/hammer_cli_foreman/hostgroup.rb:68
1166
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:78
1115
1167
  msgid "Puppet CA Proxy Id"
1116
1168
  msgstr "Puppet CA Proxy-Kennung"
1117
1169
 
1118
- #: ../lib/hammer_cli_foreman/hostgroup.rb:69
1170
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:79
1119
1171
  msgid "Puppet Master Proxy Id"
1120
1172
  msgstr "Puppet Master Proxy-Kennung"
1121
1173
 
1122
- #: ../lib/hammer_cli_foreman/hostgroup.rb:70
1174
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1123
1175
  msgid "ComputeProfile"
1124
1176
  msgstr "Rechnerprofil"
1125
1177
 
1126
- #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1178
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1127
1179
  msgid "Parent Id"
1128
1180
  msgstr "Übergeordnete Kennung"
1129
1181
 
1130
- #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1182
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1131
1183
  msgid "Hostgroup created"
1132
1184
  msgstr "Hostgruppe erstellt"
1133
1185
 
1134
- #: ../lib/hammer_cli_foreman/hostgroup.rb:85
1186
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1135
1187
  msgid "Could not create the hostgroup"
1136
1188
  msgstr "Hostgruppe konnte nicht erstellt werden"
1137
1189
 
1138
- #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1190
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:104
1139
1191
  msgid "Hostgroup updated"
1140
1192
  msgstr "Hostgruppe aktualisiert"
1141
1193
 
1142
- #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1194
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:105
1143
1195
  msgid "Could not update the hostgroup"
1144
1196
  msgstr "Hostgruppe konnte nicht aktualisiert werden"
1145
1197
 
1146
- #: ../lib/hammer_cli_foreman/hostgroup.rb:102
1198
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:112
1147
1199
  msgid "Hostgroup deleted"
1148
1200
  msgstr "Hostgruppe entfernt"
1149
1201
 
1150
- #: ../lib/hammer_cli_foreman/hostgroup.rb:103
1202
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:113
1151
1203
  msgid "Could not delete the hostgroup"
1152
1204
  msgstr "Hostgruppe konnte nicht entfernt werden"
1153
1205
 
1154
- #: ../lib/hammer_cli_foreman/hostgroup.rb:127
1206
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:137
1155
1207
  msgid "Create or update parameter for a hostgroup."
1156
1208
  msgstr "Parameter für Hostgruppe erstellen oder aktualisieren."
1157
1209
 
1158
- #: ../lib/hammer_cli_foreman/hostgroup.rb:129
1210
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:139
1159
1211
  msgid "Hostgroup parameter updated"
1160
1212
  msgstr "Hostgruppen-Parameter aktualisiert"
1161
1213
 
1162
- #: ../lib/hammer_cli_foreman/hostgroup.rb:130
1214
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1163
1215
  msgid "New hostgroup parameter created"
1164
1216
  msgstr "Neuer Hostgruppen-Parameter erstellt"
1165
1217
 
1166
- #: ../lib/hammer_cli_foreman/hostgroup.rb:131
1218
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:141
1167
1219
  msgid "Could not set hostgroup parameter"
1168
1220
  msgstr "Hostgruppen-Parameter konnte nicht gesetzt werden"
1169
1221
 
1170
- #: ../lib/hammer_cli_foreman/hostgroup.rb:138
1222
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:148
1171
1223
  msgid "Delete parameter for a hostgroup."
1172
1224
  msgstr "Parameter für Hostgruppe löschen."
1173
1225
 
1174
- #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1226
+ #: ../lib/hammer_cli_foreman/hostgroup.rb:150
1175
1227
  msgid "Hostgroup parameter deleted"
1176
1228
  msgstr "Hostgruppen-Parameter entfernt"
1177
1229
 
@@ -1276,7 +1328,7 @@ msgstr "Zu suchender Name"
1276
1328
 
1277
1329
  #: ../lib/hammer_cli_foreman/id_resolver.rb:153
1278
1330
  msgid "one of %s not found"
1279
- msgstr ""
1331
+ msgstr "eine von %s nicht gefunden"
1280
1332
 
1281
1333
  #: ../lib/hammer_cli_foreman/id_resolver.rb:200
1282
1334
  msgid "%s not found"
@@ -1957,62 +2009,67 @@ msgid "Merge overrides"
1957
2009
  msgstr ""
1958
2010
 
1959
2011
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:59
2012
+ #, fuzzy
2013
+ msgid "Merge default value"
2014
+ msgstr "Standardwert"
2015
+
2016
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:60
1960
2017
  msgid "Avoid duplicates"
1961
2018
  msgstr ""
1962
2019
 
1963
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:60
2020
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:61
1964
2021
  msgid "Order"
1965
2022
  msgstr "Reihenfolge"
1966
2023
 
1967
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:61
2024
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:62
1968
2025
  #, fuzzy
1969
2026
  msgid "Values"
1970
2027
  msgstr "Wert"
1971
2028
 
1972
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:63
2029
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:64
1973
2030
  msgid "Match"
1974
2031
  msgstr "Übereinstimmung"
1975
2032
 
1976
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2033
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
1977
2034
  msgid "Parameter updated"
1978
2035
  msgstr "Parameter aktualisiert"
1979
2036
 
1980
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2037
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:104
1981
2038
  msgid "Could not update the parameter"
1982
2039
  msgstr "Parameter konnte nicht aktualisiert werden"
1983
2040
 
1984
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2041
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:111
1985
2042
  msgid "Override this parameter."
1986
2043
  msgstr "Diesen Parameter übergehen."
1987
2044
 
1988
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2045
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
1989
2046
  msgid "This parameter is required."
1990
2047
  msgstr "Dieser Parameter wird benötigt."
1991
2048
 
1992
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2049
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
1993
2050
  msgid "Type of the parameter."
1994
2051
  msgstr "Typ des Parameters"
1995
2052
 
1996
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2053
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:118 ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
1997
2054
  msgid "Type of the validator."
1998
2055
  msgstr "Typ des Validators."
1999
2056
 
2000
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:121
2057
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:122
2001
2058
  #, fuzzy
2002
2059
  msgid "Override value created"
2003
2060
  msgstr "Werte übergehen"
2004
2061
 
2005
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:122
2062
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:133 ../lib/hammer_cli_foreman/smart_variable.rb:123
2006
2063
  #, fuzzy
2007
2064
  msgid "Could not create the override_value"
2008
2065
  msgstr "Benutzerrolle konnte nicht erstellt werden"
2009
2066
 
2010
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151 ../lib/hammer_cli_foreman/smart_variable.rb:134
2067
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152 ../lib/hammer_cli_foreman/smart_variable.rb:135
2011
2068
  #, fuzzy
2012
2069
  msgid "Override value deleted"
2013
2070
  msgstr "Werte übergehen"
2014
2071
 
2015
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152 ../lib/hammer_cli_foreman/smart_variable.rb:135
2072
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:153 ../lib/hammer_cli_foreman/smart_variable.rb:136
2016
2073
  #, fuzzy
2017
2074
  msgid "Could not delete the override value"
2018
2075
  msgstr "Betriebssystem konnte nicht gelöscht werden"
@@ -2069,34 +2126,34 @@ msgstr "Smart-Proxy-Funktionen wurden aktualisiert"
2069
2126
  msgid "Refresh of smart proxy features failed"
2070
2127
  msgstr "Fehler beim Aktualisieren von Smart-Proxy-Funktionen"
2071
2128
 
2072
- #: ../lib/hammer_cli_foreman/smart_variable.rb:81
2129
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:82
2073
2130
  msgid "Smart variable [%{variable}] created"
2074
2131
  msgstr ""
2075
2132
 
2076
- #: ../lib/hammer_cli_foreman/smart_variable.rb:82
2133
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2077
2134
  #, fuzzy
2078
2135
  msgid "Could not create the smart variable"
2079
2136
  msgstr "Partitionstabelle konnte nicht erstellt werden"
2080
2137
 
2081
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86 ../lib/hammer_cli_foreman/smart_variable.rb:100
2138
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:87 ../lib/hammer_cli_foreman/smart_variable.rb:101
2082
2139
  #, fuzzy
2083
2140
  msgid "Type of the variable."
2084
2141
  msgstr "Typ des Validators."
2085
2142
 
2086
- #: ../lib/hammer_cli_foreman/smart_variable.rb:95
2143
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:96
2087
2144
  msgid "Smart variable [%{variable}] updated"
2088
2145
  msgstr ""
2089
2146
 
2090
- #: ../lib/hammer_cli_foreman/smart_variable.rb:96
2147
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2091
2148
  #, fuzzy
2092
2149
  msgid "Could not update the smart variable"
2093
2150
  msgstr "Partitionstabelle konnte nicht aktualisiert werden"
2094
2151
 
2095
- #: ../lib/hammer_cli_foreman/smart_variable.rb:110
2152
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:111
2096
2153
  msgid "Smart variable [%{variable}] deleted"
2097
2154
  msgstr ""
2098
2155
 
2099
- #: ../lib/hammer_cli_foreman/smart_variable.rb:111
2156
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2100
2157
  #, fuzzy
2101
2158
  msgid "Could not delete the smart variable"
2102
2159
  msgstr "Partitionstabelle konnte nicht gelöscht werden"
@@ -10,12 +10,12 @@
10
10
  # simon11 <simon.stieger.98@live.de>, 2014
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: hammer-cli-foreman 0.3.0\n"
13
+ "Project-Id-Version: hammer-cli-foreman 0.4.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "POT-Creation-Date: 2014-12-11 13:21+0100\n"
16
- "PO-Revision-Date: 2015-06-27 20:10+0000\n"
16
+ "PO-Revision-Date: 2015-09-16 12:51+0000\n"
17
17
  "Last-Translator: Christina Gurski <Gurski_christina@yahoo.de>\n"
18
- "Language-Team: German (http://www.transifex.com/projects/p/foreman/language/de/)\n"
18
+ "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\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"