hammer_cli_foreman 0.8.0 → 0.9.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 (85) hide show
  1. checksums.yaml +4 -4
  2. data/config/foreman.yml +1 -0
  3. data/doc/host_create.md +3 -3
  4. data/doc/release_notes.md +14 -0
  5. data/lib/hammer_cli_foreman.rb +0 -1
  6. data/lib/hammer_cli_foreman/api.rb +3 -0
  7. data/lib/hammer_cli_foreman/api/connection.rb +75 -0
  8. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +49 -0
  9. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +120 -0
  10. data/lib/hammer_cli_foreman/auth.rb +16 -12
  11. data/lib/hammer_cli_foreman/commands.rb +4 -36
  12. data/lib/hammer_cli_foreman/compute_resource.rb +6 -6
  13. data/lib/hammer_cli_foreman/compute_resources/all.rb +7 -0
  14. data/lib/hammer_cli_foreman/compute_resources/ec2.rb +9 -0
  15. data/lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb +23 -0
  16. data/lib/hammer_cli_foreman/compute_resources/gce.rb +9 -0
  17. data/lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb +22 -0
  18. data/lib/hammer_cli_foreman/compute_resources/libvirt.rb +9 -0
  19. data/lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb +35 -0
  20. data/lib/hammer_cli_foreman/compute_resources/openstack.rb +9 -0
  21. data/lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb +23 -0
  22. data/lib/hammer_cli_foreman/compute_resources/ovirt.rb +9 -0
  23. data/lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb +36 -0
  24. data/lib/hammer_cli_foreman/compute_resources/rackspace.rb +9 -0
  25. data/lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb +20 -0
  26. data/lib/hammer_cli_foreman/compute_resources/vmware.rb +9 -0
  27. data/lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb +62 -0
  28. data/lib/hammer_cli_foreman/filter.rb +1 -0
  29. data/lib/hammer_cli_foreman/host.rb +15 -140
  30. data/lib/hammer_cli_foreman/hosts/common_update_help.rb +53 -0
  31. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +141 -0
  32. data/lib/hammer_cli_foreman/references.rb +13 -2
  33. data/lib/hammer_cli_foreman/role.rb +3 -7
  34. data/lib/hammer_cli_foreman/smart_class_parameter.rb +2 -2
  35. data/lib/hammer_cli_foreman/smart_variable.rb +1 -2
  36. data/lib/hammer_cli_foreman/user.rb +2 -0
  37. data/lib/hammer_cli_foreman/version.rb +1 -1
  38. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ca/hammer-cli-foreman.edit.po +520 -318
  40. data/locale/ca/hammer-cli-foreman.po +253 -175
  41. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/de/hammer-cli-foreman.edit.po +568 -358
  43. data/locale/de/hammer-cli-foreman.po +255 -177
  44. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/en/hammer-cli-foreman.edit.po +446 -228
  46. data/locale/en/hammer-cli-foreman.po +208 -41
  47. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  48. data/locale/en_GB/hammer-cli-foreman.edit.po +498 -307
  49. data/locale/en_GB/hammer-cli-foreman.po +254 -176
  50. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  51. data/locale/es/hammer-cli-foreman.edit.po +594 -388
  52. data/locale/es/hammer-cli-foreman.po +254 -176
  53. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  54. data/locale/fr/hammer-cli-foreman.edit.po +542 -342
  55. data/locale/fr/hammer-cli-foreman.po +254 -176
  56. data/locale/hammer-cli-foreman.pot +503 -241
  57. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  58. data/locale/it/hammer-cli-foreman.edit.po +510 -295
  59. data/locale/it/hammer-cli-foreman.po +254 -176
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  61. data/locale/ja/hammer-cli-foreman.edit.po +590 -365
  62. data/locale/ja/hammer-cli-foreman.po +254 -176
  63. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  64. data/locale/ko/hammer-cli-foreman.edit.po +591 -366
  65. data/locale/ko/hammer-cli-foreman.po +254 -176
  66. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  67. data/locale/pt_BR/hammer-cli-foreman.edit.po +588 -388
  68. data/locale/pt_BR/hammer-cli-foreman.po +254 -176
  69. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  70. data/locale/ru/hammer-cli-foreman.edit.po +549 -336
  71. data/locale/ru/hammer-cli-foreman.po +254 -176
  72. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  73. data/locale/zh_CN/hammer-cli-foreman.edit.po +598 -373
  74. data/locale/zh_CN/hammer-cli-foreman.po +254 -176
  75. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  76. data/locale/zh_TW/hammer-cli-foreman.edit.po +592 -367
  77. data/locale/zh_TW/hammer-cli-foreman.po +254 -176
  78. data/test/test_helper.rb +7 -5
  79. data/test/unit/api/interactive_basic_auth_test.rb +87 -0
  80. data/test/unit/api/session_authenticator_wrapper_test.rb +263 -0
  81. data/test/unit/exception_handler_test.rb +1 -1
  82. data/test/unit/host_test.rb +2 -2
  83. metadata +314 -292
  84. data/lib/hammer_cli_foreman/credentials.rb +0 -67
  85. data/test/unit/credentials_test.rb +0 -59
@@ -5,13 +5,13 @@
5
5
  # Translators:
6
6
  # Claer <transiblu@claer.hammock.fr>, 2014-2016
7
7
  # Dominic Cleal <dominic@cleal.org>, 2014
8
- # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
8
+ # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
11
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2016-09-01 12:48+0200\n"
14
- "PO-Revision-Date: 2016-05-26 10:00+0000\n"
13
+ "POT-Creation-Date: 2016-12-15 22:40+0100\n"
14
+ "PO-Revision-Date: 2016-06-20 13:01+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"
@@ -20,124 +20,168 @@ msgstr ""
20
20
  "Language: fr\n"
21
21
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
22
22
 
23
- #: ../lib/hammer_cli_foreman.rb:32
23
+ #: ../lib/hammer_cli_foreman.rb:31
24
24
  msgid "Foreman connection login/logout."
25
25
  msgstr "Connexion/Déconnexion à Foreman."
26
26
 
27
- #: ../lib/hammer_cli_foreman.rb:36
27
+ #: ../lib/hammer_cli_foreman.rb:35
28
28
  msgid "Manipulate architectures."
29
29
  msgstr "Gestion des architectures."
30
30
 
31
- #: ../lib/hammer_cli_foreman.rb:40
31
+ #: ../lib/hammer_cli_foreman.rb:39
32
32
  msgid "Manipulate auth sources."
33
33
  msgstr "Gérer les sources d'authentification"
34
34
 
35
- #: ../lib/hammer_cli_foreman.rb:44
35
+ #: ../lib/hammer_cli_foreman.rb:43
36
36
  msgid "Manipulate compute resources."
37
37
  msgstr "Gestion des ressources d'ordinateur."
38
38
 
39
- #: ../lib/hammer_cli_foreman.rb:48
39
+ #: ../lib/hammer_cli_foreman.rb:47
40
40
  msgid "Manipulate domains."
41
41
  msgstr "Gestion des domaines."
42
42
 
43
- #: ../lib/hammer_cli_foreman.rb:52
43
+ #: ../lib/hammer_cli_foreman.rb:51
44
44
  msgid "Manipulate environments."
45
45
  msgstr "Manipulation des environnements"
46
46
 
47
- #: ../lib/hammer_cli_foreman.rb:56
47
+ #: ../lib/hammer_cli_foreman.rb:55
48
48
  msgid "Search facts."
49
49
  msgstr "Rechercher les facts."
50
50
 
51
- #: ../lib/hammer_cli_foreman.rb:60
51
+ #: ../lib/hammer_cli_foreman.rb:59
52
52
  msgid "Manage permission filters."
53
53
  msgstr "Gérer les filtres de permission"
54
54
 
55
- #: ../lib/hammer_cli_foreman.rb:64
55
+ #: ../lib/hammer_cli_foreman.rb:63
56
56
  msgid "Manipulate hosts."
57
57
  msgstr "Manipulation des hôtes"
58
58
 
59
- #: ../lib/hammer_cli_foreman.rb:68
59
+ #: ../lib/hammer_cli_foreman.rb:67
60
60
  msgid "Manipulate hostgroups."
61
61
  msgstr "Gestion des groupes d'hôtes"
62
62
 
63
- #: ../lib/hammer_cli_foreman.rb:72
63
+ #: ../lib/hammer_cli_foreman.rb:71
64
64
  msgid "Manipulate locations."
65
65
  msgstr "Gestion des emplacements."
66
66
 
67
- #: ../lib/hammer_cli_foreman.rb:76
67
+ #: ../lib/hammer_cli_foreman.rb:75
68
68
  msgid "Manipulate installation media."
69
69
  msgstr "Gestion des médias d'installation."
70
70
 
71
- #: ../lib/hammer_cli_foreman.rb:80
71
+ #: ../lib/hammer_cli_foreman.rb:79
72
72
  msgid "Manipulate hardware models."
73
73
  msgstr "Gestion des modèles matériel."
74
74
 
75
- #: ../lib/hammer_cli_foreman.rb:84
75
+ #: ../lib/hammer_cli_foreman.rb:83
76
76
  msgid "Manipulate operating system."
77
77
  msgstr "Manipulation des systèmes d'exploitation"
78
78
 
79
- #: ../lib/hammer_cli_foreman.rb:88
79
+ #: ../lib/hammer_cli_foreman.rb:87
80
80
  msgid "Manipulate organizations."
81
81
  msgstr "Gestion des organisations."
82
82
 
83
- #: ../lib/hammer_cli_foreman.rb:92
83
+ #: ../lib/hammer_cli_foreman.rb:91
84
84
  msgid "Manipulate partition tables."
85
85
  msgstr "Gestion des tables de partitions."
86
86
 
87
- #: ../lib/hammer_cli_foreman.rb:96
87
+ #: ../lib/hammer_cli_foreman.rb:95
88
88
  msgid "Search puppet modules."
89
89
  msgstr "Recherche des modules Puppet."
90
90
 
91
- #: ../lib/hammer_cli_foreman.rb:100
91
+ #: ../lib/hammer_cli_foreman.rb:99
92
92
  msgid "Browse and read reports."
