hammer_cli_foreman 0.7.0 → 0.8.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hammer_cli_foreman might be problematic. Click here for more details.

Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +11 -0
  3. data/lib/hammer_cli_foreman.rb +4 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
  5. data/lib/hammer_cli_foreman/host.rb +0 -5
  6. data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
  7. data/lib/hammer_cli_foreman/location.rb +1 -0
  8. data/lib/hammer_cli_foreman/organization.rb +2 -0
  9. data/lib/hammer_cli_foreman/realm.rb +53 -0
  10. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
  11. data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
  12. data/lib/hammer_cli_foreman/usergroup.rb +1 -3
  13. data/lib/hammer_cli_foreman/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/ca/hammer-cli-foreman.edit.po +376 -290
  16. data/locale/ca/hammer-cli-foreman.po +393 -192
  17. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/de/hammer-cli-foreman.edit.po +277 -179
  19. data/locale/de/hammer-cli-foreman.po +420 -219
  20. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/en/hammer-cli-foreman.edit.po +216 -144
  22. data/locale/en/hammer-cli-foreman.po +55 -1
  23. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
  25. data/locale/en_GB/hammer-cli-foreman.po +391 -190
  26. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/es/hammer-cli-foreman.edit.po +251 -158
  28. data/locale/es/hammer-cli-foreman.po +444 -242
  29. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/fr/hammer-cli-foreman.edit.po +252 -159
  31. data/locale/fr/hammer-cli-foreman.po +392 -191
  32. data/locale/hammer-cli-foreman.pot +253 -175
  33. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/it/hammer-cli-foreman.edit.po +281 -188
  35. data/locale/it/hammer-cli-foreman.po +391 -190
  36. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/hammer-cli-foreman.edit.po +282 -189
  38. data/locale/ja/hammer-cli-foreman.po +457 -256
  39. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ko/hammer-cli-foreman.edit.po +280 -187
  41. data/locale/ko/hammer-cli-foreman.po +458 -257
  42. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
  44. data/locale/pt_BR/hammer-cli-foreman.po +455 -254
  45. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/ru/hammer-cli-foreman.edit.po +443 -337
  47. data/locale/ru/hammer-cli-foreman.po +412 -211
  48. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  49. data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
  50. data/locale/zh_CN/hammer-cli-foreman.po +465 -264
  51. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  52. data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
  53. data/locale/zh_TW/hammer-cli-foreman.po +459 -258
  54. data/test/data/README.md +2 -2
  55. data/test/functional/hostgroup/create_test.rb +303 -0
  56. data/test/functional/hostgroup/update_test.rb +303 -0
  57. data/test/functional/smart_variable_test.rb +150 -0
  58. data/test/unit/host_test.rb +0 -4
  59. data/test/unit/location_test.rb +1 -0
  60. data/test/unit/organization_test.rb +1 -0
  61. data/test/unit/realm_test.rb +87 -0
  62. data/test/unit/smart_class_parameter_test.rb +7 -0
  63. data/test/unit/smart_variable_test.rb +1 -1
  64. data/test/unit/usergroup_test.rb +2 -0
  65. metadata +13 -4
@@ -8,10 +8,10 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: hammer-cli-foreman 0.6.0\n"
11
+ "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
14
- "PO-Revision-Date: 2016-01-21 14:31+0000\n"
13
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
14
+ "PO-Revision-Date: 2016-05-26 10:00+0000\n"
15
15
  "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
16
16
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
17
17
  "MIME-Version: 1.0\n"
@@ -109,30 +109,35 @@ msgid "Manipulate smart proxies."
109
109
  msgstr "Gestion des Smart Proxies."
110
110
 
111
111
  #: ../lib/hammer_cli_foreman.rb:120
112
+ #, fuzzy
113
+ msgid "Manipulate realms."
114
+ msgstr "Gestion des domaines."
115
+
116
+ #: ../lib/hammer_cli_foreman.rb:124
112
117
  msgid "Change server settings."
113
118
  msgstr "Modifier les paramètres serveur."
114
119
 
115
- #: ../lib/hammer_cli_foreman.rb:124
120
+ #: ../lib/hammer_cli_foreman.rb:128
116
121
  msgid "Manipulate subnets."
117
122
  msgstr "Gestion des sous-réseaux."
118
123
 
119
- #: ../lib/hammer_cli_foreman.rb:128
124
+ #: ../lib/hammer_cli_foreman.rb:132
120
125
  msgid "Manipulate config templates."
121
126
  msgstr "Gestion des modèles de configuration."
122
127
 
123
- #: ../lib/hammer_cli_foreman.rb:132
128
+ #: ../lib/hammer_cli_foreman.rb:136
124
129
  msgid "Manipulate users."
125
130
  msgstr "Gestion des utilisateurs."
126
131
 
127
- #: ../lib/hammer_cli_foreman.rb:136
132
+ #: ../lib/hammer_cli_foreman.rb:140
128
133
  msgid "Manage user groups."
129
134
  msgstr "Gérer les groupes d'utilisateurs."
130
135
 
131
- #: ../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:159 ../lib/hammer_cli_foreman/host.rb:196 ../lib/hammer_cli_foreman/host.rb:227 ../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:74 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:64 ../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
136
+ #: ../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:159 ../lib/hammer_cli_foreman/host.rb:191 ../lib/hammer_cli_foreman/host.rb:222 ../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/realm.rb:8 ../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:66 ../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
132
137
  msgid "Id"
133
138
  msgstr "Id"
134
139
 
135
- #: ../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:160 ../lib/hammer_cli_foreman/host.rb:198 ../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:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
140
+ #: ../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:160 ../lib/hammer_cli_foreman/host.rb:193 ../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/realm.rb:9 ../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/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
136
141
  msgid "Name"
137
142
  msgstr "Nom"
138
143
 
@@ -305,8 +310,9 @@ msgid "Associate a compute resource"
305
310
  msgstr "Associer une ressource d'ordinateur"
