foreman_docker 1.3.1 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/containers_controller.rb +2 -2
- data/app/controllers/containers/steps_controller.rb +9 -4
- data/app/controllers/image_search_controller.rb +9 -1
- data/app/helpers/containers_helper.rb +0 -8
- data/app/models/container.rb +2 -1
- data/app/models/docker_container_wizard_states/configuration.rb +0 -1
- data/app/models/service/containers.rb +41 -19
- data/app/services/foreman_docker/utility.rb +20 -0
- data/app/views/compute_resources/form/_docker.html.erb +2 -2
- data/app/views/containers/show.html.erb +5 -1
- data/app/views/containers/steps/environment.html.erb +10 -1
- data/app/views/image_search/_repository_search_results.html.erb +0 -1
- data/lib/foreman_docker/engine.rb +0 -1
- data/lib/foreman_docker/version.rb +1 -1
- data/locale/de/foreman_docker.po +456 -0
- data/locale/es/foreman_docker.po +456 -0
- data/locale/foreman_docker.pot +437 -0
- data/locale/fr/foreman_docker.po +462 -0
- data/locale/it/foreman_docker.po +459 -0
- data/locale/ja/foreman_docker.po +446 -0
- data/locale/ko/foreman_docker.po +443 -0
- data/locale/pt_BR/foreman_docker.po +453 -0
- data/locale/ru/foreman_docker.po +449 -0
- data/locale/zanata.xml +19 -0
- data/locale/zh_CN/foreman_docker.po +441 -0
- data/locale/zh_TW/foreman_docker.po +442 -0
- data/test/functionals/containers_steps_controller_test.rb +1 -0
- data/test/functionals/image_search_controller_test.rb +34 -0
- data/test/integration/container_steps_test.rb +2 -2
- data/test/units/utility_service_test.rb +27 -0
- metadata +17 -2
@@ -0,0 +1,437 @@
|
|
1
|
+
#, fuzzy
|
2
|
+
msgid ""
|
3
|
+
msgstr ""
|
4
|
+
"Project-Id-Version: version 0.0.1\n"
|
5
|
+
"Report-Msgid-Bugs-To: \n"
|
6
|
+
"POT-Creation-Date: 2015-02-16 16:25-0500\n"
|
7
|
+
"PO-Revision-Date: 2015-02-16 16:25-0500\n"
|
8
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
9
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
10
|
+
"MIME-Version: 1.0\n"
|
11
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12
|
+
"Content-Transfer-Encoding: 8bit\n"
|
13
|
+
"Language: \n"
|
14
|
+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
15
|
+
|
16
|
+
#: ../foreman-docker/app/controllers/containers_controller.rb:25
|
17
|
+
msgid "Container %s is being deleted."
|
18
|
+
msgstr ""
|
19
|
+
|
20
|
+
#: ../foreman-docker/app/controllers/containers_controller.rb:44
|
21
|
+
msgid "%{container} commit was successful"
|
22
|
+
msgstr ""
|
23
|
+
|
24
|
+
#: ../foreman-docker/app/controllers/containers_controller.rb:47
|
25
|
+
msgid "Failed to commit %{container}: %{e}"
|
26
|
+
msgstr ""
|
27
|
+
|
28
|
+
#: ../foreman-docker/app/helpers/containers_helper.rb:40
|
29
|
+
msgid "Commit"
|
30
|
+
msgstr ""
|
31
|
+
|
32
|
+
#: ../foreman-docker/app/helpers/containers_helper.rb:49
|
33
|
+
#: ../foreman-docker/app/views/registries/index.html.erb:23
|
34
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:34
|
35
|
+
msgid "Delete %s?"
|
36
|
+
msgstr ""
|
37
|
+
|
38
|
+
#: ../foreman-docker/app/helpers/container_steps_helper.rb:12
|
39
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:4
|
40
|
+
msgid "Registry"
|
41
|
+
msgstr ""
|
42
|
+
|
43
|
+
#: ../foreman-docker/app/helpers/container_steps_helper.rb:16
|
44
|
+
msgid "Select a registry"
|
45
|
+
msgstr ""
|
46
|
+
|
47
|
+
#: ../foreman-docker/app/models/foreman_docker/docker.rb:121
|
48
|
+
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
#: ../foreman-docker/app/models/concerns/fog_extensions/fogdocker/server.rb:39
|
52
|
+
msgid "%{cores} Cores and %{memory} memory"
|
53
|
+
msgstr ""
|
54
|
+
|
55
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:6
|
56
|
+
msgid "Locations"
|
57
|
+
msgstr ""
|
58
|
+
|
59
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:9
|
60
|
+
msgid "Organizations"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:15
|
64
|
+
msgid "Registry name"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:16
|
68
|
+
msgid "Registry url"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:17
|
72
|
+
msgid "Describing of the registry"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:18
|
76
|
+
msgid "Username used to access the registry"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: ../foreman-docker/app/views/registries/_form.html.erb:19
|
80
|
+
msgid "Password used for authentication to the registry"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../foreman-docker/app/views/registries/new.html.erb:1
|
84
|
+
#: ../foreman-docker/app/views/registries/index.html.erb:4
|
85
|
+
msgid "New Registry"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: ../foreman-docker/app/views/registries/index.html.erb:1
|
89
|
+
#: ../foreman-docker/lib/foreman_docker/engine.rb:54
|
90
|
+
msgid "Registries"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
#: ../foreman-docker/app/views/registries/index.html.erb:11
|
94
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:4
|
95
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:11
|
96
|
+
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:4
|
97
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:6
|
98
|
+
msgid "Name"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
#: ../foreman-docker/app/views/registries/index.html.erb:12
|
102
|
+
msgid "Url"
|
103
|
+
msgstr ""
|
104
|
+
|
105
|
+
#: ../foreman-docker/app/views/registries/index.html.erb:13
|
106
|
+
msgid "Description"
|
107
|
+
msgstr ""
|
108
|
+
|
109
|
+
#: ../foreman-docker/app/views/registries/edit.html.erb:1
|
110
|
+
msgid "Edit Registry"
|
111
|
+
msgstr ""
|
112
|
+
|
113
|
+
#: ../foreman-docker/app/views/images/form/_docker.html.erb:1
|
114
|
+
msgid ""
|
115
|
+
"The user that is used to ssh into the instance, normally docker-user, "
|
116
|
+
"ubuntu, root etc"
|
117
|
+
msgstr ""
|
118
|
+
|
119
|
+
#: ../foreman-docker/app/views/images/form/_docker.html.erb:2
|
120
|
+
msgid "Password to authenticate with - used for SSH finish step."
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
#: ../foreman-docker/app/views/images/form/_docker.html.erb:4
|
124
|
+
msgid "Does this image support user data input?"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: ../foreman-docker/app/views/compute_resources/form/_docker.html.erb:1
|
128
|
+
msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: ../foreman-docker/app/views/compute_resources/form/_docker.html.erb:7
|
132
|
+
msgid "Test Connection"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
#: ../foreman-docker/app/views/compute_resources/show/_docker.html.erb:2
|
136
|
+
msgid "URL"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:3
|
140
|
+
msgid "Basic options"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:8
|
144
|
+
msgid "Compute options"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:9
|
148
|
+
msgid "CPU sets"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:11
|
152
|
+
msgid "learn more about CPU sets"
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:12
|
156
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:27
|
157
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:14
|
158
|
+
msgid "CPU shares"
|
159
|
+
msgstr ""
|
160
|
+
|
161
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:14
|
162
|
+
msgid "learn more about CPU shares"
|
163
|
+
msgstr ""
|
164
|
+
|
165
|
+
#: ../foreman-docker/app/views/containers/steps/configuration.html.erb:15
|
166
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:35
|
167
|
+
#: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:11
|
168
|
+
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:7
|
169
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:22
|
170
|
+
msgid "Memory"
|
171
|
+
msgstr ""
|
172
|
+
|
173
|
+
#: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:4
|
174
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:157
|
175
|
+
msgid "Cancel"
|
176
|
+
msgstr ""
|
177
|
+
|
178
|
+
#: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:8
|
179
|
+
msgid "Back"
|
180
|
+
msgstr ""
|
181
|
+
|
182
|
+
#: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:14
|
183
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:159
|
184
|
+
msgid "Submit"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
#: ../foreman-docker/app/views/containers/steps/_form_buttons.html.erb:16
|
188
|
+
msgid "Next"
|
189
|
+
msgstr ""
|
190
|
+
|
191
|
+
#: ../foreman-docker/app/views/containers/steps/image.html.erb:9
|
192
|
+
msgid "Katello"
|
193
|
+
msgstr ""
|
194
|
+
|
195
|
+
#: ../foreman-docker/app/views/containers/steps/image.html.erb:15
|
196
|
+
msgid "Docker hub"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
#: ../foreman-docker/app/views/containers/steps/image.html.erb:19
|
200
|
+
msgid "External registry"
|
201
|
+
msgstr ""
|
202
|
+
|
203
|
+
#: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:6
|
204
|
+
msgid "Compute resource"
|
205
|
+
msgstr ""
|
206
|
+
|
207
|
+
#: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:19
|
208
|
+
msgid "Resource selection"
|
209
|
+
msgstr ""
|
210
|
+
|
211
|
+
#: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:20
|
212
|
+
msgid "Where do you want to deploy your container?:"
|
213
|
+
msgstr ""
|
214
|
+
|
215
|
+
#: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:22
|
216
|
+
msgid "Deploy on"
|
217
|
+
msgstr ""
|
218
|
+
|
219
|
+
#: ../foreman-docker/app/views/containers/steps/preliminary.html.erb:25
|
220
|
+
msgid ""
|
221
|
+
"You need a Docker compute resource in order to create containers. Please %s "
|
222
|
+
"and try again."
|
223
|
+
msgstr ""
|
224
|
+
|
225
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:5
|
226
|
+
msgid "Shell"
|
227
|
+
msgstr ""
|
228
|
+
|
229
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:6
|
230
|
+
msgid "Allocate a pseudo-tty"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:6
|
234
|
+
msgid "TTY"
|
235
|
+
msgstr ""
|
236
|
+
|
237
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:7
|
238
|
+
msgid "Attach STDIN"
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:8
|
242
|
+
msgid "Attach STDOUT"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:9
|
246
|
+
msgid "Attach STDERR"
|
247
|
+
msgstr ""
|
248
|
+
|
249
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:12
|
250
|
+
msgid "Environment variables"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
#: ../foreman-docker/app/views/containers/steps/environment.html.erb:16
|
254
|
+
msgid "Add environment variable"
|
255
|
+
msgstr ""
|
256
|
+
|
257
|
+
#: ../foreman-docker/app/views/containers/steps/_title.html.erb:1
|
258
|
+
#: ../foreman-docker/app/views/containers/index.html.erb:4
|
259
|
+
#: ../foreman-docker/lib/foreman_docker/engine.rb:51
|
260
|
+
msgid "New container"
|
261
|
+
msgstr ""
|
262
|
+
|
263
|
+
#: ../foreman-docker/app/views/containers/steps/_image_hub_tab.html.erb:15
|
264
|
+
msgid "Search"
|
265
|
+
msgstr ""
|
266
|
+
|
267
|
+
#: ../foreman-docker/app/views/containers/steps/_image_hub_tab.html.erb:24
|
268
|
+
msgid "Find your favorite container, e.g: centos"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:5
|
272
|
+
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:8
|
273
|
+
msgid "Status"
|
274
|
+
msgstr ""
|
275
|
+
|
276
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:6
|
277
|
+
#: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:6
|
278
|
+
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:5
|
279
|
+
msgid "Image"
|
280
|
+
msgstr ""
|
281
|
+
|
282
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:7
|
283
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:39
|
284
|
+
#: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:13
|
285
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:26
|
286
|
+
msgid "Command"
|
287
|
+
msgstr ""
|
288
|
+
|
289
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:8
|
290
|
+
msgid "Uptime"
|
291
|
+
msgstr ""
|
292
|
+
|
293
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:9
|
294
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:67
|
295
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:35
|
296
|
+
msgid "Running on"
|
297
|
+
msgstr ""
|
298
|
+
|
299
|
+
#: ../foreman-docker/app/views/containers/_list.html.erb:10
|
300
|
+
msgid "Managed"
|
301
|
+
msgstr ""
|
302
|
+
|
303
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:9
|
304
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:4
|
305
|
+
msgid "Properties"
|
306
|
+
msgstr ""
|
307
|
+
|
308
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:15
|
309
|
+
msgid "Image Repository"
|
310
|
+
msgstr ""
|
311
|
+
|
312
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:19
|
313
|
+
msgid "Image Tag"
|
314
|
+
msgstr ""
|
315
|
+
|
316
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:23
|
317
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:10
|
318
|
+
msgid "IP Address"
|
319
|
+
msgstr ""
|
320
|
+
|
321
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:31
|
322
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:18
|
323
|
+
msgid "UUID"
|
324
|
+
msgstr ""
|
325
|
+
|
326
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:43
|
327
|
+
#: ../foreman-docker/app/views/compute_resources_vms/show/_docker.html.erb:30
|
328
|
+
msgid "Exposed ports"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:47
|
332
|
+
msgid "Environment Variables"
|
333
|
+
msgstr ""
|
334
|
+
|
335
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:81
|
336
|
+
msgid "Processes"
|
337
|
+
msgstr ""
|
338
|
+
|
339
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:85
|
340
|
+
msgid "Logs"
|
341
|
+
msgstr ""
|
342
|
+
|
343
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:116
|
344
|
+
msgid "Notice"
|
345
|
+
msgstr ""
|
346
|
+
|
347
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:118
|
348
|
+
msgid "Your container is stopped."
|
349
|
+
msgstr ""
|
350
|
+
|
351
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:119
|
352
|
+
msgid ""
|
353
|
+
"Please turn on your container to see processes running, logs, and more."
|
354
|
+
msgstr ""
|
355
|
+
|
356
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:130
|
357
|
+
msgid "Commit this container state"
|
358
|
+
msgstr ""
|
359
|
+
|
360
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:137
|
361
|
+
msgid "Repo"
|
362
|
+
msgstr ""
|
363
|
+
|
364
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:139
|
365
|
+
msgid "docker/my-committed-image"
|
366
|
+
msgstr ""
|
367
|
+
|
368
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:142
|
369
|
+
msgid "Tag"
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:144
|
373
|
+
msgid "latest"
|
374
|
+
msgstr ""
|
375
|
+
|
376
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:147
|
377
|
+
msgid "Author"
|
378
|
+
msgstr ""
|
379
|
+
|
380
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:149
|
381
|
+
msgid "Foreman user <foremaner@theforeman.org>"
|
382
|
+
msgstr ""
|
383
|
+
|
384
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:152
|
385
|
+
msgid "Comment"
|
386
|
+
msgstr ""
|
387
|
+
|
388
|
+
#: ../foreman-docker/app/views/containers/show.html.erb:154
|
389
|
+
msgid "Description of the commit"
|
390
|
+
msgstr ""
|
391
|
+
|
392
|
+
#: ../foreman-docker/app/views/containers/index.html.erb:1
|
393
|
+
#: ../foreman-docker/lib/foreman_docker/engine.rb:46
|
394
|
+
msgid "Containers"
|
395
|
+
msgstr ""
|
396
|
+
|
397
|
+
#: ../foreman-docker/app/views/containers/index.html.erb:11
|
398
|
+
#: ../foreman-docker/app/views/containers/index.html.erb:13
|
399
|
+
msgid "\"#{resource.name}\""
|
400
|
+
msgstr ""
|
401
|
+
|
402
|
+
#: ../foreman-docker/app/views/containers/index.html.erb:30
|
403
|
+
msgid "Error connecting with the compute resource: <strong> %s </strong>"
|
404
|
+
msgstr ""
|
405
|
+
|
406
|
+
#: ../foreman-docker/app/views/foreman_docker/common_parameters/_environment_variable.html.erb:5
|
407
|
+
msgid "Name, e.g: PING_HOST"
|
408
|
+
msgstr ""
|
409
|
+
|
410
|
+
#: ../foreman-docker/app/views/foreman_docker/common_parameters/_environment_variable.html.erb:7
|
411
|
+
msgid "Value, e.g: theforeman.org"
|
412
|
+
msgstr ""
|
413
|
+
|
414
|
+
#: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:10
|
415
|
+
msgid "Cores"
|
416
|
+
msgstr ""
|
417
|
+
|
418
|
+
#: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:15
|
419
|
+
msgid "Power ON this machine"
|
420
|
+
msgstr ""
|
421
|
+
|
422
|
+
#: ../foreman-docker/app/views/compute_resources_vms/form/_docker.html.erb:15
|
423
|
+
msgid "Start"
|
424
|
+
msgstr ""
|
425
|
+
|
426
|
+
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:6
|
427
|
+
msgid "CPUs"
|
428
|
+
msgstr ""
|
429
|
+
|
430
|
+
#: ../foreman-docker/app/views/compute_resources_vms/index/_docker.html.erb:9
|
431
|
+
msgid "Power"
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
#: ../foreman-docker/lib/foreman_docker/engine.rb:48
|
435
|
+
msgid "All containers"
|
436
|
+
msgstr ""
|
437
|
+
|
@@ -0,0 +1,462 @@
|
|
1
|
+
# Corina Roe <croe@redhat.com>, 2015. #zanata
|
2
|
+
# jcarbone <jcarbone@redhat.com>, 2015. #zanata
|
3
|
+
msgid ""
|
4
|
+
msgstr ""
|
5
|
+
"Project-Id-Version: version 0.0.1\n"
|
6
|
+
"Report-Msgid-Bugs-To: \n"
|
7
|
+
"POT-Creation-Date: 2015-04-22 12:12-0400\n"
|
8
|
+
"PO-Revision-Date: 2015-04-28 08:18+0000\n"
|
9
|
+
"Last-Translator: jcarbone <jcarbone@redhat.com>\n"
|
10
|
+
"Language-Team: French\n"
|
11
|
+
"MIME-Version: 1.0\n"
|
12
|
+
"Content-Type: text/plain; charset=UTF-8\n"
|
13
|
+
"Content-Transfer-Encoding: 8bit\n"
|
14
|
+
"Language: fr\n"
|
15
|
+
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
16
|
+
"X-Generator: Zanata 3.6.0\n"
|
17
|
+
|
18
|
+
msgid "\"#{resource.name}\""
|
19
|
+
msgstr "\"#{resource.name}\""
|
20
|
+
|
21
|
+
msgid "%{container} commit was successful"
|
22
|
+
msgstr "%{container} a été validé."
|
23
|
+
|
24
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
25
|
+
msgid "%{cores} Cores and %{memory} memory"
|
26
|
+
msgstr "%{cores} Cores et %{memory} de mémoire"
|
27
|
+
|
28
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
29
|
+
msgid "%{vm} is now %{vm_state}"
|
30
|
+
msgstr "%{vm} est maintenant %{vm_state}"
|
31
|
+
|
32
|
+
msgid "Add environment variable"
|
33
|
+
msgstr "Ajouter une variable d'environnement"
|
34
|
+
|
35
|
+
msgid "All containers"
|
36
|
+
msgstr "Tous les conteneurs"
|
37
|
+
|
38
|
+
msgid "Allocate a pseudo-tty"
|
39
|
+
msgstr "Attribuez un pseudo-tty"
|
40
|
+
|
41
|
+
msgid "An error occured during repository search: '%s'"
|
42
|
+
msgstr "Une erreur s'est produite lors de la recherche de référentiel : '%s'"
|
43
|
+
|
44
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman, author jcarbone
|
45
|
+
msgid "Are you sure you want to power %{act} %{vm}?"
|
46
|
+
msgstr "Êtes-vous sûr de vouloir %{act} %{vm} ?"
|
47
|
+
|
48
|
+
msgid "Attach STDERR"
|
49
|
+
msgstr "Joindre STDERR"
|
50
|
+
|
51
|
+
msgid "Attach STDIN"
|
52
|
+
msgstr "Joindre STDIN"
|
53
|
+
|
54
|
+
msgid "Attach STDOUT"
|
55
|
+
msgstr "Joindre STDOUT"
|
56
|
+
|
57
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
58
|
+
msgid "Author"
|
59
|
+
msgstr "Auteur"
|
60
|
+
|
61
|
+
# translation auto-copied from project Satellite6 Foreman Bootdisk, version 6.1, document foreman_bootdisk
|
62
|
+
msgid "Back"
|
63
|
+
msgstr "Retour"
|
64
|
+
|
65
|
+
msgid "Basic options"
|
66
|
+
msgstr "Options de base"
|
67
|
+
|
68
|
+
msgid "CPU sets"
|
69
|
+
msgstr "Ensembles de CPU"
|
70
|
+
|
71
|
+
msgid "CPU shares"
|
72
|
+
msgstr "Partages de CPU"
|
73
|
+
|
74
|
+
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
75
|
+
msgid "CPUs"
|
76
|
+
msgstr "CPU"
|
77
|
+
|
78
|
+
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
79
|
+
msgid "Cancel"
|
80
|
+
msgstr "Annuler"
|
81
|
+
|
82
|
+
# translation auto-copied from project nautilus, version 3.8.2, document nautilus
|
83
|
+
msgid "Command"
|
84
|
+
msgstr "Commande"
|
85
|
+
|
86
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
87
|
+
msgid "Comment"
|
88
|
+
msgstr "Commentaire"
|
89
|
+
|
90
|
+
# translation auto-copied from project PressGang CCMS topics, version 1, document 4283-155458
|
91
|
+
msgid "Commit"
|
92
|
+
msgstr "Valider"
|
93
|
+
|
94
|
+
msgid "Commit this container state"
|
95
|
+
msgstr "Validez le statut de ce conteneur"
|
96
|
+
|
97
|
+
msgid "Compute options"
|
98
|
+
msgstr "Options de calcul"
|
99
|
+
|
100
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
101
|
+
msgid "Compute resource"
|
102
|
+
msgstr "Ressource de calcul"
|
103
|
+
|
104
|
+
msgid "Container %s is being deleted."
|
105
|
+
msgstr "Le Conteneur %s est en cours de suppression."
|
106
|
+
|
107
|
+
msgid "Containers"
|
108
|
+
msgstr "Conteneurs"
|
109
|
+
|
110
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
111
|
+
msgid "Cores"
|
112
|
+
msgstr "Cores"
|
113
|
+
|
114
|
+
msgid "Create a container"
|
115
|
+
msgstr "Créer un conteneur"
|
116
|
+
|
117
|
+
msgid "Create container in a compute resource"
|
118
|
+
msgstr "Créer un conteneur dans une ressource de calcul"
|
119
|
+
|
120
|
+
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
121
|
+
msgid "Delete %s?"
|
122
|
+
msgstr "Supprimer %s ?"
|
123
|
+
|
124
|
+
msgid "Delete a container"
|
125
|
+
msgstr "Supprimer un conteneur"
|
126
|
+
|
127
|
+
msgid "Delete container in a compute resource"
|
128
|
+
msgstr "Supprimer un conteneur dans une ressource de calcul"
|
129
|
+
|
130
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
131
|
+
msgid "Deploy on"
|
132
|
+
msgstr "Déployer sur"
|
133
|
+
|
134
|
+
msgid "Describing of the registry"
|
135
|
+
msgstr "Description du registre"
|
136
|
+
|
137
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
138
|
+
msgid "Description"
|
139
|
+
msgstr "Description"
|
140
|
+
|
141
|
+
msgid "Description of the commit"
|
142
|
+
msgstr "Description de la validation"
|
143
|
+
|
144
|
+
msgid "Docker hub"
|
145
|
+
msgstr "Docker hub"
|
146
|
+
|
147
|
+
msgid "Docker/Container"
|
148
|
+
msgstr "Docker/Conteneur"
|
149
|
+
|
150
|
+
msgid "Docker/Registry"
|
151
|
+
msgstr "Docker/Registre"
|
152
|
+
|
153
|
+
msgid "Does this image support user data input?"
|
154
|
+
msgstr ""
|
155
|
+
"Cette image prend-t-elle en charge l'entrée de paramètres utilisateur ?"
|
156
|
+
|
157
|
+
msgid "Edit Registry"
|
158
|
+
msgstr "Modifier le registre"
|
159
|
+
|
160
|
+
msgid "Environment Variables"
|
161
|
+
msgstr "Variables d'environnement"
|
162
|
+
|
163
|
+
msgid "Environment variables"
|
164
|
+
msgstr "Variables d'environnement"
|
165
|
+
|
166
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
167
|
+
msgid "Error - %{message}"
|
168
|
+
msgstr "Erreur - %{message}"
|
169
|
+
|
170
|
+
msgid "Error connecting with the compute resource: <strong> %s </strong>"
|
171
|
+
msgstr ""
|
172
|
+
"Une erreur s'est produite lors de la connexion à la ressource de calcul : "
|
173
|
+
"<strong> %s </strong>"
|
174
|
+
|
175
|
+
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
|
176
|
+
msgstr ""
|
177
|
+
"Erreur pendant la communication avec Docker. Veuillez consulter les journaux "
|
178
|
+
"Foreman : %s"
|
179
|
+
|
180
|
+
msgid "Exposed ports"
|
181
|
+
msgstr "Ports exposés"
|
182
|
+
|
183
|
+
msgid "External registry"
|
184
|
+
msgstr "Registre externe"
|
185
|
+
|
186
|
+
msgid "Failed to commit %{container}: %{e}"
|
187
|
+
msgstr "Échec de validation de %{container} : %{e}"
|
188
|
+
|
189
|
+
msgid "Find your favorite container, e.g: centos"
|
190
|
+
msgstr "Trouvez votre conteneur favori, par exemple Centos"
|
191
|
+
|
192
|
+
msgid "Foreman user <foremaner@theforeman.org>"
|
193
|
+
msgstr "Utilisateur Foreman <foremaner@theforeman.org>"
|
194
|
+
|
195
|
+
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
196
|
+
msgid "IP Address"
|
197
|
+
msgstr "Adresses IP"
|
198
|
+
|
199
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
200
|
+
msgid "Image"
|
201
|
+
msgstr "Image"
|
202
|
+
|
203
|
+
msgid "Image Repository"
|
204
|
+
msgstr "Référentiel image"
|
205
|
+
|
206
|
+
msgid "Image Tag"
|
207
|
+
msgstr "Balise de l'image "
|
208
|
+
|
209
|
+
msgid ""
|
210
|
+
"Image to use to create the container.\\n "
|
211
|
+
" Format should be repository:tag, e.g: centos:7"
|
212
|
+
msgstr ""
|
213
|
+
"Image à utiliser pour créer le conteneur.\\n "
|
214
|
+
" Le format doit être repository:tag, par exemple : centos:7"
|
215
|
+
|
216
|
+
# translation auto-copied from project Red Hat Satellite Installation Guide, version 6.0, document RednbspHat_Satellite_6_Supported_Usage
|
217
|
+
msgid "Katello"
|
218
|
+
msgstr "Katello"
|
219
|
+
|
220
|
+
msgid "List all containers"
|
221
|
+
msgstr "Répertorier tous les conteneurs"
|
222
|
+
|
223
|
+
msgid "List all containers in a compute resource"
|
224
|
+
msgstr "Répertorier tous les conteneurs dans une ressource de calcul "
|
225
|
+
|
226
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
227
|
+
msgid "Locations"
|
228
|
+
msgstr "Emplacements"
|
229
|
+
|
230
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
231
|
+
msgid "Logs"
|
232
|
+
msgstr "Logs"
|
233
|
+
|
234
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
235
|
+
msgid "Managed"
|
236
|
+
msgstr "Géré"
|
237
|
+
|
238
|
+
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
239
|
+
msgid "Memory"
|
240
|
+
msgstr "Mémoire"
|
241
|
+
|
242
|
+
# translation auto-copied from project Satellite6 Katello, version 6.1, document katello
|
243
|
+
msgid "Name"
|
244
|
+
msgstr "Nom"
|
245
|
+
|
246
|
+
msgid "Name, e.g: PING_HOST"
|
247
|
+
msgstr "Nom, par exemple : PING_HOST"
|
248
|
+
|
249
|
+
msgid "New Registry"
|
250
|
+
msgstr "Nouveau registre"
|
251
|
+
|
252
|
+
msgid "New container"
|
253
|
+
msgstr "Nouveau conteneur"
|
254
|
+
|
255
|
+
# translation auto-copied from project Customer Portal Translations, version Portal-Case-Management, document Template, author Sam Friedmann
|
256
|
+
msgid "Next"
|
257
|
+
msgstr "Suivant"
|
258
|
+
|
259
|
+
# translation auto-copied from project Customer Portal Translations, version RHJBossMiddlewareOperationsNetworkProduc, document RHJBossMiddlewareOperationsNetworkProductUpdate.html, author Corina Roe
|
260
|
+
msgid "No"
|
261
|
+
msgstr "Non"
|
262
|
+
|
263
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
264
|
+
msgid "Notice"
|
265
|
+
msgstr "Note"
|
266
|
+
|
267
|
+
msgid "Number of lines to tail. Default: 100"
|
268
|
+
msgstr "Nombre de lignes à finaliser. Défaut : 100"
|
269
|
+
|
270
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
271
|
+
msgid "Organizations"
|
272
|
+
msgstr "Organisations"
|
273
|
+
|
274
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
275
|
+
msgid "Password to authenticate with - used for SSH finish step."
|
276
|
+
msgstr "Mot de passe pour l'authentification SSH lors de l'étape finale."
|
277
|
+
|
278
|
+
msgid "Password used for authentication to the registry"
|
279
|
+
msgstr "Mot de passe utilisé pour une authentification au registre"
|
280
|
+
|
281
|
+
msgid ""
|
282
|
+
"Please turn on your container to see processes running, logs, and more."
|
283
|
+
msgstr ""
|
284
|
+
"Veuillez allumer votre conteneur pour voir les processus, journaux, etc."
|
285
|
+
|
286
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
287
|
+
msgid "Power"
|
288
|
+
msgstr "Alimentation"
|
289
|
+
|
290
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
291
|
+
msgid "Power ON this machine"
|
292
|
+
msgstr "Démarrer cette machine"
|
293
|
+
|
294
|
+
# translation auto-copied from project gnome-system-monitor, version 3.8.2.1, document gnome-system-monitor
|
295
|
+
msgid "Processes"
|
296
|
+
msgstr "Processus"
|
297
|
+
|
298
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
299
|
+
msgid "Properties"
|
300
|
+
msgstr "Propriétés"
|
301
|
+
|
302
|
+
msgid "Registries"
|
303
|
+
msgstr "Registres"
|
304
|
+
|
305
|
+
msgid "Registry"
|
306
|
+
msgstr "Registre"
|
307
|
+
|
308
|
+
msgid "Registry name"
|
309
|
+
msgstr "Nom de registre"
|
310
|
+
|
311
|
+
msgid ""
|
312
|
+
"Registry this container will have to use\\n "
|
313
|
+
" to get the image"
|
314
|
+
msgstr ""
|
315
|
+
"Le registre de ce conteneur devra utiliser\\n "
|
316
|
+
" pour obtenir l'image"
|
317
|
+
|
318
|
+
msgid "Registry url"
|
319
|
+
msgstr "URL de registre"
|
320
|
+
|
321
|
+
msgid "Repo"
|
322
|
+
msgstr "Référentiel"
|
323
|
+
|
324
|
+
msgid "Resource selection"
|
325
|
+
msgstr "Sélection de ressource"
|
326
|
+
|
327
|
+
msgid "Run power operation on a container"
|
328
|
+
msgstr "Effectuer une opération de gestion de l'alimentation sur un conteneur"
|
329
|
+
|
330
|
+
msgid "Run power operation on a container in a compute resource"
|
331
|
+
msgstr ""
|
332
|
+
"Effectuer une opération de gestion de l'alimentation sur un conteneur dans "
|
333
|
+
"une ressource de calcul"
|
334
|
+
|
335
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
336
|
+
msgid "Running on"
|
337
|
+
msgstr "Exécution sur"
|
338
|
+
|
339
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
340
|
+
msgid "Search"
|
341
|
+
msgstr "Rechercher"
|
342
|
+
|
343
|
+
msgid "Select a registry"
|
344
|
+
msgstr "Sélectionner un registre"
|
345
|
+
|
346
|
+
# translation auto-copied from project RHEL Deployment Guide, version 6.2, document Managing_Users_and_Groups
|
347
|
+
msgid "Shell"
|
348
|
+
msgstr "Shell"
|
349
|
+
|
350
|
+
msgid "Show a container"
|
351
|
+
msgstr "Afficher un conteneur"
|
352
|
+
|
353
|
+
msgid "Show container in a compute resource"
|
354
|
+
msgstr "Afficher le conteneur dans une ressource de calcul"
|
355
|
+
|
356
|
+
msgid "Show container logs"
|
357
|
+
msgstr "Afficher les journaux de conteneur"
|
358
|
+
|
359
|
+
msgid "Show logs from a container in a compute resource"
|
360
|
+
msgstr ""
|
361
|
+
"Afficher les journaux à partir d'un conteneur dans une ressource de calcul"
|
362
|
+
|
363
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
364
|
+
msgid "Start"
|
365
|
+
msgstr "Démarrer"
|
366
|
+
|
367
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
368
|
+
msgid "Status"
|
369
|
+
msgstr "Statut"
|
370
|
+
|
371
|
+
# translation auto-copied from project Satellite6 Foreman Discovery, version 6.1, document foreman_discovery
|
372
|
+
msgid "Submit"
|
373
|
+
msgstr "Valider"
|
374
|
+
|
375
|
+
# translation auto-copied from project gnome-contacts, version 3.8.2, document gnome-contacts
|
376
|
+
msgid "TTY"
|
377
|
+
msgstr "TTY"
|
378
|
+
|
379
|
+
# translation auto-copied from project shotwell-core, version 0.14.1, document shotwell-core
|
380
|
+
msgid "Tag"
|
381
|
+
msgstr "Balise"
|
382
|
+
|
383
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
384
|
+
msgid "Test Connection"
|
385
|
+
msgstr "Tester la connexion"
|
386
|
+
|
387
|
+
msgid ""
|
388
|
+
"The user that is used to ssh into the instance, normally docker-user, "
|
389
|
+
"ubuntu, root etc"
|
390
|
+
msgstr ""
|
391
|
+
"L'utilisateur servant à se connecter en ssh à l'instance, généralement "
|
392
|
+
"docker-user, ubuntu, root, etc"
|
393
|
+
|
394
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
395
|
+
msgid "URL"
|
396
|
+
msgstr "URL"
|
397
|
+
|
398
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
399
|
+
msgid "UUID"
|
400
|
+
msgstr "UUID"
|
401
|
+
|
402
|
+
msgid "Unknown method: available power operations are %s"
|
403
|
+
msgstr "Méthode inconnue : les opérations d'alimentation disponibles sont %s"
|
404
|
+
|
405
|
+
# translation auto-copied from project RHN Satellite UI, version 5.6, document java/code/src/com/redhat/rhn/frontend/strings/database/StringResource
|
406
|
+
msgid "Uptime"
|
407
|
+
msgstr "Temps de fonctionnement"
|
408
|
+
|
409
|
+
# translation auto-copied from project Satellite6 Hammer CLI Foreman, version 6.1, document hammer-cli-foreman
|
410
|
+
msgid "Url"
|
411
|
+
msgstr "URL"
|
412
|
+
|
413
|
+
msgid "Username used to access the registry"
|
414
|
+
msgstr "Nom d'utilisateur utilisé pour accéder au registre"
|
415
|
+
|
416
|
+
msgid "Value, e.g: theforeman.org"
|
417
|
+
msgstr "Valeur, par exemple : theforeman.org"
|
418
|
+
|
419
|
+
msgid "Where do you want to deploy your container?:"
|
420
|
+
msgstr "Où souhaitez-vous déployer votre conteneur ?"
|
421
|
+
|
422
|
+
msgid "Wrong attributes: %s"
|
423
|
+
msgstr "Mauvais attribut : %s"
|
424
|
+
|
425
|
+
# translation auto-copied from project Customer Portal Translations, version RHJBossMiddlewareOperationsNetworkProduc, document RHJBossMiddlewareOperationsNetworkProductUpdate.html, author Corina Roe
|
426
|
+
msgid "Yes"
|
427
|
+
msgstr "Oui"
|
428
|
+
|
429
|
+
msgid ""
|
430
|
+
"You need a Docker compute resource in order to create containers. Please %s "
|
431
|
+
"and try again."
|
432
|
+
msgstr ""
|
433
|
+
"Une ressource de calcul Docker est nécessaire pour créer des conteneurs. "
|
434
|
+
"Veuillez %s et essayer à nouveau."
|
435
|
+
|
436
|
+
msgid "Your container is stopped."
|
437
|
+
msgstr "Votre conteneur s'est arrêté"
|
438
|
+
|
439
|
+
msgid "docker/my-committed-image"
|
440
|
+
msgstr "docker/my-committed-image"
|
441
|
+
|
442
|
+
msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
|
443
|
+
msgstr ""
|
444
|
+
"Par exemple https://docker.example.com:4243 ou unix:///var/run/docker.sock"
|
445
|
+
|
446
|
+
# translation auto-copied from project Satellite6 Foreman, version 6.1, document foreman
|
447
|
+
msgid "failed to %{action} %{vm}"
|
448
|
+
msgstr "échec de %{action} %{vm}"
|
449
|
+
|
450
|
+
msgid "latest"
|
451
|
+
msgstr "Dernière version"
|
452
|
+
|
453
|
+
msgid "learn more about CPU sets"
|
454
|
+
msgstr "En savoir plus sur les ensembles de CPU"
|
455
|
+
|
456
|
+
msgid "learn more about CPU shares"
|
457
|
+
msgstr "En savoir plus sur les partages de CPU"
|
458
|
+
|
459
|
+
msgid "power action, valid actions are (start), (stop), (status)"
|
460
|
+
msgstr ""
|
461
|
+
"Action sur l'alimentation, les actions valides sont (start), (stop), "
|
462
|
+
"(status)."
|