foreman_discovery 15.0.2 → 15.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
3
  # This file is distributed under the same license as the foreman_discovery package.
4
- #
4
+ #
5
5
  # Translators:
6
6
  # Andi Chandler <andi@gowling.com>, 2015-2018
7
7
  # Dominic Cleal <dominic@cleal.org>, 2013-2015
@@ -12,11 +12,10 @@ msgid ""
12
12
  msgstr ""
13
13
  "Project-Id-Version: foreman_discovery 15.0.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2019-07-23 17:13+0200\n"
15
+ "POT-Creation-Date: 2019-05-13 15:39+0200\n"
16
16
  "PO-Revision-Date: 2019-04-18 19:36+0000\n"
17
17
  "Last-Translator: Lukáš Zapletal\n"
18
- "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
19
- "man/language/en_GB/)\n"
18
+ "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
20
19
  "MIME-Version: 1.0\n"
21
20
  "Content-Type: text/plain; charset=UTF-8\n"
22
21
  "Content-Transfer-Encoding: 8bit\n"
@@ -27,19 +26,23 @@ msgstr ""
27
26
  msgid "List all discovered hosts"
28
27
  msgstr "List all discovered hosts"
29
28
 
30
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
29
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
30
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
31
31
  msgid "filter results"
32
32
  msgstr "filter results"
33
33
 
34
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
35
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
35
36
  msgid "sort results"
36
37
  msgstr "sort results"
37
38
 
38
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
40
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
39
41
  msgid "paginate results"
40
42
  msgstr "paginate results"
41
43
 
42
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
44
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
45
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
46
  msgid "number of entries per request"
44
47
  msgstr "number of entries per request"
45
48
 
@@ -47,7 +50,8 @@ msgstr "number of entries per request"
47
50
  msgid "Show a discovered host"
48
51
  msgstr "Show a discovered host"
49
52
 
50
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:79
53
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
54
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
51
55
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
52
56
  msgstr "DHCP filename option (Grub2 or PXELinux by default)"
53
57
 
@@ -68,11 +72,14 @@ msgid "not required if it's a virtual machine"
68
72
  msgstr "not required if it's a virtual machine"
69
73
 
70
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
71
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
75
+ msgid ""
76
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
72
77
  msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
73
78
 
74
79
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:78
75
- msgid "required if value is not inherited from host group or default password in settings"
80
+ msgid ""
81
+ "required if value is not inherited from host group or default password in "
82
+ "settings"
76
83
  msgstr "required if value is not inherited from host group or default password in settings"
77
84
 
78
85
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:89
@@ -84,14 +91,18 @@ msgid "Upload facts for a host, creating the host if required"
84
91
  msgstr "Upload facts for a host, creating the host if required"
85
92
 
86
93
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:97
87
- msgid "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
94
+ msgid ""
95
+ "hash containing facts for the host with minimum set of facts: "
96
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
97
+ "eth0 (example in case primary interface is named eth0)"
88
98
  msgstr "hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)"
89
99
 
90
100
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:116
91
101
  msgid "Execute rules against a discovered host"
92
102
  msgstr "Execute rules against a discovered host"
93
103
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122 ../app/controllers/discovered_hosts_controller.rb:159
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
105
+ #: ../app/controllers/discovered_hosts_controller.rb:159
95
106
  msgid "Host %{host} was provisioned with rule %{rule}"
96
107
  msgstr "Host %{host} was provisioned with rule %{rule}"
97
108
 
@@ -99,7 +110,8 @@ msgstr "Host %{host} was provisioned with rule %{rule}"
99
110
  msgid "Unable to provision %{host}: %{errors}"
100
111
  msgstr "Unable to provision %{host}: %{errors}"
101
112
 
102
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131 ../app/controllers/discovered_hosts_controller.rb:166
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:131
114
+ #: ../app/controllers/discovered_hosts_controller.rb:166
103
115
  msgid "No rule found for host %s"
104
116
  msgstr "No rule found for host %s"
105
117
 
@@ -107,11 +119,13 @@ msgstr "No rule found for host %s"
107
119
  msgid "Execute rules against all currently discovered hosts"