306
311
 
307
312
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
313
+ #, fuzzy
308
314
  msgid "The compute resource has been associated"
309
- msgstr ""
315
+ msgstr "Le groupe d'utilisateurs a été associé"
310
316
 
311
317
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
312
318
  #, fuzzy
@@ -318,8 +324,9 @@ msgid "Disassociate a compute resource"
318
324
  msgstr "Dissocier une ressource d'ordinateur"
319
325
 
320
326
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
327
+ #, fuzzy
321
328
  msgid "The compute resource has been disassociated"
322
- msgstr ""
329
+ msgstr "Le groupe d'utilisateurs a été dissocié"
323
330
 
324
331
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
325
332
  #, fuzzy
@@ -411,8 +418,9 @@ msgid "The configuration template has been associated"
411
418
  msgstr ""
412
419
 
413
420
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
421
+ #, fuzzy
414
422
  msgid "Could not associate the configuration template"
415
- msgstr ""
423
+ msgstr "Dissocier un modèle de configuration"
416
424
 
417
425
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
418
426
  msgid "Disassociate a configuration template"
@@ -423,8 +431,9 @@ msgid "The configuration template has been disassociated"
423
431
  msgstr ""
424
432
 
425
433
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
434
+ #, fuzzy
426
435
  msgid "Could not disassociate the configuration template"
427
- msgstr ""
436
+ msgstr "Impossible de dissocier la table de partition"
428
437
 
429
438
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
430
439
  msgid "Associate an organization"
@@ -444,8 +453,9 @@ msgid "Disassociate an organization"
444
453
  msgstr "Dissocier une organisation"
445
454
 
446
455
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
456
+ #, fuzzy
447
457
  msgid "The organization has been disassociated"
448
- msgstr ""
458
+ msgstr "L'utilisateur a été dissocié"
449
459
 
450
460
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
451
461
  #, fuzzy
@@ -548,6 +558,36 @@ msgstr "Rôle utilisateur supprimé"
548
558
  msgid "Could not remove the user role"
549
559
  msgstr "Impossible de supprimer le rôle utilisateur"
550
560
 
561
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
562
+ #, fuzzy
563
+ msgid "Associate a location"
564
+ msgstr "Associer un domaine"
565
+
566
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
567
+ #, fuzzy
568
+ msgid "The location has been associated"
569
+ msgstr "L'utilisateur a été associé"
570
+
571
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
572
+ #, fuzzy
573
+ msgid "Could not associate the location"
574
+ msgstr "Impossible de créer l'emplacement"
575
+
576
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
577
+ #, fuzzy
578
+ msgid "Disassociate a location"
579
+ msgstr "Dissocier un domaine"
580
+
581
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
582
+ #, fuzzy
583
+ msgid "The location has been disassociated"
584
+ msgstr "L'utilisateur a été dissocié"
585
+
586
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
587
+ #, fuzzy
588
+ msgid "Could not disassociate the location"
589
+ msgstr "Impossible de dissocier l'utilisateur"
590
+
551
591
  #: ../lib/hammer_cli_foreman/auth.rb:7
552
592
  msgid "Set credentials"
553
593
  msgstr "Définir les authentifiants"
@@ -685,14 +725,15 @@ msgid "Disassociate a resource"
685
725
  msgstr "Dissocier la ressource"
686
726
 
687
727
  #: ../lib/hammer_cli_foreman/commands.rb:571
728
+ #, fuzzy
688
729
  msgid "Could not disassociate the %{resource_name}"
689
- msgstr ""
730
+ msgstr "Impossible de dissocier l'architecture"
690
731
 
691
732
  #: ../lib/hammer_cli_foreman/commands.rb:575
692
733
  msgid "The %{resource_name} has been disassociated"
693
734
  msgstr ""
694
735
 
695
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:66
736
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:68
696
737
  msgid "Value"
697
738
  msgstr "Valeur"
698
739
 
@@ -732,7 +773,7 @@ msgstr "Gestion des paramètres globaux."
732
773
  msgid "Provider"
733
774
  msgstr "Fournisseur"
734
775
 
735
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
776
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40 ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
736
777
  msgid "UUID"
737
778
  msgstr "UUID"
738
779
 
@@ -752,7 +793,7 @@ msgstr "Tenant"
752
793
  msgid "Url"
753
794
  msgstr "URL"
754
795
 
755
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:51
796
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53
756
797
  msgid "Description"
757
798
  msgstr "Description"
758
799
 
@@ -897,8 +938,9 @@ msgid "Update your server url configuration"
897
938
  msgstr ""
898
939
 
899
940
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
941
+ #, fuzzy
900
942
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
901
- msgstr ""
943
+ msgstr "défaut"
902
944
 
903
945
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
904
946
  msgid "Forbidden - server refused to process the request"
@@ -956,7 +998,7 @@ msgstr "Impossible de supprimer le groupe externe d'utilisateurs"
956
998
  msgid "Host"
957
999
  msgstr "Hôte"
958
1000
 
959
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1001
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
960
1002
  msgid "Fact"
961
1003
  msgstr "Fact"
962
1004
 
@@ -1044,19 +1086,19 @@ msgstr "Paramètres d'interface"
1044
1086
  msgid "Enter the root password for the host:"
1045
1087
  msgstr "Saisir le mot de passe root de l'hôte :"
1046
1088
 
1047
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1089
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1048
1090
  msgid "Operating System"
1049
1091
  msgstr "Système d'Exploitation"
1050
1092
 
1051
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1093
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1052
1094
  msgid "Host Group"
1053
1095
  msgstr "Groupe d'hôtes"
1054
1096
 
1055
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1097
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1056
1098
  msgid "IP"
1057
1099
  msgstr "IP"
1058
1100
 
1059
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1101
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1060
1102
  msgid "MAC"
1061
1103
  msgstr "MAC"
1062
1104
 
