927eb09c721b179e84f3c4b58713ffe2ddc511eb
[openvswitch] / debian / po / templates.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: openflow-dev@lists.stanford.edu\n"
11 "POT-Creation-Date: 2008-06-12 14:45-0700\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=CHARSET\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. Type: multiselect
20 #. Choices
21 #: ../openflow-switch.templates:1001
22 msgid "${choices}"
23 msgstr ""
24
25 #. Type: multiselect
26 #. Description
27 #: ../openflow-switch.templates:1002
28 msgid "OpenFlow switch network devices:"
29 msgstr ""
30
31 #. Type: multiselect
32 #. Description
33 #: ../openflow-switch.templates:1002
34 msgid ""
35 "Choose the network devices that should become part of the OpenFlow switch.  "
36 "At least two devices must be selected for this machine to be a useful "
37 "switch.  Unselecting all network devices will disable the OpenFlow switch "
38 "entirely."
39 msgstr ""
40
41 #. Type: multiselect
42 #. Description
43 #: ../openflow-switch.templates:1002
44 msgid ""
45 "The network devices that you select should not be configured with IP or IPv6 "
46 "addresses, even if the switch contacts the controller over one of the "
47 "selected network devices.  This is because a running OpenFlow switch takes "
48 "over network devices at a low level: they become part of the switch and "
49 "cannot be used for other purposes."
50 msgstr ""
51
52 #. Type: error
53 #. Description
54 #: ../openflow-switch.templates:2001
55 msgid "No network devices were selected."
56 msgstr ""
57
58 #. Type: error
59 #. Description
60 #: ../openflow-switch.templates:2001
61 msgid ""
62 "No network devices were selected for inclusion in the OpenFlow switch. The "
63 "switch will be disabled."
64 msgstr ""
65
66 #. Type: note
67 #. Description
68 #: ../openflow-switch.templates:3001
69 msgid "Some Network Devices Have IP or IPv6 Addresses"
70 msgstr ""
71
72 #. Type: note
73 #. Description
74 #: ../openflow-switch.templates:3001
75 msgid ""
76 "The following network devices selected to be part of the OpenFlow switch "
77 "have IP or IPv6 addresses configured:"
78 msgstr ""
79
80 #. Type: note
81 #. Description
82 #: ../openflow-switch.templates:3001
83 msgid "${configured-netdevs}"
84 msgstr ""
85
86 #. Type: note
87 #. Description
88 #: ../openflow-switch.templates:3001
89 msgid ""
90 "This is usually a mistake, even if the switch contacts the controller over "
91 "one of the selected network devices.  This is because a running OpenFlow "
92 "switch takes over network devices at a low level: they become part of the "
93 "switch and cannot be used for other purposes."
94 msgstr ""
95
96 #. Type: note
97 #. Description
98 #: ../openflow-switch.templates:3001
99 msgid ""
100 "If this is an unintentional mistake, move back and fix the selection, or de-"
101 "configure the IP or IPv6 from these network devices."
102 msgstr ""
103
104 #. Type: select
105 #. Choices
106 #: ../openflow-switch.templates:4001
107 msgid "in-band, out-of-band"
108 msgstr ""
109
110 #. Type: select
111 #. Description
112 #: ../openflow-switch.templates:4002
113 msgid "Switch-to-controller access method:"
114 msgstr ""
115
116 #. Type: select
117 #. Description
118 #: ../openflow-switch.templates:4002
119 msgid ""
120 "The OpenFlow switch must be able to contact the OpenFlow controller over the "
121 "network.  It can do so in one of two ways:"
122 msgstr ""
123
124 #. Type: select
125 #. Description
126 #: ../openflow-switch.templates:4002
127 msgid ""
128 "in-band: A single network is used for OpenFlow traffic and other data "
129 "traffic; that is, the switch contacts the controller over one of the network "
130 "devices selected as OpenFlow switch netdevs in the previous question.  This "
131 "is the most common case."
132 msgstr ""
133
134 #. Type: select
135 #. Description
136 #: ../openflow-switch.templates:4002
137 msgid ""
138 "out-of-band: OpenFlow traffic uses a network separate from the data traffic "
139 "that it controls.  If this is the case, the control network must already be "
140 "configured on a network device other than one of those selected as an "
141 "OpenFlow switch netdev in the previous question."
142 msgstr ""
143
144 #. Type: string
145 #. Description
146 #: ../openflow-switch.templates:5001
147 msgid "Switch IP address:"
148 msgstr ""
149
150 #. Type: string
151 #. Description
152 #: ../openflow-switch.templates:5001
153 msgid ""
154 "For in-band communication with the controller, the OpenFlow switch must be "
155 "able to determine its own IP address.  Its IP address may be configured "
156 "statically or dynamically."
157 msgstr ""
158
159 #. Type: string
160 #. Description
161 #: ../openflow-switch.templates:5001
162 msgid "For static configuration, specify the switch's IP address as a string."
163 msgstr ""
164
165 #. Type: string
166 #. Description
167 #: ../openflow-switch.templates:5001
168 msgid ""
169 "For dynamic configuration with DHCP (the most common case), specify \"dhcp"
170 "\". Configuration with DHCP will only work reliably if the network topology "
171 "allows the switch to contact the DHCP server before it connects to the "
172 "OpenFlow controller."
173 msgstr ""
174
175 #. Type: error
176 #. Description
177 #: ../openflow-switch.templates:6001
178 msgid "The switch IP address is invalid."
179 msgstr ""
180
181 #. Type: error
182 #. Description
183 #: ../openflow-switch.templates:6001
184 msgid ""
185 "The switch IP address must specified as \"dhcp\" or a valid IP address in "
186 "dotted-octet form (e.g. \"1.2.3.4\")."
187 msgstr ""
188
189 #. Type: string
190 #. Description
191 #: ../openflow-switch.templates:7001
192 msgid "Controller location:"
193 msgstr ""
194
195 #. Type: string
196 #. Description
197 #: ../openflow-switch.templates:7001
198 msgid ""
199 "Specify how the OpenFlow switch should connect to the OpenFlow controller. "
200 "The value should be in form \"ssl:HOST[:PORT]\" to connect to the controller "
201 "over SSL (recommended for security) or \"tcp:HOST[:PORT]\" to connect over "
202 "cleartext TCP."
203 msgstr ""
204
205 #. Type: error
206 #. Description
207 #: ../openflow-switch.templates:8001
208 msgid "The controller location is invalid."
209 msgstr ""
210
211 #. Type: error
212 #. Description
213 #: ../openflow-switch.templates:8001
214 msgid ""
215 "The controller location must be specifed as \"ssl:HOST[:PORT]\" to connect "
216 "to the controller over SSL (recommended for security) or \"tcp:HOST[:PORT]\" "
217 "to connect over cleartext TCP."
218 msgstr ""
219
220 #. Type: string
221 #. Description
222 #: ../openflow-switch.templates:9001
223 msgid "OpenFlow PKI server host name:"
224 msgstr ""
225
226 #. Type: string
227 #. Description
228 #: ../openflow-switch.templates:9001
229 msgid ""
230 "Specify the host name or IP address of the server that hosts the OpenFlow "
231 "public key infrastructure (PKI).  This is usually the same host as the "
232 "OpenFlow controller."
233 msgstr ""
234
235 #. Type: string
236 #. Description
237 #: ../openflow-switch.templates:9001
238 msgid ""
239 "The setup process will connect to the OpenFlow PKI server over HTTP, using "
240 "the system's configured default HTTP proxy (if any)."
241 msgstr ""
242
243 #. Type: error
244 #. Description
245 #: ../openflow-switch.templates:10001
246 msgid "The switch CA certificate could not be retrieved."
247 msgstr ""
248
249 #. Type: error
250 #. Description
251 #: ../openflow-switch.templates:10001
252 msgid "Retrieval of ${url} failed, with the following status: \"${error}\"."
253 msgstr ""
254
255 #. Type: error
256 #. Description
257 #: ../openflow-switch.templates:10001
258 msgid ""
259 "Ensure that the OpenFlow PKI server is correctly configured and available on "
260 "${pki-host}.  If the system is configured to use an HTTP proxy, also make "
261 "sure that the HTTP proxy is available and that the PKI server can be reached "
262 "through it."
263 msgstr ""
264
265 #. Type: select
266 #. Choices
267 #. Type: select
268 #. Choices
269 #. Type: select
270 #. Choices
271 #: ../openflow-switch.templates:11001 ../openflow-switch.templates:12001
272 #: ../openflow-switch.templates:14001
273 msgid "yes, no"
274 msgstr ""
275
276 #. Type: select
277 #. Description
278 #: ../openflow-switch.templates:11002
279 msgid "Is ${fingerprint} the controller CA's fingerprint?"
280 msgstr ""
281
282 #. Type: select
283 #. Description
284 #: ../openflow-switch.templates:11002
285 msgid ""
286 "If a man-in-the-middle attack is possible in your network environment, check "
287 "that the controller CA's fingerprint is really ${fingerprint}.  Answer \"yes"
288 "\" if it matches, \"no\" if there is a discrepancy."
289 msgstr ""
290
291 #. Type: select
292 #. Description
293 #: ../openflow-switch.templates:11002
294 msgid ""
295 "If a man-in-the-middle attack is not a concern, there is no need to verify "
296 "the fingerprint.  Simply answer \"yes\"."
297 msgstr ""
298
299 #. Type: select
300 #. Description
301 #: ../openflow-switch.templates:12002
302 msgid "Send certificate request to switch CA?"
303 msgstr ""
304
305 #. Type: select
306 #. Description
307 #: ../openflow-switch.templates:12002
308 msgid ""
309 "Before it can connect to the controller over SSL, the OpenFlow switch's key "
310 "must be signed by the switch certificate authority (CA) located on the "
311 "OpenFlow PKI server, which is usually collocated with the OpenFlow "
312 "controller.  A signing request can be sent to the PKI server now."
313 msgstr ""
314
315 #. Type: select
316 #. Description
317 #: ../openflow-switch.templates:12002
318 msgid ""
319 "Answer \"yes\" to send a signing request to the switch CA now.  This is "
320 "ordinarily the correct choice.  There is no harm in sending a given signing "
321 "request more than once."
322 msgstr ""
323
324 #. Type: select
325 #. Description
326 #: ../openflow-switch.templates:12002
327 msgid ""
328 "Answer \"no\" to skip sending a signing request to the switch CA. Unless the "
329 "request has already been sent to the switch CA, manual sending of the "
330 "request and signing will be necessary."
331 msgstr ""
332
333 #. Type: error
334 #. Description
335 #: ../openflow-switch.templates:13001
336 msgid "The certificate request could not be sent."
337 msgstr ""
338
339 #. Type: error
340 #. Description
341 #: ../openflow-switch.templates:13001
342 msgid "Posting to ${url} failed, with the following status: \"${error}\"."
343 msgstr ""
344
345 #. Type: error
346 #. Description
347 #: ../openflow-switch.templates:13001
348 msgid ""
349 "Ensure that the OpenFlow PKI server is correctly configured and available on "
350 "${pki-host}."
351 msgstr ""
352
353 #. Type: select
354 #. Description
355 #: ../openflow-switch.templates:14002
356 msgid "Fetch signed switch certificate from PKI server?"
357 msgstr ""
358
359 #. Type: select
360 #. Description
361 #: ../openflow-switch.templates:14002
362 msgid ""
363 "Before it can connect to the controller over SSL, the OpenFlow switch's key "
364 "must be signed by the switch certificate authority (CA) located on the "
365 "OpenFlow PKI server, which is usually collocated with the OpenFlow "
366 "controller."
367 msgstr ""
368
369 #. Type: select
370 #. Description
371 #: ../openflow-switch.templates:14002
372 msgid ""
373 "At this point, a signing request has been sent to the switch CA (or sending "
374 "a request has been manually skipped), but the signed certificate has not yet "
375 "been retrieved.  Manual action may need to be taken at the PKI server to "
376 "approve the signing request."
377 msgstr ""
378
379 #. Type: select
380 #. Description
381 #: ../openflow-switch.templates:14002
382 msgid ""
383 "Answer \"yes\" to attempt to retrieve the signed switch certificate from the "
384 "switch CA.  If the switch certificate request has been signed at the PKI "
385 "server, this is the correct choice."
386 msgstr ""
387
388 #. Type: select
389 #. Description
390 #: ../openflow-switch.templates:14002
391 msgid ""
392 "Answer \"no\" to postpone switch configuration.  The configuration process "
393 "must be restarted later, when the switch certificate request has been signed."
394 msgstr ""
395
396 #. Type: error
397 #. Description
398 #: ../openflow-switch.templates:15001
399 msgid "Signed switch certificate could not be retrieved."
400 msgstr ""
401
402 #. Type: error
403 #. Description
404 #: ../openflow-switch.templates:15001
405 msgid ""
406 "The signed switch certificate could not be retrieved from the switch CA: "
407 "retrieval of ${url} failed, with the following status: \"${error}\"."
408 msgstr ""
409
410 #. Type: error
411 #. Description
412 #: ../openflow-switch.templates:15001
413 msgid ""
414 "This probably indicates that the switch's certificate request has not yet "
415 "been signed.  If this is the problem, it may be fixed by signing the "
416 "certificate request at ${pki-host}, then trying to fetch the signed switch "
417 "certificate again."
418 msgstr ""
419
420 #. Type: note
421 #. Description
422 #: ../openflow-switch.templates:16001
423 msgid "OpenFlow Switch Setup Finished"
424 msgstr ""
425
426 #. Type: note
427 #. Description
428 #: ../openflow-switch.templates:16001
429 msgid ""
430 "Setup of this OpenFlow switch is finished.  Complete the setup procedure to "
431 "enable the switch."
432 msgstr ""