Project

General

Profile

Download (15.6 KB) Statistics
| Branch: | Tag: | Revision:

foreman-docker / locale / foreman_docker.pot @ f02a9ce2

1 792d601d Bryan Kearney
# SOME DESCRIPTIVE TITLE.
2
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
# This file is distributed under the same license as the foreman_docker package.
4
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
#
6 04db1530 Daniel Lobato
#, fuzzy
7
msgid ""
8
msgstr ""
9 792d601d Bryan Kearney
"Project-Id-Version: foreman_docker 1.0.0\n"
10 04db1530 Daniel Lobato
"Report-Msgid-Bugs-To: \n"
11 99b91b0d Daniel Lobato
"POT-Creation-Date: 2016-03-30 11:55+0200\n"
12
"PO-Revision-Date: 2016-03-30 11:55+0200\n"
13 04db1530 Daniel Lobato
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
15 792d601d Bryan Kearney
"Language: \n"
16 04db1530 Daniel Lobato
"MIME-Version: 1.0\n"
17
"Content-Type: text/plain; charset=UTF-8\n"
18
"Content-Transfer-Encoding: 8bit\n"
19
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:13
22
msgid "List all containers"
23 04db1530 Daniel Lobato
msgstr ""
24
25 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:15
26 b0e98702 Bryan Kearney
msgid "List all containers on a compute resource"
27 04db1530 Daniel Lobato
msgstr ""
28
29 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:29
30
msgid "Show a container"
31 04db1530 Daniel Lobato
msgstr ""
32
33 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:31
34 b0e98702 Bryan Kearney
msgid "Show container on a compute resource"
35 04db1530 Daniel Lobato
msgstr ""
36
37 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:43
38
msgid "Registry this container will have to use to get the image"
39 04db1530 Daniel Lobato
msgstr ""
40
41 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:46
42 b0e98702 Bryan Kearney
msgid "Name of the repository to use to create the container. e.g. centos"
43 04db1530 Daniel Lobato
msgstr ""
44
45 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:49
46 b0e98702 Bryan Kearney
msgid "Tag to use to create the container. e.g. latest"
47 04db1530 Daniel Lobato
msgstr ""
48
49 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:60
50
msgid ""
51
"The capsule this container will have to use to get the image. Relevant for ima"
52
"ges retrieved from katello registry."
53 04db1530 Daniel Lobato
msgstr ""
54
55 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:66
56
msgid "Create a container"
57 04db1530 Daniel Lobato
msgstr ""
58
59 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:68
60 b0e98702 Bryan Kearney
msgid "Create container on a compute resource"
61 04db1530 Daniel Lobato
msgstr ""
62
63 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:84
64
msgid "Wrong attributes: %s"
65 04db1530 Daniel Lobato
msgstr ""
66
67 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:88
68
msgid "Delete a container"
69 04db1530 Daniel Lobato
msgstr ""
70
71 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:90
72 b0e98702 Bryan Kearney
msgid "Delete container on a compute resource"
73 04db1530 Daniel Lobato
msgstr ""
74
75 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:98
76
msgid "Show container logs"
77 04db1530 Daniel Lobato
msgstr ""
78
79 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:100
80 b0e98702 Bryan Kearney
msgid "Show logs from a container on a compute resource"
81 04db1530 Daniel Lobato
msgstr ""
82
83 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:105
84
msgid "Number of lines to tail. Default: 100"
85 04db1530 Daniel Lobato
msgstr ""
86
87 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:114
88
msgid "Run power operation on a container"
89 04db1530 Daniel Lobato
msgstr ""
90
91 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:116
92 b0e98702 Bryan Kearney
msgid "Run power operation on a container on a compute resource"
93 04db1530 Daniel Lobato
msgstr ""
94
95 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:121
96
msgid "power action, valid actions are (start), (stop), (status)"
97 04db1530 Daniel Lobato
msgstr ""
98
99 792d601d Bryan Kearney
#: ../app/controllers/api/v2/containers_controller.rb:134
100
msgid "Unknown method: available power operations are %s"
101 04db1530 Daniel Lobato
msgstr ""
102
103 792d601d Bryan Kearney
#: ../app/controllers/api/v2/registries_controller.rb:22
104
msgid "List all docker registries"
105 04db1530 Daniel Lobato
msgstr ""
106
107 792d601d Bryan Kearney
#: ../app/controllers/api/v2/registries_controller.rb:29
108
msgid "Show a docker registry"
109 04db1530 Daniel Lobato
msgstr ""
110
111 792d601d Bryan Kearney
#: ../app/controllers/api/v2/registries_controller.rb:34
112
msgid "Create a docker registry"
113 04db1530 Daniel Lobato
msgstr ""
114
115 792d601d Bryan Kearney
#: ../app/controllers/api/v2/registries_controller.rb:41
116
msgid "Update a docker registry"
117 04db1530 Daniel Lobato
msgstr ""
118
119 792d601d Bryan Kearney
#: ../app/controllers/api/v2/registries_controller.rb:48
120
msgid "Delete a docker registry"
121 04db1530 Daniel Lobato
msgstr ""
122
123 792d601d Bryan Kearney
#: ../app/controllers/containers_controller.rb:25
124
msgid "Container %s is being deleted."
125 04db1530 Daniel Lobato
msgstr ""
126
127 792d601d Bryan Kearney
#: ../app/controllers/containers_controller.rb:44
128 b0e98702 Bryan Kearney
msgid "%{container} commit was successful"
129 04db1530 Daniel Lobato
msgstr ""
130
131 792d601d Bryan Kearney
#: ../app/controllers/containers_controller.rb:47
132
msgid "Failed to commit %{container}: %{e}"
133 04db1530 Daniel Lobato
msgstr ""
134
135 792d601d Bryan Kearney
#: ../app/controllers/containers_controller.rb:60
136
msgid "%{vm} is now %{vm_state}"
137 04db1530 Daniel Lobato
msgstr ""
138
139 792d601d Bryan Kearney
#: ../app/controllers/containers_controller.rb:64
140
msgid "failed to %{action} %{vm}"
141 04db1530 Daniel Lobato
msgstr ""
142
143 792d601d Bryan Kearney
#: ../app/controllers/containers_controller.rb:69
144
msgid "Error - %{message}"
145 04db1530 Daniel Lobato
msgstr ""
146
147 792d601d Bryan Kearney
#: ../app/controllers/image_search_controller.rb:62
148
msgid "An error occured during repository search: '%s'"
149 04db1530 Daniel Lobato
msgstr ""
150
151 792d601d Bryan Kearney
#: ../app/helpers/container_steps_helper.rb:12
152
#: ../app/views/registries/_form.html.erb:4
153
msgid "Registry"
154 04db1530 Daniel Lobato
msgstr ""
155
156 792d601d Bryan Kearney
#: ../app/helpers/container_steps_helper.rb:16
157
msgid "Select a registry"
158 04db1530 Daniel Lobato
msgstr ""
159
160 99b91b0d Daniel Lobato
#: ../app/helpers/container_steps_helper.rb:22
161
#: ../app/views/compute_resources_vms/form/_docker.html.erb:6
162
#: ../app/views/compute_resources_vms/index/_docker.html.erb:5
163
#: ../app/views/containers/_list.html.erb:6
164
msgid "Image"
165
msgstr ""
166
167
#: ../app/helpers/container_steps_helper.rb:22
168
msgid "Environment"
169
msgstr ""
170
171
#: ../app/helpers/container_steps_helper.rb:22
172
msgid "Configuration"
173
msgstr ""
174
175
#: ../app/helpers/container_steps_helper.rb:22
176
msgid "Preliminary"
177
msgstr ""
178
179 792d601d Bryan Kearney
#: ../app/helpers/containers_helper.rb:34
180
msgid "Commit"
181 04db1530 Daniel Lobato
msgstr ""
182
183 792d601d Bryan Kearney
#: ../app/helpers/containers_helper.rb:43
184
#: ../app/views/containers/_list.html.erb:36
185 99b91b0d Daniel Lobato
#: ../app/views/registries/index.html.erb:23
186 792d601d Bryan Kearney
msgid "Delete %s?"
187 04db1530 Daniel Lobato
msgstr ""
188
189 792d601d Bryan Kearney
#: ../app/helpers/containers_helper.rb:71
190
msgid "Are you sure you want to power %{act} %{vm}?"
191 04db1530 Daniel Lobato
msgstr ""
192
193 792d601d Bryan Kearney
#: ../app/models/concerns/fog_extensions/fogdocker/server.rb:39
194 b0e98702 Bryan Kearney
msgid "%{cores} cores and %{memory} memory"
195 04db1530 Daniel Lobato
msgstr ""
196
197 792d601d Bryan Kearney
#: ../app/models/container.rb:61
198
msgid "Docker/Container"
199 04db1530 Daniel Lobato
msgstr ""
200
201 b0e98702 Bryan Kearney
#: ../app/models/docker_registry.rb:39
202 792d601d Bryan Kearney
msgid "Docker/Registry"
203 04db1530 Daniel Lobato
msgstr ""
204
205 99b91b0d Daniel Lobato
#: ../app/models/docker_registry.rb:50
206 b0e98702 Bryan Kearney
msgid "Unable to log in to this Docker Registry - %s"
207
msgstr ""
208
209 792d601d Bryan Kearney
#: ../app/models/foreman_docker/docker.rb:140
210
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
211 04db1530 Daniel Lobato
msgstr ""
212
213 792d601d Bryan Kearney
#: ../app/models/service/containers.rb:101
214 b0e98702 Bryan Kearney
msgid "Could not start container"
215 04db1530 Daniel Lobato
msgstr ""
216
217 792d601d Bryan Kearney
#: ../app/views/compute_resources/form/_docker.html.erb:1
218
msgid "e.g. https://docker.example.com:4243 or unix:///var/run/docker.sock"
219 04db1530 Daniel Lobato
msgstr ""
220
221 792d601d Bryan Kearney
#: ../app/views/compute_resources/form/_docker.html.erb:7
222
msgid "Test Connection"
223 04db1530 Daniel Lobato
msgstr ""
224
225 792d601d Bryan Kearney
#: ../app/views/compute_resources/show/_docker.html.erb:2
226 99b91b0d Daniel Lobato
#: ../app/views/registries/index.html.erb:9
227 792d601d Bryan Kearney
msgid "URL"
228 04db1530 Daniel Lobato
msgstr ""
229
230 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/form/_docker.html.erb:10
231
msgid "Cores"
232 04db1530 Daniel Lobato
msgstr ""
233
234 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/form/_docker.html.erb:11
235
#: ../app/views/compute_resources_vms/index/_docker.html.erb:7
236
#: ../app/views/compute_resources_vms/show/_docker.html.erb:22
237
#: ../app/views/containers/show.html.erb:39
238
#: ../app/views/containers/steps/configuration.html.erb:15
239
msgid "Memory"
240 04db1530 Daniel Lobato
msgstr ""
241
242 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/form/_docker.html.erb:13
243
#: ../app/views/compute_resources_vms/show/_docker.html.erb:26
244
#: ../app/views/containers/_list.html.erb:7
245
#: ../app/views/containers/show.html.erb:43
246
msgid "Command"
247 04db1530 Daniel Lobato
msgstr ""
248
249 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
250
msgid "Power ON this machine"
251 04db1530 Daniel Lobato
msgstr ""
252
253 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
254
msgid "Start"
255 04db1530 Daniel Lobato
msgstr ""
256
257 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/index/_docker.html.erb:4
258
#: ../app/views/compute_resources_vms/show/_docker.html.erb:6
259
#: ../app/views/containers/_list.html.erb:4
260
#: ../app/views/containers/show.html.erb:11
261 99b91b0d Daniel Lobato
#: ../app/views/registries/index.html.erb:8
262 792d601d Bryan Kearney
msgid "Name"
263 04db1530 Daniel Lobato
msgstr ""
264
265 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/index/_docker.html.erb:6
266
msgid "CPUs"
267 04db1530 Daniel Lobato
msgstr ""
268
269 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/index/_docker.html.erb:8
270
#: ../app/views/containers/_list.html.erb:5
271
msgid "Status"
272 04db1530 Daniel Lobato
msgstr ""
273
274 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/index/_docker.html.erb:9
275
msgid "Power"
276 04db1530 Daniel Lobato
msgstr ""
277
278 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/show/_docker.html.erb:4
279
#: ../app/views/containers/show.html.erb:9
280
msgid "Properties"
281 04db1530 Daniel Lobato
msgstr ""
282
283 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/show/_docker.html.erb:10
284
#: ../app/views/containers/show.html.erb:23
285
msgid "IP Address"
286 04db1530 Daniel Lobato
msgstr ""
287
288 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/show/_docker.html.erb:14
289
#: ../app/views/containers/show.html.erb:27
290
#: ../app/views/containers/steps/configuration.html.erb:12
291
msgid "CPU shares"
292 04db1530 Daniel Lobato
msgstr ""
293
294 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/show/_docker.html.erb:18
295
#: ../app/views/containers/show.html.erb:35
296
msgid "UUID"
297 04db1530 Daniel Lobato
msgstr ""
298
299 792d601d Bryan Kearney
#: ../app/views/compute_resources_vms/show/_docker.html.erb:30
300
#: ../app/views/containers/show.html.erb:47
301
msgid "Exposed ports"
302
msgstr ""
303
304
#: ../app/views/compute_resources_vms/show/_docker.html.erb:35
305
#: ../app/views/containers/_list.html.erb:9
306
#: ../app/views/containers/show.html.erb:89
307 04db1530 Daniel Lobato
msgid "Running on"
308
msgstr ""
309
310 792d601d Bryan Kearney
#: ../app/views/containers/_list.html.erb:8
311
msgid "Uptime"
312
msgstr ""
313
314
#: ../app/views/containers/_list.html.erb:10
315 04db1530 Daniel Lobato
msgid "Managed"
316
msgstr ""
317
318 792d601d Bryan Kearney
#: ../app/views/containers/_list.html.erb:11
319
msgid "Action"
320 04db1530 Daniel Lobato
msgstr ""
321
322 792d601d Bryan Kearney
#: ../app/views/containers/_list.html.erb:27
323 b0e98702 Bryan Kearney
msgid "No"
324 04db1530 Daniel Lobato
msgstr ""
325
326 792d601d Bryan Kearney
#: ../app/views/containers/_list.html.erb:27
327 b0e98702 Bryan Kearney
msgid "Yes"
328 04db1530 Daniel Lobato
msgstr ""
329
330 792d601d Bryan Kearney
#: ../app/views/containers/index.html.erb:1 ../lib/foreman_docker/engine.rb:47
331
msgid "Containers"
332 04db1530 Daniel Lobato
msgstr ""
333
334 99b91b0d Daniel Lobato
#: ../app/views/containers/index.html.erb:3
335 792d601d Bryan Kearney
#: ../app/views/containers/steps/_title.html.erb:1
336
#: ../lib/foreman_docker/engine.rb:52
337
msgid "New container"
338 04db1530 Daniel Lobato
msgstr ""
339
340 99b91b0d Daniel Lobato
#: ../app/views/containers/index.html.erb:27
341 792d601d Bryan Kearney
msgid "Error connecting with the compute resource: <strong> %s </strong>"
342
msgstr ""
343
344
#: ../app/views/containers/show.html.erb:15
345
msgid "Image Repository"
346
msgstr ""
347
348
#: ../app/views/containers/show.html.erb:19
349
msgid "Image Tag"
350
msgstr ""
351
352
#: ../app/views/containers/show.html.erb:31
353
msgid "CPU set"
354
msgstr ""
355
356
#: ../app/views/containers/show.html.erb:61
357
#: ../app/views/containers/steps/environment.html.erb:16
358
msgid "DNS"
359 04db1530 Daniel Lobato
msgstr ""
360
361 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:69
362 04db1530 Daniel Lobato
msgid "Environment Variables"
363
msgstr ""
364
365 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:103
366 04db1530 Daniel Lobato
msgid "Processes"
367
msgstr ""
368
369 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:107
370 04db1530 Daniel Lobato
msgid "Logs"
371
msgstr ""
372
373 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:139
374 04db1530 Daniel Lobato
msgid "Notice"
375
msgstr ""
376
377 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:141
378 04db1530 Daniel Lobato
msgid "Your container is stopped."
379
msgstr ""
380
381 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:142
382
msgid "Please turn on your container to see processes running, logs, and more."
383 04db1530 Daniel Lobato
msgstr ""
384
385 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:153
386 04db1530 Daniel Lobato
msgid "Commit this container state"
387
msgstr ""
388
389 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:160
390 04db1530 Daniel Lobato
msgid "Repo"
391
msgstr ""
392
393 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:162
394 04db1530 Daniel Lobato
msgid "docker/my-committed-image"
395
msgstr ""
396
397 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:165
398 04db1530 Daniel Lobato
msgid "Tag"
399
msgstr ""
400
401 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:167
402 04db1530 Daniel Lobato
msgid "latest"
403
msgstr ""
404
405 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:170
406 04db1530 Daniel Lobato
msgid "Author"
407
msgstr ""
408
409 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:172
410 b0e98702 Bryan Kearney
msgid "Foreman user <foremaner@example.org>"
411 04db1530 Daniel Lobato
msgstr ""
412
413 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:175
414 04db1530 Daniel Lobato
msgid "Comment"
415
msgstr ""
416
417 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:177
418 04db1530 Daniel Lobato
msgid "Description of the commit"
419
msgstr ""
420
421 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:180
422
#: ../app/views/containers/steps/_form_buttons.html.erb:4
423
msgid "Cancel"
424 04db1530 Daniel Lobato
msgstr ""
425
426 792d601d Bryan Kearney
#: ../app/views/containers/show.html.erb:182
427
#: ../app/views/containers/steps/_form_buttons.html.erb:14
428
msgid "Submit"
429 04db1530 Daniel Lobato
msgstr ""
430
431 792d601d Bryan Kearney
#: ../app/views/containers/steps/_form_buttons.html.erb:8
432
msgid "Back"
433 04db1530 Daniel Lobato
msgstr ""
434
435 792d601d Bryan Kearney
#: ../app/views/containers/steps/_form_buttons.html.erb:16
436
msgid "Next"
437
msgstr ""
438
439
#: ../app/views/containers/steps/_image_hub_tab.html.erb:15
440
msgid "Search"
441
msgstr ""
442
443
#: ../app/views/containers/steps/_image_hub_tab.html.erb:24
444 b0e98702 Bryan Kearney
msgid "Find your favorite container, e.g. centos"
445 792d601d Bryan Kearney
msgstr ""
446
447
#: ../app/views/containers/steps/configuration.html.erb:3
448
msgid "Basic options"
449
msgstr ""
450
451
#: ../app/views/containers/steps/configuration.html.erb:8
452
msgid "Compute options"
453
msgstr ""
454
455
#: ../app/views/containers/steps/configuration.html.erb:9
456
msgid "CPU sets"
457
msgstr ""
458
459
#: ../app/views/containers/steps/configuration.html.erb:11
460
msgid "learn more about CPU sets"
461
msgstr ""
462
463
#: ../app/views/containers/steps/configuration.html.erb:14
464
msgid "learn more about CPU shares"
465
msgstr ""
466
467
#: ../app/views/containers/steps/environment.html.erb:5
468
msgid "Shell"
469
msgstr ""
470
471
#: ../app/views/containers/steps/environment.html.erb:6
472 99b91b0d Daniel Lobato
msgid "TTY"
473 792d601d Bryan Kearney
msgstr ""
474
475
#: ../app/views/containers/steps/environment.html.erb:6
476 99b91b0d Daniel Lobato
msgid "Allocate a pseudo-tty"
477 792d601d Bryan Kearney
msgstr ""
478
479
#: ../app/views/containers/steps/environment.html.erb:7
480
msgid "Attach STDIN"
481
msgstr ""
482
483
#: ../app/views/containers/steps/environment.html.erb:8
484
msgid "Attach STDOUT"
485
msgstr ""
486
487
#: ../app/views/containers/steps/environment.html.erb:9
488
msgid "Attach STDERR"
489
msgstr ""
490
491
#: ../app/views/containers/steps/environment.html.erb:12
492
msgid "Environment variables"
493
msgstr ""
494
495
#: ../app/views/containers/steps/environment.html.erb:14
496
msgid "Exposed Ports"
497
msgstr ""
498
499
#: ../app/views/containers/steps/environment.html.erb:22
500
msgid "Run?"
501
msgstr ""
502
503
#: ../app/views/containers/steps/environment.html.erb:23
504
msgid "If selected, the container will start after it is created"
505
msgstr ""
506
507
#: ../app/views/containers/steps/image.html.erb:9
508
msgid "Content View"
509
msgstr ""
510
511
#: ../app/views/containers/steps/image.html.erb:15
512
msgid "Docker hub"
513
msgstr ""
514
515
#: ../app/views/containers/steps/image.html.erb:19
516
msgid "External registry"
517
msgstr ""
518
519
#: ../app/views/containers/steps/preliminary.html.erb:6
520
msgid "Compute resource"
521
msgstr ""
522
523
#: ../app/views/containers/steps/preliminary.html.erb:19
524
msgid "Resource selection"
525
msgstr ""
526
527
#: ../app/views/containers/steps/preliminary.html.erb:20
528
msgid "Where do you want to deploy your container?:"
529
msgstr ""
530
531
#: ../app/views/containers/steps/preliminary.html.erb:22
532
msgid "Deploy on"
533
msgstr ""
534
535
#: ../app/views/containers/steps/preliminary.html.erb:25
536
msgid ""
537
"You need a Docker compute resource in order to create containers. Please %s an"
538
"d try again."
539
msgstr ""
540
541
#: ../app/views/foreman_docker/common_parameters/_dns.erb:8
542
msgid "Add DNS"
543
msgstr ""
544
545
#: ../app/views/foreman_docker/common_parameters/_dns_entry.html.erb:3
546 b0e98702 Bryan Kearney
msgid "DNS e.g. 8.8.8.8"
547 792d601d Bryan Kearney
msgstr ""
548
549
#:
550
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:3
551 b0e98702 Bryan Kearney
msgid "Name, e.g. PING_HOST"
552 04db1530 Daniel Lobato
msgstr ""
553
554 792d601d Bryan Kearney
#:
555
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:5
556 b0e98702 Bryan Kearney
msgid "Value, e.g. example.org"
557 04db1530 Daniel Lobato
msgstr ""
558
559 792d601d Bryan Kearney
#:
560
#: ../app/views/foreman_docker/common_parameters/_environment_variables.html.erb:8
561
msgid "Add environment variable"
562 04db1530 Daniel Lobato
msgstr ""
563
564 792d601d Bryan Kearney
#: ../app/views/foreman_docker/common_parameters/_exposed_port.html.erb:3
565 b0e98702 Bryan Kearney
msgid "Port number e.g. 22"
566 04db1530 Daniel Lobato
msgstr ""
567
568 792d601d Bryan Kearney
#: ../app/views/foreman_docker/common_parameters/_exposed_ports.erb:8
569
msgid "Add Exposed Port"
570 04db1530 Daniel Lobato
msgstr ""
571
572 792d601d Bryan Kearney
#: ../app/views/images/form/_docker.html.erb:1
573
msgid ""
574
"The user that is used to ssh into the instance, normally docker-user, ubuntu, "
575
"root etc"
576 04db1530 Daniel Lobato
msgstr ""
577
578 792d601d Bryan Kearney
#: ../app/views/images/form/_docker.html.erb:2
579
msgid "Password to authenticate with - used for SSH finish step."
580 04db1530 Daniel Lobato
msgstr ""
581
582 792d601d Bryan Kearney
#: ../app/views/images/form/_docker.html.erb:4
583
msgid "Does this image support user data input?"
584 04db1530 Daniel Lobato
msgstr ""
585
586 792d601d Bryan Kearney
#: ../app/views/registries/_form.html.erb:6
587
msgid "Locations"
588
msgstr ""
589
590
#: ../app/views/registries/_form.html.erb:9
591
msgid "Organizations"
592
msgstr ""
593
594
#: ../app/views/registries/_form.html.erb:17
595
msgid "Description of the registry"
596
msgstr ""
597
598
#: ../app/views/registries/_form.html.erb:18
599
msgid "Username used to access the registry"
600
msgstr ""
601
602
#: ../app/views/registries/_form.html.erb:19
603
msgid "Password used for authentication to the registry"
604
msgstr ""
605
606
#: ../app/views/registries/edit.html.erb:1
607
msgid "Edit Registry"
608
msgstr ""
609
610
#: ../app/views/registries/index.html.erb:1 ../lib/foreman_docker/engine.rb:55
611
msgid "Registries"
612
msgstr ""
613
614 99b91b0d Daniel Lobato
#: ../app/views/registries/index.html.erb:3
615
msgid "New registry"
616 792d601d Bryan Kearney
msgstr ""
617
618 99b91b0d Daniel Lobato
#: ../app/views/registries/index.html.erb:10
619 792d601d Bryan Kearney
msgid "Description"
620
msgstr ""
621
622 99b91b0d Daniel Lobato
#: ../app/views/registries/index.html.erb:11
623 b0e98702 Bryan Kearney
msgid "Actions"
624
msgstr ""
625
626 99b91b0d Daniel Lobato
#: ../app/views/registries/new.html.erb:1
627
msgid "New Registry"
628
msgstr ""
629
630 792d601d Bryan Kearney
#: ../lib/foreman_docker/engine.rb:49
631
msgid "All containers"
632
msgstr ""