@@ -1064,263 +1106,263 @@ msgstr "MAC"
1064
1106
  msgid "Bare Metal"
1065
1107
  msgstr "Bare Metal"
1066
1108
 
1067
- #: ../lib/hammer_cli_foreman/host.rb:199
1109
+ #: ../lib/hammer_cli_foreman/host.rb:194
1068
1110
  msgid "Organization"
1069
1111
  msgstr "Organisation"
1070
1112
 
1071
- #: ../lib/hammer_cli_foreman/host.rb:200
1113
+ #: ../lib/hammer_cli_foreman/host.rb:195
1072
1114
  msgid "Location"
1073
1115
  msgstr "Emplacement"
1074
1116
 
1075
- #: ../lib/hammer_cli_foreman/host.rb:202
1117
+ #: ../lib/hammer_cli_foreman/host.rb:197
1076
1118
  msgid "Compute Resource"
1077
1119
  msgstr "Ressources d'Ordinateur"
1078
1120
 
1079
- #: ../lib/hammer_cli_foreman/host.rb:203
1121
+ #: ../lib/hammer_cli_foreman/host.rb:198
1080
1122
  msgid "Compute Profile"
1081
1123
  msgstr "Profil de calcul"
1082
1124
 
1083
- #: ../lib/hammer_cli_foreman/host.rb:204 ../lib/hammer_cli_foreman/hostgroup.rb:61
1125
+ #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1084
1126
  msgid "Environment"
1085
1127
  msgstr "Environnement"
1086
1128
 
1087
- #: ../lib/hammer_cli_foreman/host.rb:205
1129
+ #: ../lib/hammer_cli_foreman/host.rb:200
1088
1130
  msgid "Puppet CA Id"
1089
1131
  msgstr "ID de Puppet CA"
1090
1132
 
1091
- #: ../lib/hammer_cli_foreman/host.rb:206
1133
+ #: ../lib/hammer_cli_foreman/host.rb:201
1092
1134
  msgid "Puppet Master Id"
1093
1135
  msgstr "ID du Puppet Master"
1094
1136
 
1095
- #: ../lib/hammer_cli_foreman/host.rb:207
1137
+ #: ../lib/hammer_cli_foreman/host.rb:202
1096
1138
  msgid "Cert name"
1097
1139
  msgstr "Nom du certificat"
1098
1140
 
1099
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/interface.rb:51
1141
+ #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1100
1142
  msgid "Managed"
1101
1143
  msgstr "Géré"
1102
1144
 
1103
- #: ../lib/hammer_cli_foreman/host.rb:210
1145
+ #: ../lib/hammer_cli_foreman/host.rb:205
1104
1146
  msgid "Installed at"
1105
1147
  msgstr "Installé le"
1106
1148
 
1107
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/report.rb:12
1149
+ #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1108
1150
  msgid "Last report"
1109
1151
  msgstr "Dernier rapport"
1110
1152
 
1111
- #: ../lib/hammer_cli_foreman/host.rb:213 ../lib/hammer_cli_foreman/subnet.rb:12
1153
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1112
1154
  msgid "Network"
1113
1155
  msgstr "Réseau"
1114
1156
 
1115
- #: ../lib/hammer_cli_foreman/host.rb:216 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1157
+ #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1116
1158
  msgid "Subnet"
1117
1159
  msgstr "Sous-Réseau"
1118
1160
 
1119
- #: ../lib/hammer_cli_foreman/host.rb:217 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1161
+ #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1120
1162
  msgid "Domain"
1121
1163
  msgstr "Domaine"
1122
1164
 
1123
- #: ../lib/hammer_cli_foreman/host.rb:218
1165
+ #: ../lib/hammer_cli_foreman/host.rb:213
1124
1166
  msgid "Service provider"
1125
1167
  msgstr "Fournisseur de service"
1126
1168
 
1127
- #: ../lib/hammer_cli_foreman/host.rb:219
1169
+ #: ../lib/hammer_cli_foreman/host.rb:214
1128
1170
  msgid "SP Name"
1129
1171
  msgstr "SP Nom"
1130
1172
 
1131
- #: ../lib/hammer_cli_foreman/host.rb:220
1173
+ #: ../lib/hammer_cli_foreman/host.rb:215
1132
1174
  msgid "SP IP"
1133
1175
  msgstr "SP IP"
1134
1176
 
1135
- #: ../lib/hammer_cli_foreman/host.rb:221
1177
+ #: ../lib/hammer_cli_foreman/host.rb:216
1136
1178
  msgid "SP MAC"
1137
1179
  msgstr "SP MAC"
1138
1180
 
1139
- #: ../lib/hammer_cli_foreman/host.rb:222
1181
+ #: ../lib/hammer_cli_foreman/host.rb:217
1140
1182
  msgid "SP Subnet"
1141
1183
  msgstr "SP sous réseau"
1142
1184
 
1143
- #: ../lib/hammer_cli_foreman/host.rb:226
1185
+ #: ../lib/hammer_cli_foreman/host.rb:221
1144
1186
  msgid "Network interfaces"
1145
1187
  msgstr "Interfaces réseau"
1146
1188
 
1147
- #: ../lib/hammer_cli_foreman/host.rb:228 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1189
+ #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1148
1190
  msgid "Identifier"
1149
1191
  msgstr "Identifiant"
1150
1192
 
1151
- #: ../lib/hammer_cli_foreman/host.rb:229 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:55 ../lib/hammer_cli_foreman/template.rb:27
1193
+ #: ../lib/hammer_cli_foreman/host.rb:224 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1152
1194
  msgid "Type"
1153
1195
  msgstr "Type"
1154
1196
 
1155
- #: ../lib/hammer_cli_foreman/host.rb:230 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1197
+ #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1156
1198
  msgid "MAC address"
1157
1199
  msgstr "Adresse MAC"
1158
1200
 
1159
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1201
+ #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1160
1202
  msgid "IP address"
1161
1203
  msgstr "Adresse IP"
