Project

General

Profile

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

foreman_docker / locale / foreman_docker.pot @ cefce4bc

1
# 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
#, fuzzy
7
msgid ""
8
msgstr ""
9
"Project-Id-Version: foreman_docker 1.0.0\n"
10
"Report-Msgid-Bugs-To: \n"
11
"POT-Creation-Date: 2016-03-30 11:55+0200\n"
12
"PO-Revision-Date: 2016-03-30 11:55+0200\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: LANGUAGE <LL@li.org>\n"
15
"Language: \n"
16
"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
#: ../app/controllers/api/v2/containers_controller.rb:13
22
msgid "List all containers"
23
msgstr ""
24

    
25
#: ../app/controllers/api/v2/containers_controller.rb:15
26
msgid "List all containers on a compute resource"
27
msgstr ""
28

    
29
#: ../app/controllers/api/v2/containers_controller.rb:29
30
msgid "Show a container"
31
msgstr ""
32

    
33
#: ../app/controllers/api/v2/containers_controller.rb:31
34
msgid "Show container on a compute resource"
35
msgstr ""
36

    
37
#: ../app/controllers/api/v2/containers_controller.rb:43
38
msgid "Registry this container will have to use to get the image"
39
msgstr ""
40

    
41
#: ../app/controllers/api/v2/containers_controller.rb:46
42
msgid "Name of the repository to use to create the container. e.g. centos"
43
msgstr ""
44

    
45
#: ../app/controllers/api/v2/containers_controller.rb:49
46
msgid "Tag to use to create the container. e.g. latest"
47
msgstr ""
48

    
49
#: ../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
msgstr ""
54

    
55
#: ../app/controllers/api/v2/containers_controller.rb:66
56
msgid "Create a container"
57
msgstr ""
58

    
59
#: ../app/controllers/api/v2/containers_controller.rb:68
60
msgid "Create container on a compute resource"
61
msgstr ""
62

    
63
#: ../app/controllers/api/v2/containers_controller.rb:84
64
msgid "Wrong attributes: %s"
65
msgstr ""
66

    
67
#: ../app/controllers/api/v2/containers_controller.rb:88
68
msgid "Delete a container"
69
msgstr ""
70

    
71
#: ../app/controllers/api/v2/containers_controller.rb:90
72
msgid "Delete container on a compute resource"
73
msgstr ""
74

    
75
#: ../app/controllers/api/v2/containers_controller.rb:98
76
msgid "Show container logs"
77
msgstr ""
78

    
79
#: ../app/controllers/api/v2/containers_controller.rb:100
80
msgid "Show logs from a container on a compute resource"
81
msgstr ""
82

    
83
#: ../app/controllers/api/v2/containers_controller.rb:105
84
msgid "Number of lines to tail. Default: 100"
85
msgstr ""
86

    
87
#: ../app/controllers/api/v2/containers_controller.rb:114
88
msgid "Run power operation on a container"
89
msgstr ""
90

    
91
#: ../app/controllers/api/v2/containers_controller.rb:116
92
msgid "Run power operation on a container on a compute resource"
93
msgstr ""
94

    
95
#: ../app/controllers/api/v2/containers_controller.rb:121
96
msgid "power action, valid actions are (start), (stop), (status)"
97
msgstr ""
98

    
99
#: ../app/controllers/api/v2/containers_controller.rb:134
100
msgid "Unknown method: available power operations are %s"
101
msgstr ""
102

    
103
#: ../app/controllers/api/v2/registries_controller.rb:22
104
msgid "List all docker registries"
105
msgstr ""
106

    
107
#: ../app/controllers/api/v2/registries_controller.rb:29
108
msgid "Show a docker registry"
109
msgstr ""
110

    
111
#: ../app/controllers/api/v2/registries_controller.rb:34
112
msgid "Create a docker registry"
113
msgstr ""
114

    
115
#: ../app/controllers/api/v2/registries_controller.rb:41
116
msgid "Update a docker registry"
117
msgstr ""
118

    
119
#: ../app/controllers/api/v2/registries_controller.rb:48
120
msgid "Delete a docker registry"
121
msgstr ""
122

    
123
#: ../app/controllers/containers_controller.rb:25
124
msgid "Container %s is being deleted."
125
msgstr ""
126

    
127
#: ../app/controllers/containers_controller.rb:44
128
msgid "%{container} commit was successful"
129
msgstr ""
130

    
131
#: ../app/controllers/containers_controller.rb:47
132
msgid "Failed to commit %{container}: %{e}"
133
msgstr ""
134

    
135
#: ../app/controllers/containers_controller.rb:60
136
msgid "%{vm} is now %{vm_state}"
137
msgstr ""
138

    
139
#: ../app/controllers/containers_controller.rb:64
140
msgid "failed to %{action} %{vm}"
141
msgstr ""
142

    
143
#: ../app/controllers/containers_controller.rb:69
144
msgid "Error - %{message}"
145
msgstr ""
146

    
147
#: ../app/controllers/image_search_controller.rb:62
148
msgid "An error occured during repository search: '%s'"
149
msgstr ""
150

    
151
#: ../app/helpers/container_steps_helper.rb:12
152
#: ../app/views/registries/_form.html.erb:4
153
msgid "Registry"
154
msgstr ""
155

    
156
#: ../app/helpers/container_steps_helper.rb:16
157
msgid "Select a registry"
158
msgstr ""
159

    
160
#: ../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
#: ../app/helpers/containers_helper.rb:34
180
msgid "Commit"
181
msgstr ""
182

    
183
#: ../app/helpers/containers_helper.rb:43
184
#: ../app/views/containers/_list.html.erb:36
185
#: ../app/views/registries/index.html.erb:23
186
msgid "Delete %s?"
187
msgstr ""
188

    
189
#: ../app/helpers/containers_helper.rb:71
190
msgid "Are you sure you want to power %{act} %{vm}?"
191
msgstr ""
192

    
193
#: ../app/models/concerns/fog_extensions/fogdocker/server.rb:39
194
msgid "%{cores} cores and %{memory} memory"
195
msgstr ""
196

    
197
#: ../app/models/container.rb:61
198
msgid "Docker/Container"
199
msgstr ""
200

    
201
#: ../app/models/docker_registry.rb:39
202
msgid "Docker/Registry"
203
msgstr ""
204

    
205
#: ../app/models/docker_registry.rb:50
206
msgid "Unable to log in to this Docker Registry - %s"
207
msgstr ""
208

    
209
#: ../app/models/foreman_docker/docker.rb:140
210
msgid "Error creating communicating with Docker. Check the Foreman logs: %s"
211
msgstr ""
212

    
213
#: ../app/models/service/containers.rb:101
214
msgid "Could not start container"
215
msgstr ""
216

    
217
#: ../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
msgstr ""
220

    
221
#: ../app/views/compute_resources/form/_docker.html.erb:7
222
msgid "Test Connection"
223
msgstr ""
224

    
225
#: ../app/views/compute_resources/show/_docker.html.erb:2
226
#: ../app/views/registries/index.html.erb:9
227
msgid "URL"
228
msgstr ""
229

    
230
#: ../app/views/compute_resources_vms/form/_docker.html.erb:10
231
msgid "Cores"
232
msgstr ""
233

    
234
#: ../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
msgstr ""
241

    
242
#: ../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
msgstr ""
248

    
249
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
250
msgid "Power ON this machine"
251
msgstr ""
252

    
253
#: ../app/views/compute_resources_vms/form/_docker.html.erb:15
254
msgid "Start"
255
msgstr ""
256

    
257
#: ../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
#: ../app/views/registries/index.html.erb:8
262
msgid "Name"
263
msgstr ""
264

    
265
#: ../app/views/compute_resources_vms/index/_docker.html.erb:6
266
msgid "CPUs"
267
msgstr ""
268

    
269
#: ../app/views/compute_resources_vms/index/_docker.html.erb:8
270
#: ../app/views/containers/_list.html.erb:5
271
msgid "Status"
272
msgstr ""
273

    
274
#: ../app/views/compute_resources_vms/index/_docker.html.erb:9
275
msgid "Power"
276
msgstr ""
277

    
278
#: ../app/views/compute_resources_vms/show/_docker.html.erb:4
279
#: ../app/views/containers/show.html.erb:9
280
msgid "Properties"
281
msgstr ""
282

    
283
#: ../app/views/compute_resources_vms/show/_docker.html.erb:10
284
#: ../app/views/containers/show.html.erb:23
285
msgid "IP Address"
286
msgstr ""
287

    
288
#: ../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
msgstr ""
293

    
294
#: ../app/views/compute_resources_vms/show/_docker.html.erb:18
295
#: ../app/views/containers/show.html.erb:35
296
msgid "UUID"
297
msgstr ""
298

    
299
#: ../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
msgid "Running on"
308
msgstr ""
309

    
310
#: ../app/views/containers/_list.html.erb:8
311
msgid "Uptime"
312
msgstr ""
313

    
314
#: ../app/views/containers/_list.html.erb:10
315
msgid "Managed"
316
msgstr ""
317

    
318
#: ../app/views/containers/_list.html.erb:11
319
msgid "Action"
320
msgstr ""
321

    
322
#: ../app/views/containers/_list.html.erb:27
323
msgid "No"
324
msgstr ""
325

    
326
#: ../app/views/containers/_list.html.erb:27
327
msgid "Yes"
328
msgstr ""
329

    
330
#: ../app/views/containers/index.html.erb:1 ../lib/foreman_docker/engine.rb:47
331
msgid "Containers"
332
msgstr ""
333

    
334
#: ../app/views/containers/index.html.erb:3
335
#: ../app/views/containers/steps/_title.html.erb:1
336
#: ../lib/foreman_docker/engine.rb:52
337
msgid "New container"
338
msgstr ""
339

    
340
#: ../app/views/containers/index.html.erb:27
341
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
msgstr ""
360

    
361
#: ../app/views/containers/show.html.erb:69
362
msgid "Environment Variables"
363
msgstr ""
364

    
365
#: ../app/views/containers/show.html.erb:103
366
msgid "Processes"
367
msgstr ""
368

    
369
#: ../app/views/containers/show.html.erb:107
370
msgid "Logs"
371
msgstr ""
372

    
373
#: ../app/views/containers/show.html.erb:139
374
msgid "Notice"
375
msgstr ""
376

    
377
#: ../app/views/containers/show.html.erb:141
378
msgid "Your container is stopped."
379
msgstr ""
380

    
381
#: ../app/views/containers/show.html.erb:142
382
msgid "Please turn on your container to see processes running, logs, and more."
383
msgstr ""
384

    
385
#: ../app/views/containers/show.html.erb:153
386
msgid "Commit this container state"
387
msgstr ""
388

    
389
#: ../app/views/containers/show.html.erb:160
390
msgid "Repo"
391
msgstr ""
392

    
393
#: ../app/views/containers/show.html.erb:162
394
msgid "docker/my-committed-image"
395
msgstr ""
396

    
397
#: ../app/views/containers/show.html.erb:165
398
msgid "Tag"
399
msgstr ""
400

    
401
#: ../app/views/containers/show.html.erb:167
402
msgid "latest"
403
msgstr ""
404

    
405
#: ../app/views/containers/show.html.erb:170
406
msgid "Author"
407
msgstr ""
408

    
409
#: ../app/views/containers/show.html.erb:172
410
msgid "Foreman user <foremaner@example.org>"
411
msgstr ""
412

    
413
#: ../app/views/containers/show.html.erb:175
414
msgid "Comment"
415
msgstr ""
416

    
417
#: ../app/views/containers/show.html.erb:177
418
msgid "Description of the commit"
419
msgstr ""
420

    
421
#: ../app/views/containers/show.html.erb:180
422
#: ../app/views/containers/steps/_form_buttons.html.erb:4
423
msgid "Cancel"
424
msgstr ""
425

    
426
#: ../app/views/containers/show.html.erb:182
427
#: ../app/views/containers/steps/_form_buttons.html.erb:14
428
msgid "Submit"
429
msgstr ""
430

    
431
#: ../app/views/containers/steps/_form_buttons.html.erb:8
432
msgid "Back"
433
msgstr ""
434

    
435
#: ../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
msgid "Find your favorite container, e.g. centos"
445
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
msgid "TTY"
473
msgstr ""
474

    
475
#: ../app/views/containers/steps/environment.html.erb:6
476
msgid "Allocate a pseudo-tty"
477
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
msgid "DNS e.g. 8.8.8.8"
547
msgstr ""
548

    
549
#:
550
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:3
551
msgid "Name, e.g. PING_HOST"
552
msgstr ""
553

    
554
#:
555
#: ../app/views/foreman_docker/common_parameters/_environment_variable.html.erb:5
556
msgid "Value, e.g. example.org"
557
msgstr ""
558

    
559
#:
560
#: ../app/views/foreman_docker/common_parameters/_environment_variables.html.erb:8
561
msgid "Add environment variable"
562
msgstr ""
563

    
564
#: ../app/views/foreman_docker/common_parameters/_exposed_port.html.erb:3
565
msgid "Port number e.g. 22"
566
msgstr ""
567

    
568
#: ../app/views/foreman_docker/common_parameters/_exposed_ports.erb:8
569
msgid "Add Exposed Port"
570
msgstr ""
571

    
572
#: ../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
msgstr ""
577

    
578
#: ../app/views/images/form/_docker.html.erb:2
579
msgid "Password to authenticate with - used for SSH finish step."
580
msgstr ""
581

    
582
#: ../app/views/images/form/_docker.html.erb:4
583
msgid "Does this image support user data input?"
584
msgstr ""
585

    
586
#: ../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
#: ../app/views/registries/index.html.erb:3
615
msgid "New registry"
616
msgstr ""
617

    
618
#: ../app/views/registries/index.html.erb:10
619
msgid "Description"
620
msgstr ""
621

    
622
#: ../app/views/registries/index.html.erb:11
623
msgid "Actions"
624
msgstr ""
625

    
626
#: ../app/views/registries/new.html.erb:1
627
msgid "New Registry"
628
msgstr ""
629

    
630
#: ../lib/foreman_docker/engine.rb:49
631
msgid "All containers"
632
msgstr ""