108
120
  msgstr "Execute rules against all currently discovered hosts"
109
121
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142 ../app/controllers/discovered_hosts_controller.rb:172
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
123
+ #: ../app/controllers/discovered_hosts_controller.rb:172
111
124
  msgid "Errors during auto provisioning: %s"
112
125
  msgstr "Errors during auto provisioning: %s"
113
126
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:175
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:145
128
+ #: ../app/controllers/discovered_hosts_controller.rb:175
115
129
  msgid "No discovered hosts to provision"
116
130
  msgstr "No discovered hosts to provision"
117
131
 
@@ -131,7 +145,8 @@ msgstr "Rebooting a discovered host"
131
145
  msgid "Rebooting all discovered hosts"
132
146
  msgstr "Rebooting all discovered hosts"
133
147
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207 ../app/controllers/discovered_hosts_controller.rb:128
148
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:207
149
+ #: ../app/controllers/discovered_hosts_controller.rb:128
135
150
  msgid "Discovered hosts are rebooting now"
136
151
  msgstr "Discovered hosts are rebooting now"
137
152
 
@@ -156,7 +171,8 @@ msgid "the hostgroup that is used to auto provision a host"
156
171
  msgstr "the hostgroup that is used to auto provision a host"
157
172
 
158
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
159
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
174
+ msgid ""
175
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
160
176
  msgstr "defines a pattern to assign human-readable hostnames to the matching hosts"
161
177
 
162
178
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -164,7 +180,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
164
180
  msgstr "enables to limit maximum amount of provisioned hosts per rule"
165
181
 
166
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
167
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
183
+ msgid ""
184
+ "puts the rules in order, low numbers go first. Must be greater then zero"
168
185
  msgstr "puts the rules in order, low numbers go first. Must be greater then zero"
169
186
 
170
187
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -315,15 +332,21 @@ msgstr "Rule disabled"
315
332
  msgid "%s ago"
316
333
  msgstr "%s ago"
317
334
 
318
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
335
+ #: ../app/helpers/discovered_hosts_helper.rb:14
336
+ #: ../app/helpers/discovered_hosts_helper.rb:29
337
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
319
338
  msgid "Auto Provision"
320
339
  msgstr "Auto Provision"
321
340
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
341
+ #: ../app/helpers/discovered_hosts_helper.rb:15
342
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
323
343
  msgid "Refresh facts"
324
344
  msgstr "Refresh facts"
325
345
 
326
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
346
+ #: ../app/helpers/discovered_hosts_helper.rb:16
347
+ #: ../app/helpers/discovered_hosts_helper.rb:30
348
+ #: ../app/models/setting/discovered.rb:26
349
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
327
350
  msgid "Reboot"
328
351
  msgstr "Reboot"
329
352
 
@@ -331,11 +354,13 @@ msgstr "Reboot"
331
354
  msgid "Back"
332
355
  msgstr "Back"
333
356
 
334
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
357
+ #: ../app/helpers/discovered_hosts_helper.rb:21
358
+ #: ../app/helpers/discovered_hosts_helper.rb:35
335
359
  msgid "Select Action"
336
360
  msgstr "Select Action"
337
361
 
338
- #: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
362
+ #: ../app/helpers/discovered_hosts_helper.rb:23
363
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
339
364
  msgid "Delete %s?"
340
365
  msgstr "Delete %s?"
341
366
 
@@ -355,7 +380,8 @@ msgstr "Delete"
355
380
  msgid "%s - The following hosts are about to be changed"
356
381
  msgstr "%s - The following hosts are about to be changed"
357
382
 
358
- #: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
383
+ #: ../app/helpers/discovered_hosts_helper.rb:46
384
+ #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
359
385
  msgid "N/A"
360
386
  msgstr "N/A"
361
387
 
@@ -375,7 +401,12 @@ msgstr "Reported in the last 7 days"
375
401
  msgid "Provision"
376
402
  msgstr "Provision"
377
403
 