1162
1204
 
1163
- #: ../lib/hammer_cli_foreman/host.rb:232
1205
+ #: ../lib/hammer_cli_foreman/host.rb:227
1164
1206
  msgid "FQDN"
1165
1207
  msgstr "FQDN"
1166
1208
 
1167
- #: ../lib/hammer_cli_foreman/host.rb:235
1209
+ #: ../lib/hammer_cli_foreman/host.rb:230
1168
1210
  msgid "Operating system"
1169
1211
  msgstr "Système d'exploitation"
1170
1212
 
1171
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1213
+ #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1172
1214
  msgid "Architecture"
1173
1215
  msgstr "Architecture"
1174
1216
 
1175
- #: ../lib/hammer_cli_foreman/host.rb:240
1217
+ #: ../lib/hammer_cli_foreman/host.rb:235
1176
1218
  msgid "Build"
1177
1219
  msgstr "Construire"
1178
1220
 
1179
- #: ../lib/hammer_cli_foreman/host.rb:241 ../lib/hammer_cli_foreman/hostgroup.rb:77
1221
+ #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1180
1222
  msgid "Medium"
1181
1223
  msgstr "Medium"
1182
1224
 
1183
- #: ../lib/hammer_cli_foreman/host.rb:242 ../lib/hammer_cli_foreman/hostgroup.rb:76
1225
+ #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1184
1226
  msgid "Partition Table"
1185
1227
  msgstr "Table de partition"
1186
1228
 
1187
- #: ../lib/hammer_cli_foreman/host.rb:243
1229
+ #: ../lib/hammer_cli_foreman/host.rb:238
1188
1230
  msgid "Custom partition table"
1189
1231
  msgstr "Table de partition spécifique"
1190
1232
 
1191
- #: ../lib/hammer_cli_foreman/host.rb:246
1233
+ #: ../lib/hammer_cli_foreman/host.rb:241
1192
1234
  msgid "Image"
1193
1235
  msgstr "Image"
1194
1236
 
1195
- #: ../lib/hammer_cli_foreman/host.rb:247
1237
+ #: ../lib/hammer_cli_foreman/host.rb:242
1196
1238
  msgid "Image file"
1197
1239
  msgstr "Fichier Image"
1198
1240
 
1199
- #: ../lib/hammer_cli_foreman/host.rb:248
1241
+ #: ../lib/hammer_cli_foreman/host.rb:243
1200
1242
  msgid "Use image"
1201
1243
  msgstr "Utiliser l'image"
1202
1244
 
1203
- #: ../lib/hammer_cli_foreman/host.rb:254
1245
+ #: ../lib/hammer_cli_foreman/host.rb:249
1204
1246
  msgid "Additional info"
1205
1247
  msgstr "Informations complémentaires"
1206
1248
 
1207
- #: ../lib/hammer_cli_foreman/host.rb:255
1249
+ #: ../lib/hammer_cli_foreman/host.rb:250
1208
1250
  msgid "Owner Id"
1209
1251
  msgstr "Id du Propriétaire"
1210
1252
 
1211
- #: ../lib/hammer_cli_foreman/host.rb:256
1253
+ #: ../lib/hammer_cli_foreman/host.rb:251
1212
1254
  msgid "Owner Type"
1213
1255
  msgstr "Type de Propriétaire"
1214
1256
 
1215
- #: ../lib/hammer_cli_foreman/host.rb:257
1257
+ #: ../lib/hammer_cli_foreman/host.rb:252
1216
1258
  msgid "Enabled"
1217
1259
  msgstr "Activé"
1218
1260
 
1219
- #: ../lib/hammer_cli_foreman/host.rb:258 ../lib/hammer_cli_foreman/hostgroup.rb:62
1261
+ #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1220
1262
  msgid "Model"
1221
1263
  msgstr "Modèle"
1222
1264
 
1223
- #: ../lib/hammer_cli_foreman/host.rb:259
1265
+ #: ../lib/hammer_cli_foreman/host.rb:254
1224
1266
  msgid "Comment"
1225
1267
  msgstr "Commentaire"
1226
1268
 
1227
- #: ../lib/hammer_cli_foreman/host.rb:272
1269
+ #: ../lib/hammer_cli_foreman/host.rb:267
1228
1270
  msgid "Status"
1229
1271
  msgstr "Statut"
1230
1272
 
1231
- #: ../lib/hammer_cli_foreman/host.rb:273
1273
+ #: ../lib/hammer_cli_foreman/host.rb:268
1232
1274
  msgid "Power"
1233
1275
  msgstr "Alimentation"
1234
1276
 
1235
- #: ../lib/hammer_cli_foreman/host.rb:309
1277
+ #: ../lib/hammer_cli_foreman/host.rb:304
1236
1278
  msgid "Puppet run triggered"
1237
1279
  msgstr "Puppet Run déclenché"
1238
1280
 
1239
- #: ../lib/hammer_cli_foreman/host.rb:362
1281
+ #: ../lib/hammer_cli_foreman/host.rb:357
1240
1282
  msgid "Host created"
1241
1283
  msgstr "Hôte créé"
1242
1284
 
1243
- #: ../lib/hammer_cli_foreman/host.rb:363
1285
+ #: ../lib/hammer_cli_foreman/host.rb:358
1244
1286
  msgid "Could not create the host"
1245
1287
  msgstr "Impossible de créer l'hôte"
1246
1288
 
1247
- #: ../lib/hammer_cli_foreman/host.rb:380
1289
+ #: ../lib/hammer_cli_foreman/host.rb:375
1248
1290
  msgid "Host updated"
1249
1291
  msgstr "Hôte mis à jour"
1250
1292
 
1251
- #: ../lib/hammer_cli_foreman/host.rb:381
1293
+ #: ../lib/hammer_cli_foreman/host.rb:376
1252
1294
  msgid "Could not update the host"
1253
1295
  msgstr "Impossible de mettre à jour l'hôte"
