foreman_bootdisk 14.0.0 → 15.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHORS +23 -0
  3. data/app/models/concerns/foreman_bootdisk/host_ext.rb +0 -4
  4. data/app/services/foreman_bootdisk/iso_generator.rb +19 -5
  5. data/app/services/foreman_bootdisk/renderer.rb +4 -3
  6. data/app/views/foreman_bootdisk/host.erb +6 -4
  7. data/lib/foreman_bootdisk/engine.rb +1 -1
  8. data/lib/foreman_bootdisk/version.rb +1 -1
  9. data/locale/ca/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  10. data/locale/ca/foreman_bootdisk.po +11 -13
  11. data/locale/de/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  12. data/locale/de/foreman_bootdisk.po +20 -20
  13. data/locale/en/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  14. data/locale/en/foreman_bootdisk.po +5 -8
  15. data/locale/en_GB/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  16. data/locale/en_GB/foreman_bootdisk.po +9 -12
  17. data/locale/es/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  18. data/locale/es/foreman_bootdisk.po +27 -30
  19. data/locale/foreman_bootdisk.pot +57 -53
  20. data/locale/fr/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  21. data/locale/fr/foreman_bootdisk.po +9 -12
  22. data/locale/it/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  23. data/locale/it/foreman_bootdisk.po +7 -10
  24. data/locale/ja/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  25. data/locale/ja/foreman_bootdisk.po +9 -12
  26. data/locale/ko/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  27. data/locale/ko/foreman_bootdisk.po +7 -10
  28. data/locale/pt_BR/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  29. data/locale/pt_BR/foreman_bootdisk.po +23 -25
  30. data/locale/ru/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  31. data/locale/ru/foreman_bootdisk.po +8 -11
  32. data/locale/sv_SE/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  33. data/locale/sv_SE/foreman_bootdisk.po +6 -9
  34. data/locale/zh_CN/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  35. data/locale/zh_CN/foreman_bootdisk.po +27 -30
  36. data/locale/zh_TW/LC_MESSAGES/foreman_bootdisk.mo +0 -0
  37. data/locale/zh_TW/foreman_bootdisk.po +7 -10
  38. data/release-gem +82 -0
  39. data/test/test_plugin_helper.rb +2 -0
  40. data/test/unit/iso_generator_test.rb +11 -1
  41. metadata +18 -2
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: foreman_bootdisk 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2018-03-12 12:56-0400\n"
12
- "PO-Revision-Date: 2018-03-12 12:56-0400\n"
11
+ "POT-Creation-Date: 2019-05-13 16:37+0200\n"
12
+ "PO-Revision-Date: 2019-05-13 16:37+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,181 +18,185 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:17
21
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:19
22
22
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:1
23
23
  msgid "Boot disks"
24
24
  msgstr ""
25
25
 
26
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:20
26
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:22
27
27
  msgid "Download generic image"
28
28
  msgstr ""
29
29
 
30
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:28
30
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:30
31
31
  msgid "Download host image"
32
32
  msgstr ""
33
33
 
34
- #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:29
34
+ #: ../app/controllers/foreman_bootdisk/api/v2/disks_controller.rb:31
35
35
  msgid "True for full, false for basic reusable image"
36
36
  msgstr ""
37
37
 
38
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:16
38
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:20
39
39
  msgid "Subnet boot disks"
40
40
  msgstr ""
41
41
 
42
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:19
42
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
43
43
  msgid "Download subnet generic image"
44
44
  msgstr ""
45
45
 
46
- #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:23
47
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:47
46
+ #: ../app/controllers/foreman_bootdisk/api/v2/subnet_disks_controller.rb:27
47
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:53
48
48
  msgid "TFTP feature not enabled for subnet %s"
49
49
  msgstr ""
50
50
 
51
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:46
51
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:52
52
52
  msgid "Subnet is not assigned to the host %s"
53
53
  msgstr ""
54
54
 
55
- #: ../app/controllers/foreman_bootdisk/disks_controller.rb:74
55
+ #: ../app/controllers/foreman_bootdisk/disks_controller.rb:79
56
56
  msgid "Failed to render boot disk template"