93
93
  msgstr "Consulter les rapports."
94
94
 
95
- #: ../lib/hammer_cli_foreman.rb:104
95
+ #: ../lib/hammer_cli_foreman.rb:103
96
96
  msgid "Manage user roles."
97
97
  msgstr "Gérer les rôles utilisateur"
98
98
 
99
- #: ../lib/hammer_cli_foreman.rb:108
99
+ #: ../lib/hammer_cli_foreman.rb:107
100
100
  msgid "Manipulate smart class parameters."
101
101
  msgstr "Gestion des paramètres Smart Class"
102
102
 
103
- #: ../lib/hammer_cli_foreman.rb:112
103
+ #: ../lib/hammer_cli_foreman.rb:111
104
104
  msgid "Manipulate smart variables."
105
105
  msgstr "Manipuler les smart variables."
106
106
 
107
- #: ../lib/hammer_cli_foreman.rb:116
107
+ #: ../lib/hammer_cli_foreman.rb:115
108
108
  msgid "Manipulate smart proxies."
109
109
  msgstr "Gestion des Smart Proxies."
110
110
 
111
- #: ../lib/hammer_cli_foreman.rb:120
111
+ #: ../lib/hammer_cli_foreman.rb:119
112
112
  #, fuzzy
113
113
  msgid "Manipulate realms."
114
114
  msgstr "Gestion des domaines."
115
115
 
116
- #: ../lib/hammer_cli_foreman.rb:124
116
+ #: ../lib/hammer_cli_foreman.rb:123
117
117
  msgid "Change server settings."
118
118
  msgstr "Modifier les paramètres serveur."
119
119
 
120
- #: ../lib/hammer_cli_foreman.rb:128
120
+ #: ../lib/hammer_cli_foreman.rb:127
121
121
  msgid "Manipulate subnets."
122
122
  msgstr "Gestion des sous-réseaux."
123
123
 
124
- #: ../lib/hammer_cli_foreman.rb:132
124
+ #: ../lib/hammer_cli_foreman.rb:131
125
125
  msgid "Manipulate config templates."
126
126
  msgstr "Gestion des modèles de configuration."
127
127
 
128
- #: ../lib/hammer_cli_foreman.rb:136
128
+ #: ../lib/hammer_cli_foreman.rb:135
129
129
  msgid "Manipulate users."
130
130
  msgstr "Gestion des utilisateurs."
131
131
 
132
- #: ../lib/hammer_cli_foreman.rb:140
132
+ #: ../lib/hammer_cli_foreman.rb:139
133
133
  msgid "Manage user groups."
134
134
  msgstr "Gérer les groupes d'utilisateurs."
135
135
 
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
136
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
137
+ #, fuzzy
138
+ msgid "Invalid username or password"
139
+ msgstr "user"
140
+
141
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
142
+ msgid "You are logged in as '%s'"
143
+ msgstr "Vous êtes identifié comme '%s'"
144
+
145
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
146
+ msgid "You are currently not logged in"
147
+ msgstr ""
148
+
149
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
150
+ msgid "[Foreman] Username: "
151
+ msgstr "[Foreman] nom d'utilisateur :"
152
+
153
+ #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
154
+ msgid "[Foreman] Password for %s: "
155
+ msgstr "[Foreman] mot de passe pour %s :"
156
+
157
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
158
+ #, fuzzy
159
+ msgid "Can't use session auth due to invalid permissions on session files."
160
+ msgstr "file"
161
+
162
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
163
+ msgid "Session exist, currently logged in as '%s'"
164
+ msgstr ""
165
+
166
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
167
+ msgid "Session has expired"
168
+ msgstr ""
169
+
170
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
171
+ #, fuzzy
172
+ msgid "Invalid session file format"
173
+ msgstr "file"
174
+
175
+ #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
176
+ #, fuzzy
177
+ msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
178
+ msgstr "file"
179
+
180
+ #: ../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:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../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/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../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:76 ../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
137
181
  msgid "Id"
138
182
  msgstr "Id"
139
183
 
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
184
+ #: ../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:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../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
141
185
  msgid "Name"
142
186
  msgstr "Nom"
143
187
 
@@ -170,196 +214,168 @@ msgid "Associate a hostgroup"
170
214
  msgstr "Associer un groupe d'hôtes"
171
215
 
172
216
  #: ../lib/hammer_cli_foreman/associating_commands.rb:43
173
- #, fuzzy
174
217
  msgid "The hostgroup has been associated"
175
- msgstr "Le groupe d'utilisateurs a été associé"
218
+ msgstr "Le groupe d'hôte a été associé"
176
219
 
177
220
  #: ../lib/hammer_cli_foreman/associating_commands.rb:44
178
- #, fuzzy
179
221
  msgid "Could not associate the hostgroup"
180
- msgstr "Impossible d'associer le groupe d'utilisateurs"
222
+ msgstr "Impossible d'associer le groupe d'hôte"
181
223
 
182
224
  #: ../lib/hammer_cli_foreman/associating_commands.rb:49
183
225
  msgid "Disassociate a hostgroup"
184
226
  msgstr "Dissocier un groupe d'hôtes"
185
227
 
186
228
  #: ../lib/hammer_cli_foreman/associating_commands.rb:51
187
- #, fuzzy
188
229
  msgid "The hostgroup has been disassociated"
189
- msgstr "Le groupe d'utilisateurs a été dissocié"
230
+ msgstr "Le groupe d'hôte a été dissocié"
190
231
 
191
232
  #: ../lib/hammer_cli_foreman/associating_commands.rb:52
192
- #, fuzzy
193
233
  msgid "Could not disassociate the hostgroup"
194
- msgstr "Impossible de dissocier le groupe d'utilisateurs"
234
+ msgstr "Impossible de dissocier le groupe d'hôte"
195
235
 
196
236
  #: ../lib/hammer_cli_foreman/associating_commands.rb:61
197
237
  msgid "Associate an environment"
198
238
  msgstr "Associer à un environnement"
199
239
 
200
240
  #: ../lib/hammer_cli_foreman/associating_commands.rb:63
201
- #, fuzzy
202
241
  msgid "The environment has been associated"
203
- msgstr "L'utilisateur a été associé"
242
+ msgstr "L'environnement a été associé"
204
243
 
205
244
  #: ../lib/hammer_cli_foreman/associating_commands.rb:64
206
- #, fuzzy
207
245
  msgid "Could not associate the environment"
208
- msgstr "Impossible de créer l'environnement"
246
+ msgstr "Impossible d'associer l'environnement"
209
247
 
210
248
  #: ../lib/hammer_cli_foreman/associating_commands.rb:69
211
249
  msgid "Disassociate an environment"
212
250
  msgstr "Dissocier un environnement"
213
251
 
214
252
  #: ../lib/hammer_cli_foreman/associating_commands.rb:71
215
- #, fuzzy
216
253
  msgid "The environment has been disassociated"
217
- msgstr "L'utilisateur a été dissocié"
254
+ msgstr "L'environnement a été dissocié"
218
255
 
219
256
  #: ../lib/hammer_cli_foreman/associating_commands.rb:72
220
- #, fuzzy
221
257
  msgid "Could not disassociate the environment"
222
- msgstr "Impossible de créer l'environnement"
258
+ msgstr "Impossible de dissocié l'environnement"
223
259
 
224
260
  #: ../lib/hammer_cli_foreman/associating_commands.rb:81
225
261
  msgid "Associate a domain"
226
262
  msgstr "Associer un domaine"
227
263
 
228
264
  #: ../lib/hammer_cli_foreman/associating_commands.rb:83
229
- #, fuzzy
230
265
  msgid "The domain has been associated"
231
- msgstr "L'utilisateur a été associé"
266
+ msgstr "Le domaine a été associé"
232
267
 
233
268
  #: ../lib/hammer_cli_foreman/associating_commands.rb:84
234
- #, fuzzy
235
269
  msgid "Could not associate the domain"
236
- msgstr "Impossible d'associer l'utilisateur"
270
+ msgstr "Impossible d'associer le domaine"
237
271
 
238
272
  #: ../lib/hammer_cli_foreman/associating_commands.rb:89
239
273
  msgid "Disassociate a domain"
240
274
  msgstr "Dissocier un domaine"
241
275
 
242
276
  #: ../lib/hammer_cli_foreman/associating_commands.rb:91
243
- #, fuzzy
244
277
  msgid "The domain has been disassociated"
245
- msgstr "L'utilisateur a été dissocié"
278
+ msgstr "Le domaine a été dissocié"
246
279
 
247
280
  #: ../lib/hammer_cli_foreman/associating_commands.rb:92
248
- #, fuzzy
249
281
  msgid "Could not disassociate the domain"
250
- msgstr "Impossible de dissocier l'utilisateur"
282
+ msgstr "Impossible de dissocié le domaine"
251
283
 
252
284
  #: ../lib/hammer_cli_foreman/associating_commands.rb:101
253
285
  msgid "Associate a medium"
254
286
  msgstr "Associer un medium"
255
287
 
256
288
  #: ../lib/hammer_cli_foreman/associating_commands.rb:103
257
- #, fuzzy
258
289
  msgid "The medium has been associated"
259
- msgstr "L'utilisateur a été associé"
290
+ msgstr "Le medium a été associé"
260
291
 
261
292
  #: ../lib/hammer_cli_foreman/associating_commands.rb:104
262
- #, fuzzy
263
293
  msgid "Could not associate the medium"
264
- msgstr "Impossible d'associer l'utilisateur"
294
+ msgstr "Impossible d'associer le medium"
265
295
 
266
296
  #: ../lib/hammer_cli_foreman/associating_commands.rb:109
267
297
  msgid "Disassociate a medium"
268
298
  msgstr "Dissocier un medium"
269
299
 
270
300
  #: ../lib/hammer_cli_foreman/associating_commands.rb:111
271
- #, fuzzy
272
301
  msgid "The medium has been disassociated"
273
- msgstr "L'utilisateur a été dissocié"
302
+ msgstr "Le medium a été dissocié"
274
303
 
275
304
  #: ../lib/hammer_cli_foreman/associating_commands.rb:112