1254
1296
 
1255
- #: ../lib/hammer_cli_foreman/host.rb:388
1297
+ #: ../lib/hammer_cli_foreman/host.rb:383
1256
1298
  msgid "Host deleted"
1257
1299
  msgstr "Hôte supprimé"
1258
1300
 
1259
- #: ../lib/hammer_cli_foreman/host.rb:389
1301
+ #: ../lib/hammer_cli_foreman/host.rb:384
1260
1302
  msgid "Could not delete the host"
1261
1303
  msgstr "Impossible de supprimer l'hôte"
1262
1304
 
1263
- #: ../lib/hammer_cli_foreman/host.rb:396
1305
+ #: ../lib/hammer_cli_foreman/host.rb:391
1264
1306
  msgid "Create or update parameter for a host."
1265
1307
  msgstr "Créer ou changer un paramètre d'un hôte."
1266
1308
 
1267
- #: ../lib/hammer_cli_foreman/host.rb:398
1309
+ #: ../lib/hammer_cli_foreman/host.rb:393
1268
1310
  msgid "Host parameter updated"
1269
1311
  msgstr "Paramètre de l'hôte mis à jour"
1270
1312
 
1271
- #: ../lib/hammer_cli_foreman/host.rb:399
1313
+ #: ../lib/hammer_cli_foreman/host.rb:394
1272
1314
  msgid "New host parameter created"
1273
1315
  msgstr "Nouveau paramètre de l'hôte créé"
1274
1316
 
1275
- #: ../lib/hammer_cli_foreman/host.rb:400
1317
+ #: ../lib/hammer_cli_foreman/host.rb:395
1276
1318
  msgid "Could not set host parameter"
1277
1319
  msgstr "Impossible de positionner le paramètre de l'hôte"
1278
1320
 
1279
- #: ../lib/hammer_cli_foreman/host.rb:412
1321
+ #: ../lib/hammer_cli_foreman/host.rb:407
1280
1322
  msgid "Delete parameter for a host."
1281
1323
  msgstr "Suppression du paramètre d'un hôte."
1282
1324
 
1283
- #: ../lib/hammer_cli_foreman/host.rb:414
1325
+ #: ../lib/hammer_cli_foreman/host.rb:409
1284
1326
  msgid "Host parameter deleted"
1285
1327
  msgstr "Paramètre de l'hôte supprimé"
1286
1328
 
1287
- #: ../lib/hammer_cli_foreman/host.rb:429
1329
+ #: ../lib/hammer_cli_foreman/host.rb:424
1288
1330
  msgid "Power a host on"
1289
1331
  msgstr "Allumer une machine"
1290
1332
 
1291
- #: ../lib/hammer_cli_foreman/host.rb:430
1333
+ #: ../lib/hammer_cli_foreman/host.rb:425
1292
1334
  msgid "The host is starting."
1293
1335
  msgstr "L'hôte démarre."
1294
1336
 
1295
- #: ../lib/hammer_cli_foreman/host.rb:447
1337
+ #: ../lib/hammer_cli_foreman/host.rb:442
1296
1338
  msgid "Force turning off a host"
1297
1339
  msgstr "Forcer l'extinction d'un hôte"
1298
1340
 
1299
- #: ../lib/hammer_cli_foreman/host.rb:452
1341
+ #: ../lib/hammer_cli_foreman/host.rb:447
1300
1342
  msgid "Power a host off"
1301
1343
  msgstr "Éteindre un hôte "
1302
1344
 
1303
- #: ../lib/hammer_cli_foreman/host.rb:464
1345
+ #: ../lib/hammer_cli_foreman/host.rb:459
1304
1346
  msgid "Power off forced."
1305
1347
  msgstr "Extinction forcée."
1306
1348
 
1307
- #: ../lib/hammer_cli_foreman/host.rb:466
1349
+ #: ../lib/hammer_cli_foreman/host.rb:461
1308
1350
  msgid "Powering the host off."
1309
1351
  msgstr "Extinction de l'hôte."
1310
1352
 
1311
- #: ../lib/hammer_cli_foreman/host.rb:483
1353
+ #: ../lib/hammer_cli_foreman/host.rb:478
1312
1354
  msgid "Reboot a host"
1313
1355
  msgstr "Redémarrage d'un hôte"
1314
1356
 
1315
- #: ../lib/hammer_cli_foreman/host.rb:484
1357
+ #: ../lib/hammer_cli_foreman/host.rb:479
1316
1358
  msgid "Host reboot started."
1317
1359
  msgstr "Redémarrage de l'hôte lancé"
1318
1360
 
1319
- #: ../lib/hammer_cli_foreman/host.rb:520
1361
+ #: ../lib/hammer_cli_foreman/host.rb:515
1320
1362
  msgid "Rebuild orchestration related configurations for host"
1321
1363
  msgstr ""
1322
1364
 
1323
- #: ../lib/hammer_cli_foreman/host.rb:521
1365
+ #: ../lib/hammer_cli_foreman/host.rb:516
1324
1366
  msgid "Configuration successfully rebuilt."
1325
1367
  msgstr ""
1326
1368
 
@@ -1504,7 +1546,7 @@ msgstr "Nom du paramètre commun"
1504
1546
  msgid "Smart class parameter name"
1505
1547
  msgstr "Nom du paramètre de la smart class"
1506
1548
 
1507
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1549
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
1508
1550
  msgid "Smart variable name"
1509
1551
  msgstr "Nom de la Smart variable"
1510
1552
 
@@ -1660,68 +1702,67 @@ msgstr "Interface supprimée"
1660
1702
  msgid "Could not delete the interface"
1661
1703
  msgstr "Impossible de supprimer cette interface"
1662
1704
 
1663
- #: ../lib/hammer_cli_foreman/location.rb:24 ../lib/hammer_cli_foreman/location.rb:63 ../lib/hammer_cli_foreman/location.rb:75
1705
+ #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1664
1706
  msgid "Location numeric id to search by"