378
- #: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:6 ../lib/foreman_discovery/engine.rb:158 ../lib/foreman_discovery/engine.rb:173
404
+ #: ../app/helpers/discovery_rules_helper.rb:26
405
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
406
+ #: ../app/views/discovered_hosts/welcome.html.erb:1
407
+ #: ../app/views/discovered_hosts/welcome.html.erb:6
408
+ #: ../lib/foreman_discovery/engine.rb:158
409
+ #: ../lib/foreman_discovery/engine.rb:173
379
410
  msgid "Discovered Hosts"
380
411
  msgstr "Discovered Hosts"
381
412
 
@@ -424,58 +455,65 @@ msgid "must be present."
424
455
  msgstr "must be present."
425
456
 
426
457
  #: ../app/models/discovery_rule.rb:52
427
- msgid "Host group organization %s must also be associated to the discovery rule"
428
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
458
+ msgid ""
459
+ "Host group organization %s must also be associated to the discovery rule"
460
+ msgid_plural ""
461
+ "Host group organizations %s must also be associated to the discovery rule"
429
462
  msgstr[0] "Host group organisation %s must also be associated to the discovery rule"
430
463
  msgstr[1] "Host group organisations %s must also be associated to the discovery rule"
431
464
 
432
465
  #: ../app/models/discovery_rule.rb:56
433
466
  msgid "Host group location %s must also be associated to the discovery rule"
434
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
467
+ msgid_plural ""
468
+ "Host group locations %s must also be associated to the discovery rule"
435
469
  msgstr[0] "Host group location %s must also be associated to the discovery rule"
436
470
  msgstr[1] "Host group locations %s must also be associated to the discovery rule"
437
471
 
438
- #: ../app/models/host/discovered.rb:40
472
+ #: ../app/models/host/discovered.rb:41
439
473
  msgid "Fact + prefix"
440
474
  msgstr "Fact + prefix"
441
475
 
442
- #: ../app/models/host/discovered.rb:41
476
+ #: ../app/models/host/discovered.rb:42
443
477
  msgid "Random name"
444
478
  msgstr "Random name"
445
479
 
446
- #: ../app/models/host/discovered.rb:42
480
+ #: ../app/models/host/discovered.rb:43
447
481
  msgid "MAC-based name"
448
482
  msgstr "MAC-based name"
449
483
 
450
- #: ../app/models/host/discovered.rb:51
484
+ #: ../app/models/host/discovered.rb:52
451
485
  msgid "Invalid facts, must be a Hash"
452
486
  msgstr "Invalid facts, must be a Hash"
453
487
 
454
- #: ../app/models/host/discovered.rb:56
455
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
488
+ #: ../app/models/host/discovered.rb:57
489
+ msgid ""
490
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
491
+ "and set hostname"
456
492
  msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
457
493
 
458
- #: ../app/models/host/discovered.rb:69
459
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
494
+ #: ../app/models/host/discovered.rb:70
495
+ msgid ""
496
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
497
+ "the discovery_hostname setting: %s"
460
498
  msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
461
499
 
462
- #: ../app/models/host/discovered.rb:95
500
+ #: ../app/models/host/discovered.rb:96
463
501
  msgid "Facts could not be imported"
464
502
  msgstr "Facts could not be imported"
465
503
 
466
- #: ../app/models/host/discovered.rb:150
504
+ #: ../app/models/host/discovered.rb:151
467
505
  msgid "Could not get facts from proxy %{url}: %{error}"
468
506
  msgstr "Could not get facts from proxy %{url}: %{error}"
469
507
 
470
- #: ../app/models/host/discovered.rb:158
508
+ #: ../app/models/host/discovered.rb:159
471
509
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
472
510
  msgstr "Unable to reboot %{name} via %{url}: %{msg}"
473
511
 
474
- #: ../app/models/host/discovered.rb:166
512
+ #: ../app/models/host/discovered.rb:167
475
513
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
476
514
  msgstr "Unable to perform kexec on %{name} via %{url}: %{msg}"
477
515
 
478
- #: ../app/models/host/discovered.rb:185
516
+ #: ../app/models/host/discovered.rb:186
479
517
  msgid "Invalid hostname: Could not normalize the hostname"
480
518
  msgstr "Invalid hostname: Could not normalise the hostname"
481
519
 