57
57
  msgstr ""
58
58
 
59
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:6
60
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:27
61
- #: ../app/models/setting/bootdisk.rb:28
59
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:10
60
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:60
61
+ #: ../app/models/setting/bootdisk.rb:32
62
62
  msgid "Boot disk"
63
63
  msgstr ""
64
64
 
65
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:7
65
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:12
66
66
  msgid "Host '%s' image"
67
67
  msgstr ""
68
68
 
69
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:8
69
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:21
70
70
  msgid "Full host '%s' image"
71
71
  msgstr ""
72
72
 
73
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:10
73
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:31
74
74
  #: ../app/views/foreman_bootdisk/disks/help.html.erb:25
75
75
  msgid "Generic image"
76
76
  msgstr ""
77
77
 
78
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:13
78
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:41
79
79
  msgid "Help"
80
80
  msgstr ""
81
81
 
82
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:28
82
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:61
83
83
  msgid "Boot disk download not available for %s architecture"
84
84
  msgstr ""
85
85
 
86
- #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:36
86
+ #: ../app/helpers/concerns/foreman_bootdisk/hosts_helper_ext.rb:70
87
87
  msgid "Subnet '%s' generic image"
88
88
  msgstr ""
89
89
 
90
- #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:5
91
- #: ../app/services/foreman_bootdisk/renderer.rb:11
90
+ #: ../app/models/concerns/foreman_bootdisk/host_ext.rb:13
91
+ #: ../app/services/foreman_bootdisk/renderer.rb:43
92
92
  msgid "Unable to find template specified by %s setting"
93
93
  msgstr ""
94
94
 
95
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:24
95
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:27
96
96
  msgid "Generating ISO image for %s"
97
97
  msgstr ""
98
98
 
99
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:26
99
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:29
100
100
  msgid "Upload ISO image to datastore for %s"
101
101
  msgstr ""
102
102
 
103
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:28
103
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:31
104
104
  msgid "Attach ISO image to CDROM drive for %s"
105
105
  msgstr ""
106
106
 
107
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:50
107
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:53
108
108
  msgid "Failed to generate ISO image for instance %{name}: %{message}"
109
109
  msgstr ""
110
110
 
111
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:59
111
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:62
112
112
  msgid "Failed to upload ISO image for instance %{name}: %{message}"
113
113
  msgstr ""
114
114
 
115
- #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:68
115
+ #: ../app/models/concerns/foreman_bootdisk/orchestration/compute.rb:71
116
116
  msgid "Failed to attach ISO image to CDROM drive of instance %{name}: %{message}"
117
117
  msgstr ""
118
118
 
119
- #: ../app/models/setting/bootdisk.rb:13
119
+ #: ../app/models/setting/bootdisk.rb:16
120
120
  msgid "Path to directory containing iPXE images"
121
121
  msgstr ""
122
122
 
123
- #: ../app/models/setting/bootdisk.rb:13
123
+ #: ../app/models/setting/bootdisk.rb:16
124
124
  msgid "iPXE directory"
125
125
  msgstr ""
126
126
 
127
- #: ../app/models/setting/bootdisk.rb:14
127
+ #: ../app/models/setting/bootdisk.rb:17
128
128
  msgid "Path to directory containing isolinux images"
129
129
  msgstr ""
130
130
 
131
- #: ../app/models/setting/bootdisk.rb:14
131
+ #: ../app/models/setting/bootdisk.rb:17
132
132
  msgid "ISOLINUX directory"
133
133
  msgstr ""
134
134
 
135
- #: ../app/models/setting/bootdisk.rb:15
135
+ #: ../app/models/setting/bootdisk.rb:18
136
136
  msgid "Path to directory containing syslinux images"
137
137
  msgstr ""
138
138
 
139
- #: ../app/models/setting/bootdisk.rb:15
139
+ #: ../app/models/setting/bootdisk.rb:18
140
140
  msgid "SYSLINUX directory"
141
141
  msgstr ""
142
142
 