1665
1707
  msgstr "Recherche par id d'emplacement"
1666
1708
 
1667
- #: ../lib/hammer_cli_foreman/location.rb:27 ../lib/hammer_cli_foreman/organization.rb:27
1668
- #, fuzzy
1709
+ #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1669
1710
  msgid "Parent"
1670
- msgstr "ID du parent"
1711
+ msgstr "Parent"
1671
1712
 
1672
- #: ../lib/hammer_cli_foreman/location.rb:38 ../lib/hammer_cli_foreman/references.rb:18
1713
+ #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1673
1714
  msgid "Organizations"
1674
1715
  msgstr "Organisations"
1675
1716
 
1676
- #: ../lib/hammer_cli_foreman/location.rb:53
1717
+ #: ../lib/hammer_cli_foreman/location.rb:54
1677
1718
  msgid "Location created"
1678
1719
  msgstr "Emplacement créé"
1679
1720
 
1680
- #: ../lib/hammer_cli_foreman/location.rb:54
1721
+ #: ../lib/hammer_cli_foreman/location.rb:55
1681
1722
  msgid "Could not create the location"
1682
1723
  msgstr "Impossible de créer l'emplacement"
1683
1724
 
1684
- #: ../lib/hammer_cli_foreman/location.rb:65
1725
+ #: ../lib/hammer_cli_foreman/location.rb:66
1685
1726
  msgid "Location updated"
1686
1727
  msgstr "Emplacement mis à jour"
1687
1728
 
1688
- #: ../lib/hammer_cli_foreman/location.rb:66
1729
+ #: ../lib/hammer_cli_foreman/location.rb:67
1689
1730
  msgid "Could not update the location"
1690
1731
  msgstr "Impossible de mettre à jour l'emplacement"
1691
1732
 
1692
- #: ../lib/hammer_cli_foreman/location.rb:77
1733
+ #: ../lib/hammer_cli_foreman/location.rb:78
1693
1734
  msgid "Location deleted"
1694
1735
  msgstr "Emplacement supprimé"
1695
1736
 
1696
- #: ../lib/hammer_cli_foreman/location.rb:78
1737
+ #: ../lib/hammer_cli_foreman/location.rb:79
1697
1738
  msgid "Could not delete the location"
1698
1739
  msgstr "Impossible de supprimer l'emplacement"
1699
1740
 
1700
- #: ../lib/hammer_cli_foreman/location.rb:87
1741
+ #: ../lib/hammer_cli_foreman/location.rb:88
1701
1742
  msgid "Create or update parameter for a location."
1702
1743
  msgstr "Créer ou changer un paramètre d'un emplacement."
1703
1744
 
1704
- #: ../lib/hammer_cli_foreman/location.rb:89 ../lib/hammer_cli_foreman/organization.rb:90
1745
+ #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1705
1746
  msgid "Parameter [%{name}] updated to value [%{value}]"
1706
1747
  msgstr "Paramètre [%{name}] mis à jour avec la valeur [%{value}]"
1707
1748
 
1708
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1749
+ #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1709
1750
  msgid "Parameter [%{name}] created with value [%{value}]"
1710
1751
  msgstr "Paramètre [%{name}] créé avec la valeur [%{value}]"
1711
1752
 
1712
- #: ../lib/hammer_cli_foreman/location.rb:91
1753
+ #: ../lib/hammer_cli_foreman/location.rb:92
1713
1754
  msgid "Could not set location parameter"
1714
1755
  msgstr "Impossible de positionner le paramètre de l'emplacement"
1715
1756
 
1716
- #: ../lib/hammer_cli_foreman/location.rb:98
1757
+ #: ../lib/hammer_cli_foreman/location.rb:99
1717
1758
  msgid "Delete parameter for a location."
1718
1759
  msgstr "Suppression du paramètre d'un emplacement."
1719
1760
 
1720
- #: ../lib/hammer_cli_foreman/location.rb:100 ../lib/hammer_cli_foreman/organization.rb:101
1761
+ #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1721
1762
  msgid "Parameter [%{name}] deleted"
1722
1763
  msgstr "Paramètre [%{name}] supprimé"
1723
1764
 
1724
- #: ../lib/hammer_cli_foreman/location.rb:101
1765
+ #: ../lib/hammer_cli_foreman/location.rb:102
1725
1766
  msgid "Could not delete location parameter"
1726
1767
  msgstr "Impossible de supprimer le paramètre de l'emplacement"
1727
1768
 
@@ -1901,47 +1942,47 @@ msgstr "Impossible de supprimer le modèle de configuration par défaut"
1901
1942
  msgid "Default template of type %s not found"
1902
1943
  msgstr "Modèle par défaut de type %s non trouvé"
1903
1944
 
1904
- #: ../lib/hammer_cli_foreman/organization.rb:38 ../lib/hammer_cli_foreman/references.rb:15
1945
+ #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
1905
1946
  msgid "Locations"
1906
1947
  msgstr "Emplacements"
1907
1948
 
1908
- #: ../lib/hammer_cli_foreman/organization.rb:54
1949
+ #: ../lib/hammer_cli_foreman/organization.rb:55
1909
1950
  msgid "Organization created"
1910
1951
  msgstr "Organisation créée"
1911
1952
 
1912
- #: ../lib/hammer_cli_foreman/organization.rb:55
1953
+ #: ../lib/hammer_cli_foreman/organization.rb:56
1913
1954
  msgid "Could not create the organization"
1914
1955
  msgstr "Impossible de créer l'organisation"
1915
1956
 
1916
- #: ../lib/hammer_cli_foreman/organization.rb:66
1957
+ #: ../lib/hammer_cli_foreman/organization.rb:67
1917
1958
  msgid "Organization updated"
1918
1959
  msgstr "Organisation mise à jour"
1919
1960
 
