foreman_discovery 8.0.0 → 8.0.1

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-2016
7
7
  # Dominic Cleal <dominic@cleal.org>, 2013-2015
@@ -10,13 +10,12 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 7.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 8.0.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
15
  "POT-Creation-Date: 2017-01-06 08:26+0100\n"
16
- "PO-Revision-Date: 2016-08-31 08:17+0000\n"
16
+ "PO-Revision-Date: 2017-01-06 08:44+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
 
@@ -64,11 +67,14 @@ msgid "not required if it's a virtual machine"
64
67
  msgstr "not required if it's a virtual machine"
65
68
 
66
69
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
67
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
70
+ msgid ""
71
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
68
72
  msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
69
73
 
70
74
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
71
- msgid "required if value is not inherited from host group or default password in settings"
75
+ msgid ""
76
+ "required if value is not inherited from host group or default password in "
77
+ "settings"
72
78
  msgstr "required if value is not inherited from host group or default password in settings"
73
79
 
74
80
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -80,14 +86,18 @@ msgid "Upload facts for a host, creating the host if required"
80
86
  msgstr "Upload facts for a host, creating the host if required"
81
87
 
82
88
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
83
- 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)"
89
+ msgid ""
90
+ "hash containing facts for the host with minimum set of facts: "
91
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
92
+ "eth0 (example in case primary interface is named eth0)"
84
93
  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)"
85
94
 
86
95
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
87
96
  msgid "Execute rules against a discovered host"
88
97
  msgstr "Execute rules against a discovered host"
89
98
 
90
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
100
+ #: ../app/controllers/discovered_hosts_controller.rb:162
91
101
  msgid "Host %{host} was provisioned with rule %{rule}"
92
102
  msgstr "Host %{host} was provisioned with rule %{rule}"
93
103
 
@@ -95,7 +105,8 @@ msgstr "Host %{host} was provisioned with rule %{rule}"
95
105
  msgid "Unable to provision %{host}: %{errors}"
96
106
  msgstr "Unable to provision %{host}: %{errors}"
97
107
 
98
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
109
+ #: ../app/controllers/discovered_hosts_controller.rb:169
99
110
  msgid "No rule found for host %s"
100
111
  msgstr "No rule found for host %s"
101
112
 
@@ -103,11 +114,13 @@ msgstr "No rule found for host %s"
103
114
  msgid "Execute rules against all currently discovered hosts"
104
115
  msgstr "Execute rules against all currently discovered hosts"
105
116
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
118
+ #: ../app/controllers/discovered_hosts_controller.rb:175
107
119
  msgid "Errors during auto provisioning: %s"
108
120
  msgstr "Errors during auto provisioning: %s"
109
121
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
123
+ #: ../app/controllers/discovered_hosts_controller.rb:178
111
124
  msgid "No discovered hosts to provision"
112
125
  msgstr "No discovered hosts to provision"
113
126
 
@@ -127,7 +140,8 @@ msgstr "Rebooting a discovered host"
127
140
  msgid "Rebooting all discovered hosts"
128
141
  msgstr "Rebooting all discovered hosts"
129
142
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
144
+ #: ../app/controllers/discovered_hosts_controller.rb:120
131
145
  msgid "Discovered hosts are rebooting now"
132
146
  msgstr "Discovered hosts are rebooting now"
133
147
 
@@ -152,7 +166,8 @@ msgid "the hostgroup that is used to auto provision a host"
152
166
  msgstr "the hostgroup that is used to auto provision a host"
153
167
 
154
168
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
155
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
169
+ msgid ""
170
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
156
171
  msgstr "defines a pattern to assign human-readable hostnames to the matching hosts"
157
172
 
158
173
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -160,7 +175,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
160
175
  msgstr "enables to limit maximum amount of provisioned hosts per rule"
161
176
 
162
177
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
163
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
178
+ msgid ""
179
+ "puts the rules in order, low numbers go first. Must be greater then zero"
164
180
  msgstr "puts the rules in order, low numbers go first. Must be greater then zero"
165
181
 
166
182
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -303,15 +319,19 @@ msgstr "Rule disabled"
303
319
  msgid "%s ago"