143
- #: ../app/models/setting/bootdisk.rb:16
143
+ #: ../app/models/setting/bootdisk.rb:19
144
144
  msgid "iPXE template to use for host-specific boot disks"
145
145
  msgstr ""
146
146
 
147
- #: ../app/models/setting/bootdisk.rb:16
147
+ #: ../app/models/setting/bootdisk.rb:20
148
148
  msgid "Host image template"
149
149
  msgstr ""
150
150
 
151
- #: ../app/models/setting/bootdisk.rb:17
151
+ #: ../app/models/setting/bootdisk.rb:21
152
152
  msgid "iPXE template to use for generic host boot disks"
153
153
  msgstr ""
154
154
 
155
- #: ../app/models/setting/bootdisk.rb:17
155
+ #: ../app/models/setting/bootdisk.rb:22
156
156
  msgid "Generic image template"
157
157
  msgstr ""
158
158
 
159
- #: ../app/models/setting/bootdisk.rb:18
159
+ #: ../app/models/setting/bootdisk.rb:23
160
160
  msgid "Command to generate ISO image, use genisoimage or mkisofs"
161
161
  msgstr ""
162
162
 
163
- #: ../app/models/setting/bootdisk.rb:18
163
+ #: ../app/models/setting/bootdisk.rb:23
164
164
  msgid "ISO generation command"
165
165
  msgstr ""
166
166
 
167
- #: ../app/models/setting/bootdisk.rb:19
167
+ #: ../app/models/setting/bootdisk.rb:24
168
168
  msgid "Installation media files will be cached for full host images"
169
169
  msgstr ""
170
170
 
171
- #: ../app/models/setting/bootdisk.rb:19
171
+ #: ../app/models/setting/bootdisk.rb:24
172
172
  msgid "Installation media caching"
173
173
  msgstr ""
174
174
 
175
- #: ../app/services/foreman_bootdisk/iso_generator.rb:11
175
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:14
176
176
  msgid "Host is not in build mode, so the template cannot be rendered"
177
177
  msgstr ""
178
178
 
179
- #: ../app/services/foreman_bootdisk/iso_generator.rb:14
180
- msgid "Unable to generate disk template: %s"
179
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:33
180
+ msgid "Unable to generate disk template, PXELinux template not found."
181
+ msgstr ""
182
+
183
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:43
184
+ msgid "Unable to generate disk PXELinux template: %s"
181
185
  msgstr ""
182
186
 
183
- #: ../app/services/foreman_bootdisk/iso_generator.rb:46
187
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:62
184
188
  msgid "Please ensure the isolinux/syslinux package(s) are installed."
185
189
  msgstr ""
186
190
 
187
- #: ../app/services/foreman_bootdisk/iso_generator.rb:59
191
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:76
188
192
  msgid "Please ensure the ipxe-bootimgs package is installed."
189
193
  msgstr ""
190
194
 
191
- #: ../app/services/foreman_bootdisk/iso_generator.rb:79
195
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:95
192
196
  msgid "ISO build failed"
193
197
  msgstr ""
194
198
 
195
- #: ../app/services/foreman_bootdisk/iso_generator.rb:84
199
+ #: ../app/services/foreman_bootdisk/iso_generator.rb:98
196
200
  msgid "ISO hybrid conversion failed"
197
201
  msgstr ""
198
202
 
@@ -289,15 +293,15 @@ msgstr ""
289
293
  msgid "Host has no domain defined"
290
294
  msgstr ""
291
295
 
292
- #: ../lib/foreman_bootdisk/engine.rb:65
296
+ #: ../lib/foreman_bootdisk/engine.rb:54
293
297
  msgid "Boot disk based"
294
298
  msgstr ""
295
299
 
296
- #: ../lib/foreman_bootdisk/engine.rb:66
300
+ #: ../lib/foreman_bootdisk/engine.rb:55
297
301
  msgid "Boot disk embedded template"
298
302
  msgstr ""
299
303
 
300
- #: gemspec.rb:2
304
+ #: gemspec.rb:4
301
305
  msgid ""