276
- #, fuzzy
277
305
  msgid "Could not disassociate the medium"
278
- msgstr "Impossible de dissocier l'utilisateur"
306
+ msgstr "Impossible de dissocier le medium"
279
307
 
280
308
  #: ../lib/hammer_cli_foreman/associating_commands.rb:121
281
309
  msgid "Associate a subnet"
282
310
  msgstr "Associer un sous réseau"
283
311
 
284
312
  #: ../lib/hammer_cli_foreman/associating_commands.rb:123
285
- #, fuzzy
286
313
  msgid "The subnet has been associated"
287
- msgstr "L'utilisateur a été associé"
314
+ msgstr "Le sous-réseau a été associé"
288
315
 
289
316
  #: ../lib/hammer_cli_foreman/associating_commands.rb:124
290
- #, fuzzy
291
317
  msgid "Could not associate the subnet"
292
- msgstr "Impossible d'associer l'utilisateur"
318
+ msgstr "Impossible d'associer le sous-réseau"
293
319
 
294
320
  #: ../lib/hammer_cli_foreman/associating_commands.rb:129
295
321
  msgid "Disassociate a subnet"
296
322
  msgstr "Dissocier un sous réseau"
297
323
 
298
324
  #: ../lib/hammer_cli_foreman/associating_commands.rb:131
299
- #, fuzzy
300
325
  msgid "The subnet has been disassociated"
301
- msgstr "L'utilisateur a été dissocié"
326
+ msgstr "Le sous-réseau a été dissocié"
302
327
 
303
328
  #: ../lib/hammer_cli_foreman/associating_commands.rb:132
304
- #, fuzzy
305
329
  msgid "Could not disassociate the subnet"
306
- msgstr "Impossible de dissocier l'utilisateur"
330
+ msgstr "Impossible de dissocier le sous-réseau"
307
331
 
308
332
  #: ../lib/hammer_cli_foreman/associating_commands.rb:141
309
333
  msgid "Associate a compute resource"
310
334
  msgstr "Associer une ressource d'ordinateur"
311
335
 
312
336
  #: ../lib/hammer_cli_foreman/associating_commands.rb:143
313
- #, fuzzy
314
337
  msgid "The compute resource has been associated"
315
- msgstr "Le groupe d'utilisateurs a été associé"
338
+ msgstr "La ressources de calcul a été associé"
316
339
 
317
340
  #: ../lib/hammer_cli_foreman/associating_commands.rb:144
318
- #, fuzzy
319
341
  msgid "Could not associate the compute resource"
320
- msgstr "Impossible de créer la ressource d'ordinateur"
342
+ msgstr "Impossible d'associer la ressources de calcul"
321
343
 
322
344
  #: ../lib/hammer_cli_foreman/associating_commands.rb:149
323
345
  msgid "Disassociate a compute resource"
324
346
  msgstr "Dissocier une ressource d'ordinateur"
325
347
 
326
348
  #: ../lib/hammer_cli_foreman/associating_commands.rb:151
327
- #, fuzzy
328
349
  msgid "The compute resource has been disassociated"
329
- msgstr "Le groupe d'utilisateurs a été dissocié"
350
+ msgstr "La ressources de calcul a été dissocié"
330
351
 
331
352
  #: ../lib/hammer_cli_foreman/associating_commands.rb:152
332
- #, fuzzy
333
353
  msgid "Could not disassociate the compute resource"
334
- msgstr "Impossible de créer la ressource d'ordinateur"
354
+ msgstr "Impossible de dissocier la ressources de calcul"
335
355
 
336
356
  #: ../lib/hammer_cli_foreman/associating_commands.rb:161
337
357
  msgid "Associate a smart proxy"
338
358
  msgstr "Associer un smart proxy"
339
359
 
340
360
  #: ../lib/hammer_cli_foreman/associating_commands.rb:163
341
- #, fuzzy
342
361
  msgid "The smart proxy has been associated"
343
- msgstr "Le groupe d'utilisateurs a été associé"
362
+ msgstr "Le smart proxy a été associé"
344
363
 
345
364
  #: ../lib/hammer_cli_foreman/associating_commands.rb:164
346
- #, fuzzy
347
365
  msgid "Could not associate the smart proxy"
348
- msgstr "Impossible d'associer le groupe d'utilisateurs"
366
+ msgstr "Impossible d'associer le smart proxy"
349
367
 
350
368
  #: ../lib/hammer_cli_foreman/associating_commands.rb:173
351
369
  msgid "Disassociate a smart proxy"
352
370
  msgstr "Dissocier un smart proxy"
353
371
 
354
372
  #: ../lib/hammer_cli_foreman/associating_commands.rb:175
355
- #, fuzzy
356
373
  msgid "The smart proxy has been disassociated"
357
- msgstr "Le groupe d'utilisateurs a été dissocié"
374
+ msgstr "Le smart proxy a été dissocié"
358
375
 
359
376
  #: ../lib/hammer_cli_foreman/associating_commands.rb:176
360
- #, fuzzy
361
377
  msgid "Could not disassociate the smart proxy"
362
- msgstr "Impossible de dissocier le groupe d'utilisateurs"
378
+ msgstr "Impossible de dissocier le smart proxy"
363
379
 
364
380
  #: ../lib/hammer_cli_foreman/associating_commands.rb:189
365
381
  msgid "Associate an user"
@@ -415,12 +431,11 @@ msgstr "Associer un modèle de configuration"
415
431
 
416
432
  #: ../lib/hammer_cli_foreman/associating_commands.rb:235
417
433
  msgid "The configuration template has been associated"
418
- msgstr ""
434
+ msgstr "Le modèle de configuration a été associé"
419
435
 
420
436
  #: ../lib/hammer_cli_foreman/associating_commands.rb:236
421
- #, fuzzy
422
437
  msgid "Could not associate the configuration template"
423
- msgstr "Dissocier un modèle de configuration"
438
+ msgstr "Impossible d'associer le modèle de configuration"
424
439
 
425
440
  #: ../lib/hammer_cli_foreman/associating_commands.rb:241
426
441
  msgid "Disassociate a configuration template"
@@ -428,12 +443,11 @@ msgstr "Dissocier un modèle de configuration"
428
443
 
429
444
  #: ../lib/hammer_cli_foreman/associating_commands.rb:243
430
445
  msgid "The configuration template has been disassociated"
431
- msgstr ""
446
+ msgstr "Le modèle de configuration a été dissocié"
432
447
 
433
448
  #: ../lib/hammer_cli_foreman/associating_commands.rb:244
434
- #, fuzzy
435
449
  msgid "Could not disassociate the configuration template"
436
- msgstr "Impossible de dissocier la table de partition"
450
+ msgstr "Impossible de dissocier le modèle de configuration"
437
451
 
438
452
  #: ../lib/hammer_cli_foreman/associating_commands.rb:253
439
453
  msgid "Associate an organization"
@@ -441,26 +455,23 @@ msgstr "Associer une organisation"
441
455
 
442
456
  #: ../lib/hammer_cli_foreman/associating_commands.rb:255
443
457
  msgid "The organization has been associated"
444
- msgstr ""
458
+ msgstr "L'organisation a été associé"
445
459
 
446
460
  #: ../lib/hammer_cli_foreman/associating_commands.rb:256
447
- #, fuzzy
448
461
  msgid "Could not associate the organization"
449
- msgstr "Impossible de créer l'organisation"
462
+ msgstr "Impossible d'associer l'organisation"
450
463
 
451
464
  #: ../lib/hammer_cli_foreman/associating_commands.rb:261
452
465
  msgid "Disassociate an organization"
453
466
  msgstr "Dissocier une organisation"
454
467
 
455
468
  #: ../lib/hammer_cli_foreman/associating_commands.rb:263
456
- #, fuzzy
457
469
  msgid "The organization has been disassociated"
458
- msgstr "L'utilisateur a été dissocié"
470
+ msgstr "L'organisation a été dissocié"
459
471
 
460
472
  #: ../lib/hammer_cli_foreman/associating_commands.rb:264
461
- #, fuzzy
462
473
  msgid "Could not disassociate the organization"
463
- msgstr "Impossible de créer l'organisation"
474
+ msgstr "Impossible de dissocier l'organisation"
464
475
 
465
476
  #: ../lib/hammer_cli_foreman/associating_commands.rb:273
466
477
  msgid "Associate an operating system"
@@ -566,12 +577,12 @@ msgstr "Associer un domaine"
566
577
  #: ../lib/hammer_cli_foreman/associating_commands.rb:359
567
578
  #, fuzzy
568
579
  msgid "The location has been associated"
569
- msgstr "L'utilisateur a été associé"
580
+ msgstr "Le domaine a été associé"
570
581
 
571
582
  #: ../lib/hammer_cli_foreman/associating_commands.rb:360
572
583
  #, fuzzy
573
584
  msgid "Could not associate the location"
574
- msgstr "Impossible de créer l'emplacement"
585
+ msgstr "Impossible d'associer le domaine"
575
586
 
576
587
  #: ../lib/hammer_cli_foreman/associating_commands.rb:365
577
588
  #, fuzzy
@@ -581,41 +592,42 @@ msgstr "Dissocier un domaine"
581
592
  #: ../lib/hammer_cli_foreman/associating_commands.rb:367
582
593
  #, fuzzy
583
594
  msgid "The location has been disassociated"
584
- msgstr "L'utilisateur a été dissocié"
595
+ msgstr "Le domaine a été dissocié"
585
596
 
586
597
  #: ../lib/hammer_cli_foreman/associating_commands.rb:368
587
598
  #, fuzzy
588
599
  msgid "Could not disassociate the location"
589
- msgstr "Impossible de dissocier l'utilisateur"
600
+ msgstr "Impossible de dissocié le domaine"
590
601
 
591
602
  #: ../lib/hammer_cli_foreman/auth.rb:7
592
603
  msgid "Set credentials"
593
604
  msgstr "Définir les authentifiants"
594
605
 