1920
- #: ../lib/hammer_cli_foreman/organization.rb:67
1961
+ #: ../lib/hammer_cli_foreman/organization.rb:68
1921
1962
  msgid "Could not update the organization"
1922
1963
  msgstr "Impossible de mettre à jour l'organisation"
1923
1964
 
1924
- #: ../lib/hammer_cli_foreman/organization.rb:78
1965
+ #: ../lib/hammer_cli_foreman/organization.rb:79
1925
1966
  msgid "Organization deleted"
1926
1967
  msgstr "Organisation supprimée"
1927
1968
 
1928
- #: ../lib/hammer_cli_foreman/organization.rb:79
1969
+ #: ../lib/hammer_cli_foreman/organization.rb:80
1929
1970
  msgid "Could not delete the organization"
1930
1971
  msgstr "Impossible de supprimer l'organisation"
1931
1972
 
1932
- #: ../lib/hammer_cli_foreman/organization.rb:88
1973
+ #: ../lib/hammer_cli_foreman/organization.rb:89
1933
1974
  msgid "Create or update parameter for an organization."
1934
1975
  msgstr "Créer ou changer un paramètre d'une organisation."
1935
1976
 
1936
- #: ../lib/hammer_cli_foreman/organization.rb:92
1977
+ #: ../lib/hammer_cli_foreman/organization.rb:93
1937
1978
  msgid "Could not set organization parameter"
1938
1979
  msgstr "Impossible de positionner le paramètre de l'organisation"
1939
1980
 
1940
- #: ../lib/hammer_cli_foreman/organization.rb:99
1981
+ #: ../lib/hammer_cli_foreman/organization.rb:100
1941
1982
  msgid "Delete parameter for an organization."
1942
1983
  msgstr "Supprimer un paramètre d'une organisation."
1943
1984
 
1944
- #: ../lib/hammer_cli_foreman/organization.rb:102
1985
+ #: ../lib/hammer_cli_foreman/organization.rb:103
1945
1986
  msgid "Could not delete organization parameter"
1946
1987
  msgstr "Impossible de supprimer le paramètre de l'organisation"
1947
1988
 
@@ -1997,6 +2038,44 @@ msgstr "Valeur par défaut"
1997
2038
  msgid "Smart class parameters"
1998
2039
  msgstr "Paramètres smart class"
1999
2040
 
2041
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2042
+ msgid "Realm proxy id"
2043
+ msgstr ""
2044
+
2045
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2046
+ msgid "Realm type"
2047
+ msgstr ""
2048
+
2049
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2050
+ #, fuzzy
2051
+ msgid "Realm [%{name}] created"
2052
+ msgstr "Domaine [%{name}] créé"
2053
+
2054
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2055
+ #, fuzzy
2056
+ msgid "Could not create the realm"
2057
+ msgstr "Impossible de créer l'image"
2058
+
2059
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2060
+ #, fuzzy
2061
+ msgid "Realm [%{name}] updated"
2062
+ msgstr "Domaine [%{name}] mis à jour"
2063
+
2064
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2065
+ #, fuzzy
2066
+ msgid "Could not update the realm"
2067
+ msgstr "Impossible de mettre à jour l'image"
2068
+
2069
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2070
+ #, fuzzy
2071
+ msgid "Realm [%{name}] deleted"
2072
+ msgstr "Domaine [%{name}] supprimé"
2073
+
2074
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2075
+ #, fuzzy
2076
+ msgid "Could not delete the realm"
2077
+ msgstr "Impossible de supprimer le rapport"
2078
+
2000
2079
  #: ../lib/hammer_cli_foreman/references.rb:8
2001
2080
  msgid "Created at"
2002
2081
  msgstr "Créé le"
@@ -2225,92 +2304,98 @@ msgstr "Classe Puppet"
2225
2304
  msgid "Class Id"
2226
2305
  msgstr "Id de classe"
2227
2306
 
2228
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:52
2307
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2229
2308
  msgid "Hidden Value?"
2230
- msgstr ""
2309
+ msgstr "Valeur cachée ?"
2310
+
2311
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2312
+ #, fuzzy
2313
+ msgid "Use puppet default"
2314
+ msgstr "défaut"
2231
2315
 
2232
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2316
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2233
2317
  msgid "Required"
2234
2318
  msgstr "Requis"
2235
2319
 
2236
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64 ../lib/hammer_cli_foreman/smart_variable.rb:54
2320
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2237
2321
  msgid "Validator"
2238
2322
  msgstr "Validateur"
2239
2323
 
2240
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:56
2324
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2241
2325
  msgid "Rule"
2242
2326
  msgstr "Règle"
2243
2327
 
2244
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68 ../lib/hammer_cli_foreman/smart_variable.rb:58
2328
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2245
2329
  msgid "Override values"
2246
2330
  msgstr "Surcharger les valeurs"
2247
2331
 
2248
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:59
2332
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2249
2333
  msgid "Merge overrides"
2250
2334
  msgstr "Fusionner les surcharges"
2251
2335
 
2252
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:60
2336
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2253
2337
  msgid "Merge default value"
2254
2338
  msgstr "Fusionner la valeur par défaut"
2255
2339
 
2256
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:61
2340
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2257
2341
  msgid "Avoid duplicates"
2258
2342
  msgstr "Eviter les doublons"
2259
2343
 
2260
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:62
2344
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2261
2345
  msgid "Order"
2262
2346
  msgstr "Ordre"
2263
2347
 
2264
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:63
2348
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2265
2349
  msgid "Values"
2266
2350
  msgstr "Valeurs"
2267
2351
 
2268
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2352
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2269
2353
  msgid "Match"
2270
2354
  msgstr "Correspond"
2271
2355
 
2272
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2356
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2273
2357
  msgid "Parameter updated"
2274
2358
  msgstr "Paramètre mis à jour"
2275
2359
 
2276
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2360
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2277
2361
  msgid "Could not update the parameter"
2278
2362
  msgstr "Impossible de mettre à jour le paramètre"