@@ -528,7 +566,9 @@ msgid "Interface fact"
528
566
  msgstr "Interface fact"
529
567
 
530
568
  #: ../app/models/setting/discovered.rb:22
531
- msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
569
+ msgid ""
570
+ "Automatic bond interface (if another interface is detected on the same VLAN "
571
+ "via LLDP)"
532
572
  msgstr "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
533
573
 
534
574
  #: ../app/models/setting/discovered.rb:22
@@ -552,7 +592,9 @@ msgid "Hostname facts"
552
592
  msgstr "Hostname facts"
553
593
 
554
594
  #: ../app/models/setting/discovered.rb:25
555
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
595
+ msgid ""
596
+ "Automatically provision newly discovered hosts, according to the "
597
+ "provisioning rules"
556
598
  msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
557
599
 
558
600
  #: ../app/models/setting/discovered.rb:25
@@ -628,7 +670,9 @@ msgid "IPMI facts"
628
670
  msgstr "IPMI facts"
629
671
 
630
672
  #: ../app/models/setting/discovered.rb:35
631
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
673
+ msgid ""
674
+ "Automatically generate PXE configuration to pin a newly discovered host to "
675
+ "discovery"
632
676
  msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
633
677
 
634
678
  #: ../app/models/setting/discovered.rb:35
@@ -668,7 +712,9 @@ msgid "Force DNS"
668
712
  msgstr "Force DNS"
669
713
 
670
714
  #: ../app/models/setting/discovered.rb:40
671
- msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
715
+ msgid ""
716
+ "Do not allow to discover existing managed host matching MAC of a "
717
+ "provisioning NIC (errors out early)"
672
718
  msgstr "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
673
719
 
674
720
  #: ../app/models/setting/discovered.rb:40
@@ -692,7 +738,9 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
692
738
  msgstr "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
693
739
 
694
740
  #: ../app/services/foreman_discovery/fact_parser.rb:12
695
- msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
741
+ msgid ""
742
+ "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
743
+ "%{filter}"
696
744
  msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
697
745
 
698
746
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -711,15 +759,25 @@ msgstr "No discovered hosts available"
711
759
  msgid "Host"
712
760
  msgstr "Host"
713
761
 
714
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
762
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
763
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
764
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
765
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
766
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
715
767
  msgid "Model"
716
768
  msgstr "Model"
717
769
 
718
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
770
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
771
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
772
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
773
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
719
774
  msgid "CPUs"
720
775
  msgstr "CPUs"
721
776
 
722
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
777
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
778
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
779
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
780
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
723
781
  msgid "Memory"
724
782
  msgstr "Memory"
725
783
 
@@ -739,11 +797,16 @@ msgstr "Select all items in this page"
739
797
  msgid "items selected. Uncheck to Clear"
740
798
  msgstr "items selected. Uncheck to Clear"
741
799
 
742
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
800
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
801
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
802
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
803
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
743
804
  msgid "Name"
744
805
  msgstr "Name"
745
806
 
746
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
807
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
808
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
809
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
747
810
  msgid "IP Address"
748
811
  msgstr "IP Address"
749
812
 
@@ -755,11 +818,13 @@ msgstr "Disk Count"
755
818
  msgid "Disks Size"
756
819
  msgstr "Disks Size"
757
820
 
758
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
821
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
822
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
759
823
  msgid "Location"
760
824
  msgstr "Location"
761
825
 
762
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
826
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
827
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
763
828
  msgid "Organization"
764
829
  msgstr "Organisation"
765
830
 
@@ -771,7 +836,8 @@ msgstr "Subnet"
771
836
  msgid "Last Facts Upload"
772
837
  msgstr "Last Facts Upload"
773
838
 
774
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
839
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
840
+ #: ../app/views/discovery_rules/index.html.erb:12
775
841
  msgid "Actions"
776
842
  msgstr "Actions"
777
843
 
@@ -792,7 +858,9 @@ msgid "Provision %s"
792
858
  msgstr "Provision %s"
793
859
 
794
860
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
795
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
861
+ msgid ""
862
+ "This might take a while, as all hosts, facts and reports will be destroyed "
863
+ "as well"
796
864
  msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well"