595
- #: ../lib/hammer_cli_foreman/auth.rb:20
606
+ #: ../lib/hammer_cli_foreman/auth.rb:9
607
+ #, fuzzy
608
+ msgid "username to access the remote system"
609
+ msgstr "user"
610
+
611
+ #: ../lib/hammer_cli_foreman/auth.rb:10
612
+ msgid "password to access the remote system"
613
+ msgstr ""
614
+
615
+ #: ../lib/hammer_cli_foreman/auth.rb:22
616
+ msgid "Successfully logged in."
617
+ msgstr ""
618
+
619
+ #: ../lib/hammer_cli_foreman/auth.rb:29
596
620
  msgid "Wipe your credentials"
597
621
  msgstr "Supprimer vos authentifiants"
598
622
 
599
- #: ../lib/hammer_cli_foreman/auth.rb:26
623
+ #: ../lib/hammer_cli_foreman/auth.rb:34
600
624
  msgid "Credentials deleted."
601
625
  msgstr "Identifiants supprimés"
602
626
 
603
- #: ../lib/hammer_cli_foreman/auth.rb:33
627
+ #: ../lib/hammer_cli_foreman/auth.rb:41
604
628
  msgid "Information about current connections"
605
629
  msgstr "Information à propos des connexions en cours"
606
630
 
607
- #: ../lib/hammer_cli_foreman/auth.rb:37
608
- msgid "You are logged in as '%s'"
609
- msgstr "Vous êtes identifié comme '%s'"
610
-
611
- #: ../lib/hammer_cli_foreman/auth.rb:39
612
- msgid ""
613
- "You are currently not logged in to any service.\n"
614
- "Use the service to set credentials."
615
- msgstr ""
616
- "Vous n'êtes actuellement pas identifié sur aucun service.\n"
617
- "Utilisez le service pour définir vos identifiants."
618
-
619
631
  #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
620
632
  msgid "Manage LDAP auth sources."
621
633
  msgstr "Gérer les sources d'authentification LDAP."
@@ -692,48 +704,47 @@ msgstr "Source d'authentification mis à jour"
692
704
  msgid "Could not update the Auth Source"
693
705
  msgstr "Impossible de mettre à jour la source d'authentification"
694
706
 
695
- #: ../lib/hammer_cli_foreman/commands.rb:88
707
+ #: ../lib/hammer_cli_foreman/commands.rb:56
696
708
  msgid "Received data of unknown format"
697
709
  msgstr "Format inconnu de la donnée reçue"
698
710
 
699
- #: ../lib/hammer_cli_foreman/commands.rb:196
711
+ #: ../lib/hammer_cli_foreman/commands.rb:164
700
712
  msgid "Could not find %{resource}. Some search options were missing, please see --help."
701
713
  msgstr "%{resource} introuvable. Certaines options de recherche sont manquantes, veuillez consulter --help"
702
714
 
703
- #: ../lib/hammer_cli_foreman/commands.rb:198
715
+ #: ../lib/hammer_cli_foreman/commands.rb:166
704
716
  msgid "Could not find %{resource}, please set option %{switches}."
705
717
  msgstr "%{resource} introuvable, veuillez définir l'option %{switches}."
706
718
 
707
- #: ../lib/hammer_cli_foreman/commands.rb:200
719
+ #: ../lib/hammer_cli_foreman/commands.rb:168
708
720
  msgid "Could not find %{resource}, please set one of options %{switches}."
709
721
  msgstr "%{resource} introuvable, veuillez définir l'une des options %{switches}."
710
722
 
711
- #: ../lib/hammer_cli_foreman/commands.rb:529
723
+ #: ../lib/hammer_cli_foreman/commands.rb:497
712
724
  msgid "Associate a resource"
713
725
  msgstr "Associer à une ressource"
714
726
 
715
- #: ../lib/hammer_cli_foreman/commands.rb:533
727
+ #: ../lib/hammer_cli_foreman/commands.rb:501
716
728
  msgid "Could not associate the %{resource_name}"
717
- msgstr ""
729
+ msgstr "Impossible d'associer le %{resource_name}"
718
730
 
719
- #: ../lib/hammer_cli_foreman/commands.rb:537
731
+ #: ../lib/hammer_cli_foreman/commands.rb:505
720
732
  msgid "The %{resource_name} has been associated"
721
- msgstr ""
733
+ msgstr "Le %{resource_name} a été associé"
722
734
 
723
- #: ../lib/hammer_cli_foreman/commands.rb:559
735
+ #: ../lib/hammer_cli_foreman/commands.rb:527
724
736
  msgid "Disassociate a resource"
725
737
  msgstr "Dissocier la ressource"
726
738
 
727
- #: ../lib/hammer_cli_foreman/commands.rb:571
728
- #, fuzzy
739
+ #: ../lib/hammer_cli_foreman/commands.rb:539
729
740
  msgid "Could not disassociate the %{resource_name}"
730
- msgstr "Impossible de dissocier l'architecture"
741
+ msgstr "Impossible de dissocier le %{resource_name}"
731
742
 
732
- #: ../lib/hammer_cli_foreman/commands.rb:575
743
+ #: ../lib/hammer_cli_foreman/commands.rb:543
733
744
  msgid "The %{resource_name} has been disassociated"
734
- msgstr ""
745
+ msgstr "Le %{resource_name} a été dissocié"
735
746
 
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
747
+ #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
737
748
  msgid "Value"
738
749
  msgstr "Valeur"
739
750
 
@@ -773,9 +784,9 @@ msgstr "Gestion des paramètres globaux."
773
784
  msgid "Provider"
774
785
  msgstr "Fournisseur"
775
786
 
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
777
- msgid "UUID"
778
- msgstr "UUID"
787
+ #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
788
+ msgid "Datacenter"
789
+ msgstr ""
779
790
 
780
791
  #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
781
792
  msgid "Region"
@@ -793,7 +804,7 @@ msgstr "Tenant"
793
804
  msgid "Url"
794
805
  msgstr "URL"
795
806
 
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
807
+ #: ../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/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
797
808
  msgid "Description"
798
809
  msgstr "Description"
799
810
 
@@ -825,13 +836,155 @@ msgstr "Ressource d'ordinateur supprimée"
825
836
  msgid "Could not delete the compute resource"
826
837
  msgstr "Impossible de supprimer la ressource d'ordinateur"
827
838
 
828
- #: ../lib/hammer_cli_foreman/credentials.rb:26
829
- msgid "[Foreman] Username: "
830
- msgstr "[Foreman] nom d'utilisateur :"
839
+ #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
840
+ msgid "EC2"
841
+ msgstr ""
831
842
 
832
- #: ../lib/hammer_cli_foreman/credentials.rb:33
833
- msgid "[Foreman] Password for %s: "
834
- msgstr "[Foreman] mot de passe pour %s :"
843
+ #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
844
+ msgid "GCE"
845
+ msgstr ""
846
+
847
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
848
+ msgid "Libvirt"
849
+ msgstr ""
850
+
851
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
852
+ msgid "Number of CPUs"
853
+ msgstr ""
854
+
855
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
856
+ msgid "String, amount of memory, value in bytes"
857
+ msgstr ""
858
+
859
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
860
+ msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
861
+ msgstr ""
862
+
863
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
864
+ msgid "Possible values: %s"
865
+ msgstr ""
866
+
867
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
868
+ #, fuzzy
869
+ msgid "Name of interface according to type"
870
+ msgstr "Nom"
871
+
872
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
873
+ msgid "One of available storage pools"
874
+ msgstr ""
875
+
876
+ #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
877
+ msgid "String value, eg. 10G"
878
+ msgstr ""
879
+
880
+ #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
881
+ msgid "OpenStack"
882
+ msgstr ""
883
+
884
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
885
+ msgid "oVirt"
886
+ msgstr ""
887
+
888
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
889
+ #, fuzzy
890
+ msgid "Hardware profile to use"
891
+ msgstr "file"
892
+
893
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
894
+ msgid "Integer value, number of cores"
895
+ msgstr ""
896
+
897
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
898
+ msgid "Amount of memory, integer value in bytes"
899
+ msgstr ""
900
+
901
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
902
+ msgid "Eg. eth0"
903
+ msgstr ""
904
+
905
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
906
+ msgid "Select one of available networks for a cluster"
907
+ msgstr ""
908
+
909
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
910
+ msgid "Volume size in GB, integer value"
911
+ msgstr ""
912
+
913
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
914
+ msgid "Select one of available storage domains"
915
+ msgstr ""
916
+
917
+ #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
918
+ msgid "Boolean, only one volume can be bootable"
919
+ msgstr ""
920
+
921
+ #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
922
+ msgid "Rackspace"
923
+ msgstr ""
924
+
925
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
926
+ msgid "VMWare"
927
+ msgstr ""
928
+
929
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
930
+ msgid "Cpu count"
931
+ msgstr ""
932
+
933
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
934
+ msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
935
+ msgstr ""
936
+
937
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
938
+ msgid "Integer number, amount of memory in MB"
939
+ msgstr ""
940
+
941
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
942
+ msgid "Cluster id from VMware"
943
+ msgstr ""
944
+
945
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
946
+ #, fuzzy
947
+ msgid "Path to folder"
948
+ msgstr "Chemin"
949
+
950
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
951
+ msgid "Guest OS id form VMware"
952
+ msgstr ""
953
+
954
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
955
+ #, fuzzy
956
+ msgid "Id of the controller from VMware"
957
+ msgstr "Id"
958
+
959
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
960
+ msgid "Hardware version id from VMware"
961
+ msgstr ""
962
+
963
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
964
+ msgid "Must be a 1 or 0, whether to start the machine or not"
965
+ msgstr ""
966
+
967
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
968
+ #, fuzzy
969
+ msgid "Network id from VMware"
970
+ msgstr "Réseau"
971
+
972
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
973
+ msgid "Datastore id from VMware"
974
+ msgstr ""
975
+
976
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
977
+ msgid "Integer number, volume size in GB"
978
+ msgstr ""
979
+
980
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
981
+ #, fuzzy
982
+ msgid "Type of the network adapter, for example one of:"
983
+ msgstr "Type"
984
+
985
+ #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
986
+ msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
987
+ msgstr ""
835
988
 