304
320
  msgstr "%s ago"
305
321
 
306
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
322
+ #: ../app/helpers/discovered_hosts_helper.rb:14
323
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
307
324
  msgid "Auto Provision"
308
325
  msgstr "Auto Provision"
309
326
 
310
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
327
+ #: ../app/helpers/discovered_hosts_helper.rb:15
328
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
311
329
  msgid "Refresh facts"
312
330
  msgstr "Refresh facts"
313
331
 
314
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
332
+ #: ../app/helpers/discovered_hosts_helper.rb:16
333
+ #: ../app/models/setting/discovered.rb:23
334
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
315
335
  msgid "Reboot"
316
336
  msgstr "Reboot"
317
337
 
@@ -319,7 +339,8 @@ msgstr "Reboot"
319
339
  msgid "Back"
320
340
  msgstr "Back"
321
341
 
322
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
342
+ #: ../app/helpers/discovered_hosts_helper.rb:21
343
+ #: ../app/helpers/discovered_hosts_helper.rb:38
323
344
  msgid "Select Action"
324
345
  msgstr "Select Action"
325
346
 
@@ -327,7 +348,8 @@ msgstr "Select Action"
327
348
  msgid "Expand All"
328
349
  msgstr "Expand All"
329
350
 
330
- #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
351
+ #: ../app/helpers/discovered_hosts_helper.rb:28
352
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
331
353
  msgid "Delete %s?"
332
354
  msgstr "Delete %s?"
333
355
 
@@ -367,7 +389,8 @@ msgstr "Reported in the last 7 days"
367
389
  msgid "Provision"
368
390
  msgstr "Provision"
369
391
 
370
- #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
392
+ #: ../app/helpers/discovery_rules_helper.rb:26
393
+ #: ../lib/foreman_discovery/engine.rb:163
371
394
  msgid "Discovered Hosts"
372
395
  msgstr "Discovered Hosts"
373
396
 
@@ -412,14 +435,17 @@ msgid "must start with a letter or ERB."
412
435
  msgstr "must start with a letter or ERB."
413
436
 
414
437
  #: ../app/models/discovery_rule.rb:45
415
- msgid "Host group organization %s must also be associated to the discovery rule"
416
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
438
+ msgid ""
439
+ "Host group organization %s must also be associated to the discovery rule"
440
+ msgid_plural ""
441
+ "Host group organizations %s must also be associated to the discovery rule"
417
442
  msgstr[0] "Host group organisation %s must also be associated to the discovery rule"
418
443
  msgstr[1] "Host group organisations %s must also be associated to the discovery rule"
419
444
 
420
445
  #: ../app/models/discovery_rule.rb:51
421
446
  msgid "Host group location %s must also be associated to the discovery rule"
422
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
447
+ msgid_plural ""
448
+ "Host group locations %s must also be associated to the discovery rule"
423
449
  msgstr[0] "Host group location %s must also be associated to the discovery rule"
424
450
  msgstr[1] "Host group locations %s must also be associated to the discovery rule"
425
451
 
@@ -428,11 +454,15 @@ msgid "Invalid facts, must be a Hash"
428
454
  msgstr "Invalid facts, must be a Hash"
429
455
 
430
456
  #: ../app/models/host/discovered.rb:43
431
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
457
+ msgid ""
458
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
459
+ "and set hostname"
432
460
  msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
433
461
 
434
462
  #: ../app/models/host/discovered.rb:50
435
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
463
+ msgid ""
464
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
465
+ "the discovery_hostname setting: %s"
436
466
  msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
437
467
 
438
468
  #: ../app/models/host/discovered.rb:67
@@ -500,7 +530,9 @@ msgid "Hostname facts"
500
530
  msgstr "Hostname facts"
501
531
 
502
532
  #: ../app/models/setting/discovered.rb:22
503
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
533
+ msgid ""
534
+ "Automatically provision newly discovered hosts, according to the "
535
+ "provisioning rules"
504
536
  msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
505
537
 
506
538
  #: ../app/models/setting/discovered.rb:22