2279
2363
 
2280
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2364
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2281
2365
  msgid "Override this parameter."
2282
2366
  msgstr "Surcharger ce paramètre."
2283
2367
 
2284
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2368
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2285
2369
  msgid "This parameter is required."
2286
2370
  msgstr "Ce paramètre est requis."
2287
2371
 
2288
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2372
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2289
2373
  msgid "Type of the parameter."
2290
2374
  msgstr "Type de paramètre."
2291
2375
 
2292
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117 ../lib/hammer_cli_foreman/smart_variable.rb:91 ../lib/hammer_cli_foreman/smart_variable.rb:105
2376
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:93 ../lib/hammer_cli_foreman/smart_variable.rb:107
2293
2377
  msgid "Type of the validator."
2294
2378
  msgstr "Type du validateur."
2295
2379
 
2296
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131 ../lib/hammer_cli_foreman/smart_variable.rb:123
2380
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2297
2381
  msgid "Override value created"
2298
2382
  msgstr "Valeur de surcharge créée"
2299
2383
 
2300
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132 ../lib/hammer_cli_foreman/smart_variable.rb:124
2384
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2301
2385
  #, fuzzy
2302
2386
  msgid "Could not create the override value"
2303
2387
  msgstr "Impossible de créer cette surcharge de valeur"
2304
2388
 
2305
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2389
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2390
+ #, fuzzy
2306
2391
  msgid "Cannot use --value when --use-puppet-default is true"
2307
- msgstr ""
2392
+ msgstr "défaut"
2308
2393
 
2309
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155 ../lib/hammer_cli_foreman/smart_variable.rb:136
2394
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2310
2395
  msgid "Override value deleted"
2311
2396
  msgstr "Valeur de surcharge supprimée"
2312
2397
 
2313
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156 ../lib/hammer_cli_foreman/smart_variable.rb:137
2398
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2314
2399
  msgid "Could not delete the override value"
2315
2400
  msgstr "Impossible de supprimer cette surcharge de valeur "
2316
2401
 
@@ -2366,31 +2451,39 @@ msgstr "Fonctions smart proxy rechargées"
2366
2451
  msgid "Refresh of smart proxy features failed"
2367
2452
  msgstr "Rechargement des fonctions smart proxy échoué"
2368
2453
 
2369
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2454
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2455
+ msgid "Variable"
2456
+ msgstr ""
2457
+
2458
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2459
+ msgid "Use --variable instead"
2460
+ msgstr ""
2461
+
2462
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2370
2463
  msgid "Smart variable [%{variable}] created"
2371
2464
  msgstr "Smart variable [%{variable}] créée"
2372
2465
 
2373
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2466
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2374
2467
  msgid "Could not create the smart variable"
2375
2468
  msgstr "Impossible de créer la smart variable"
2376
2469
 
2377
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88 ../lib/hammer_cli_foreman/smart_variable.rb:102
2470
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2378
2471
  msgid "Type of the variable."
2379
2472
  msgstr "Type de variable."
2380
2473
 
2381
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2474
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2382
2475
  msgid "Smart variable [%{variable}] updated"
2383
2476
  msgstr "Smart variable [%{variable}] mis à jour"
2384
2477
 
2385
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2478
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2386
2479
  msgid "Could not update the smart variable"
2387
2480
  msgstr "Impossible de mettre à jour la smart variable"
2388
2481
 
2389
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2482
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2390
2483
  msgid "Smart variable [%{variable}] deleted"
2391
2484
  msgstr "Smart variable [%{variable}] supprimée"
2392
2485
 
2393
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2486
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2394
2487
  msgid "Could not delete the smart variable"
2395
2488
  msgstr "Impossible de supprimer la smart variable"
2396
2489
 
@@ -2528,7 +2621,7 @@ msgstr "Login"
2528
2621
  msgid "Email"
2529
2622
  msgstr "Email"
2530
2623
 
2531
- #: ../lib/hammer_cli_foreman/user.rb:28
2624
+ #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2532
2625
  msgid "Admin"
2533
2626
  msgstr "Admin"
2534
2627
 
@@ -2588,27 +2681,27 @@ msgstr "Utilisateur [%{login}] supprimé"
2588
2681
  msgid "Could not delete the user"
2589
2682
  msgstr "Impossible de supprimer l'utilisateur"
2590
2683
 
2591
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2684
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2592
2685
  msgid "User group [%<name>s] created"
2593
2686
  msgstr "Groupe d'utilisateur [%<name>s] créé"
2594
2687
 
2595
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2688
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2596
2689
  msgid "Could not create the user group"
2597
2690
  msgstr "Impossible de créer le groupe d'utilisateurs"
2598
2691
 
2599
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2692
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2600
2693
  msgid "User group [%<name>s] updated"
2601
2694
  msgstr "Groupe d'utilisateurs [%<name>s] mis à jour"
2602
2695
 
2603
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2696
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2604
2697
  msgid "Could not update the user group"
2605
2698
  msgstr "Impossible de mettre à jour le groupe d'utilisateurs"
2606
2699
 
2607
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2700
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2608
2701
  msgid "User group [%<name>s] deleted"
2609
2702
  msgstr "Groupe d'utilisateurs [%<name>s] supprimé"
2610
2703
 
2611
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2704
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2612
2705
  msgid "Could not delete the user group"
2613
2706
  msgstr "Impossible de supprimer le groupe d'utilisateurs"
2614
2707
 
@@ -2620,7 +2713,7 @@ msgstr "Impossible de supprimer le groupe d'utilisateurs"
2620
2713
  #~ msgid "At least one interface must be set as provision"
2621
2714
  #~ msgstr "Au moins une interface doit être définie pour le provisioning"
2622
2715
 
2623
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:133
2624
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2716
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2717
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2625
2718
  #~ msgid "Could not create the override_value"
2626
2719
  #~ msgstr "Impossible de créer cette surcharge de valeur"