836
989
  #: ../lib/hammer_cli_foreman/defaults.rb:7
837
990
  msgid "Use the default organization and/or location from the server"
@@ -927,20 +1080,19 @@ msgstr "Impossible de supprimer l'environnement"
927
1080
 
928
1081
  #: ../lib/hammer_cli_foreman/exception_handler.rb:29
929
1082
  msgid "Redirection of API call detected."
930
- msgstr ""
1083
+ msgstr "Redirection à l'appel API détecté"
931
1084
 
932
1085
  #: ../lib/hammer_cli_foreman/exception_handler.rb:30
933
1086
  msgid "It seems hammer is configured to use HTTP and the server prefers HTTPS."
934
- msgstr ""
1087
+ msgstr "Il semble que hammer est configué pour utiliser HTTP et le serveur préfère HTTPS."
935
1088
 
936
1089
  #: ../lib/hammer_cli_foreman/exception_handler.rb:32
937
1090
  msgid "Update your server url configuration"
938
- msgstr ""
1091
+ msgstr "Mettre à jour votre configuration url du serveur"
939
1092
 
940
1093
  #: ../lib/hammer_cli_foreman/exception_handler.rb:33
941
- #, fuzzy
942
1094
  msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
943
- msgstr "défaut"
1095
+ msgstr "Vous pouvez définir 'follow_redirects' avec les valeurs :default ou :always pour activer le suivi des redirections"
944
1096
 
945
1097
  #: ../lib/hammer_cli_foreman/exception_handler.rb:54
946
1098
  msgid "Forbidden - server refused to process the request"
@@ -998,7 +1150,7 @@ msgstr "Impossible de supprimer le groupe externe d'utilisateurs"
998
1150
  msgid "Host"
999
1151
  msgstr "Hôte"
1000
1152
 
1001
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1153
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
1002
1154
  msgid "Fact"
1003
1155
  msgstr "Fact"
1004
1156
 
@@ -1015,356 +1167,337 @@ msgid "Unlimited?"
1015
1167
  msgstr "Illimité?"
1016
1168
 
1017
1169
  #: ../lib/hammer_cli_foreman/filter.rb:13
1170
+ #, fuzzy
1171
+ msgid "Override?"
1172
+ msgstr "surcharger"
1173
+
1174
+ #: ../lib/hammer_cli_foreman/filter.rb:14
1018
1175
  msgid "Role"
1019
1176
  msgstr "Rôle"
1020
1177
 
1021
- #: ../lib/hammer_cli_foreman/filter.rb:14
1178
+ #: ../lib/hammer_cli_foreman/filter.rb:15
1022
1179
  msgid "Permissions"
1023
1180
  msgstr "Permissions"
1024
1181
 
1025
- #: ../lib/hammer_cli_foreman/filter.rb:18 ../lib/hammer_cli_foreman/filter.rb:34 ../lib/hammer_cli_foreman/filter.rb:78 ../lib/hammer_cli_foreman/role.rb:46
1182
+ #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1026
1183
  msgid "(Miscellaneous)"
1027
1184
  msgstr "(Divers)"
1028
1185
 
1029
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/role.rb:47
1186
+ #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1030
1187
  msgid "none"
1031
1188
  msgstr "Aucun"
1032
1189
 
1033
- #: ../lib/hammer_cli_foreman/filter.rb:44
1190
+ #: ../lib/hammer_cli_foreman/filter.rb:45
1034
1191
  msgid "Permission filter for [%<resource_type>s] created"
1035
1192
  msgstr "Filtre de permissions pour [%<resource_type>s] créé"
1036
1193
 
1037
- #: ../lib/hammer_cli_foreman/filter.rb:45
1194
+ #: ../lib/hammer_cli_foreman/filter.rb:46
1038
1195
  msgid "Could not create the permission filter"
1039
1196
  msgstr "Impossible de créer le filtre de permission"
1040
1197
 
1041
- #: ../lib/hammer_cli_foreman/filter.rb:52
1198
+ #: ../lib/hammer_cli_foreman/filter.rb:53
1042
1199
  msgid "Permission filter for [%<resource_type>s] updated"
1043
1200
  msgstr "Filtre de permissions pour [%<resource_type>s] mis à jour"
1044
1201
 
1045
- #: ../lib/hammer_cli_foreman/filter.rb:53
1202
+ #: ../lib/hammer_cli_foreman/filter.rb:54
1046
1203
  msgid "Could not update the permission filter"
1047
1204
  msgstr "Impossible de mettre à jour le filtre de permission"
1048
1205
 
1049
- #: ../lib/hammer_cli_foreman/filter.rb:60
1206
+ #: ../lib/hammer_cli_foreman/filter.rb:61
1050
1207
  msgid "Permission filter deleted"
1051
1208
  msgstr "Filtre de permission supprimé"
1052
1209
 
1053
- #: ../lib/hammer_cli_foreman/filter.rb:61
1210
+ #: ../lib/hammer_cli_foreman/filter.rb:62
1054
1211
  msgid "Could not delete the permission filter"
1055
1212
  msgstr "Impossible de supprimer le filtre de permission"
1056
1213
 
1057
- #: ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/report.rb:62
1214
+ #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1058
1215
  msgid "Resource"
1059
1216
  msgstr "Ressource"
1060
1217
 
1061
- #: ../lib/hammer_cli_foreman/host.rb:15
1062
- msgid "Login of the owner"
1063
- msgstr "Informations d'identification du propriétaire"
1064
-
1065
- #: ../lib/hammer_cli_foreman/host.rb:17
1066
- msgid "ID of the owner"
1067
- msgstr "ID du propriétaire"
1068
-
1069
- #: ../lib/hammer_cli_foreman/host.rb:44
1070
- msgid "Host parameters."
1071
- msgstr "Paramètres de l'Hôte"
1072
-
1073
- #: ../lib/hammer_cli_foreman/host.rb:46
1074
- msgid "Compute resource attributes."
1075
- msgstr "Attributs des Ressources d'Ordinateur."
1076
-
1077
- #: ../lib/hammer_cli_foreman/host.rb:48
1078
- msgid "Volume parameters"
1079
- msgstr "Paramètres du Volume"
1080
-
1081
- #: ../lib/hammer_cli_foreman/host.rb:50
1082
- msgid "Interface parameters."
1083
- msgstr "Paramètres d'interface"
1084
-
1085
- #: ../lib/hammer_cli_foreman/host.rb:64
1086
- msgid "Enter the root password for the host:"
1087
- msgstr "Saisir le mot de passe root de l'hôte :"
1088
-
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
1218
+ #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1090
1219
  msgid "Operating System"
1091
1220
  msgstr "Système d'Exploitation"
1092
1221
 
1093
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1222
+ #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1094
1223
  msgid "Host Group"
1095
1224
  msgstr "Groupe d'hôtes"
1096
1225
 
1097
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1226
+ #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1098
1227
  msgid "IP"
1099
1228
  msgstr "IP"
1100
1229
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1230
+ #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1102
1231
  msgid "MAC"
1103
1232
  msgstr "MAC"
1104
1233
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:174
1234
+ #: ../lib/hammer_cli_foreman/host.rb:45
1106
1235
  msgid "Bare Metal"
1107
1236
  msgstr "Bare Metal"
1108
1237
 
1109
- #: ../lib/hammer_cli_foreman/host.rb:194
1238
+ #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1239
+ msgid "UUID"
1240
+ msgstr "UUID"
1241
+
1242
+ #: ../lib/hammer_cli_foreman/host.rb:65
1110
1243
  msgid "Organization"
1111
1244
  msgstr "Organisation"
1112
1245
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:195
1246
+ #: ../lib/hammer_cli_foreman/host.rb:66
1114
1247
  msgid "Location"
1115
1248
  msgstr "Emplacement"
1116
1249
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:197
1250
+ #: ../lib/hammer_cli_foreman/host.rb:68
1118
1251
  msgid "Compute Resource"
1119
1252
  msgstr "Ressources d'Ordinateur"
1120
1253
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:198
1254
+ #: ../lib/hammer_cli_foreman/host.rb:69
1122
1255
  msgid "Compute Profile"
1123
1256
  msgstr "Profil de calcul"
1124
1257
 
1125
- #: ../lib/hammer_cli_foreman/host.rb:199 ../lib/hammer_cli_foreman/hostgroup.rb:61
1258
+ #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1126
1259
  msgid "Environment"
1127
1260
  msgstr "Environnement"
1128
1261
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:200
1262
+ #: ../lib/hammer_cli_foreman/host.rb:71
1130
1263
  msgid "Puppet CA Id"
1131
1264
  msgstr "ID de Puppet CA"
1132
1265
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:201
1266
+ #: ../lib/hammer_cli_foreman/host.rb:72
1134
1267
  msgid "Puppet Master Id"
1135
1268
  msgstr "ID du Puppet Master"
1136
1269
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:202
1270
+ #: ../lib/hammer_cli_foreman/host.rb:73
1138
1271
  msgid "Cert name"
1139
1272
  msgstr "Nom du certificat"
1140
1273
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:203 ../lib/hammer_cli_foreman/interface.rb:51
1274
+ #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1142
1275
  msgid "Managed"
1143
1276
  msgstr "Géré"
1144
1277
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:205
1278
+ #: ../lib/hammer_cli_foreman/host.rb:76
1146
1279
  msgid "Installed at"
1147
1280
  msgstr "Installé le"
1148
1281
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1282
+ #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1150
1283
  msgid "Last report"
1151
1284
  msgstr "Dernier rapport"
1152
1285
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1286
+ #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1154
1287
  msgid "Network"
1155
1288
  msgstr "Réseau"
1156
1289
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1290
+ #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1158
1291
  msgid "Subnet"
1159
1292
  msgstr "Sous-Réseau"
1160
1293
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:212 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1294
+ #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1162
1295
  msgid "Domain"
1163
1296
  msgstr "Domaine"
1164
1297
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:213
1298
+ #: ../lib/hammer_cli_foreman/host.rb:84
1166
1299
  msgid "Service provider"
1167
1300
  msgstr "Fournisseur de service"
1168
1301
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:214
1302
+ #: ../lib/hammer_cli_foreman/host.rb:85
1170
1303
  msgid "SP Name"