@@ -576,7 +608,9 @@ msgid "IPMI facts"
576
608
  msgstr "IPMI facts"
577
609
 
578
610
  #: ../app/models/setting/discovered.rb:32
579
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
611
+ msgid ""
612
+ "Automatically generate PXE configuration to pin a newly discovered host to "
613
+ "discovery"
580
614
  msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
581
615
 
582
616
  #: ../app/models/setting/discovered.rb:32
@@ -632,7 +666,9 @@ msgid "Discovery organization"
632
666
  msgstr "Discovery organisation"
633
667
 
634
668
  #: ../app/services/foreman_discovery/fact_parser.rb:9
635
- msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
669
+ msgid ""
670
+ "Unable to detect primary interface using MAC '%{mac}' specified by "
671
+ "discovery_fact '%{fact}'"
636
672
  msgstr "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
637
673
 
638
674
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -651,15 +687,25 @@ msgstr "No discovered hosts available"
651
687
  msgid "Host"
652
688
  msgstr "Host"
653
689
 
654
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
690
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
691
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
692
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
693
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
694
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
655
695
  msgid "Model"
656
696
  msgstr "Model"
657
697
 
658
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
698
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
699
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
700
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
701
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
659
702
  msgid "CPUs"
660
703
  msgstr "CPUs"
661
704
 
662
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
705
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
706
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
707
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
708
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
663
709
  msgid "Memory"
664
710
  msgstr "Memory"
665
711
 
@@ -675,7 +721,8 @@ msgstr "Quick create"
675
721
  msgid "Create host"
676
722
  msgstr "Create host"
677
723
 
678
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
724
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
725
+ #: ../lib/foreman_discovery/engine.rb:148
679
726
  msgid "Discovered hosts"
680
727
  msgstr "Discovered hosts"
681
728
 
@@ -687,27 +734,38 @@ msgstr "Select all items in this page"
687
734
  msgid "items selected. Uncheck to Clear"
688
735
  msgstr "items selected. Uncheck to Clear"
689
736
 
690
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
737
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
738
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
739
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
740
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
691
741
  msgid "Name"
692
742
  msgstr "Name"
693
743
 
694
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
744
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
745
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
746
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
695
747
  msgid "IP Address"
696
748
  msgstr "IP Address"
697
749
 
698
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
750
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
751
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
752
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
699
753
  msgid "Disk count"
700
754
  msgstr "Disk count"
701
755
 
702
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
756
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
757
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
758
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
703
759
  msgid "Disks size"
704
760
  msgstr "Disks size"
705
761
 
706
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
762
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
763
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
707
764
  msgid "Location"
708
765
  msgstr "Location"
709
766
 
710
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
767
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
768
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
711
769
  msgid "Organization"
712
770
  msgstr "Organisation"
713
771
 
@@ -744,7 +802,9 @@ msgid "Warning"
744
802
  msgstr "Warning"
745
803
 
746
804
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
747
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
805
+ msgid ""
806
+ "This might take a while, as all hosts, facts and reports will be destroyed "
807
+ "as well"
748
808
  msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well"
749
809
 
750
810
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -787,11 +847,13 @@ msgstr "Summary report for discovered hosts from Foreman"
787
847
  msgid "<b>Foreman</b> Discovered hosts summary"
788
848
  msgstr "<b>Foreman</b> Discovered hosts summary"
789
849
 
790
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
850
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
851
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
791
852
  msgid "Summary from %{time} ago to %{now}"
792
853
  msgstr "Summary from %{time} ago to %{now}"
793
854
 
794
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
855
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
856
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
795
857
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
796
858
  msgstr "Discovered hosts from Foreman server at %{foreman_url}"
797
859
 
@@ -844,23 +906,33 @@ msgid "Rule priority (lower integer means higher priority)"
844
906
  msgstr "Rule priority (lower integer means higher priority)"
845
907
 
846
908
  #: ../app/views/discovery_rules/_template_inline.erb:2
847
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
909
+ msgid ""
910
+ "Specify target hostname template pattern in the same syntax as in "
911
+ "Provisioning Templates (ERB)."
848
912
  msgstr "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