797
865
 
798
866
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -836,7 +904,9 @@ msgid "No discovered hosts found in this context."
836
904
  msgstr "No discovered hosts found in this context."
837
905
 
838
906
  #: ../app/views/discovered_hosts/welcome.html.erb:8
839
- msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
907
+ msgid ""
908
+ "This page shows discovered bare-metal or virtual nodes waiting to be "
909
+ "provisioned."
840
910
  msgstr "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
841
911
 
842
912
  #: ../app/views/discovered_hosts/welcome.html.erb:9
@@ -851,19 +921,23 @@ msgstr "Summary report for discovered hosts from Foreman"
851
921
  msgid "<b>Foreman</b> Discovered hosts summary"
852
922
  msgstr "<b>Foreman</b> Discovered hosts summary"
853
923
 
854
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
924
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
925
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
855
926
  msgid "Summary from %{time} ago to %{now}"
856
927
  msgstr "Summary from %{time} ago to %{now}"
857
928
 
858
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
929
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
930
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
859
931
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
860
932
  msgstr "Discovered hosts from Foreman server at %{foreman_url}"
861
933
 
862
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
934
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
935
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
863
936
  msgid "Disk count"
864
937
  msgstr "Disk count"
865
938
 
866
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
939
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
940
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
867
941
  msgid "Disks size"
868
942
  msgstr "Disks size"
869
943
 
@@ -912,30 +986,41 @@ msgid "Rule priority (lower integer means higher priority)"
912
986
  msgstr "Rule priority (lower integer means higher priority)"
913
987
 
914
988
  #: ../app/views/discovery_rules/_template_inline.erb:2
915
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
989
+ msgid ""
990
+ "Specify target hostname template pattern in the same syntax as in "
991
+ "Provisioning Templates (ERB)."
916
992
  msgstr "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
917
993
 
918
994
  #: ../app/views/discovery_rules/_template_inline.erb:4
919
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
995
+ msgid ""
996
+ "Domain will be appended automatically. A hostname based on MAC address will "
997
+ "be used when left blank."
920
998
  msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
921
999
 
922
1000
  #: ../app/views/discovery_rules/_template_inline.erb:5
923
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
1001
+ msgid ""
1002
+ "In addition to @host attribute function rand for random integers is "
1003
+ "available. Examples:"
924
1004
  msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
925
1005
 
926
1006
  #: ../app/views/discovery_rules/_template_inline.erb:8
927
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
1007
+ msgid ""
1008
+ "When creating hostname patterns, make sure the resulting host names are "
1009
+ "unique."
928
1010
  msgstr "When creating hostname patterns, make sure the resulting host names are unique."
929
1011
 
930
1012
  #: ../app/views/discovery_rules/_template_inline.erb:9
931
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
1013
+ msgid ""
1014
+ "Hostnames must not start with numbers. A good approach is to use unique "
1015
+ "information provided by facter (MAC address, BIOS or serial ID)."
932
1016
  msgstr "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
933
1017
 
934
1018
  #: ../app/views/discovery_rules/edit.html.erb:1
935
1019
  msgid "Edit %s"
936
1020
  msgstr "Edit %s"
937
1021
 
938
- #: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:163
1022
+ #: ../app/views/discovery_rules/index.html.erb:1
1023
+ #: ../lib/foreman_discovery/engine.rb:163
939
1024
  msgid "Discovery Rules"
940
1025
  msgstr "Discovery Rules"
941
1026
 
@@ -1000,9 +1085,13 @@ msgid "Discovery Proxy"
1000
1085
  msgstr "Discovery Proxy"
1001
1086
 
1002
1087
  #: ../lib/foreman_discovery/engine.rb:189
1003
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1088
+ msgid ""
1089
+ "Discovery Proxy to use within this subnet for managing connection to "
1090
+ "discovered hosts"
1004
1091
  msgstr "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1005
1092
 
1006
1093
  #: ../lib/foreman_discovery/engine.rb:190
1007
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
1094
+ msgid ""
1095
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
1096
+ "discovered hosts"
1008
1097
  msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"