1171
1304
  msgstr "SP Nom"
1172
1305
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:215
1306
+ #: ../lib/hammer_cli_foreman/host.rb:86
1174
1307
  msgid "SP IP"
1175
1308
  msgstr "SP IP"
1176
1309
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:216
1310
+ #: ../lib/hammer_cli_foreman/host.rb:87
1178
1311
  msgid "SP MAC"
1179
1312
  msgstr "SP MAC"
1180
1313
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:217
1314
+ #: ../lib/hammer_cli_foreman/host.rb:88
1182
1315
  msgid "SP Subnet"
1183
1316
  msgstr "SP sous réseau"
1184
1317
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:221
1318
+ #: ../lib/hammer_cli_foreman/host.rb:92
1186
1319
  msgid "Network interfaces"
1187
1320
  msgstr "Interfaces réseau"
1188
1321
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:223 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1322
+ #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1190
1323
  msgid "Identifier"
1191
1324
  msgstr "Identifiant"
1192
1325
 
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
1326
+ #: ../lib/hammer_cli_foreman/host.rb:95 ../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
1194
1327
  msgid "Type"
1195
1328
  msgstr "Type"
1196
1329
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:225 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1330
+ #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1198
1331
  msgid "MAC address"
1199
1332
  msgstr "Adresse MAC"
1200
1333
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:226 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1334
+ #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1202
1335
  msgid "IP address"
1203
1336
  msgstr "Adresse IP"
1204
1337
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:227
1338
+ #: ../lib/hammer_cli_foreman/host.rb:98
1206
1339
  msgid "FQDN"
1207
1340
  msgstr "FQDN"
1208
1341
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:230
1342
+ #: ../lib/hammer_cli_foreman/host.rb:101
1210
1343
  msgid "Operating system"
1211
1344
  msgstr "Système d'exploitation"
1212
1345
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:231 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1346
+ #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1214
1347
  msgid "Architecture"
1215
1348
  msgstr "Architecture"
1216
1349
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:235
1350
+ #: ../lib/hammer_cli_foreman/host.rb:106
1218
1351
  msgid "Build"
1219
1352
  msgstr "Construire"
1220
1353
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:236 ../lib/hammer_cli_foreman/hostgroup.rb:77
1354
+ #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1222
1355
  msgid "Medium"
1223
1356
  msgstr "Medium"
1224
1357
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:237 ../lib/hammer_cli_foreman/hostgroup.rb:76
1358
+ #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1226
1359
  msgid "Partition Table"
1227
1360
  msgstr "Table de partition"
1228
1361
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:238
1362
+ #: ../lib/hammer_cli_foreman/host.rb:109
1230
1363
  msgid "Custom partition table"
1231
1364
  msgstr "Table de partition spécifique"
1232
1365
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:241
1366
+ #: ../lib/hammer_cli_foreman/host.rb:112
1234
1367
  msgid "Image"
1235
1368
  msgstr "Image"
1236
1369
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:242
1370
+ #: ../lib/hammer_cli_foreman/host.rb:113
1238
1371
  msgid "Image file"
1239
1372
  msgstr "Fichier Image"
1240
1373
 
1241
- #: ../lib/hammer_cli_foreman/host.rb:243
1374
+ #: ../lib/hammer_cli_foreman/host.rb:114
1242
1375
  msgid "Use image"
1243
1376
  msgstr "Utiliser l'image"
1244
1377
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:249
1378
+ #: ../lib/hammer_cli_foreman/host.rb:120
1246
1379
  msgid "Additional info"
1247
1380
  msgstr "Informations complémentaires"
1248
1381
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:250
1382
+ #: ../lib/hammer_cli_foreman/host.rb:121
1250
1383
  msgid "Owner Id"
1251
1384
  msgstr "Id du Propriétaire"
1252
1385
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:251
1386
+ #: ../lib/hammer_cli_foreman/host.rb:122
1254
1387
  msgid "Owner Type"
1255
1388
  msgstr "Type de Propriétaire"
1256
1389
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:252
1390
+ #: ../lib/hammer_cli_foreman/host.rb:123
1258
1391
  msgid "Enabled"
1259
1392
  msgstr "Activé"
1260
1393
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:253 ../lib/hammer_cli_foreman/hostgroup.rb:62
1394
+ #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1262
1395
  msgid "Model"
1263
1396
  msgstr "Modèle"
1264
1397
 
1265
- #: ../lib/hammer_cli_foreman/host.rb:254
1398
+ #: ../lib/hammer_cli_foreman/host.rb:125
1266
1399
  msgid "Comment"
1267
1400
  msgstr "Commentaire"
1268
1401
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:267
1402
+ #: ../lib/hammer_cli_foreman/host.rb:138
1270
1403
  msgid "Status"
1271
1404
  msgstr "Statut"
1272
1405
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:268
1406
+ #: ../lib/hammer_cli_foreman/host.rb:139
1274
1407
  msgid "Power"
1275
1408
  msgstr "Alimentation"
1276
1409
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:304
1410
+ #: ../lib/hammer_cli_foreman/host.rb:175
1278
1411
  msgid "Puppet run triggered"
1279
1412
  msgstr "Puppet Run déclenché"
1280
1413
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:357
1414
+ #: ../lib/hammer_cli_foreman/host.rb:228
1282
1415
  msgid "Host created"
1283
1416
  msgstr "Hôte créé"
1284
1417
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:358
1418
+ #: ../lib/hammer_cli_foreman/host.rb:229
1286
1419
  msgid "Could not create the host"
1287
1420
  msgstr "Impossible de créer l'hôte"
1288
1421
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:375
1422
+ #: ../lib/hammer_cli_foreman/host.rb:247
1290
1423
  msgid "Host updated"
1291
1424
  msgstr "Hôte mis à jour"
1292
1425
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:376
1426
+ #: ../lib/hammer_cli_foreman/host.rb:248
1294
1427
  msgid "Could not update the host"
1295
1428
  msgstr "Impossible de mettre à jour l'hôte"
1296
1429
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:383
1430
+ #: ../lib/hammer_cli_foreman/host.rb:256
1298
1431
  msgid "Host deleted"
1299
1432
  msgstr "Hôte supprimé"
1300
1433
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:384
1434
+ #: ../lib/hammer_cli_foreman/host.rb:257
1302
1435
  msgid "Could not delete the host"
1303
1436
  msgstr "Impossible de supprimer l'hôte"
1304
1437
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:391
1438
+ #: ../lib/hammer_cli_foreman/host.rb:264
1306
1439
  msgid "Create or update parameter for a host."
1307
1440
  msgstr "Créer ou changer un paramètre d'un hôte."
1308
1441
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:393
1442
+ #: ../lib/hammer_cli_foreman/host.rb:266
1310
1443
  msgid "Host parameter updated"
1311
1444
  msgstr "Paramètre de l'hôte mis à jour"
1312
1445
 
1313
- #: ../lib/hammer_cli_foreman/host.rb:394
1446
+ #: ../lib/hammer_cli_foreman/host.rb:267
1314
1447
  msgid "New host parameter created"
1315
1448
  msgstr "Nouveau paramètre de l'hôte créé"
1316
1449
 
1317
- #: ../lib/hammer_cli_foreman/host.rb:395
1450
+ #: ../lib/hammer_cli_foreman/host.rb:268
1318
1451
  msgid "Could not set host parameter"
1319
1452
  msgstr "Impossible de positionner le paramètre de l'hôte"
1320
1453
 
1321
- #: ../lib/hammer_cli_foreman/host.rb:407
1454
+ #: ../lib/hammer_cli_foreman/host.rb:280
1322
1455
  msgid "Delete parameter for a host."
1323
1456
  msgstr "Suppression du paramètre d'un hôte."
1324
1457
 
1325
- #: ../lib/hammer_cli_foreman/host.rb:409
1458
+ #: ../lib/hammer_cli_foreman/host.rb:282
1326
1459
  msgid "Host parameter deleted"
1327
1460
  msgstr "Paramètre de l'hôte supprimé"
1328
1461
 
1329
- #: ../lib/hammer_cli_foreman/host.rb:424
1462
+ #: ../lib/hammer_cli_foreman/host.rb:297
1330
1463
  msgid "Power a host on"
1331
1464
  msgstr "Allumer une machine"
1332
1465
 
1333
- #: ../lib/hammer_cli_foreman/host.rb:425
1466
+ #: ../lib/hammer_cli_foreman/host.rb:298
1334
1467
  msgid "The host is starting."
1335
1468
  msgstr "L'hôte démarre."
1336
1469
 
1337
- #: ../lib/hammer_cli_foreman/host.rb:442
1470
+ #: ../lib/hammer_cli_foreman/host.rb:315
1338
1471
  msgid "Force turning off a host"
1339
1472
  msgstr "Forcer l'extinction d'un hôte"
1340
1473
 
1341
- #: ../lib/hammer_cli_foreman/host.rb:447
1474
+ #: ../lib/hammer_cli_foreman/host.rb:320
1342
1475
  msgid "Power a host off"
1343
1476
  msgstr "Éteindre un hôte "
1344
1477
 
1345
- #: ../lib/hammer_cli_foreman/host.rb:459
1478
+ #: ../lib/hammer_cli_foreman/host.rb:332
1346
1479
  msgid "Power off forced."
1347
1480
  msgstr "Extinction forcée."
1348
1481
 
1349
- #: ../lib/hammer_cli_foreman/host.rb:461
1482
+ #: ../lib/hammer_cli_foreman/host.rb:334
1350
1483
  msgid "Powering the host off."
1351
1484
  msgstr "Extinction de l'hôte."
1352
1485
 
1353
- #: ../lib/hammer_cli_foreman/host.rb:478
1486
+ #: ../lib/hammer_cli_foreman/host.rb:351
1354
1487
  msgid "Reboot a host"
1355
1488
  msgstr "Redémarrage d'un hôte"
1356
1489
 
1357
- #: ../lib/hammer_cli_foreman/host.rb:479
1490
+ #: ../lib/hammer_cli_foreman/host.rb:352
1358
1491
  msgid "Host reboot started."