849
913
 
850
914
  #: ../app/views/discovery_rules/_template_inline.erb:4
851
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
915
+ msgid ""
916
+ "Domain will be appended automatically. A hostname based on MAC address will "
917
+ "be used when left blank."
852
918
  msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
853
919
 
854
920
  #: ../app/views/discovery_rules/_template_inline.erb:5
855
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
921
+ msgid ""
922
+ "In addition to @host attribute function rand for random integers is "
923
+ "available. Examples:"
856
924
  msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
857
925
 
858
926
  #: ../app/views/discovery_rules/_template_inline.erb:8
859
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
927
+ msgid ""
928
+ "When creating hostname patterns, make sure the resulting host names are "
929
+ "unique."
860
930
  msgstr "When creating hostname patterns, make sure the resulting host names are unique."
861
931
 
862
932
  #: ../app/views/discovery_rules/_template_inline.erb:9
863
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
933
+ msgid ""
934
+ "Hostnames must not start with numbers. A good approach is to use unique "
935
+ "information provided by facter (MAC address, BIOS or serial ID)."
864
936
  msgstr "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
865
937
 
866
938
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -916,21 +988,13 @@ msgid "Discovery Proxy"
916
988
  msgstr ""
917
989
 
918
990
  #: ../lib/foreman_discovery/engine.rb:177
919
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
991
+ msgid ""
992
+ "Discovery Proxy to use within this subnet for managing connection to "
993
+ "discovered hosts"
920
994
  msgstr ""
921
995
 
922
996
  #: ../lib/foreman_discovery/engine.rb:178
923
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
997
+ msgid ""
998
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
999
+ "discovered hosts"
924
1000
  msgstr ""
925
-
926
- #: ../app/models/setting/discovered.rb:33
927
- #~ msgid "PXE template to be used when pinning a host to discovery"
928
- #~ msgstr "PXE template to be used when pinning a host to discovery"
929
-
930
- #: ../app/models/setting/discovered.rb:33
931
- #~ msgid "Locked template name"
932
- #~ msgstr "Locked template name"
933
-
934
- #: ../lib/foreman_discovery/engine.rb:162
935
- #~ msgid "Discovery widget"
936
- #~ msgstr "Discovery widget"
@@ -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
  # elobato <elobatocs@gmail.com>, 2015
7
7
  # francis <hackgo@gmail.com>, 2013-2014
@@ -9,13 +9,12 @@
9
9
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 7.0.0\n"
12
+ "Project-Id-Version: foreman_discovery 8.0.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
14
  "POT-Creation-Date: 2017-01-06 08:26+0100\n"
15
- "PO-Revision-Date: 2016-08-31 08:17+0000\n"
15
+ "PO-Revision-Date: 2017-01-06 08:44+0000\n"
16
16
  "Last-Translator: Lukáš Zapletal\n"
17
- "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)"
18
- "\n"
17
+ "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
19
18
  "MIME-Version: 1.0\n"
20
19
  "Content-Type: text/plain; charset=UTF-8\n"
21
20
  "Content-Transfer-Encoding: 8bit\n"
@@ -26,19 +25,23 @@ msgstr ""
26
25
  msgid "List all discovered hosts"
27
26
  msgstr "Listar todos los hosts descubiertos"
28
27
 
29
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
28
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
29
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:15
30
30
  msgid "filter results"
31
31
  msgstr "filtrar resultados"
32
32
 
33
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
33
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
34
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:16
34
35
  msgid "sort results"
35
36
  msgstr "organizar resultados"
36
37
 
37
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
39
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:17
38
40
  msgid "paginate results"
39
41
  msgstr "paginar resultados"
40
42
 
41
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
43
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
44
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:18
42
45
  msgid "number of entries per request"
43
46
  msgstr "número de entradas por solicitud"
44
47
 
@@ -63,11 +66,14 @@ msgid "not required if it's a virtual machine"
63
66
  msgstr "no se requiere, si es una máquina virtual"
64
67
 