302
306
  "Plugin for Foreman that creates iPXE-based boot disks to provision hosts witho"
303
307
  "ut the need for PXE infrastructure."
@@ -8,10 +8,10 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: Foreman\n"
11
+ "Project-Id-Version: foreman_bootdisk 14.0.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "PO-Revision-Date: 2017-09-20 00:09+0000\n"
14
- "Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>\n"
13
+ "PO-Revision-Date: 2019-04-18 20:22+0000\n"
14
+ "Last-Translator: Lukáš Zapletal\n"
15
15
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -38,7 +38,7 @@ msgid "Boot disk based"
38
38
  msgstr "Basé sur disque de démarrage"
39
39
 
40
40
  msgid "Boot disk download not available for %s architecture"
41
- msgstr ""
41
+ msgstr "Téléchargement du disque de démarrage non disponible pour l'architecture %s"
42
42
 
43
43
  msgid "Boot disk embedded template"
44
44
  msgstr "Modèle de disque de démarrage embarqué"
@@ -163,12 +163,6 @@ msgstr "Répertoire SYSLINUX"
163
163
  msgid "Subnet '%s' generic image"
164
164
  msgstr "Image générique du sous-réseau %s"
165
165
 
166
- msgid "Subnet (%s) has no gateway defined"
167
- msgstr "Le sous réseau (%s) n'a pas de passerelle définie"
168
-
169
- msgid "Subnet (%s) has no primary DNS server defined"
170
- msgstr "Le sous réseau (%s) n'a pas de serveur DNS primaire défini"
171
-
172
166
  msgid "Subnet boot disks"
173
167
  msgstr "Sous-réseau des disques de démarrage"
174
168
 
@@ -196,8 +190,11 @@ msgstr "Vrai pour complète, faux pour une image basique réutilisable"
196
190
  msgid "Unable to find template specified by %s setting"
197
191
  msgstr "Impossible de trouver un modèle spécifié par le paramètre %s"
198
192
 
199
- msgid "Unable to generate disk template: %s"
200
- msgstr "Impossible de générer le modèle de disque : %s"
193
+ msgid "Unable to generate disk PXELinux template: %s"
194
+ msgstr ""
195
+
196
+ msgid "Unable to generate disk template, PXELinux template not found."
197
+ msgstr ""
201
198
 
202
199
  msgid "Upload ISO image to datastore for %s"
203
200
  msgstr "Envoi de l'image ISO sur la banque de données pour %s"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: foreman_bootdisk 14.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2017-09-20 01:08+0000\n"
10
+ "PO-Revision-Date: 2019-04-18 20:22+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)"
13
13
  "\n"
@@ -161,12 +161,6 @@ msgstr ""
161
161
  msgid "Subnet '%s' generic image"
162
162
  msgstr ""
163
163
 
164
- msgid "Subnet (%s) has no gateway defined"
165
- msgstr "La sottorete (%s) non presenta alcun gateway"
166
-
167
- msgid "Subnet (%s) has no primary DNS server defined"
168
- msgstr "La sottorete (%s) non presenta alcun server DNS primario"
169
-
170
164
  msgid "Subnet boot disks"
171
165
  msgstr ""
172
166
 
@@ -194,8 +188,11 @@ msgstr "True per immagini complete o false per immagini riutilizzabili di base"
194
188
  msgid "Unable to find template specified by %s setting"
195
189
  msgstr "Impossibile trovare il template usando l'impostazione %s"
196
190
 
197
- msgid "Unable to generate disk template: %s"
198
- msgstr "Impossibile generare un template del disco: %s"
191
+ msgid "Unable to generate disk PXELinux template: %s"
192
+ msgstr ""
193
+
194
+ msgid "Unable to generate disk template, PXELinux template not found."
195
+ msgstr ""
199
196
 
200
197
  msgid "Upload ISO image to datastore for %s"
201
198
  msgstr ""