1359
1492
  msgstr "Redémarrage de l'hôte lancé"
1360
1493
 
1361
- #: ../lib/hammer_cli_foreman/host.rb:515
1494
+ #: ../lib/hammer_cli_foreman/host.rb:388
1362
1495
  msgid "Rebuild orchestration related configurations for host"
1363
- msgstr ""
1496
+ msgstr "Reconstruire les configurations d'orchestration relatives à l'hôte"
1364
1497
 
1365
- #: ../lib/hammer_cli_foreman/host.rb:516
1498
+ #: ../lib/hammer_cli_foreman/host.rb:389
1366
1499
  msgid "Configuration successfully rebuilt."
1367
- msgstr ""
1500
+ msgstr "Configuration reconstruite avec succès."
1368
1501
 
1369
1502
  #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1370
1503
  msgid "List of puppetclass ids"
@@ -1458,6 +1591,72 @@ msgstr "Suppression du paramètre d'un groupe d'hôtes"
1458
1591
  msgid "Hostgroup parameter deleted"
1459
1592
  msgstr "Paramètre du groupe d'hôtes supprimé"
1460
1593
 
1594
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1595
+ msgid "Available keys for %{option}"
1596
+ msgstr ""
1597
+
1598
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1599
+ #, fuzzy
1600
+ msgid "%{value}, each managed hosts needs to have one primary interface."
1601
+ msgstr "primaire"
1602
+
1603
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1604
+ msgid "For %{condition}"
1605
+ msgstr ""
1606
+
1607
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1608
+ #, fuzzy
1609
+ msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1610
+ msgstr "VLAN ID"
1611
+
1612
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1613
+ #, fuzzy
1614
+ msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1615
+ msgstr "Identifiant"
1616
+
1617
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1618
+ #, fuzzy
1619
+ msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1620
+ msgstr "Identifiant"
1621
+
1622
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1623
+ #, fuzzy
1624
+ msgid "always IPMI"
1625
+ msgstr "IP"
1626
+
1627
+ #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1628
+ #, fuzzy
1629
+ msgid "Provider specific options"
1630
+ msgstr "Fournisseur"
1631
+
1632
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1633
+ msgid "Login of the owner"
1634
+ msgstr "Informations d'identification du propriétaire"
1635
+
1636
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1637
+ msgid "ID of the owner"
1638
+ msgstr "ID du propriétaire"
1639
+
1640
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1641
+ msgid "Host parameters."
1642
+ msgstr "Paramètres de l'Hôte"
1643
+
1644
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1645
+ msgid "Compute resource attributes."
1646
+ msgstr "Attributs des Ressources d'Ordinateur."
1647
+
1648
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1649
+ msgid "Volume parameters"
1650
+ msgstr "Paramètres du Volume"
1651
+
1652
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1653
+ msgid "Interface parameters."
1654
+ msgstr "Paramètres d'interface"
1655
+
1656
+ #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1657
+ msgid "Enter the root password for the host:"
1658
+ msgstr "Saisir le mot de passe root de l'hôte :"
1659
+
1461
1660
  #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1462
1661
  msgid "Architecture name"
1463
1662
  msgstr "Nom de l'architecture"
@@ -1546,7 +1745,7 @@ msgstr "Nom du paramètre commun"
1546
1745
  msgid "Smart class parameter name"
1547
1746
  msgstr "Nom du paramètre de la smart class"
1548
1747
 
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
1748
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1550
1749
  msgid "Smart variable name"
1551
1750
  msgstr "Nom de la Smart variable"
1552
1751
 
@@ -1988,7 +2187,7 @@ msgstr "Impossible de supprimer le paramètre de l'organisation"
1988
2187
 
1989
2188
  #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
1990
2189
  msgid "Locked"
1991
- msgstr ""
2190
+ msgstr "Vérrouiller"
1992
2191
 
1993
2192
  #: ../lib/hammer_cli_foreman/partition_table.rb:32
1994
2193
  msgid "View partition table content."
@@ -2092,55 +2291,65 @@ msgstr "Utilisateurs"
2092
2291
  msgid "User groups"
2093
2292
  msgstr "Groupes utilisateur"
2094
2293
 
2095
- #: ../lib/hammer_cli_foreman/references.rb:42
2294
+ #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2295
+ #, fuzzy
2296
+ msgid "Usergroup"
2297
+ msgstr "Groupes utilisateur"
2298
+
2299
+ #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2300
+ msgid "Roles"
2301
+ msgstr "Rôles"
2302
+
2303
+ #: ../lib/hammer_cli_foreman/references.rb:41
2304
+ #, fuzzy
2305
+ msgid "Inherited User groups"
2306
+ msgstr "Groupes utilisateur"
2307
+
2308
+ #: ../lib/hammer_cli_foreman/references.rb:53
2096
2309
  msgid "Smart proxies"
2097
2310
  msgstr "Smart Proxies"
2098
2311
 
2099
- #: ../lib/hammer_cli_foreman/references.rb:50
2312
+ #: ../lib/hammer_cli_foreman/references.rb:61
2100
2313
  msgid "Compute resources"
2101
2314
  msgstr "Ressources d'Ordinateur"
2102
2315
 
2103
- #: ../lib/hammer_cli_foreman/references.rb:58
2316
+ #: ../lib/hammer_cli_foreman/references.rb:69
2104
2317
  msgid "Installation media"
2105
2318
  msgstr "Média d'installation"
2106
2319
 
2107
- #: ../lib/hammer_cli_foreman/references.rb:66
2320
+ #: ../lib/hammer_cli_foreman/references.rb:77
2108
2321
  msgid "Templates"
2109
2322
  msgstr "Modèles"
2110
2323
 
2111
- #: ../lib/hammer_cli_foreman/references.rb:74
2324
+ #: ../lib/hammer_cli_foreman/references.rb:85
2112
2325
  msgid "Domains"
2113
2326
  msgstr "Domaines"
2114
2327
 
2115
- #: ../lib/hammer_cli_foreman/references.rb:82
2328
+ #: ../lib/hammer_cli_foreman/references.rb:93
2116
2329
  msgid "Environments"
2117
2330
  msgstr "Environnements"
2118
2331
 
2119
- #: ../lib/hammer_cli_foreman/references.rb:90
2332
+ #: ../lib/hammer_cli_foreman/references.rb:101
2120
2333
  msgid "Hostgroups"
2121
2334
  msgstr "Groupes d'hôtes"
2122
2335
 
2123
- #: ../lib/hammer_cli_foreman/references.rb:98
2336
+ #: ../lib/hammer_cli_foreman/references.rb:109
2124
2337
  msgid "Subnets"
2125
2338
  msgstr "Sous-réseaux"
2126
2339
 
2127
- #: ../lib/hammer_cli_foreman/references.rb:107
2340
+ #: ../lib/hammer_cli_foreman/references.rb:118
2128
2341
  msgid "Parameters"
2129
2342
  msgstr "Paramètres"
2130
2343
 
2131
- #: ../lib/hammer_cli_foreman/references.rb:115
2344
+ #: ../lib/hammer_cli_foreman/references.rb:126
2132
2345
  msgid "Puppetclasses"
2133
2346
  msgstr "Classes Puppet"
2134
2347
 
2135
- #: ../lib/hammer_cli_foreman/references.rb:123
2348
+ #: ../lib/hammer_cli_foreman/references.rb:134
2136
2349
  msgid "Operating systems"
2137
2350
  msgstr "Systèmes d'exploitations"
2138
2351
 
2139
- #: ../lib/hammer_cli_foreman/references.rb:131
2140
- msgid "Roles"
2141
- msgstr "Rôles"
2142
-
2143
- #: ../lib/hammer_cli_foreman/references.rb:139
2352
+ #: ../lib/hammer_cli_foreman/references.rb:150
2144
2353
  msgid "External user groups"
2145
2354
  msgstr "Groupes externes d'utilisateurs"
2146
2355
 
@@ -2240,43 +2449,35 @@ msgstr "Impossible de supprimer le rapport"
2240
2449
  msgid "The server does not support such operation."
2241
2450
  msgstr "Le serveur ne supporte pas cette opération."
2242
2451
 
2243
- #: ../lib/hammer_cli_foreman/role.rb:20
2452
+ #: ../lib/hammer_cli_foreman/role.rb:13
2244
2453
  msgid "Builtin"
2245
2454
  msgstr "Intégré"
2246
2455
 
2247
- #: ../lib/hammer_cli_foreman/role.rb:24
2248
- msgid "Yes"
2249
- msgstr "Oui"
2250
-
2251
- #: ../lib/hammer_cli_foreman/role.rb:24
2252
- msgid "No"
2253
- msgstr "Non"
2254
-
2255
- #: ../lib/hammer_cli_foreman/role.rb:36
2456
+ #: ../lib/hammer_cli_foreman/role.rb:32
2256
2457
  msgid "User role id"
2257
2458
  msgstr "Identifiant du rôle utilisateur"
2258
2459
 
2259
- #: ../lib/hammer_cli_foreman/role.rb:64
2460
+ #: ../lib/hammer_cli_foreman/role.rb:60
2260
2461
  msgid "User role [%<name>s] created"
2261
2462
  msgstr "Rôle utilisateur [%<name>s] créé"
2262
2463
 
2263
- #: ../lib/hammer_cli_foreman/role.rb:65
2464
+ #: ../lib/hammer_cli_foreman/role.rb:61
2264
2465
  msgid "Could not create the user role"
2265
2466
  msgstr "Impossible de créer le rôle utilisateur"
2266
2467
 
2267
- #: ../lib/hammer_cli_foreman/role.rb:72
2468
+ #: ../lib/hammer_cli_foreman/role.rb:68
2268
2469
  msgid "User role [%<name>s] updated"
2269
2470
  msgstr "Rôle utilisateur [%<name>s] mis à jour"
2270
2471
 
2271
- #: ../lib/hammer_cli_foreman/role.rb:73
2472
+ #: ../lib/hammer_cli_foreman/role.rb:69
2272
2473
  msgid "Could not update the user role"
2273
2474
  msgstr "Impossible de mettre à jour le rôle utilisateur"