65
68
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
66
- msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
69
+ msgid ""
70
+ "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
67
71
  msgstr "UUID para seguir el estado de la tarea de orquestación, GET /api/orchestration/:UUID/tasks"
68
72
 
69
73
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:76
70
- msgid "required if value is not inherited from host group or default password in settings"
74
+ msgid ""
75
+ "required if value is not inherited from host group or default password in "
76
+ "settings"
71
77
  msgstr "obligatorio si el valor no se hereda del grupo de host o de contraseña predeterminada en parámetros"
72
78
 
73
79
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:86
@@ -79,14 +85,18 @@ msgid "Upload facts for a host, creating the host if required"
79
85
  msgstr "Subir eventos para un host, si es necesario cree el host."
80
86
 
81
87
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:94
82
- 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)"
88
+ msgid ""
89
+ "hash containing facts for the host with minimum set of facts: "
90
+ "discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
91
+ "eth0 (example in case primary interface is named eth0)"
83
92
  msgstr "hash con eventos para el host con conjunto mínimo de eventos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (ejemplo, en el caso de la interfaz principal, se llama eth0)"
84
93
 
85
94
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
86
95
  msgid "Execute rules against a discovered host"
87
96
  msgstr "Ejecutar reglas enun host descubierto"
88
97
 
89
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117 ../app/controllers/discovered_hosts_controller.rb:162
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
99
+ #: ../app/controllers/discovered_hosts_controller.rb:162
90
100
  msgid "Host %{host} was provisioned with rule %{rule}"
91
101
  msgstr "Se aprovisionó host %{host} con regla %{rule}"
92
102
 
@@ -94,7 +104,8 @@ msgstr "Se aprovisionó host %{host} con regla %{rule}"
94
104
  msgid "Unable to provision %{host}: %{errors}"
95
105
  msgstr "No se puede aprovisionar %{host}: %{errors}."
96
106
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126 ../app/controllers/discovered_hosts_controller.rb:169
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
108
+ #: ../app/controllers/discovered_hosts_controller.rb:169
98
109
  msgid "No rule found for host %s"
99
110
  msgstr "No se encontró regla para host %s"
100
111
 
@@ -102,11 +113,13 @@ msgstr "No se encontró regla para host %s"
102
113
  msgid "Execute rules against all currently discovered hosts"
103
114
  msgstr "Ejecutar todas las reglas en todos los hosts descubiertos actualmente"
104
115
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137 ../app/controllers/discovered_hosts_controller.rb:175
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
117
+ #: ../app/controllers/discovered_hosts_controller.rb:175
106
118
  msgid "Errors during auto provisioning: %s"
107
119
  msgstr "Errores durante el autoaprovisionamiento: %s"
108
120
 
109
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140 ../app/controllers/discovered_hosts_controller.rb:178
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
122
+ #: ../app/controllers/discovered_hosts_controller.rb:178
110
123
  msgid "No discovered hosts to provision"
111
124
  msgstr "No hay hosts descubiertos para aprovisionar"
112
125
 
@@ -126,7 +139,8 @@ msgstr "Reinicio de un host descubierto"
126
139
  msgid "Rebooting all discovered hosts"
127
140
  msgstr "Reinicio de todos los hosts descubiertos"
128
141
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202 ../app/controllers/discovered_hosts_controller.rb:120
142
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
143
+ #: ../app/controllers/discovered_hosts_controller.rb:120
130
144
  msgid "Discovered hosts are rebooting now"
131
145
  msgstr "Los hosts descubiertos están reiniciando"
132
146
 
@@ -151,7 +165,8 @@ msgid "the hostgroup that is used to auto provision a host"
151
165
  msgstr "El grupo de hosts utilizado para autoaprovisionar un host"
152
166
 
153
167
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:35
154
- msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
168
+ msgid ""
169
+ "defines a pattern to assign human-readable hostnames to the matching hosts"
155
170
  msgstr "Define un patrón para asignar nombres de hosts de lectura para hosts coincidentes"
156
171
 
157
172
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:36
@@ -159,7 +174,8 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
159
174
  msgstr "Permite un límite máxima de hosts aprovisionados por regla"
160
175
 