@@ -6,10 +6,10 @@
6
6
  # Shuji Yamada <uzy.exe@gmail.com>, 2015
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: Foreman\n"
9
+ "Project-Id-Version: foreman_bootdisk 14.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "PO-Revision-Date: 2017-11-20 20:46+0000\n"
12
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
11
+ "PO-Revision-Date: 2019-04-18 20:22+0000\n"
12
+ "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Japanese (http://www.transifex.com/foreman/foreman/language/ja/"
14
14
  ")\n"
15
15
  "MIME-Version: 1.0\n"
@@ -37,7 +37,7 @@ msgid "Boot disk based"
37
37
  msgstr "ブートディスクベース"
38
38
 
39
39
  msgid "Boot disk download not available for %s architecture"
40
- msgstr ""
40
+ msgstr "ブートディスクのダウンロードは %s アーキテクチャーには使用できません"
41
41
 
42
42
  msgid "Boot disk embedded template"
43
43
  msgstr "ブートディスクで組み込まれるテンプレート"
@@ -162,12 +162,6 @@ msgstr "SYSLINUX ディレクトリー"
162
162
  msgid "Subnet '%s' generic image"
163
163
  msgstr "サブネット '%s' の汎用イメージ"
164
164
 
165
- msgid "Subnet (%s) has no gateway defined"
166
- msgstr "サブネット (%s) にはゲートウェイが定義されていません"
167
-
168
- msgid "Subnet (%s) has no primary DNS server defined"
169
- msgstr "サブネット (%s) にはプライマリー DNS サーバーが定義されていません"
170
-
171
165
  msgid "Subnet boot disks"
172
166
  msgstr "サブネットブートディスク"
173
167
 
@@ -195,8 +189,11 @@ msgstr "完全イメージの場合は true、基本的な再利用可能イメ
195
189
  msgid "Unable to find template specified by %s setting"
196
190
  msgstr "%s 設定で指定されているテンプレートが見つかりません"
197
191
 
198
- msgid "Unable to generate disk template: %s"
199
- msgstr "ディスクテンプレートを生成することができません: %s"
192
+ msgid "Unable to generate disk PXELinux template: %s"
193
+ msgstr ""
194
+
195
+ msgid "Unable to generate disk template, PXELinux template not found."
196
+ msgstr ""
200
197
 
201
198
  msgid "Upload ISO image to datastore for %s"
202
199
  msgstr "ISO イメージの %s のデータストアへのアップロード"
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: Foreman\n"
8
+ "Project-Id-Version: foreman_bootdisk 14.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2017-09-20 11:08+0000\n"
10
+ "PO-Revision-Date: 2019-04-18 20:22+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Korean (http://www.transifex.com/foreman/foreman/language/ko/)\n"
13
13
  "MIME-Version: 1.0\n"
@@ -160,12 +160,6 @@ msgstr ""
160
160
  msgid "Subnet '%s' generic image"
161
161
  msgstr "'%s' 서브넷 일반 이미지"
162
162
 
163
- msgid "Subnet (%s) has no gateway defined"
164
- msgstr "서브넷 (%s)에 지정된 게이트웨이가 없습니다 "
165
-
166
- msgid "Subnet (%s) has no primary DNS server defined"
167
- msgstr "서브넷 (%s)에 지정된 1차 DNS 서버가 없습니다 "
168
-
169
163
  msgid "Subnet boot disks"
170
164
  msgstr "서브넷 부팅 디스크"
171
165
 
@@ -193,8 +187,11 @@ msgstr "전체 이미지의 경우 True, 다시 사용할 수 있는 기본 이
193
187
  msgid "Unable to find template specified by %s setting"
194
188
  msgstr "%s 설정에 의해 지정된 템플릿을 찾을 수 없습니다 "
195
189
 
196
- msgid "Unable to generate disk template: %s"
197
- msgstr "디스크 템플릿을 생성할 수 없습니다: %s"
190
+ msgid "Unable to generate disk PXELinux template: %s"
191
+ msgstr ""
192
+
193
+ msgid "Unable to generate disk template, PXELinux template not found."
194
+ msgstr ""
198
195
 
199
196
  msgid "Upload ISO image to datastore for %s"
200
197
  msgstr ""