2274
2475
 
2275
- #: ../lib/hammer_cli_foreman/role.rb:80
2476
+ #: ../lib/hammer_cli_foreman/role.rb:76
2276
2477
  msgid "User role [%<name>s] deleted"
2277
2478
  msgstr "Rôle utilisateur [%<name>s] supprimé"
2278
2479
 
2279
- #: ../lib/hammer_cli_foreman/role.rb:81
2480
+ #: ../lib/hammer_cli_foreman/role.rb:77
2280
2481
  msgid "Could not delete the user roles"
2281
2482
  msgstr "Impossible de supprimer le rôle utilisateur"
2282
2483
 
@@ -2308,7 +2509,7 @@ msgstr "Id de classe"
2308
2509
  msgid "Hidden Value?"
2309
2510
  msgstr "Valeur cachée ?"
2310
2511
 
2311
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2512
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2312
2513
  #, fuzzy
2313
2514
  msgid "Use puppet default"
2314
2515
  msgstr "défaut"
@@ -2345,11 +2546,11 @@ msgstr "Eviter les doublons"
2345
2546
  msgid "Order"
2346
2547
  msgstr "Ordre"
2347
2548
 
2348
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74 ../lib/hammer_cli_foreman/smart_variable.rb:65
2549
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2349
2550
  msgid "Values"
2350
2551
  msgstr "Valeurs"
2351
2552
 
2352
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_variable.rb:67
2553
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2353
2554
  msgid "Match"
2354
2555
  msgstr "Correspond"
2355
2556
 
@@ -2373,29 +2574,27 @@ msgstr "Ce paramètre est requis."
2373
2574
  msgid "Type of the parameter."
2374
2575
  msgstr "Type de paramètre."
2375
2576
 
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
2577
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2377
2578
  msgid "Type of the validator."
2378
2579
  msgstr "Type du validateur."
2379
2580
 
2380
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:126
2581
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2381
2582
  msgid "Override value created"
2382
2583
  msgstr "Valeur de surcharge créée"
2383
2584
 
2384
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:127
2385
- #, fuzzy
2585
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2386
2586
  msgid "Could not create the override value"
2387
- msgstr "Impossible de créer cette surcharge de valeur"
2587
+ msgstr "Impossible de créer la surcharge de valeur"
2388
2588
 
2389
2589
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2390
- #, fuzzy
2391
2590
  msgid "Cannot use --value when --use-puppet-default is true"
2392
- msgstr "défaut"
2591
+ msgstr "Impossible d'utiliser --value quand --use-puppet-default est activé"
2393
2592
 
2394
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:139
2593
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2395
2594
  msgid "Override value deleted"
2396
2595
  msgstr "Valeur de surcharge supprimée"
2397
2596
 
2398
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:140
2597
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2399
2598
  msgid "Could not delete the override value"
2400
2599
  msgstr "Impossible de supprimer cette surcharge de valeur "
2401
2600
 
@@ -2455,35 +2654,35 @@ msgstr "Rechargement des fonctions smart proxy échoué"
2455
2654
  msgid "Variable"
2456
2655
  msgstr ""
2457
2656
 
2458
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:113
2657
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2459
2658
  msgid "Use --variable instead"
2460
2659
  msgstr ""
2461
2660
 
2462
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2661
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2463
2662
  msgid "Smart variable [%{variable}] created"
2464
2663
  msgstr "Smart variable [%{variable}] créée"
2465
2664
 
2466
- #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2665
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2467
2666
  msgid "Could not create the smart variable"
2468
2667
  msgstr "Impossible de créer la smart variable"
2469
2668
 
2470
- #: ../lib/hammer_cli_foreman/smart_variable.rb:90 ../lib/hammer_cli_foreman/smart_variable.rb:104
2669
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2471
2670
  msgid "Type of the variable."
2472
2671
  msgstr "Type de variable."
2473
2672
 
2474
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2673
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2475
2674
  msgid "Smart variable [%{variable}] updated"
2476
2675
  msgstr "Smart variable [%{variable}] mis à jour"
2477
2676
 
2478
- #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2677
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2479
2678
  msgid "Could not update the smart variable"
2480
2679
  msgstr "Impossible de mettre à jour la smart variable"
2481
2680
 
2482
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2681
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2483
2682
  msgid "Smart variable [%{variable}] deleted"
2484
2683
  msgstr "Smart variable [%{variable}] supprimée"
2485
2684
 
2486
- #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2685
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2487
2686
  msgid "Could not delete the smart variable"
2488
2687
  msgstr "Impossible de supprimer la smart variable"
2489
2688
 
@@ -2604,14 +2803,12 @@ msgid "Update the default PXE menu on all configured TFTP servers"
2604
2803
  msgstr "Mise à jour du menu PXE par défaut sur tous les serveurs TFTP configurés"
2605
2804
 
2606
2805
  #: ../lib/hammer_cli_foreman/template.rb:164
2607
- #, fuzzy
2608
2806
  msgid "Config template cloned"
2609
- msgstr "Modèle de configuration créé"
2807
+ msgstr "Modèle de configuration cloné"
2610
2808
 
2611
2809
  #: ../lib/hammer_cli_foreman/template.rb:165
2612
- #, fuzzy
2613
2810
  msgid "Could not clone the config template"
2614
- msgstr "Impossible de créer le modèle de configuration"
2811
+ msgstr "Impossible de cloner le modèle de configuration"
2615
2812
 
2616
2813
  #: ../lib/hammer_cli_foreman/user.rb:11
2617
2814
  msgid "Login"
@@ -2627,7 +2824,7 @@ msgstr "Admin"
2627
2824
 
2628
2825
  #: ../lib/hammer_cli_foreman/user.rb:29
2629
2826
  msgid "Effective admin"
2630
- msgstr ""
2827
+ msgstr "Admin effectif"
2631
2828
 
2632
2829
  #: ../lib/hammer_cli_foreman/user.rb:30
2633
2830
  msgid "Authorized by"
@@ -2645,39 +2842,39 @@ msgstr "Fuseau horaire"
2645
2842
  msgid "Last login"
2646
2843
  msgstr "Dernière connexion le"
2647
2844
 
2648
- #: ../lib/hammer_cli_foreman/user.rb:34
2845
+ #: ../lib/hammer_cli_foreman/user.rb:35
2649
2846
  msgid "Default organization"
2650
2847
  msgstr "Organisation par défaut"
2651
2848
 
2652
- #: ../lib/hammer_cli_foreman/user.rb:35
2849
+ #: ../lib/hammer_cli_foreman/user.rb:36
2653
2850
  msgid "Default location"
2654
2851
  msgstr "Emplacement par défaut"
2655
2852
 
2656
- #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2853
+ #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2657
2854
  msgid "default"
2658
2855
  msgstr "défaut"
2659
2856
 
2660
- #: ../lib/hammer_cli_foreman/user.rb:54
2857
+ #: ../lib/hammer_cli_foreman/user.rb:56
2661
2858
  msgid "User [%{login}] created"
2662
2859
  msgstr "Utilisateur [%{login}] créé"
2663
2860
 
2664
- #: ../lib/hammer_cli_foreman/user.rb:55
2861
+ #: ../lib/hammer_cli_foreman/user.rb:57
2665
2862
  msgid "Could not create the user"
2666
2863
  msgstr "Impossible de créer l'utilisateur"
2667
2864
 
2668
- #: ../lib/hammer_cli_foreman/user.rb:62
2865
+ #: ../lib/hammer_cli_foreman/user.rb:64
2669
2866
  msgid "User [%{login}] updated"
2670
2867
  msgstr "Utilisateur [%{login}] mis à jour"
2671
2868
 
2672
- #: ../lib/hammer_cli_foreman/user.rb:63
2869
+ #: ../lib/hammer_cli_foreman/user.rb:65
2673
2870
  msgid "Could not update the user"
2674
2871
  msgstr "Impossible de mettre à jour l'utilisateur"
2675
2872
 
2676
- #: ../lib/hammer_cli_foreman/user.rb:70
2873
+ #: ../lib/hammer_cli_foreman/user.rb:72
2677
2874
  msgid "User [%{login}] deleted"
2678
2875
  msgstr "Utilisateur [%{login}] supprimé"
2679
2876
 
2680
- #: ../lib/hammer_cli_foreman/user.rb:71
2877
+ #: ../lib/hammer_cli_foreman/user.rb:73
2681
2878
  msgid "Could not delete the user"
2682
2879
  msgstr "Impossible de supprimer l'utilisateur"
2683
2880
 
@@ -2705,15 +2902,18 @@ msgstr "Groupe d'utilisateurs [%<name>s] supprimé"
2705
2902
  msgid "Could not delete the user group"
2706
2903
  msgstr "Impossible de supprimer le groupe d'utilisateurs"
2707
2904
 
2708
- #: ../lib/hammer_cli_foreman/host.rb:153
2709
- #~ msgid "At least one interface must be set as primary"
2710
- #~ msgstr "Au moins une interface doit être définie comme primaire"
2905
+ #: ../lib/hammer_cli_foreman/auth.rb:39
2906
+ #~ msgid ""
2907
+ #~ "You are currently not logged in to any service.\n"
2908
+ #~ "Use the service to set credentials."
2909
+ #~ msgstr ""
2910
+ #~ "Vous n'êtes actuellement pas identifié sur aucun service.\n"
2911
+ #~ "Utilisez le service pour définir vos identifiants."
2711
2912
 
2712
- #: ../lib/hammer_cli_foreman/host.rb:156
2713
- #~ msgid "At least one interface must be set as provision"
2714
- #~ msgstr "Au moins une interface doit être définie pour le provisioning"
2913
+ #: ../lib/hammer_cli_foreman/role.rb:24
2914
+ #~ msgid "Yes"
2915
+ #~ msgstr "Oui"
2715
2916
 
2716
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2717
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2718
- #~ msgid "Could not create the override_value"
2719
- #~ msgstr "Impossible de créer cette surcharge de valeur"
2917
+ #: ../lib/hammer_cli_foreman/role.rb:24
2918
+ #~ msgid "No"
2919
+ #~ msgstr "Non"