161
176
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:37
162
- msgid "puts the rules in order, low numbers go first. Must be greater then zero"
177
+ msgid ""
178
+ "puts the rules in order, low numbers go first. Must be greater then zero"
163
179
  msgstr "pone las reglas en orden, los números inferiores van primero. Debe ser mayor que cero"
164
180
 
165
181
  #: ../app/controllers/api/v2/discovery_rules_controller.rb:38
@@ -302,15 +318,19 @@ msgstr "Regla inhabilitada"
302
318
  msgid "%s ago"
303
319
  msgstr "Hace %s"
304
320
 
305
- #: ../app/helpers/discovered_hosts_helper.rb:14 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
321
+ #: ../app/helpers/discovered_hosts_helper.rb:14
322
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:46
306
323
  msgid "Auto Provision"
307
324
  msgstr "Autoaprovisionamiento"
308
325
 
309
- #: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
326
+ #: ../app/helpers/discovered_hosts_helper.rb:15
327
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
310
328
  msgid "Refresh facts"
311
329
  msgstr "Actualizar datos"
312
330
 
313
- #: ../app/helpers/discovered_hosts_helper.rb:16 ../app/models/setting/discovered.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
331
+ #: ../app/helpers/discovered_hosts_helper.rb:16
332
+ #: ../app/models/setting/discovered.rb:23
333
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:48
314
334
  msgid "Reboot"
315
335
  msgstr "reiniciar"
316
336
 
@@ -318,7 +338,8 @@ msgstr "reiniciar"
318
338
  msgid "Back"
319
339
  msgstr "Atrás"
320
340
 
321
- #: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:38
341
+ #: ../app/helpers/discovered_hosts_helper.rb:21
342
+ #: ../app/helpers/discovered_hosts_helper.rb:38
322
343
  msgid "Select Action"
323
344
  msgstr "Seleccionar una acción"
324
345
 
@@ -326,7 +347,8 @@ msgstr "Seleccionar una acción"
326
347
  msgid "Expand All"
327
348
  msgstr "Expandir todos"
328
349
 
329
- #: ../app/helpers/discovered_hosts_helper.rb:28 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
350
+ #: ../app/helpers/discovered_hosts_helper.rb:28
351
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:49
330
352
  msgid "Delete %s?"
331
353
  msgstr "¿Borrar %s?"
332
354
 
@@ -366,7 +388,8 @@ msgstr "Se informó en los últimos 7 días."
366
388
  msgid "Provision"
367
389
  msgstr "Aprovisionamiento"
368
390
 
369
- #: ../app/helpers/discovery_rules_helper.rb:26 ../lib/foreman_discovery/engine.rb:163
391
+ #: ../app/helpers/discovery_rules_helper.rb:26
392
+ #: ../lib/foreman_discovery/engine.rb:163
370
393
  msgid "Discovered Hosts"
371
394
  msgstr "Equipos descubiertos"
372
395
 
@@ -411,14 +434,17 @@ msgid "must start with a letter or ERB."
411
434
  msgstr "debe iniciar por una letra o ERB."
412
435
 
413
436
  #: ../app/models/discovery_rule.rb:45
414
- msgid "Host group organization %s must also be associated to the discovery rule"
415
- msgid_plural "Host group organizations %s must also be associated to the discovery rule"
437
+ msgid ""
438
+ "Host group organization %s must also be associated to the discovery rule"
439
+ msgid_plural ""
440
+ "Host group organizations %s must also be associated to the discovery rule"
416
441
  msgstr[0] ""
417
442
  msgstr[1] ""
418
443
 
419
444
  #: ../app/models/discovery_rule.rb:51
420
445
  msgid "Host group location %s must also be associated to the discovery rule"
421
- msgid_plural "Host group locations %s must also be associated to the discovery rule"
446
+ msgid_plural ""
447
+ "Host group locations %s must also be associated to the discovery rule"
422
448
  msgstr[0] ""
423
449
  msgstr[1] ""
424
450
 
@@ -427,11 +453,15 @@ msgid "Invalid facts, must be a Hash"
427
453
  msgstr "Eventos no válidos, debe ser un Hash"
428
454
 
429
455
  #: ../app/models/host/discovered.rb:43
430
- msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
456
+ msgid ""
457
+ "Expected discovery_fact '%s' is missing, unable to detect primary interface "
458
+ "and set hostname"
431
459
  msgstr "No se encontró discovery_fact '%s', ha sido imposible detectar el interfaz primario y asignar el nombre de host"
432
460
 
433
461
  #: ../app/models/host/discovered.rb:50
434
- msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
462
+ msgid ""
463
+ "Invalid facts: hash does not contain a valid value for any of the facts in "
464
+ "the discovery_hostname setting: %s"
435
465
  msgstr ""
436
466
 
437
467
  #: ../app/models/host/discovered.rb:67
@@ -499,7 +529,9 @@ msgid "Hostname facts"
499
529
  msgstr ""
500
530
 
501
531
  #: ../app/models/setting/discovered.rb:22
502
- msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
532
+ msgid ""
533
+ "Automatically provision newly discovered hosts, according to the "
534
+ "provisioning rules"
503
535
  msgstr "Aprovisionamiento automático de los hosts recién descubiertos, según las reglas de aprovisionamiento"
504
536
 
505
537
  #: ../app/models/setting/discovered.rb:22
@@ -575,7 +607,9 @@ msgid "IPMI facts"
575
607
  msgstr ""
576
608
 
577
609
  #: ../app/models/setting/discovered.rb:32
578
- msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
610
+ msgid ""
611
+ "Automatically generate PXE configuration to pin a newly discovered host to "
612
+ "discovery"
579
613
  msgstr ""
580
614
 
581
615
  #: ../app/models/setting/discovered.rb:32
@@ -631,7 +665,9 @@ msgid "Discovery organization"
631
665
  msgstr ""
632
666
 
633
667
  #: ../app/services/foreman_discovery/fact_parser.rb:9
634
- msgid "Unable to detect primary interface using MAC '%{mac}' specified by discovery_fact '%{fact}'"
668
+ msgid ""
669
+ "Unable to detect primary interface using MAC '%{mac}' specified by "
670
+ "discovery_fact '%{fact}'"
635
671
  msgstr "No se puede detectar la interfaz principal con MAC '%{mac}' especificada por discovery_fact '%{fact}'."
636
672
 
637
673
  #: ../app/services/foreman_discovery/node_api/node_resource.rb:75
@@ -650,15 +686,25 @@ msgstr "No hay hosts descubiertos disponibles"
650
686
  msgid "Host"
651
687
  msgstr "host"
652
688
 
653
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../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
689
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
690
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
691
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
692
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:18
693
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:10
654
694
  msgid "Model"
655
695
  msgstr "Modelo"
656
696
 
657
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
697
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
698
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
699
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:20
700
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:12
658
701
  msgid "CPUs"
659
702
  msgstr "Procesadores"
660
703
 
661
- #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
704
+ #: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
705
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:10
706
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:21
707
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:13
662
708
  msgid "Memory"
663
709
  msgstr "Memoria"
664
710
 
@@ -674,7 +720,8 @@ msgstr ""
674
720
  msgid "Create host"
675
721
  msgstr ""
676
722
 
677
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2 ../lib/foreman_discovery/engine.rb:148
723
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
724
+ #: ../lib/foreman_discovery/engine.rb:148
678
725
  msgid "Discovered hosts"
679
726
  msgstr "Hosts descubiertos"
680
727
 
@@ -686,27 +733,38 @@ msgstr "Seleccionar todos los objetos de esta página"
686
733
  msgid "items selected. Uncheck to Clear"
687
734
  msgstr "objetos seleccionados. Desactivar para limpiar"
688
735
 
689
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../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
736
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
737
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
738
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:17
739
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:9
690
740
  msgid "Name"
691
741
  msgstr "Nombre"
692
742
 
693
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
743
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
744
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:19
745
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:11
694
746
  msgid "IP Address"
695
747
  msgstr "Dirección IP"
696
748
 
697
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11 ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
749
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
750
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
751
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
698
752
  msgid "Disk count"
699
753
  msgstr "Conteo de discos"
700
754
 
701
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12 ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
755
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
756
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
757
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
702
758
  msgid "Disks size"
703
759
  msgstr "Tamaño de discos"
704
760
 
705
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
761
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
762
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
706
763
  msgid "Location"
707
764
  msgstr "Ubicación"
708
765
 
709
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20 ../app/views/discovered_hosts/_selected_hosts.html.erb:13
766
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
767
+ #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
710
768
  msgid "Organization"
711
769
  msgstr "Organización"
712
770
 
@@ -743,7 +801,9 @@ msgid "Warning"
743
801
  msgstr "Advertencia"
744
802
 
745
803
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
746
- msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
804
+ msgid ""
805
+ "This might take a while, as all hosts, facts and reports will be destroyed "
806
+ "as well"
747
807
  msgstr "Esta acción puede tardar un rato, ya que se destruirán todos los hosts, eventos e informes."
748
808
 
749
809
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
@@ -786,11 +846,13 @@ msgstr ""
786
846
  msgid "<b>Foreman</b> Discovered hosts summary"
787
847
  msgstr ""
788
848
 
789
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
849
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:10
850
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:5
790
851
  msgid "Summary from %{time} ago to %{now}"
791
852
  msgstr ""
792
853
 
793
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
854
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:11
855
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:3
794
856
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
795
857
  msgstr ""
796
858
 
@@ -843,23 +905,33 @@ msgid "Rule priority (lower integer means higher priority)"
843
905
  msgstr "Prioridad de regla (entero más bajo significa una prioridad más alta)"
844
906
 
845
907
  #: ../app/views/discovery_rules/_template_inline.erb:2
846
- msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
908
+ msgid ""
909
+ "Specify target hostname template pattern in the same syntax as in "
910
+ "Provisioning Templates (ERB)."
847
911
  msgstr "Especificar plantilla de nombre de host de destino en la misma sintaxis como en plantillas de aprovisionamiento (ERB)"
848
912
 
849
913
  #: ../app/views/discovery_rules/_template_inline.erb:4
850
- msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
914
+ msgid ""
915
+ "Domain will be appended automatically. A hostname based on MAC address will "
916
+ "be used when left blank."
851
917
  msgstr ""
852
918
 
853
919
  #: ../app/views/discovery_rules/_template_inline.erb:5
854
- msgid "In addition to @host attribute function rand for random integers is available. Examples:"
920
+ msgid ""
921
+ "In addition to @host attribute function rand for random integers is "
922
+ "available. Examples:"
855
923
  msgstr ""
856
924
 
857
925
  #: ../app/views/discovery_rules/_template_inline.erb:8
858
- msgid "When creating hostname patterns, make sure the resulting host names are unique."
926
+ msgid ""
927
+ "When creating hostname patterns, make sure the resulting host names are "
928
+ "unique."
859
929
  msgstr ""
860
930
 
861
931
  #: ../app/views/discovery_rules/_template_inline.erb:9
862
- msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
932
+ msgid ""
933
+ "Hostnames must not start with numbers. A good approach is to use unique "
934
+ "information provided by facter (MAC address, BIOS or serial ID)."
863
935
  msgstr ""
864
936
 
865
937
  #: ../app/views/discovery_rules/edit.html.erb:1
@@ -915,13 +987,13 @@ msgid "Discovery Proxy"
915
987
  msgstr ""
916
988
 
917
989
  #: ../lib/foreman_discovery/engine.rb:177
918
- msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
990
+ msgid ""
991
+ "Discovery Proxy to use within this subnet for managing connection to "
992
+ "discovered hosts"
919
993
  msgstr ""
920
994
 
921
995
  #: ../lib/foreman_discovery/engine.rb:178
922
- msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
996
+ msgid ""
997
+ "ID of Discovery Proxy to use within this subnet for managing connection to "
998
+ "discovered hosts"
923
999
  msgstr ""
924
-
925
- #: ../lib/foreman_discovery/engine.rb:162
926
- #~ msgid "Discovery widget"
927
- #~ msgstr "Asistente de descubrimiento"