~ntt-pf-lab/nova/monkey_patch_notification

« back to all changes in this revision

Viewing changes to po/en_GB.po

  • Committer: Lvov Maxim
  • Date: 2011-07-26 05:50:05 UTC
  • mfrom: (1320 nova)
  • mto: This revision was merged to the branch mainline in revision 1322.
  • Revision ID: usrleon@gmail.com-20110726055005-7olsp0giqup3pao7
merge with trunk, resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# English (United Kingdom) translation for nova
 
2
# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
 
3
# This file is distributed under the same license as the nova package.
 
4
# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
 
5
#
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version: nova\n"
 
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 
10
"POT-Creation-Date: 2011-02-21 10:03-0500\n"
 
11
"PO-Revision-Date: 2011-06-19 18:14+0000\n"
 
12
"Last-Translator: Dave Walker <davewalker@ubuntu.com>\n"
 
13
"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
 
14
"MIME-Version: 1.0\n"
 
15
"Content-Type: text/plain; charset=UTF-8\n"
 
16
"Content-Transfer-Encoding: 8bit\n"
 
17
"X-Launchpad-Export-Date: 2011-07-23 05:12+0000\n"
 
18
"X-Generator: Launchpad (build 13405)\n"
 
19
 
 
20
#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55
 
21
#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110
 
22
#: ../nova/scheduler/simple.py:122
 
23
msgid "No hosts found"
 
24
msgstr "No hosts found"
 
25
 
 
26
#: ../nova/exception.py:33
 
27
msgid "Unexpected error while running command."
 
28
msgstr "Unexpected error while running command."
 
29
 
 
30
#: ../nova/exception.py:36
 
31
#, python-format
 
32
msgid ""
 
33
"%(description)s\n"
 
34
"Command: %(cmd)s\n"
 
35
"Exit code: %(exit_code)s\n"
 
36
"Stdout: %(stdout)r\n"
 
37
"Stderr: %(stderr)r"
 
38
msgstr ""
 
39
"%(description)s\n"
 
40
"Command: %(cmd)s\n"
 
41
"Exit code: %(exit_code)s\n"
 
42
"Stdout: %(stdout)r\n"
 
43
"Stderr: %(stderr)r"
 
44
 
 
45
#: ../nova/exception.py:107
 
46
msgid "DB exception wrapped"
 
47
msgstr "DB exception wrapped"
 
48
 
 
49
#. exc_type, exc_value, exc_traceback = sys.exc_info()
 
50
#: ../nova/exception.py:120
 
51
msgid "Uncaught exception"
 
52
msgstr "Uncaught exception"
 
53
 
 
54
#: ../nova/volume/api.py:45
 
55
#, python-format
 
56
msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume"
 
57
msgstr "Quota exceeeded for %(pid)s, tried to create %(size)sG volume"
 
58
 
 
59
#: ../nova/volume/api.py:47
 
60
#, python-format
 
61
msgid "Volume quota exceeded. You cannot create a volume of size %sG"
 
62
msgstr "Volume quota exceeded. You cannot create a volume of size %sG"
 
63
 
 
64
#: ../nova/volume/api.py:71 ../nova/volume/api.py:96
 
65
msgid "Volume status must be available"
 
66
msgstr "Volume status must be available"
 
67
 
 
68
#: ../nova/volume/api.py:98
 
69
msgid "Volume is already attached"
 
70
msgstr "Volume is already attached"
 
71
 
 
72
#: ../nova/volume/api.py:104
 
73
msgid "Volume is already detached"
 
74
msgstr "Volume is already detached"
 
75
 
 
76
#: ../nova/api/openstack/servers.py:72
 
77
msgid "Failed to read private ip"
 
78
msgstr "Failed to read private ip"
 
79
 
 
80
#: ../nova/api/openstack/servers.py:79
 
81
msgid "Failed to read public ip(s)"
 
82
msgstr "Failed to read public ip(s)"
 
83
 
 
84
#: ../nova/api/openstack/servers.py:152
 
85
#, python-format
 
86
msgid "%(param)s property not found for image %(_image_id)s"
 
87
msgstr "%(param)s property not found for image %(_image_id)s"
 
88
 
 
89
#: ../nova/api/openstack/servers.py:168
 
90
msgid "No keypairs defined"
 
91
msgstr "No keypairs defined"
 
92
 
 
93
#: ../nova/api/openstack/servers.py:238
 
94
#, python-format
 
95
msgid "Compute.api::lock %s"
 
96
msgstr "Compute.api::lock %s"
 
97
 
 
98
#: ../nova/api/openstack/servers.py:253
 
99
#, python-format
 
100
msgid "Compute.api::unlock %s"
 
101
msgstr "Compute.api::unlock %s"
 
102
 
 
103
#: ../nova/api/openstack/servers.py:267
 
104
#, python-format
 
105
msgid "Compute.api::get_lock %s"
 
106
msgstr "Compute.api::get_lock %s"
 
107
 
 
108
#: ../nova/api/openstack/servers.py:281
 
109
#, python-format
 
110
msgid "Compute.api::reset_network %s"
 
111
msgstr "Compute.api::reset_network %s"
 
112
 
 
113
#: ../nova/api/openstack/servers.py:292
 
114
#, python-format
 
115
msgid "Compute.api::pause %s"
 
116
msgstr "Compute.api::pause %s"
 
117
 
 
118
#: ../nova/api/openstack/servers.py:303
 
119
#, python-format
 
120
msgid "Compute.api::unpause %s"
 
121
msgstr "Compute.api::unpause %s"
 
122
 
 
123
#: ../nova/api/openstack/servers.py:314
 
124
#, python-format
 
125
msgid "compute.api::suspend %s"
 
126
msgstr "compute.api::suspend %s"
 
127
 
 
128
#: ../nova/api/openstack/servers.py:325
 
129
#, python-format
 
130
msgid "compute.api::resume %s"
 
131
msgstr "compute.api::resume %s"
 
132
 
 
133
#: ../nova/twistd.py:157
 
134
msgid "Wrong number of arguments."
 
135
msgstr "Wrong number of arguments."
 
136
 
 
137
#: ../nova/twistd.py:209
 
138
#, python-format
 
139
msgid "pidfile %s does not exist. Daemon not running?\n"
 
140
msgstr "pidfile %s does not exist. Daemon not running?\n"
 
141
 
 
142
#: ../nova/twistd.py:221
 
143
msgid "No such process"
 
144
msgstr "No such process"
 
145
 
 
146
#: ../nova/twistd.py:230 ../nova/service.py:224
 
147
#, python-format
 
148
msgid "Serving %s"
 
149
msgstr "Serving %s"
 
150
 
 
151
#: ../nova/twistd.py:262 ../nova/service.py:225
 
152
msgid "Full set of FLAGS:"
 
153
msgstr "Full set of FLAGS:"
 
154
 
 
155
#: ../nova/twistd.py:266
 
156
#, python-format
 
157
msgid "Starting %s"
 
158
msgstr "Starting %s"
 
159
 
 
160
#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101
 
161
#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741
 
162
#: ../nova/api/ec2/__init__.py:317
 
163
#, python-format
 
164
msgid "Instance %s not found"
 
165
msgstr "Instance %s not found"
 
166
 
 
167
#. NOTE: No Resource Pool concept so far
 
168
#: ../nova/virt/xenapi/volumeops.py:51
 
169
#, python-format
 
170
msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s"
 
171
msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s"
 
172
 
 
173
#: ../nova/virt/xenapi/volumeops.py:69
 
174
#, python-format
 
175
msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
 
176
msgstr "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
 
177
 
 
178
#: ../nova/virt/xenapi/volumeops.py:80
 
179
#, python-format
 
180
msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
 
181
msgstr "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
 
182
 
 
183
#: ../nova/virt/xenapi/volumeops.py:91
 
184
#, python-format
 
185
msgid "Unable to attach volume to instance %s"
 
186
msgstr "Unable to attach volume to instance %s"
 
187
 
 
188
#: ../nova/virt/xenapi/volumeops.py:93
 
189
#, python-format
 
190
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
 
191
msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
 
192
 
 
193
#. Detach VBD from VM
 
194
#: ../nova/virt/xenapi/volumeops.py:104
 
195
#, python-format
 
196
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
 
197
msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s"
 
198
 
 
199
#: ../nova/virt/xenapi/volumeops.py:112
 
200
#, python-format
 
201
msgid "Unable to locate volume %s"
 
202
msgstr "Unable to locate volume %s"
 
203
 
 
204
#: ../nova/virt/xenapi/volumeops.py:120
 
205
#, python-format
 
206
msgid "Unable to detach volume %s"
 
207
msgstr "Unable to detach volume %s"
 
208
 
 
209
#: ../nova/virt/xenapi/volumeops.py:127
 
210
#, python-format
 
211
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
 
212
msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
 
213
 
 
214
#: ../nova/compute/instance_types.py:41
 
215
#, python-format
 
216
msgid "Unknown instance type: %s"
 
217
msgstr "Unknown instance type: %s"
 
218
 
 
219
#: ../nova/crypto.py:46
 
220
msgid "Filename of root CA"
 
221
msgstr "Filename of root CA"
 
222
 
 
223
#: ../nova/crypto.py:49
 
224
msgid "Filename of private key"
 
225
msgstr "Filename of private key"
 
226
 
 
227
#: ../nova/crypto.py:51
 
228
msgid "Filename of root Certificate Revokation List"
 
229
msgstr "Filename of root Certificate Revocation List"
 
230
 
 
231
#: ../nova/crypto.py:53
 
232
msgid "Where we keep our keys"
 
233
msgstr "Where we keep our keys"
 
234
 
 
235
#: ../nova/crypto.py:55
 
236
msgid "Where we keep our root CA"
 
237
msgstr "Where we keep our root CA"
 
238
 
 
239
#: ../nova/crypto.py:57
 
240
msgid "Should we use a CA for each project?"
 
241
msgstr "Should we use a CA for each project?"
 
242
 
 
243
#: ../nova/crypto.py:61
 
244
#, python-format
 
245
msgid "Subject for certificate for users, %s for project, user, timestamp"
 
246
msgstr "Subject for certificate for users, %s for project, user, timestamp"
 
247
 
 
248
#: ../nova/crypto.py:66
 
249
#, python-format
 
250
msgid "Subject for certificate for projects, %s for project, timestamp"
 
251
msgstr "Subject for certificate for projects, %s for project, timestamp"
 
252
 
 
253
#: ../nova/crypto.py:71
 
254
#, python-format
 
255
msgid "Subject for certificate for vpns, %s for project, timestamp"
 
256
msgstr "Subject for certificate for vpns, %s for project, timestamp"
 
257
 
 
258
#: ../nova/crypto.py:258
 
259
#, python-format
 
260
msgid "Flags path: %s"
 
261
msgstr "Flags path: %s"
 
262
 
 
263
#: ../nova/scheduler/manager.py:69
 
264
#, python-format
 
265
msgid "Casting to %(topic)s %(host)s for %(method)s"
 
266
msgstr "Casting to %(topic)s %(host)s for %(method)s"
 
267
 
 
268
#: ../nova/compute/manager.py:78
 
269
#, python-format
 
270
msgid "check_instance_lock: decorating: |%s|"
 
271
msgstr "check_instance_lock: decorating: |%s|"
 
272
 
 
273
#: ../nova/compute/manager.py:80
 
274
#, python-format
 
275
msgid ""
 
276
"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|"
 
277
msgstr ""
 
278
"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|"
 
279
 
 
280
#: ../nova/compute/manager.py:84
 
281
#, python-format
 
282
msgid "check_instance_lock: locked: |%s|"
 
283
msgstr "check_instance_lock: locked: |%s|"
 
284
 
 
285
#: ../nova/compute/manager.py:86
 
286
#, python-format
 
287
msgid "check_instance_lock: admin: |%s|"
 
288
msgstr "check_instance_lock: admin: |%s|"
 
289
 
 
290
#: ../nova/compute/manager.py:91
 
291
#, python-format
 
292
msgid "check_instance_lock: executing: |%s|"
 
293
msgstr "check_instance_lock: executing: |%s|"
 
294
 
 
295
#: ../nova/compute/manager.py:95
 
296
#, python-format
 
297
msgid "check_instance_lock: not executing |%s|"
 
298
msgstr "check_instance_lock: not executing |%s|"
 
299
 
 
300
#: ../nova/compute/manager.py:179
 
301
msgid "Instance has already been created"
 
302
msgstr "Instance has already been created"
 
303
 
 
304
#: ../nova/compute/manager.py:180
 
305
#, python-format
 
306
msgid "instance %s: starting..."
 
307
msgstr "instance %s: starting..."
 
308
 
 
309
#. pylint: disable=W0702
 
310
#: ../nova/compute/manager.py:219
 
311
#, python-format
 
312
msgid "instance %s: Failed to spawn"
 
313
msgstr "instance %s: Failed to spawn"
 
314
 
 
315
#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286
 
316
#, python-format
 
317
msgid "Terminating instance %s"
 
318
msgstr "Terminating instance %s"
 
319
 
 
320
#: ../nova/compute/manager.py:255
 
321
#, python-format
 
322
msgid "Deallocating address %s"
 
323
msgstr "Deallocating address %s"
 
324
 
 
325
#: ../nova/compute/manager.py:268
 
326
#, python-format
 
327
msgid "trying to destroy already destroyed instance: %s"
 
328
msgstr "trying to destroy already destroyed instance: %s"
 
329
 
 
330
#: ../nova/compute/manager.py:282
 
331
#, python-format
 
332
msgid "Rebooting instance %s"
 
333
msgstr "Rebooting instance %s"
 
334
 
 
335
#: ../nova/compute/manager.py:287
 
336
#, python-format
 
337
msgid ""
 
338
"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s "
 
339
"expected: %(running)s)"
 
340
msgstr ""
 
341
"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s "
 
342
"expected: %(running)s)"
 
343
 
 
344
#: ../nova/compute/manager.py:311
 
345
#, python-format
 
346
msgid "instance %s: snapshotting"
 
347
msgstr "instance %s: snapshotting"
 
348
 
 
349
#: ../nova/compute/manager.py:316
 
350
#, python-format
 
351
msgid ""
 
352
"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s "
 
353
"expected: %(running)s)"
 
354
msgstr ""
 
355
"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s "
 
356
"expected: %(running)s)"
 
357
 
 
358
#: ../nova/compute/manager.py:332
 
359
#, python-format
 
360
msgid ""
 
361
"trying to reset the password on a non-running instance: %(instance_id)s "
 
362
"(state: %(instance_state)s expected: %(expected_state)s)"
 
363
msgstr ""
 
364
"trying to reset the password on a non-running instance: %(instance_id)s "
 
365
"(state: %(instance_state)s expected: %(expected_state)s)"
 
366
 
 
367
#: ../nova/compute/manager.py:335
 
368
#, python-format
 
369
msgid "instance %s: setting admin password"
 
370
msgstr "instance %s: setting admin password"
 
371
 
 
372
#: ../nova/compute/manager.py:353
 
373
#, python-format
 
374
msgid ""
 
375
"trying to inject a file into a non-running instance: %(instance_id)s (state: "
 
376
"%(instance_state)s expected: %(expected_state)s)"
 
377
msgstr ""
 
378
"trying to inject a file into a non-running instance: %(instance_id)s (state: "
 
379
"%(instance_state)s expected: %(expected_state)s)"
 
380
 
 
381
#: ../nova/compute/manager.py:362
 
382
#, python-format
 
383
msgid "instance %(nm)s: injecting file to %(plain_path)s"
 
384
msgstr "instance %(nm)s: injecting file to %(plain_path)s"
 
385
 
 
386
#: ../nova/compute/manager.py:372
 
387
#, python-format
 
388
msgid "instance %s: rescuing"
 
389
msgstr "instance %s: rescuing"
 
390
 
 
391
#: ../nova/compute/manager.py:387
 
392
#, python-format
 
393
msgid "instance %s: unrescuing"
 
394
msgstr ""
 
395
 
 
396
#: ../nova/compute/manager.py:406
 
397
#, python-format
 
398
msgid "instance %s: pausing"
 
399
msgstr "instance %s: pausing"
 
400
 
 
401
#: ../nova/compute/manager.py:423
 
402
#, python-format
 
403
msgid "instance %s: unpausing"
 
404
msgstr ""
 
405
 
 
406
#: ../nova/compute/manager.py:440
 
407
#, python-format
 
408
msgid "instance %s: retrieving diagnostics"
 
409
msgstr "instance %s: retrieving diagnostics"
 
410
 
 
411
#: ../nova/compute/manager.py:453
 
412
#, python-format
 
413
msgid "instance %s: suspending"
 
414
msgstr "instance %s: suspending"
 
415
 
 
416
#: ../nova/compute/manager.py:472
 
417
#, python-format
 
418
msgid "instance %s: resuming"
 
419
msgstr "instance %s: resuming"
 
420
 
 
421
#: ../nova/compute/manager.py:491
 
422
#, python-format
 
423
msgid "instance %s: locking"
 
424
msgstr "instance %s: locking"
 
425
 
 
426
#: ../nova/compute/manager.py:503
 
427
#, python-format
 
428
msgid "instance %s: unlocking"
 
429
msgstr "instance %s: unlocking"
 
430
 
 
431
#: ../nova/compute/manager.py:513
 
432
#, python-format
 
433
msgid "instance %s: getting locked state"
 
434
msgstr "instance %s: getting locked state"
 
435
 
 
436
#: ../nova/compute/manager.py:526
 
437
#, python-format
 
438
msgid "instance %s: reset network"
 
439
msgstr "instance %s: reset network"
 
440
 
 
441
#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515
 
442
#, python-format
 
443
msgid "Get console output for instance %s"
 
444
msgstr "Get console output for instance %s"
 
445
 
 
446
#: ../nova/compute/manager.py:543
 
447
#, python-format
 
448
msgid "instance %s: getting ajax console"
 
449
msgstr "instance %s: getting ajax console"
 
450
 
 
451
#: ../nova/compute/manager.py:553
 
452
#, python-format
 
453
msgid ""
 
454
"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s"
 
455
msgstr ""
 
456
"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s"
 
457
 
 
458
#. pylint: disable=W0702
 
459
#. NOTE(vish): The inline callback eats the exception info so we
 
460
#. log the traceback here and reraise the same
 
461
#. ecxception below.
 
462
#: ../nova/compute/manager.py:569
 
463
#, python-format
 
464
msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing"
 
465
msgstr "instance %(instance_id)s: attach failed %(mountpoint)s, removing"
 
466
 
 
467
#: ../nova/compute/manager.py:585
 
468
#, python-format
 
469
msgid ""
 
470
"Detach volume %(volume_id)s from mountpoint %(mp)s on instance "
 
471
"%(instance_id)s"
 
472
msgstr ""
 
473
"Detach volume %(volume_id)s from mountpoint %(mp)s on instance "
 
474
"%(instance_id)s"
 
475
 
 
476
#: ../nova/compute/manager.py:588
 
477
#, python-format
 
478
msgid "Detaching volume from unknown instance %s"
 
479
msgstr "Detaching volume from unknown instance %s"
 
480
 
 
481
#: ../nova/scheduler/simple.py:53
 
482
#, python-format
 
483
msgid "Host %s is not alive"
 
484
msgstr "Host %s is not alive"
 
485
 
 
486
#: ../nova/scheduler/simple.py:65
 
487
msgid "All hosts have too many cores"
 
488
msgstr "All hosts have too many cores"
 
489
 
 
490
#: ../nova/scheduler/simple.py:87
 
491
#, python-format
 
492
msgid "Host %s not available"
 
493
msgstr "Host %s not available"
 
494
 
 
495
#: ../nova/scheduler/simple.py:99
 
496
msgid "All hosts have too many gigabytes"
 
497
msgstr "All hosts have too many gigabytes"
 
498
 
 
499
#: ../nova/scheduler/simple.py:119
 
500
msgid "All hosts have too many networks"
 
501
msgstr "All hosts have too many networks"
 
502
 
 
503
#: ../nova/volume/manager.py:85
 
504
#, python-format
 
505
msgid "Re-exporting %s volumes"
 
506
msgstr "Re-exporting %s volumes"
 
507
 
 
508
#: ../nova/volume/manager.py:90
 
509
#, python-format
 
510
msgid "volume %s: skipping export"
 
511
msgstr "volume %s: skipping export"
 
512
 
 
513
#: ../nova/volume/manager.py:96
 
514
#, python-format
 
515
msgid "volume %s: creating"
 
516
msgstr "volume %s: creating"
 
517
 
 
518
#: ../nova/volume/manager.py:108
 
519
#, python-format
 
520
msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
 
521
msgstr "volume %(vol_name)s: creating lv of size %(vol_size)sG"
 
522
 
 
523
#: ../nova/volume/manager.py:112
 
524
#, python-format
 
525
msgid "volume %s: creating export"
 
526
msgstr "volume %s: creating export"
 
527
 
 
528
#: ../nova/volume/manager.py:123
 
529
#, python-format
 
530
msgid "volume %s: created successfully"
 
531
msgstr "volume %s: created successfully"
 
532
 
 
533
#: ../nova/volume/manager.py:131
 
534
msgid "Volume is still attached"
 
535
msgstr "Volume is still attached"
 
536
 
 
537
#: ../nova/volume/manager.py:133
 
538
msgid "Volume is not local to this node"
 
539
msgstr "Volume is not local to this node"
 
540
 
 
541
#: ../nova/volume/manager.py:136
 
542
#, python-format
 
543
msgid "volume %s: removing export"
 
544
msgstr "volume %s: removing export"
 
545
 
 
546
#: ../nova/volume/manager.py:138
 
547
#, python-format
 
548
msgid "volume %s: deleting"
 
549
msgstr "volume %s: deleting"
 
550
 
 
551
#: ../nova/volume/manager.py:147
 
552
#, python-format
 
553
msgid "volume %s: deleted successfully"
 
554
msgstr "volume %s: deleted successfully"
 
555
 
 
556
#: ../nova/virt/xenapi/fake.py:74
 
557
#, python-format
 
558
msgid "%(text)s: _db_content => %(content)s"
 
559
msgstr "%(text)s: _db_content => %(content)s"
 
560
 
 
561
#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404
 
562
#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478
 
563
msgid "Raising NotImplemented"
 
564
msgstr "Raising NotImplemented"
 
565
 
 
566
#: ../nova/virt/xenapi/fake.py:306
 
567
#, python-format
 
568
msgid "xenapi.fake does not have an implementation for %s"
 
569
msgstr "xenapi.fake does not have an implementation for %s"
 
570
 
 
571
#: ../nova/virt/xenapi/fake.py:341
 
572
#, python-format
 
573
msgid "Calling %(localname)s %(impl)s"
 
574
msgstr "Calling %(localname)s %(impl)s"
 
575
 
 
576
#: ../nova/virt/xenapi/fake.py:346
 
577
#, python-format
 
578
msgid "Calling getter %s"
 
579
msgstr "Calling getter %s"
 
580
 
 
581
#: ../nova/virt/xenapi/fake.py:406
 
582
#, python-format
 
583
msgid ""
 
584
"xenapi.fake does not have an implementation for %s or it has been called "
 
585
"with the wrong number of arguments"
 
586
msgstr ""
 
587
"xenapi.fake does not have an implementation for %s or it has been called "
 
588
"with the wrong number of arguments"
 
589
 
 
590
#: ../nova/tests/test_cloud.py:256
 
591
msgid "Can't test instances without a real virtual env."
 
592
msgstr "Can't test instances without a real virtual env."
 
593
 
 
594
#: ../nova/tests/test_cloud.py:268
 
595
#, python-format
 
596
msgid "Need to watch instance %s until it's running..."
 
597
msgstr "Need to watch instance %s until it's running..."
 
598
 
 
599
#: ../nova/virt/connection.py:73
 
600
msgid "Failed to open connection to the hypervisor"
 
601
msgstr "Failed to open connection to the hypervisor"
 
602
 
 
603
#: ../nova/network/linux_net.py:187
 
604
#, python-format
 
605
msgid "Starting VLAN inteface %s"
 
606
msgstr "Starting VLAN inteface %s"
 
607
 
 
608
#: ../nova/network/linux_net.py:208
 
609
#, python-format
 
610
msgid "Starting Bridge interface for %s"
 
611
msgstr "Starting Bridge interface for %s"
 
612
 
 
613
#. pylint: disable=W0703
 
614
#: ../nova/network/linux_net.py:314
 
615
#, python-format
 
616
msgid "Hupping dnsmasq threw %s"
 
617
msgstr "Hupping dnsmasq threw %s"
 
618
 
 
619
#: ../nova/network/linux_net.py:316
 
620
#, python-format
 
621
msgid "Pid %d is stale, relaunching dnsmasq"
 
622
msgstr "Pid %d is stale, relaunching dnsmasq"
 
623
 
 
624
#. pylint: disable=W0703
 
625
#: ../nova/network/linux_net.py:358
 
626
#, python-format
 
627
msgid "killing radvd threw %s"
 
628
msgstr "killing radvd threw %s"
 
629
 
 
630
#: ../nova/network/linux_net.py:360
 
631
#, python-format
 
632
msgid "Pid %d is stale, relaunching radvd"
 
633
msgstr "Pid %d is stale, relaunching radvd"
 
634
 
 
635
#. pylint: disable=W0703
 
636
#: ../nova/network/linux_net.py:449
 
637
#, python-format
 
638
msgid "Killing dnsmasq threw %s"
 
639
msgstr "Killing dnsmasq threw %s"
 
640
 
 
641
#: ../nova/utils.py:58
 
642
#, python-format
 
643
msgid "Inner Exception: %s"
 
644
msgstr "Inner Exception: %s"
 
645
 
 
646
#: ../nova/utils.py:59
 
647
#, python-format
 
648
msgid "Class %s cannot be found"
 
649
msgstr "Class %s cannot be found"
 
650
 
 
651
#: ../nova/utils.py:118
 
652
#, python-format
 
653
msgid "Fetching %s"
 
654
msgstr "Fetching %s"
 
655
 
 
656
#: ../nova/utils.py:130
 
657
#, python-format
 
658
msgid "Running cmd (subprocess): %s"
 
659
msgstr "Running cmd (subprocess): %s"
 
660
 
 
661
#: ../nova/utils.py:143 ../nova/utils.py:183
 
662
#, python-format
 
663
msgid "Result was %s"
 
664
msgstr "Result was %s"
 
665
 
 
666
#: ../nova/utils.py:159
 
667
#, python-format
 
668
msgid "Running cmd (SSH): %s"
 
669
msgstr "Running cmd (SSH): %s"
 
670
 
 
671
#: ../nova/utils.py:217
 
672
#, python-format
 
673
msgid "debug in callback: %s"
 
674
msgstr "debug in callback: %s"
 
675
 
 
676
#: ../nova/utils.py:222
 
677
#, python-format
 
678
msgid "Running %s"
 
679
msgstr "Running %s"
 
680
 
 
681
#: ../nova/utils.py:262
 
682
#, python-format
 
683
msgid "Link Local address is not found.:%s"
 
684
msgstr "Link Local address is not found.:%s"
 
685
 
 
686
#: ../nova/utils.py:265
 
687
#, python-format
 
688
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
 
689
msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s"
 
690
 
 
691
#: ../nova/utils.py:363
 
692
#, python-format
 
693
msgid "Invalid backend: %s"
 
694
msgstr "Invalid backend: %s"
 
695
 
 
696
#: ../nova/utils.py:374
 
697
#, python-format
 
698
msgid "backend %s"
 
699
msgstr "backend %s"
 
700
 
 
701
#: ../nova/fakerabbit.py:49
 
702
#, python-format
 
703
msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
 
704
msgstr "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
 
705
 
 
706
#: ../nova/fakerabbit.py:54
 
707
#, python-format
 
708
msgid "Publishing to route %s"
 
709
msgstr "Publishing to route %s"
 
710
 
 
711
#: ../nova/fakerabbit.py:84
 
712
#, python-format
 
713
msgid "Declaring queue %s"
 
714
msgstr "Declaring queue %s"
 
715
 
 
716
#: ../nova/fakerabbit.py:90
 
717
#, python-format
 
718
msgid "Declaring exchange %s"
 
719
msgstr "Declaring exchange %s"
 
720
 
 
721
#: ../nova/fakerabbit.py:96
 
722
#, python-format
 
723
msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
 
724
msgstr "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
 
725
 
 
726
#: ../nova/fakerabbit.py:121
 
727
#, python-format
 
728
msgid "Getting from %(queue)s: %(message)s"
 
729
msgstr "Getting from %(queue)s: %(message)s"
 
730
 
 
731
#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171
 
732
#, python-format
 
733
msgid "Created VM %s..."
 
734
msgstr "Created VM %s..."
 
735
 
 
736
#: ../nova/virt/xenapi/vm_utils.py:138
 
737
#, python-format
 
738
msgid "Created VM %(instance_name)s as %(vm_ref)s."
 
739
msgstr "Created VM %(instance_name)s as %(vm_ref)s."
 
740
 
 
741
#: ../nova/virt/xenapi/vm_utils.py:168
 
742
#, python-format
 
743
msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
 
744
msgstr "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
 
745
 
 
746
#: ../nova/virt/xenapi/vm_utils.py:171
 
747
#, python-format
 
748
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
 
749
msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
 
750
 
 
751
#: ../nova/virt/xenapi/vm_utils.py:187
 
752
#, python-format
 
753
msgid "VBD not found in instance %s"
 
754
msgstr "VBD not found in instance %s"
 
755
 
 
756
#: ../nova/virt/xenapi/vm_utils.py:197
 
757
#, python-format
 
758
msgid "Unable to unplug VBD %s"
 
759
msgstr "Unable to unplug VBD %s"
 
760
 
 
761
#: ../nova/virt/xenapi/vm_utils.py:209
 
762
#, python-format
 
763
msgid "Unable to destroy VBD %s"
 
764
msgstr "Unable to destroy VBD %s"
 
765
 
 
766
#: ../nova/virt/xenapi/vm_utils.py:224
 
767
#, python-format
 
768
msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s."
 
769
msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s."
 
770
 
 
771
#: ../nova/virt/xenapi/vm_utils.py:227
 
772
#, python-format
 
773
msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
 
774
msgstr "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
 
775
 
 
776
#: ../nova/virt/xenapi/vm_utils.py:246
 
777
#, python-format
 
778
msgid ""
 
779
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on "
 
780
"%(sr_ref)s."
 
781
msgstr ""
 
782
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on "
 
783
"%(sr_ref)s."
 
784
 
 
785
#. TODO(sirp): Add quiesce and VSS locking support when Windows support
 
786
#. is added
 
787
#: ../nova/virt/xenapi/vm_utils.py:258
 
788
#, python-format
 
789
msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..."
 
790
msgstr "Snapshotting VM %(vm_ref)s with label '%(label)s'..."
 
791
 
 
792
#: ../nova/virt/xenapi/vm_utils.py:272
 
793
#, python-format
 
794
msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s."
 
795
msgstr "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s."
 
796
 
 
797
#: ../nova/virt/xenapi/vm_utils.py:286
 
798
#, python-format
 
799
msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
 
800
msgstr "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
 
801
 
 
802
#: ../nova/virt/xenapi/vm_utils.py:327
 
803
#, python-format
 
804
msgid "Size for image %(image)s:%(virtual_size)d"
 
805
msgstr "Size for image %(image)s:%(virtual_size)d"
 
806
 
 
807
#: ../nova/virt/xenapi/vm_utils.py:332
 
808
#, python-format
 
809
msgid "Glance image %s"
 
810
msgstr "Glance image %s"
 
811
 
 
812
#. we need to invoke a plugin for copying VDI's
 
813
#. content into proper path
 
814
#: ../nova/virt/xenapi/vm_utils.py:342
 
815
#, python-format
 
816
msgid "Copying VDI %s to /boot/guest on dom0"
 
817
msgstr "Copying VDI %s to /boot/guest on dom0"
 
818
 
 
819
#: ../nova/virt/xenapi/vm_utils.py:352
 
820
#, python-format
 
821
msgid "Kernel/Ramdisk VDI %s destroyed"
 
822
msgstr "Kernel/Ramdisk VDI %s destroyed"
 
823
 
 
824
#: ../nova/virt/xenapi/vm_utils.py:361
 
825
#, python-format
 
826
msgid "Asking xapi to fetch %(url)s as %(access)s"
 
827
msgstr "Asking xapi to fetch %(url)s as %(access)s"
 
828
 
 
829
#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402
 
830
#, python-format
 
831
msgid "Looking up vdi %s for PV kernel"
 
832
msgstr "Looking up vdi %s for PV kernel"
 
833
 
 
834
#: ../nova/virt/xenapi/vm_utils.py:397
 
835
#, python-format
 
836
msgid "PV Kernel in VDI:%s"
 
837
msgstr "PV Kernel in VDI:%s"
 
838
 
 
839
#: ../nova/virt/xenapi/vm_utils.py:405
 
840
#, python-format
 
841
msgid "Running pygrub against %s"
 
842
msgstr "Running pygrub against %s"
 
843
 
 
844
#: ../nova/virt/xenapi/vm_utils.py:411
 
845
#, python-format
 
846
msgid "Found Xen kernel %s"
 
847
msgstr "Found Xen kernel %s"
 
848
 
 
849
#: ../nova/virt/xenapi/vm_utils.py:413
 
850
msgid "No Xen kernel found.  Booting HVM."
 
851
msgstr "No Xen kernel found.  Booting HVM."
 
852
 
 
853
#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431
 
854
#, python-format
 
855
msgid "duplicate name found: %s"
 
856
msgstr "duplicate name found: %s"
 
857
 
 
858
#: ../nova/virt/xenapi/vm_utils.py:442
 
859
#, python-format
 
860
msgid "VDI %s is still available"
 
861
msgstr "VDI %s is still available"
 
862
 
 
863
#: ../nova/virt/xenapi/vm_utils.py:463
 
864
#, python-format
 
865
msgid "(VM_UTILS) xenserver vm state -> |%s|"
 
866
msgstr "(VM_UTILS) xenserver vm state -> |%s|"
 
867
 
 
868
#: ../nova/virt/xenapi/vm_utils.py:465
 
869
#, python-format
 
870
msgid "(VM_UTILS) xenapi power_state -> |%s|"
 
871
msgstr "(VM_UTILS) xenapi power_state -> |%s|"
 
872
 
 
873
#: ../nova/virt/xenapi/vm_utils.py:525
 
874
#, python-format
 
875
msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s"
 
876
msgstr "VHD %(vdi_uuid)s has parent %(parent_ref)s"
 
877
 
 
878
#: ../nova/virt/xenapi/vm_utils.py:542
 
879
#, python-format
 
880
msgid "Re-scanning SR %s"
 
881
msgstr "Re-scanning SR %s"
 
882
 
 
883
#: ../nova/virt/xenapi/vm_utils.py:567
 
884
#, python-format
 
885
msgid ""
 
886
"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..."
 
887
msgstr ""
 
888
"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..."
 
889
 
 
890
#: ../nova/virt/xenapi/vm_utils.py:574
 
891
#, python-format
 
892
msgid ""
 
893
"Parent %(parent_uuid)s doesn't match original parent "
 
894
"%(original_parent_uuid)s, waiting for coalesce..."
 
895
msgstr ""
 
896
"Parent %(parent_uuid)s doesn't match original parent "
 
897
"%(original_parent_uuid)s, waiting for coalesce..."
 
898
 
 
899
#: ../nova/virt/xenapi/vm_utils.py:590
 
900
#, python-format
 
901
msgid "No VDIs found for VM %s"
 
902
msgstr "No VDIs found for VM %s"
 
903
 
 
904
#: ../nova/virt/xenapi/vm_utils.py:594
 
905
#, python-format
 
906
msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s"
 
907
msgstr "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s"
 
908
 
 
909
#: ../nova/virt/xenapi/vm_utils.py:653
 
910
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188
 
911
#, python-format
 
912
msgid "Creating VBD for VDI %s ... "
 
913
msgstr "Creating VBD for VDI %s ... "
 
914
 
 
915
#: ../nova/virt/xenapi/vm_utils.py:655
 
916
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190
 
917
#, python-format
 
918
msgid "Creating VBD for VDI %s done."
 
919
msgstr "Creating VBD for VDI %s done."
 
920
 
 
921
#: ../nova/virt/xenapi/vm_utils.py:657
 
922
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192
 
923
#, python-format
 
924
msgid "Plugging VBD %s ... "
 
925
msgstr "Plugging VBD %s ... "
 
926
 
 
927
#: ../nova/virt/xenapi/vm_utils.py:659
 
928
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194
 
929
#, python-format
 
930
msgid "Plugging VBD %s done."
 
931
msgstr "Plugging VBD %s done."
 
932
 
 
933
#: ../nova/virt/xenapi/vm_utils.py:661
 
934
#, python-format
 
935
msgid "VBD %(vbd)s plugged as %(orig_dev)s"
 
936
msgstr "VBD %(vbd)s plugged as %(orig_dev)s"
 
937
 
 
938
#: ../nova/virt/xenapi/vm_utils.py:664
 
939
#, python-format
 
940
msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s"
 
941
msgstr "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s"
 
942
 
 
943
#: ../nova/virt/xenapi/vm_utils.py:668
 
944
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197
 
945
#, python-format
 
946
msgid "Destroying VBD for VDI %s ... "
 
947
msgstr "Destroying VBD for VDI %s ... "
 
948
 
 
949
#: ../nova/virt/xenapi/vm_utils.py:671
 
950
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200
 
951
#, python-format
 
952
msgid "Destroying VBD for VDI %s done."
 
953
msgstr "Destroying VBD for VDI %s done."
 
954
 
 
955
#: ../nova/virt/xenapi/vm_utils.py:683
 
956
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211
 
957
msgid "VBD.unplug successful first time."
 
958
msgstr "VBD.unplug successful first time."
 
959
 
 
960
#: ../nova/virt/xenapi/vm_utils.py:688
 
961
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216
 
962
msgid "VBD.unplug rejected: retrying..."
 
963
msgstr "VBD.unplug rejected: retrying..."
 
964
 
 
965
#: ../nova/virt/xenapi/vm_utils.py:692
 
966
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220
 
967
msgid "VBD.unplug successful eventually."
 
968
msgstr "VBD.unplug successful eventually."
 
969
 
 
970
#: ../nova/virt/xenapi/vm_utils.py:695
 
971
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223
 
972
#, python-format
 
973
msgid "Ignoring XenAPI.Failure in VBD.unplug: %s"
 
974
msgstr "Ignoring XenAPI.Failure in VBD.unplug: %s"
 
975
 
 
976
#: ../nova/virt/xenapi/vm_utils.py:704
 
977
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66
 
978
#, python-format
 
979
msgid "Ignoring XenAPI.Failure %s"
 
980
msgstr "Ignoring XenAPI.Failure %s"
 
981
 
 
982
#: ../nova/virt/xenapi/vm_utils.py:735
 
983
#, python-format
 
984
msgid ""
 
985
"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..."
 
986
msgstr ""
 
987
"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..."
 
988
 
 
989
#: ../nova/virt/xenapi/vm_utils.py:747
 
990
#, python-format
 
991
msgid "Writing partition table %s done."
 
992
msgstr "Writing partition table %s done."
 
993
 
 
994
#: ../nova/tests/test_rpc.py:89
 
995
#, python-format
 
996
msgid "Nested received %(queue)s, %(value)s"
 
997
msgstr "Nested received %(queue)s, %(value)s"
 
998
 
 
999
#: ../nova/tests/test_rpc.py:95
 
1000
#, python-format
 
1001
msgid "Nested return %s"
 
1002
msgstr "Nested return %s"
 
1003
 
 
1004
#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126
 
1005
#, python-format
 
1006
msgid "Received %s"
 
1007
msgstr "Received %s"
 
1008
 
 
1009
#: ../nova/db/sqlalchemy/api.py:44
 
1010
msgid "Use of empty request context is deprecated"
 
1011
msgstr "Use of empty request context is deprecated"
 
1012
 
 
1013
#: ../nova/db/sqlalchemy/api.py:133
 
1014
#, python-format
 
1015
msgid "No service for id %s"
 
1016
msgstr "No service for id %s"
 
1017
 
 
1018
#: ../nova/db/sqlalchemy/api.py:251
 
1019
#, python-format
 
1020
msgid "No service for %(host)s, %(binary)s"
 
1021
msgstr ""
 
1022
 
 
1023
#: ../nova/db/sqlalchemy/api.py:592
 
1024
msgid "No fixed ips defined"
 
1025
msgstr ""
 
1026
 
 
1027
#: ../nova/db/sqlalchemy/api.py:608
 
1028
#, python-format
 
1029
msgid "No floating ip for address %s"
 
1030
msgstr ""
 
1031
 
 
1032
#: ../nova/db/sqlalchemy/api.py:629
 
1033
#, python-format
 
1034
msgid "No address for instance %s"
 
1035
msgstr ""
 
1036
 
 
1037
#: ../nova/db/sqlalchemy/api.py:961
 
1038
#, python-format
 
1039
msgid "no keypair for user %(user_id)s, name %(name)s"
 
1040
msgstr ""
 
1041
 
 
1042
#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156
 
1043
#, python-format
 
1044
msgid "No network for id %s"
 
1045
msgstr ""
 
1046
 
 
1047
#: ../nova/db/sqlalchemy/api.py:1086
 
1048
msgid "No networks defined"
 
1049
msgstr ""
 
1050
 
 
1051
#: ../nova/db/sqlalchemy/api.py:1115
 
1052
#, python-format
 
1053
msgid "No network for bridge %s"
 
1054
msgstr ""
 
1055
 
 
1056
#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142
 
1057
#, python-format
 
1058
msgid "No network for instance %s"
 
1059
msgstr ""
 
1060
 
 
1061
#: ../nova/db/sqlalchemy/api.py:1277
 
1062
#, python-format
 
1063
msgid "Token %s does not exist"
 
1064
msgstr ""
 
1065
 
 
1066
#: ../nova/db/sqlalchemy/api.py:1302
 
1067
#, python-format
 
1068
msgid "No quota for project_id %s"
 
1069
msgstr ""
 
1070
 
 
1071
#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501
 
1072
#: ../nova/api/ec2/__init__.py:323
 
1073
#, python-format
 
1074
msgid "Volume %s not found"
 
1075
msgstr ""
 
1076
 
 
1077
#: ../nova/db/sqlalchemy/api.py:1514
 
1078
#, python-format
 
1079
msgid "No export device found for volume %s"
 
1080
msgstr ""
 
1081
 
 
1082
#: ../nova/db/sqlalchemy/api.py:1527
 
1083
#, python-format
 
1084
msgid "No target id found for volume %s"
 
1085
msgstr ""
 
1086
 
 
1087
#: ../nova/db/sqlalchemy/api.py:1572
 
1088
#, python-format
 
1089
msgid "No security group with id %s"
 
1090
msgstr ""
 
1091
 
 
1092
#: ../nova/db/sqlalchemy/api.py:1589
 
1093
#, python-format
 
1094
msgid "No security group named %(group_name)s for project: %(project_id)s"
 
1095
msgstr ""
 
1096
 
 
1097
#: ../nova/db/sqlalchemy/api.py:1682
 
1098
#, python-format
 
1099
msgid "No secuity group rule with id %s"
 
1100
msgstr ""
 
1101
 
 
1102
#: ../nova/db/sqlalchemy/api.py:1756
 
1103
#, python-format
 
1104
msgid "No user for id %s"
 
1105
msgstr ""
 
1106
 
 
1107
#: ../nova/db/sqlalchemy/api.py:1772
 
1108
#, python-format
 
1109
msgid "No user for access key %s"
 
1110
msgstr ""
 
1111
 
 
1112
#: ../nova/db/sqlalchemy/api.py:1834
 
1113
#, python-format
 
1114
msgid "No project with id %s"
 
1115
msgstr ""
 
1116
 
 
1117
#: ../nova/db/sqlalchemy/api.py:1979
 
1118
#, python-format
 
1119
msgid "No console pool with id %(pool_id)s"
 
1120
msgstr ""
 
1121
 
 
1122
#: ../nova/db/sqlalchemy/api.py:1996
 
1123
#, python-format
 
1124
msgid ""
 
1125
"No console pool of type %(console_type)s for compute host %(compute_host)s "
 
1126
"on proxy host %(host)s"
 
1127
msgstr ""
 
1128
 
 
1129
#: ../nova/db/sqlalchemy/api.py:2035
 
1130
#, python-format
 
1131
msgid "No console for instance %(instance_id)s in pool %(pool_id)s"
 
1132
msgstr ""
 
1133
 
 
1134
#: ../nova/db/sqlalchemy/api.py:2057
 
1135
#, python-format
 
1136
msgid "on instance %s"
 
1137
msgstr ""
 
1138
 
 
1139
#: ../nova/db/sqlalchemy/api.py:2058
 
1140
#, python-format
 
1141
msgid "No console with id %(console_id)s %(idesc)s"
 
1142
msgstr ""
 
1143
 
 
1144
#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097
 
1145
#, python-format
 
1146
msgid "No zone with id %(zone_id)s"
 
1147
msgstr ""
 
1148
 
 
1149
#: ../nova/virt/libvirt_conn.py:160
 
1150
#, python-format
 
1151
msgid "Checking state of %s"
 
1152
msgstr ""
 
1153
 
 
1154
#: ../nova/virt/libvirt_conn.py:165
 
1155
#, python-format
 
1156
msgid "Current state of %(name)s was %(state)s."
 
1157
msgstr ""
 
1158
 
 
1159
#: ../nova/virt/libvirt_conn.py:183
 
1160
#, python-format
 
1161
msgid "Connecting to libvirt: %s"
 
1162
msgstr ""
 
1163
 
 
1164
#: ../nova/virt/libvirt_conn.py:196
 
1165
msgid "Connection to libvirt broke"
 
1166
msgstr ""
 
1167
 
 
1168
#: ../nova/virt/libvirt_conn.py:258
 
1169
#, python-format
 
1170
msgid "instance %(instance_name)s: deleting instance files %(target)s"
 
1171
msgstr ""
 
1172
 
 
1173
#: ../nova/virt/libvirt_conn.py:283
 
1174
#, python-format
 
1175
msgid "Invalid device path %s"
 
1176
msgstr ""
 
1177
 
 
1178
#: ../nova/virt/libvirt_conn.py:313
 
1179
#, python-format
 
1180
msgid "No disk at %s"
 
1181
msgstr ""
 
1182
 
 
1183
#: ../nova/virt/libvirt_conn.py:320
 
1184
msgid "Instance snapshotting is not supported for libvirtat this time"
 
1185
msgstr ""
 
1186
 
 
1187
#: ../nova/virt/libvirt_conn.py:336
 
1188
#, python-format
 
1189
msgid "instance %s: rebooted"
 
1190
msgstr ""
 
1191
 
 
1192
#: ../nova/virt/libvirt_conn.py:339
 
1193
#, python-format
 
1194
msgid "_wait_for_reboot failed: %s"
 
1195
msgstr ""
 
1196
 
 
1197
#: ../nova/virt/libvirt_conn.py:382
 
1198
#, python-format
 
1199
msgid "instance %s: rescued"
 
1200
msgstr ""
 
1201
 
 
1202
#: ../nova/virt/libvirt_conn.py:385
 
1203
#, python-format
 
1204
msgid "_wait_for_rescue failed: %s"
 
1205
msgstr ""
 
1206
 
 
1207
#: ../nova/virt/libvirt_conn.py:411
 
1208
#, python-format
 
1209
msgid "instance %s: is running"
 
1210
msgstr ""
 
1211
 
 
1212
#: ../nova/virt/libvirt_conn.py:422
 
1213
#, python-format
 
1214
msgid "instance %s: booted"
 
1215
msgstr ""
 
1216
 
 
1217
#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186
 
1218
#, python-format
 
1219
msgid "instance %s: failed to boot"
 
1220
msgstr ""
 
1221
 
 
1222
#: ../nova/virt/libvirt_conn.py:436
 
1223
#, python-format
 
1224
msgid "virsh said: %r"
 
1225
msgstr ""
 
1226
 
 
1227
#: ../nova/virt/libvirt_conn.py:440
 
1228
msgid "cool, it's a device"
 
1229
msgstr ""
 
1230
 
 
1231
#: ../nova/virt/libvirt_conn.py:448
 
1232
#, python-format
 
1233
msgid "data: %(data)r, fpath: %(fpath)r"
 
1234
msgstr ""
 
1235
 
 
1236
#: ../nova/virt/libvirt_conn.py:456
 
1237
#, python-format
 
1238
msgid "Contents of file %(fpath)s: %(contents)r"
 
1239
msgstr ""
 
1240
 
 
1241
#: ../nova/virt/libvirt_conn.py:489
 
1242
msgid "Unable to find an open port"
 
1243
msgstr ""
 
1244
 
 
1245
#: ../nova/virt/libvirt_conn.py:563
 
1246
#, python-format
 
1247
msgid "instance %s: Creating image"
 
1248
msgstr ""
 
1249
 
 
1250
#: ../nova/virt/libvirt_conn.py:646
 
1251
#, python-format
 
1252
msgid "instance %(inst_name)s: injecting key into image %(img_id)s"
 
1253
msgstr ""
 
1254
 
 
1255
#: ../nova/virt/libvirt_conn.py:649
 
1256
#, python-format
 
1257
msgid "instance %(inst_name)s: injecting net into image %(img_id)s"
 
1258
msgstr ""
 
1259
 
 
1260
#. This could be a windows image, or a vmdk format disk
 
1261
#: ../nova/virt/libvirt_conn.py:657
 
1262
#, python-format
 
1263
msgid ""
 
1264
"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s "
 
1265
"(%(e)s)"
 
1266
msgstr ""
 
1267
 
 
1268
#. TODO(termie): cache?
 
1269
#: ../nova/virt/libvirt_conn.py:665
 
1270
#, python-format
 
1271
msgid "instance %s: starting toXML method"
 
1272
msgstr ""
 
1273
 
 
1274
#: ../nova/virt/libvirt_conn.py:732
 
1275
#, python-format
 
1276
msgid "instance %s: finished toXML method"
 
1277
msgstr ""
 
1278
 
 
1279
#: ../nova/virt/libvirt_conn.py:751
 
1280
msgid "diagnostics are not supported for libvirt"
 
1281
msgstr ""
 
1282
 
 
1283
#: ../nova/virt/libvirt_conn.py:1225
 
1284
#, python-format
 
1285
msgid "Attempted to unfilter instance %s which is not filtered"
 
1286
msgstr ""
 
1287
 
 
1288
#: ../nova/api/ec2/metadatarequesthandler.py:76
 
1289
#, python-format
 
1290
msgid "Failed to get metadata for ip: %s"
 
1291
msgstr ""
 
1292
 
 
1293
#: ../nova/auth/fakeldap.py:33
 
1294
msgid "Attempted to instantiate singleton"
 
1295
msgstr ""
 
1296
 
 
1297
#: ../nova/network/api.py:39
 
1298
#, python-format
 
1299
msgid "Quota exceeeded for %s, tried to allocate address"
 
1300
msgstr ""
 
1301
 
 
1302
#: ../nova/network/api.py:42
 
1303
msgid "Address quota exceeded. You cannot allocate any more addresses"
 
1304
msgstr ""
 
1305
 
 
1306
#: ../nova/tests/test_volume.py:162
 
1307
#, python-format
 
1308
msgid "Target %s allocated"
 
1309
msgstr ""
 
1310
 
 
1311
#: ../nova/virt/images.py:70
 
1312
#, python-format
 
1313
msgid "Finished retreving %(url)s -- placed in %(path)s"
 
1314
msgstr ""
 
1315
 
 
1316
#: ../nova/scheduler/driver.py:66
 
1317
msgid "Must implement a fallback schedule"
 
1318
msgstr ""
 
1319
 
 
1320
#: ../nova/console/manager.py:70
 
1321
msgid "Adding console"
 
1322
msgstr ""
 
1323
 
 
1324
#: ../nova/console/manager.py:90
 
1325
#, python-format
 
1326
msgid "Tried to remove non-existant console %(console_id)s."
 
1327
msgstr ""
 
1328
 
 
1329
#: ../nova/api/direct.py:149
 
1330
msgid "not available"
 
1331
msgstr ""
 
1332
 
 
1333
#: ../nova/api/ec2/cloud.py:62
 
1334
#, python-format
 
1335
msgid "The key_pair %s already exists"
 
1336
msgstr ""
 
1337
 
 
1338
#. TODO(vish): Do this with M2Crypto instead
 
1339
#: ../nova/api/ec2/cloud.py:118
 
1340
#, python-format
 
1341
msgid "Generating root CA: %s"
 
1342
msgstr ""
 
1343
 
 
1344
#: ../nova/api/ec2/cloud.py:303
 
1345
#, python-format
 
1346
msgid "Create key pair %s"
 
1347
msgstr ""
 
1348
 
 
1349
#: ../nova/api/ec2/cloud.py:311
 
1350
#, python-format
 
1351
msgid "Delete key pair %s"
 
1352
msgstr ""
 
1353
 
 
1354
#: ../nova/api/ec2/cloud.py:386
 
1355
#, python-format
 
1356
msgid "%s is not a valid ipProtocol"
 
1357
msgstr ""
 
1358
 
 
1359
#: ../nova/api/ec2/cloud.py:390
 
1360
msgid "Invalid port range"
 
1361
msgstr ""
 
1362
 
 
1363
#: ../nova/api/ec2/cloud.py:421
 
1364
#, python-format
 
1365
msgid "Revoke security group ingress %s"
 
1366
msgstr ""
 
1367
 
 
1368
#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459
 
1369
msgid "Not enough parameters to build a valid rule."
 
1370
msgstr ""
 
1371
 
 
1372
#: ../nova/api/ec2/cloud.py:443
 
1373
msgid "No rule for the specified parameters."
 
1374
msgstr ""
 
1375
 
 
1376
#: ../nova/api/ec2/cloud.py:450
 
1377
#, python-format
 
1378
msgid "Authorize security group ingress %s"
 
1379
msgstr ""
 
1380
 
 
1381
#: ../nova/api/ec2/cloud.py:464
 
1382
#, python-format
 
1383
msgid "This rule already exists in group %s"
 
1384
msgstr ""
 
1385
 
 
1386
#: ../nova/api/ec2/cloud.py:492
 
1387
#, python-format
 
1388
msgid "Create Security Group %s"
 
1389
msgstr ""
 
1390
 
 
1391
#: ../nova/api/ec2/cloud.py:495
 
1392
#, python-format
 
1393
msgid "group %s already exists"
 
1394
msgstr ""
 
1395
 
 
1396
#: ../nova/api/ec2/cloud.py:507
 
1397
#, python-format
 
1398
msgid "Delete security group %s"
 
1399
msgstr ""
 
1400
 
 
1401
#: ../nova/api/ec2/cloud.py:584
 
1402
#, python-format
 
1403
msgid "Create volume of %s GB"
 
1404
msgstr ""
 
1405
 
 
1406
#: ../nova/api/ec2/cloud.py:612
 
1407
#, python-format
 
1408
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
 
1409
msgstr ""
 
1410
 
 
1411
#: ../nova/api/ec2/cloud.py:629
 
1412
#, python-format
 
1413
msgid "Detach volume %s"
 
1414
msgstr ""
 
1415
 
 
1416
#: ../nova/api/ec2/cloud.py:761
 
1417
msgid "Allocate address"
 
1418
msgstr ""
 
1419
 
 
1420
#: ../nova/api/ec2/cloud.py:766
 
1421
#, python-format
 
1422
msgid "Release address %s"
 
1423
msgstr ""
 
1424
 
 
1425
#: ../nova/api/ec2/cloud.py:771
 
1426
#, python-format
 
1427
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
 
1428
msgstr ""
 
1429
 
 
1430
#: ../nova/api/ec2/cloud.py:780
 
1431
#, python-format
 
1432
msgid "Disassociate address %s"
 
1433
msgstr ""
 
1434
 
 
1435
#: ../nova/api/ec2/cloud.py:807
 
1436
msgid "Going to start terminating instances"
 
1437
msgstr ""
 
1438
 
 
1439
#: ../nova/api/ec2/cloud.py:815
 
1440
#, python-format
 
1441
msgid "Reboot instance %r"
 
1442
msgstr ""
 
1443
 
 
1444
#: ../nova/api/ec2/cloud.py:867
 
1445
#, python-format
 
1446
msgid "De-registering image %s"
 
1447
msgstr ""
 
1448
 
 
1449
#: ../nova/api/ec2/cloud.py:875
 
1450
#, python-format
 
1451
msgid "Registered image %(image_location)s with id %(image_id)s"
 
1452
msgstr ""
 
1453
 
 
1454
#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900
 
1455
#, python-format
 
1456
msgid "attribute not supported: %s"
 
1457
msgstr ""
 
1458
 
 
1459
#: ../nova/api/ec2/cloud.py:890
 
1460
#, python-format
 
1461
msgid "invalid id: %s"
 
1462
msgstr ""
 
1463
 
 
1464
#: ../nova/api/ec2/cloud.py:903
 
1465
msgid "user or group not specified"
 
1466
msgstr ""
 
1467
 
 
1468
#: ../nova/api/ec2/cloud.py:905
 
1469
msgid "only group \"all\" is supported"
 
1470
msgstr ""
 
1471
 
 
1472
#: ../nova/api/ec2/cloud.py:907
 
1473
msgid "operation_type must be add or remove"
 
1474
msgstr ""
 
1475
 
 
1476
#: ../nova/api/ec2/cloud.py:908
 
1477
#, python-format
 
1478
msgid "Updating image %s publicity"
 
1479
msgstr ""
 
1480
 
 
1481
#: ../bin/nova-api.py:52
 
1482
#, python-format
 
1483
msgid "Using paste.deploy config at: %s"
 
1484
msgstr ""
 
1485
 
 
1486
#: ../bin/nova-api.py:57
 
1487
#, python-format
 
1488
msgid "No paste configuration for app: %s"
 
1489
msgstr ""
 
1490
 
 
1491
#: ../bin/nova-api.py:59
 
1492
#, python-format
 
1493
msgid ""
 
1494
"App Config: %(api)s\n"
 
1495
"%(config)r"
 
1496
msgstr ""
 
1497
 
 
1498
#: ../bin/nova-api.py:64
 
1499
#, python-format
 
1500
msgid "Running %s API"
 
1501
msgstr ""
 
1502
 
 
1503
#: ../bin/nova-api.py:69
 
1504
#, python-format
 
1505
msgid "No known API applications configured in %s."
 
1506
msgstr ""
 
1507
 
 
1508
#: ../bin/nova-api.py:83
 
1509
#, python-format
 
1510
msgid "Starting nova-api node (version %s)"
 
1511
msgstr ""
 
1512
 
 
1513
#: ../bin/nova-api.py:89
 
1514
#, python-format
 
1515
msgid "No paste configuration found for: %s"
 
1516
msgstr ""
 
1517
 
 
1518
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84
 
1519
#, python-format
 
1520
msgid "Argument %(key)s value %(value)s is too short."
 
1521
msgstr ""
 
1522
 
 
1523
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89
 
1524
#, python-format
 
1525
msgid "Argument %(key)s value %(value)s contains invalid characters."
 
1526
msgstr ""
 
1527
 
 
1528
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94
 
1529
#, python-format
 
1530
msgid "Argument %(key)s value %(value)s starts with a hyphen."
 
1531
msgstr ""
 
1532
 
 
1533
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102
 
1534
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130
 
1535
#, python-format
 
1536
msgid "Argument %s is required."
 
1537
msgstr ""
 
1538
 
 
1539
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117
 
1540
#, python-format
 
1541
msgid ""
 
1542
"Argument %(key)s may not take value %(value)s. Valid values are ['true', "
 
1543
"'false']."
 
1544
msgstr ""
 
1545
 
 
1546
#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163
 
1547
#, python-format
 
1548
msgid ""
 
1549
"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s."
 
1550
msgstr ""
 
1551
 
 
1552
#: ../nova/virt/xenapi/vmops.py:67
 
1553
#, python-format
 
1554
msgid "Attempted to create non-unique name %s"
 
1555
msgstr ""
 
1556
 
 
1557
#: ../nova/virt/xenapi/vmops.py:73
 
1558
#, python-format
 
1559
msgid "instance %(name)s: not enough free memory"
 
1560
msgstr ""
 
1561
 
 
1562
#: ../nova/virt/xenapi/vmops.py:148
 
1563
#, python-format
 
1564
msgid "Starting VM %s..."
 
1565
msgstr ""
 
1566
 
 
1567
#: ../nova/virt/xenapi/vmops.py:151
 
1568
#, python-format
 
1569
msgid "Spawning VM %(instance_name)s created %(vm_ref)s."
 
1570
msgstr ""
 
1571
 
 
1572
#: ../nova/virt/xenapi/vmops.py:162
 
1573
#, python-format
 
1574
msgid "Invalid value for onset_files: '%s'"
 
1575
msgstr ""
 
1576
 
 
1577
#: ../nova/virt/xenapi/vmops.py:167
 
1578
#, python-format
 
1579
msgid "Injecting file path: '%s'"
 
1580
msgstr ""
 
1581
 
 
1582
#: ../nova/virt/xenapi/vmops.py:180
 
1583
#, python-format
 
1584
msgid "Instance %s: booted"
 
1585
msgstr ""
 
1586
 
 
1587
#: ../nova/virt/xenapi/vmops.py:232
 
1588
#, python-format
 
1589
msgid "Instance not present %s"
 
1590
msgstr ""
 
1591
 
 
1592
#. TODO(sirp): Add quiesce and VSS locking support when Windows support
 
1593
#. is added
 
1594
#: ../nova/virt/xenapi/vmops.py:261
 
1595
#, python-format
 
1596
msgid "Starting snapshot for VM %s"
 
1597
msgstr ""
 
1598
 
 
1599
#: ../nova/virt/xenapi/vmops.py:269
 
1600
#, python-format
 
1601
msgid "Unable to Snapshot %(vm_ref)s: %(exc)s"
 
1602
msgstr ""
 
1603
 
 
1604
#: ../nova/virt/xenapi/vmops.py:280
 
1605
#, python-format
 
1606
msgid "Finished snapshot and upload for VM %s"
 
1607
msgstr ""
 
1608
 
 
1609
#: ../nova/virt/xenapi/vmops.py:356
 
1610
#, python-format
 
1611
msgid "VM %(vm)s already halted, skipping shutdown..."
 
1612
msgstr ""
 
1613
 
 
1614
#: ../nova/virt/xenapi/vmops.py:389
 
1615
msgid "Removing kernel/ramdisk files"
 
1616
msgstr ""
 
1617
 
 
1618
#: ../nova/virt/xenapi/vmops.py:399
 
1619
msgid "kernel/ramdisk files removed"
 
1620
msgstr ""
 
1621
 
 
1622
#: ../nova/virt/xenapi/vmops.py:561
 
1623
#, python-format
 
1624
msgid ""
 
1625
"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; "
 
1626
"args=%(strargs)s"
 
1627
msgstr ""
 
1628
 
 
1629
#: ../nova/virt/xenapi/vmops.py:564
 
1630
#, python-format
 
1631
msgid ""
 
1632
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM "
 
1633
"id=%(instance_id)s; args=%(strargs)s"
 
1634
msgstr ""
 
1635
 
 
1636
#: ../nova/virt/xenapi/vmops.py:569
 
1637
#, python-format
 
1638
msgid ""
 
1639
"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; "
 
1640
"args=%(strargs)s"
 
1641
msgstr ""
 
1642
 
 
1643
#: ../nova/virt/xenapi/vmops.py:760
 
1644
#, python-format
 
1645
msgid "OpenSSL error: %s"
 
1646
msgstr ""
 
1647
 
 
1648
#: ../nova/tests/test_compute.py:148
 
1649
#, python-format
 
1650
msgid "Running instances: %s"
 
1651
msgstr ""
 
1652
 
 
1653
#: ../nova/tests/test_compute.py:154
 
1654
#, python-format
 
1655
msgid "After terminating instances: %s"
 
1656
msgstr ""
 
1657
 
 
1658
#: ../nova/cloudpipe/pipelib.py:45
 
1659
msgid "Template for script to run on cloudpipe instance boot"
 
1660
msgstr ""
 
1661
 
 
1662
#: ../nova/cloudpipe/pipelib.py:48
 
1663
msgid "Network to push into openvpn config"
 
1664
msgstr ""
 
1665
 
 
1666
#: ../nova/cloudpipe/pipelib.py:51
 
1667
msgid "Netmask to push into openvpn config"
 
1668
msgstr ""
 
1669
 
 
1670
#: ../nova/cloudpipe/pipelib.py:97
 
1671
#, python-format
 
1672
msgid "Launching VPN for %s"
 
1673
msgstr ""
 
1674
 
 
1675
#: ../nova/db/sqlalchemy/migration.py:35
 
1676
msgid "python-migrate is not installed. Exiting."
 
1677
msgstr ""
 
1678
 
 
1679
#: ../nova/image/s3.py:99
 
1680
#, python-format
 
1681
msgid "Image %s could not be found"
 
1682
msgstr ""
 
1683
 
 
1684
#: ../nova/api/ec2/__init__.py:121
 
1685
msgid "Too many failed authentications."
 
1686
msgstr ""
 
1687
 
 
1688
#: ../nova/api/ec2/__init__.py:131
 
1689
#, python-format
 
1690
msgid ""
 
1691
"Access key %(access_key)s has had %(failures)d failed authentications and "
 
1692
"will be locked out for %(lock_mins)d minutes."
 
1693
msgstr ""
 
1694
 
 
1695
#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140
 
1696
#, python-format
 
1697
msgid "Authentication Failure: %s"
 
1698
msgstr ""
 
1699
 
 
1700
#: ../nova/api/ec2/__init__.py:182
 
1701
#, python-format
 
1702
msgid "Authenticated Request For %(uname)s:%(pname)s)"
 
1703
msgstr ""
 
1704
 
 
1705
#: ../nova/api/ec2/__init__.py:207
 
1706
#, python-format
 
1707
msgid "action: %s"
 
1708
msgstr ""
 
1709
 
 
1710
#: ../nova/api/ec2/__init__.py:209
 
1711
#, python-format
 
1712
msgid "arg: %(key)s\t\tval: %(value)s"
 
1713
msgstr ""
 
1714
 
 
1715
#: ../nova/api/ec2/__init__.py:281
 
1716
#, python-format
 
1717
msgid ""
 
1718
"Unauthorized request for controller=%(controller)s and action=%(action)s"
 
1719
msgstr ""
 
1720
 
 
1721
#: ../nova/api/ec2/__init__.py:314
 
1722
#, python-format
 
1723
msgid "InstanceNotFound raised: %s"
 
1724
msgstr ""
 
1725
 
 
1726
#: ../nova/api/ec2/__init__.py:320
 
1727
#, python-format
 
1728
msgid "VolumeNotFound raised: %s"
 
1729
msgstr ""
 
1730
 
 
1731
#: ../nova/api/ec2/__init__.py:326
 
1732
#, python-format
 
1733
msgid "NotFound raised: %s"
 
1734
msgstr ""
 
1735
 
 
1736
#: ../nova/api/ec2/__init__.py:329
 
1737
#, python-format
 
1738
msgid "ApiError raised: %s"
 
1739
msgstr ""
 
1740
 
 
1741
#: ../nova/api/ec2/__init__.py:338
 
1742
#, python-format
 
1743
msgid "Unexpected error raised: %s"
 
1744
msgstr ""
 
1745
 
 
1746
#: ../nova/api/ec2/__init__.py:343
 
1747
msgid "An unknown error has occurred. Please try your request again."
 
1748
msgstr ""
 
1749
 
 
1750
#: ../nova/auth/dbdriver.py:84
 
1751
#, python-format
 
1752
msgid "User %s already exists"
 
1753
msgstr ""
 
1754
 
 
1755
#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232
 
1756
#, python-format
 
1757
msgid "Project can't be created because manager %s doesn't exist"
 
1758
msgstr ""
 
1759
 
 
1760
#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243
 
1761
#, python-format
 
1762
msgid "Project can't be created because user %s doesn't exist"
 
1763
msgstr ""
 
1764
 
 
1765
#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229
 
1766
#, python-format
 
1767
msgid "Project can't be created because project %s already exists"
 
1768
msgstr ""
 
1769
 
 
1770
#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268
 
1771
#, python-format
 
1772
msgid "Project can't be modified because manager %s doesn't exist"
 
1773
msgstr ""
 
1774
 
 
1775
#: ../nova/auth/dbdriver.py:245
 
1776
#, python-format
 
1777
msgid "User \"%s\" not found"
 
1778
msgstr ""
 
1779
 
 
1780
#: ../nova/auth/dbdriver.py:248
 
1781
#, python-format
 
1782
msgid "Project \"%s\" not found"
 
1783
msgstr ""
 
1784
 
 
1785
#: ../nova/virt/xenapi_conn.py:129
 
1786
msgid ""
 
1787
"Must specify xenapi_connection_url, xenapi_connection_username (optionally), "
 
1788
"and xenapi_connection_password to use connection_type=xenapi"
 
1789
msgstr ""
 
1790
 
 
1791
#: ../nova/virt/xenapi_conn.py:311
 
1792
#, python-format
 
1793
msgid "Task [%(name)s] %(task)s status: success    %(result)s"
 
1794
msgstr ""
 
1795
 
 
1796
#: ../nova/virt/xenapi_conn.py:317
 
1797
#, python-format
 
1798
msgid "Task [%(name)s] %(task)s status: %(status)s    %(error_info)s"
 
1799
msgstr ""
 
1800
 
 
1801
#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344
 
1802
#, python-format
 
1803
msgid "Got exception: %s"
 
1804
msgstr ""
 
1805
 
 
1806
#: ../nova/compute/monitor.py:259
 
1807
#, python-format
 
1808
msgid "updating %s..."
 
1809
msgstr ""
 
1810
 
 
1811
#: ../nova/compute/monitor.py:289
 
1812
msgid "unexpected error during update"
 
1813
msgstr ""
 
1814
 
 
1815
#: ../nova/compute/monitor.py:356
 
1816
#, python-format
 
1817
msgid "Cannot get blockstats for \"%(disk)s\" on \"%(iid)s\""
 
1818
msgstr ""
 
1819
 
 
1820
#: ../nova/compute/monitor.py:379
 
1821
#, python-format
 
1822
msgid "Cannot get ifstats for \"%(interface)s\" on \"%(iid)s\""
 
1823
msgstr ""
 
1824
 
 
1825
#: ../nova/compute/monitor.py:414
 
1826
msgid "unexpected exception getting connection"
 
1827
msgstr ""
 
1828
 
 
1829
#: ../nova/compute/monitor.py:429
 
1830
#, python-format
 
1831
msgid "Found instance: %s"
 
1832
msgstr ""
 
1833
 
 
1834
#: ../nova/volume/san.py:67
 
1835
#, python-format
 
1836
msgid "Could not find iSCSI export  for volume %s"
 
1837
msgstr ""
 
1838
 
 
1839
#: ../nova/api/ec2/apirequest.py:100
 
1840
#, python-format
 
1841
msgid ""
 
1842
"Unsupported API request: controller = %(controller)s, action = %(action)s"
 
1843
msgstr ""
 
1844
 
 
1845
#: ../nova/api/openstack/__init__.py:55
 
1846
#, python-format
 
1847
msgid "Caught error: %s"
 
1848
msgstr ""
 
1849
 
 
1850
#: ../nova/api/openstack/__init__.py:76
 
1851
msgid "Including admin operations in API."
 
1852
msgstr ""
 
1853
 
 
1854
#: ../nova/console/xvp.py:99
 
1855
msgid "Rebuilding xvp conf"
 
1856
msgstr ""
 
1857
 
 
1858
#: ../nova/console/xvp.py:116
 
1859
#, python-format
 
1860
msgid "Re-wrote %s"
 
1861
msgstr ""
 
1862
 
 
1863
#: ../nova/console/xvp.py:121
 
1864
msgid "Stopping xvp"
 
1865
msgstr ""
 
1866
 
 
1867
#: ../nova/console/xvp.py:134
 
1868
msgid "Starting xvp"
 
1869
msgstr ""
 
1870
 
 
1871
#: ../nova/console/xvp.py:141
 
1872
#, python-format
 
1873
msgid "Error starting xvp: %s"
 
1874
msgstr ""
 
1875
 
 
1876
#: ../nova/console/xvp.py:144
 
1877
msgid "Restarting xvp"
 
1878
msgstr ""
 
1879
 
 
1880
#: ../nova/console/xvp.py:146
 
1881
msgid "xvp not running..."
 
1882
msgstr ""
 
1883
 
 
1884
#: ../bin/nova-manage.py:272
 
1885
msgid ""
 
1886
"The above error may show that the database has not been created.\n"
 
1887
"Please create a database using nova-manage sync db before running this "
 
1888
"command."
 
1889
msgstr ""
 
1890
 
 
1891
#: ../bin/nova-manage.py:426
 
1892
msgid ""
 
1893
"No more networks available. If this is a new installation, you need\n"
 
1894
"to call something like this:\n"
 
1895
"\n"
 
1896
"    nova-manage network create 10.0.0.0/8 10 64\n"
 
1897
"\n"
 
1898
msgstr ""
 
1899
 
 
1900
#: ../bin/nova-manage.py:431
 
1901
msgid ""
 
1902
"The above error may show that the certificate db has not been created.\n"
 
1903
"Please create a database by running a nova-api server on this host."
 
1904
msgstr ""
 
1905
 
 
1906
#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536
 
1907
msgid "network"
 
1908
msgstr ""
 
1909
 
 
1910
#: ../bin/nova-manage.py:448
 
1911
msgid "IP address"
 
1912
msgstr ""
 
1913
 
 
1914
#: ../bin/nova-manage.py:449
 
1915
msgid "MAC address"
 
1916
msgstr ""
 
1917
 
 
1918
#: ../bin/nova-manage.py:450
 
1919
msgid "hostname"
 
1920
msgstr ""
 
1921
 
 
1922
#: ../bin/nova-manage.py:451
 
1923
msgid "host"
 
1924
msgstr ""
 
1925
 
 
1926
#: ../bin/nova-manage.py:537
 
1927
msgid "netmask"
 
1928
msgstr ""
 
1929
 
 
1930
#: ../bin/nova-manage.py:538
 
1931
msgid "start address"
 
1932
msgstr ""
 
1933
 
 
1934
#: ../nova/virt/disk.py:69
 
1935
#, python-format
 
1936
msgid "Failed to load partition: %s"
 
1937
msgstr ""
 
1938
 
 
1939
#: ../nova/virt/disk.py:91
 
1940
#, python-format
 
1941
msgid "Failed to mount filesystem: %s"
 
1942
msgstr ""
 
1943
 
 
1944
#: ../nova/virt/disk.py:124
 
1945
#, python-format
 
1946
msgid "nbd device %s did not show up"
 
1947
msgstr ""
 
1948
 
 
1949
#: ../nova/virt/disk.py:128
 
1950
#, python-format
 
1951
msgid "Could not attach image to loopback: %s"
 
1952
msgstr ""
 
1953
 
 
1954
#: ../nova/virt/disk.py:151
 
1955
msgid "No free nbd devices"
 
1956
msgstr ""
 
1957
 
 
1958
#: ../doc/ext/nova_todo.py:46
 
1959
#, python-format
 
1960
msgid "%(filename)s, line %(line_info)d"
 
1961
msgstr ""
 
1962
 
 
1963
#. FIXME(chiradeep): implement this
 
1964
#: ../nova/virt/hyperv.py:118
 
1965
msgid "In init host"
 
1966
msgstr ""
 
1967
 
 
1968
#: ../nova/virt/hyperv.py:131
 
1969
#, python-format
 
1970
msgid "Attempt to create duplicate vm %s"
 
1971
msgstr ""
 
1972
 
 
1973
#: ../nova/virt/hyperv.py:148
 
1974
#, python-format
 
1975
msgid "Starting VM %s "
 
1976
msgstr ""
 
1977
 
 
1978
#: ../nova/virt/hyperv.py:150
 
1979
#, python-format
 
1980
msgid "Started VM %s "
 
1981
msgstr ""
 
1982
 
 
1983
#: ../nova/virt/hyperv.py:152
 
1984
#, python-format
 
1985
msgid "spawn vm failed: %s"
 
1986
msgstr ""
 
1987
 
 
1988
#: ../nova/virt/hyperv.py:169
 
1989
#, python-format
 
1990
msgid "Failed to create VM %s"
 
1991
msgstr ""
 
1992
 
 
1993
#: ../nova/virt/hyperv.py:188
 
1994
#, python-format
 
1995
msgid "Set memory for vm %s..."
 
1996
msgstr ""
 
1997
 
 
1998
#: ../nova/virt/hyperv.py:198
 
1999
#, python-format
 
2000
msgid "Set vcpus for vm %s..."
 
2001
msgstr ""
 
2002
 
 
2003
#: ../nova/virt/hyperv.py:202
 
2004
#, python-format
 
2005
msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s"
 
2006
msgstr ""
 
2007
 
 
2008
#: ../nova/virt/hyperv.py:227
 
2009
#, python-format
 
2010
msgid "Failed to add diskdrive to VM %s"
 
2011
msgstr ""
 
2012
 
 
2013
#: ../nova/virt/hyperv.py:230
 
2014
#, python-format
 
2015
msgid "New disk drive path is %s"
 
2016
msgstr ""
 
2017
 
 
2018
#: ../nova/virt/hyperv.py:247
 
2019
#, python-format
 
2020
msgid "Failed to add vhd file to VM %s"
 
2021
msgstr ""
 
2022
 
 
2023
#: ../nova/virt/hyperv.py:249
 
2024
#, python-format
 
2025
msgid "Created disk for %s"
 
2026
msgstr ""
 
2027
 
 
2028
#: ../nova/virt/hyperv.py:253
 
2029
#, python-format
 
2030
msgid "Creating nic for %s "
 
2031
msgstr ""
 
2032
 
 
2033
#: ../nova/virt/hyperv.py:272
 
2034
msgid "Failed creating a port on the external vswitch"
 
2035
msgstr ""
 
2036
 
 
2037
#: ../nova/virt/hyperv.py:273
 
2038
#, python-format
 
2039
msgid "Failed creating port for %s"
 
2040
msgstr ""
 
2041
 
 
2042
#: ../nova/virt/hyperv.py:276
 
2043
#, python-format
 
2044
msgid "Created switch port %(vm_name)s on switch %(ext_path)s"
 
2045
msgstr ""
 
2046
 
 
2047
#: ../nova/virt/hyperv.py:286
 
2048
#, python-format
 
2049
msgid "Failed to add nic to VM %s"
 
2050
msgstr ""
 
2051
 
 
2052
#: ../nova/virt/hyperv.py:288
 
2053
#, python-format
 
2054
msgid "Created nic for %s "
 
2055
msgstr ""
 
2056
 
 
2057
#: ../nova/virt/hyperv.py:321
 
2058
#, python-format
 
2059
msgid "WMI job failed: %s"
 
2060
msgstr ""
 
2061
 
 
2062
#: ../nova/virt/hyperv.py:325
 
2063
#, python-format
 
2064
msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s "
 
2065
msgstr ""
 
2066
 
 
2067
#: ../nova/virt/hyperv.py:361
 
2068
#, python-format
 
2069
msgid "Got request to destroy vm %s"
 
2070
msgstr ""
 
2071
 
 
2072
#: ../nova/virt/hyperv.py:386
 
2073
#, python-format
 
2074
msgid "Failed to destroy vm %s"
 
2075
msgstr ""
 
2076
 
 
2077
#: ../nova/virt/hyperv.py:393
 
2078
#, python-format
 
2079
msgid "Del: disk %(vhdfile)s vm %(instance_name)s"
 
2080
msgstr ""
 
2081
 
 
2082
#: ../nova/virt/hyperv.py:415
 
2083
#, python-format
 
2084
msgid ""
 
2085
"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, "
 
2086
"num_cpu=%(numprocs)s, cpu_time=%(uptime)s"
 
2087
msgstr ""
 
2088
 
 
2089
#: ../nova/virt/hyperv.py:451
 
2090
#, python-format
 
2091
msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s"
 
2092
msgstr ""
 
2093
 
 
2094
#: ../nova/virt/hyperv.py:454
 
2095
#, python-format
 
2096
msgid "Failed to change vm state of %(vm_name)s to %(req_state)s"
 
2097
msgstr ""
 
2098
 
 
2099
#: ../nova/compute/api.py:71
 
2100
#, python-format
 
2101
msgid "Instance %d was not found in get_network_topic"
 
2102
msgstr ""
 
2103
 
 
2104
#: ../nova/compute/api.py:77
 
2105
#, python-format
 
2106
msgid "Instance %d has no host"
 
2107
msgstr ""
 
2108
 
 
2109
#: ../nova/compute/api.py:97
 
2110
#, python-format
 
2111
msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances"
 
2112
msgstr ""
 
2113
 
 
2114
#: ../nova/compute/api.py:99
 
2115
#, python-format
 
2116
msgid ""
 
2117
"Instance quota exceeded. You can only run %s more instances of this type."
 
2118
msgstr ""
 
2119
 
 
2120
#: ../nova/compute/api.py:112
 
2121
msgid "Creating a raw instance"
 
2122
msgstr ""
 
2123
 
 
2124
#: ../nova/compute/api.py:160
 
2125
#, python-format
 
2126
msgid "Going to run %s instances..."
 
2127
msgstr ""
 
2128
 
 
2129
#: ../nova/compute/api.py:187
 
2130
#, python-format
 
2131
msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s"
 
2132
msgstr ""
 
2133
 
 
2134
#: ../nova/compute/api.py:292
 
2135
#, python-format
 
2136
msgid "Going to try to terminate %s"
 
2137
msgstr ""
 
2138
 
 
2139
#: ../nova/compute/api.py:296
 
2140
#, python-format
 
2141
msgid "Instance %d was not found during terminate"
 
2142
msgstr ""
 
2143
 
 
2144
#: ../nova/compute/api.py:301
 
2145
#, python-format
 
2146
msgid "Instance %d is already being terminated"
 
2147
msgstr ""
 
2148
 
 
2149
#: ../nova/compute/api.py:481
 
2150
#, python-format
 
2151
msgid "Invalid device specified: %s. Example device: /dev/vdb"
 
2152
msgstr ""
 
2153
 
 
2154
#: ../nova/compute/api.py:496
 
2155
msgid "Volume isn't attached to anything!"
 
2156
msgstr ""
 
2157
 
 
2158
#: ../nova/rpc.py:98
 
2159
#, python-format
 
2160
msgid ""
 
2161
"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in "
 
2162
"%(fl_intv)d seconds."
 
2163
msgstr ""
 
2164
 
 
2165
#: ../nova/rpc.py:103
 
2166
#, python-format
 
2167
msgid "Unable to connect to AMQP server after %d tries. Shutting down."
 
2168
msgstr ""
 
2169
 
 
2170
#: ../nova/rpc.py:122
 
2171
msgid "Reconnected to queue"
 
2172
msgstr ""
 
2173
 
 
2174
#: ../nova/rpc.py:129
 
2175
msgid "Failed to fetch message from queue"
 
2176
msgstr ""
 
2177
 
 
2178
#: ../nova/rpc.py:159
 
2179
#, python-format
 
2180
msgid "Initing the Adapter Consumer for %s"
 
2181
msgstr ""
 
2182
 
 
2183
#: ../nova/rpc.py:178
 
2184
#, python-format
 
2185
msgid "received %s"
 
2186
msgstr ""
 
2187
 
 
2188
#. NOTE(vish): we may not want to ack here, but that means that bad
 
2189
#. messages stay in the queue indefinitely, so for now
 
2190
#. we just log the message and send an error string
 
2191
#. back to the caller
 
2192
#: ../nova/rpc.py:191
 
2193
#, python-format
 
2194
msgid "no method for message: %s"
 
2195
msgstr ""
 
2196
 
 
2197
#: ../nova/rpc.py:192
 
2198
#, python-format
 
2199
msgid "No method for message: %s"
 
2200
msgstr ""
 
2201
 
 
2202
#: ../nova/rpc.py:253
 
2203
#, python-format
 
2204
msgid "Returning exception %s to caller"
 
2205
msgstr ""
 
2206
 
 
2207
#: ../nova/rpc.py:294
 
2208
#, python-format
 
2209
msgid "unpacked context: %s"
 
2210
msgstr ""
 
2211
 
 
2212
#: ../nova/rpc.py:313
 
2213
msgid "Making asynchronous call..."
 
2214
msgstr ""
 
2215
 
 
2216
#: ../nova/rpc.py:316
 
2217
#, python-format
 
2218
msgid "MSG_ID is %s"
 
2219
msgstr ""
 
2220
 
 
2221
#: ../nova/rpc.py:354
 
2222
msgid "Making asynchronous cast..."
 
2223
msgstr ""
 
2224
 
 
2225
#: ../nova/rpc.py:364
 
2226
#, python-format
 
2227
msgid "response %s"
 
2228
msgstr ""
 
2229
 
 
2230
#: ../nova/rpc.py:373
 
2231
#, python-format
 
2232
msgid "topic is %s"
 
2233
msgstr ""
 
2234
 
 
2235
#: ../nova/rpc.py:374
 
2236
#, python-format
 
2237
msgid "message %s"
 
2238
msgstr ""
 
2239
 
 
2240
#: ../nova/volume/driver.py:78
 
2241
#, python-format
 
2242
msgid "Recovering from a failed execute.  Try number %s"
 
2243
msgstr ""
 
2244
 
 
2245
#: ../nova/volume/driver.py:87
 
2246
#, python-format
 
2247
msgid "volume group %s doesn't exist"
 
2248
msgstr ""
 
2249
 
 
2250
#: ../nova/volume/driver.py:220
 
2251
#, python-format
 
2252
msgid "FAKE AOE: %s"
 
2253
msgstr ""
 
2254
 
 
2255
#: ../nova/volume/driver.py:233
 
2256
msgid "Skipping ensure_export. No iscsi_target "
 
2257
msgstr ""
 
2258
 
 
2259
#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288
 
2260
msgid "Skipping remove_export. No iscsi_target "
 
2261
msgstr ""
 
2262
 
 
2263
#: ../nova/volume/driver.py:347
 
2264
#, python-format
 
2265
msgid "FAKE ISCSI: %s"
 
2266
msgstr ""
 
2267
 
 
2268
#: ../nova/volume/driver.py:359
 
2269
#, python-format
 
2270
msgid "rbd has no pool %s"
 
2271
msgstr ""
 
2272
 
 
2273
#: ../nova/volume/driver.py:414
 
2274
#, python-format
 
2275
msgid "Sheepdog is not working: %s"
 
2276
msgstr ""
 
2277
 
 
2278
#: ../nova/volume/driver.py:416
 
2279
msgid "Sheepdog is not working"
 
2280
msgstr ""
 
2281
 
 
2282
#: ../nova/wsgi.py:68
 
2283
#, python-format
 
2284
msgid "Starting %(arg0)s on %(host)s:%(port)s"
 
2285
msgstr ""
 
2286
 
 
2287
#: ../nova/wsgi.py:147
 
2288
msgid "You must implement __call__"
 
2289
msgstr ""
 
2290
 
 
2291
#: ../bin/nova-instancemonitor.py:55
 
2292
msgid "Starting instance monitor"
 
2293
msgstr ""
 
2294
 
 
2295
#: ../bin/nova-dhcpbridge.py:58
 
2296
msgid "leasing ip"
 
2297
msgstr ""
 
2298
 
 
2299
#: ../bin/nova-dhcpbridge.py:73
 
2300
msgid "Adopted old lease or got a change of mac/hostname"
 
2301
msgstr ""
 
2302
 
 
2303
#: ../bin/nova-dhcpbridge.py:80
 
2304
msgid "releasing ip"
 
2305
msgstr ""
 
2306
 
 
2307
#: ../bin/nova-dhcpbridge.py:123
 
2308
#, python-format
 
2309
msgid ""
 
2310
"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s "
 
2311
"on interface %(interface)s"
 
2312
msgstr ""
 
2313
 
 
2314
#: ../nova/virt/fake.py:239
 
2315
#, python-format
 
2316
msgid "Instance %s Not Found"
 
2317
msgstr ""
 
2318
 
 
2319
#: ../nova/network/manager.py:153
 
2320
#, python-format
 
2321
msgid "Dissassociated %s stale fixed ip(s)"
 
2322
msgstr ""
 
2323
 
 
2324
#: ../nova/network/manager.py:157
 
2325
msgid "setting network host"
 
2326
msgstr ""
 
2327
 
 
2328
#: ../nova/network/manager.py:212
 
2329
#, python-format
 
2330
msgid "Leasing IP %s"
 
2331
msgstr ""
 
2332
 
 
2333
#: ../nova/network/manager.py:216
 
2334
#, python-format
 
2335
msgid "IP %s leased that isn't associated"
 
2336
msgstr ""
 
2337
 
 
2338
#: ../nova/network/manager.py:220
 
2339
#, python-format
 
2340
msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s"
 
2341
msgstr ""
 
2342
 
 
2343
#: ../nova/network/manager.py:228
 
2344
#, python-format
 
2345
msgid "IP %s leased that was already deallocated"
 
2346
msgstr ""
 
2347
 
 
2348
#: ../nova/network/manager.py:233
 
2349
#, python-format
 
2350
msgid "Releasing IP %s"
 
2351
msgstr ""
 
2352
 
 
2353
#: ../nova/network/manager.py:237
 
2354
#, python-format
 
2355
msgid "IP %s released that isn't associated"
 
2356
msgstr ""
 
2357
 
 
2358
#: ../nova/network/manager.py:241
 
2359
#, python-format
 
2360
msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s"
 
2361
msgstr ""
 
2362
 
 
2363
#: ../nova/network/manager.py:244
 
2364
#, python-format
 
2365
msgid "IP %s released that was not leased"
 
2366
msgstr ""
 
2367
 
 
2368
#: ../nova/network/manager.py:519
 
2369
msgid ""
 
2370
"The sum between the number of networks and the vlan start cannot be greater "
 
2371
"than 4094"
 
2372
msgstr ""
 
2373
 
 
2374
#: ../nova/virt/xenapi/volume_utils.py:57
 
2375
#, python-format
 
2376
msgid "Introducing %s..."
 
2377
msgstr ""
 
2378
 
 
2379
#: ../nova/virt/xenapi/volume_utils.py:74
 
2380
#, python-format
 
2381
msgid "Introduced %(label)s as %(sr_ref)s."
 
2382
msgstr ""
 
2383
 
 
2384
#: ../nova/virt/xenapi/volume_utils.py:78
 
2385
msgid "Unable to create Storage Repository"
 
2386
msgstr ""
 
2387
 
 
2388
#: ../nova/virt/xenapi/volume_utils.py:90
 
2389
#, python-format
 
2390
msgid "Unable to find SR from VBD %s"
 
2391
msgstr ""
 
2392
 
 
2393
#: ../nova/virt/xenapi/volume_utils.py:96
 
2394
#, python-format
 
2395
msgid "Forgetting SR %s ... "
 
2396
msgstr ""
 
2397
 
 
2398
#: ../nova/virt/xenapi/volume_utils.py:101
 
2399
#, python-format
 
2400
msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s"
 
2401
msgstr ""
 
2402
 
 
2403
#: ../nova/virt/xenapi/volume_utils.py:107
 
2404
#, python-format
 
2405
msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s"
 
2406
msgstr ""
 
2407
 
 
2408
#: ../nova/virt/xenapi/volume_utils.py:111
 
2409
#, python-format
 
2410
msgid "Forgetting SR %s done."
 
2411
msgstr ""
 
2412
 
 
2413
#: ../nova/virt/xenapi/volume_utils.py:113
 
2414
#, python-format
 
2415
msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s"
 
2416
msgstr ""
 
2417
 
 
2418
#: ../nova/virt/xenapi/volume_utils.py:123
 
2419
#, python-format
 
2420
msgid "Unable to introduce VDI on SR %s"
 
2421
msgstr ""
 
2422
 
 
2423
#: ../nova/virt/xenapi/volume_utils.py:128
 
2424
#, python-format
 
2425
msgid "Unable to get record of VDI %s on"
 
2426
msgstr ""
 
2427
 
 
2428
#: ../nova/virt/xenapi/volume_utils.py:146
 
2429
#, python-format
 
2430
msgid "Unable to introduce VDI for SR %s"
 
2431
msgstr ""
 
2432
 
 
2433
#: ../nova/virt/xenapi/volume_utils.py:175
 
2434
#, python-format
 
2435
msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s"
 
2436
msgstr ""
 
2437
 
 
2438
#: ../nova/virt/xenapi/volume_utils.py:197
 
2439
#, python-format
 
2440
msgid "Mountpoint cannot be translated: %s"
 
2441
msgstr ""
 
2442
 
 
2443
#: ../nova/objectstore/image.py:262
 
2444
#, python-format
 
2445
msgid "Failed to decrypt private key: %s"
 
2446
msgstr ""
 
2447
 
 
2448
#: ../nova/objectstore/image.py:269
 
2449
#, python-format
 
2450
msgid "Failed to decrypt initialization vector: %s"
 
2451
msgstr ""
 
2452
 
 
2453
#: ../nova/objectstore/image.py:277
 
2454
#, python-format
 
2455
msgid "Failed to decrypt image file %(image_file)s: %(err)s"
 
2456
msgstr ""
 
2457
 
 
2458
#: ../nova/objectstore/handler.py:106
 
2459
#, python-format
 
2460
msgid "Unknown S3 value type %r"
 
2461
msgstr ""
 
2462
 
 
2463
#: ../nova/objectstore/handler.py:137
 
2464
msgid "Authenticated request"
 
2465
msgstr ""
 
2466
 
 
2467
#: ../nova/objectstore/handler.py:182
 
2468
msgid "List of buckets requested"
 
2469
msgstr ""
 
2470
 
 
2471
#: ../nova/objectstore/handler.py:209
 
2472
#, python-format
 
2473
msgid "List keys for bucket %s"
 
2474
msgstr ""
 
2475
 
 
2476
#: ../nova/objectstore/handler.py:217
 
2477
#, python-format
 
2478
msgid "Unauthorized attempt to access bucket %s"
 
2479
msgstr ""
 
2480
 
 
2481
#: ../nova/objectstore/handler.py:235
 
2482
#, python-format
 
2483
msgid "Creating bucket %s"
 
2484
msgstr ""
 
2485
 
 
2486
#: ../nova/objectstore/handler.py:245
 
2487
#, python-format
 
2488
msgid "Deleting bucket %s"
 
2489
msgstr ""
 
2490
 
 
2491
#: ../nova/objectstore/handler.py:249
 
2492
#, python-format
 
2493
msgid "Unauthorized attempt to delete bucket %s"
 
2494
msgstr ""
 
2495
 
 
2496
#: ../nova/objectstore/handler.py:273
 
2497
#, python-format
 
2498
msgid "Getting object: %(bname)s / %(nm)s"
 
2499
msgstr ""
 
2500
 
 
2501
#: ../nova/objectstore/handler.py:276
 
2502
#, python-format
 
2503
msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s"
 
2504
msgstr ""
 
2505
 
 
2506
#: ../nova/objectstore/handler.py:296
 
2507
#, python-format
 
2508
msgid "Putting object: %(bname)s / %(nm)s"
 
2509
msgstr ""
 
2510
 
 
2511
#: ../nova/objectstore/handler.py:299
 
2512
#, python-format
 
2513
msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s"
 
2514
msgstr ""
 
2515
 
 
2516
#: ../nova/objectstore/handler.py:318
 
2517
#, python-format
 
2518
msgid "Deleting object: %(bname)s / %(nm)s"
 
2519
msgstr ""
 
2520
 
 
2521
#: ../nova/objectstore/handler.py:322
 
2522
#, python-format
 
2523
msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s"
 
2524
msgstr ""
 
2525
 
 
2526
#: ../nova/objectstore/handler.py:396
 
2527
#, python-format
 
2528
msgid "Not authorized to upload image: invalid directory %s"
 
2529
msgstr ""
 
2530
 
 
2531
#: ../nova/objectstore/handler.py:404
 
2532
#, python-format
 
2533
msgid "Not authorized to upload image: unauthorized bucket %s"
 
2534
msgstr ""
 
2535
 
 
2536
#: ../nova/objectstore/handler.py:409
 
2537
#, python-format
 
2538
msgid "Starting image upload: %s"
 
2539
msgstr ""
 
2540
 
 
2541
#: ../nova/objectstore/handler.py:423
 
2542
#, python-format
 
2543
msgid "Not authorized to update attributes of image %s"
 
2544
msgstr ""
 
2545
 
 
2546
#: ../nova/objectstore/handler.py:431
 
2547
#, python-format
 
2548
msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r"
 
2549
msgstr ""
 
2550
 
 
2551
#. other attributes imply update
 
2552
#: ../nova/objectstore/handler.py:436
 
2553
#, python-format
 
2554
msgid "Updating user fields on image %s"
 
2555
msgstr ""
 
2556
 
 
2557
#: ../nova/objectstore/handler.py:450
 
2558
#, python-format
 
2559
msgid "Unauthorized attempt to delete image %s"
 
2560
msgstr ""
 
2561
 
 
2562
#: ../nova/objectstore/handler.py:455
 
2563
#, python-format
 
2564
msgid "Deleted image: %s"
 
2565
msgstr ""
 
2566
 
 
2567
#: ../nova/auth/manager.py:259
 
2568
#, python-format
 
2569
msgid "Looking up user: %r"
 
2570
msgstr ""
 
2571
 
 
2572
#: ../nova/auth/manager.py:263
 
2573
#, python-format
 
2574
msgid "Failed authorization for access key %s"
 
2575
msgstr ""
 
2576
 
 
2577
#: ../nova/auth/manager.py:264
 
2578
#, python-format
 
2579
msgid "No user found for access key %s"
 
2580
msgstr ""
 
2581
 
 
2582
#: ../nova/auth/manager.py:270
 
2583
#, python-format
 
2584
msgid "Using project name = user name (%s)"
 
2585
msgstr ""
 
2586
 
 
2587
#: ../nova/auth/manager.py:277
 
2588
#, python-format
 
2589
msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)"
 
2590
msgstr ""
 
2591
 
 
2592
#: ../nova/auth/manager.py:279
 
2593
#, python-format
 
2594
msgid "No project called %s could be found"
 
2595
msgstr ""
 
2596
 
 
2597
#: ../nova/auth/manager.py:287
 
2598
#, python-format
 
2599
msgid ""
 
2600
"Failed authorization: user %(uname)s not admin and not member of project "
 
2601
"%(pjname)s"
 
2602
msgstr ""
 
2603
 
 
2604
#: ../nova/auth/manager.py:289
 
2605
#, python-format
 
2606
msgid "User %(uid)s is not a member of project %(pjid)s"
 
2607
msgstr ""
 
2608
 
 
2609
#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309
 
2610
#, python-format
 
2611
msgid "Invalid signature for user %s"
 
2612
msgstr ""
 
2613
 
 
2614
#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310
 
2615
msgid "Signature does not match"
 
2616
msgstr ""
 
2617
 
 
2618
#: ../nova/auth/manager.py:380
 
2619
msgid "Must specify project"
 
2620
msgstr ""
 
2621
 
 
2622
#: ../nova/auth/manager.py:414
 
2623
#, python-format
 
2624
msgid "The %s role can not be found"
 
2625
msgstr ""
 
2626
 
 
2627
#: ../nova/auth/manager.py:416
 
2628
#, python-format
 
2629
msgid "The %s role is global only"
 
2630
msgstr ""
 
2631
 
 
2632
#: ../nova/auth/manager.py:420
 
2633
#, python-format
 
2634
msgid "Adding role %(role)s to user %(uid)s in project %(pid)s"
 
2635
msgstr ""
 
2636
 
 
2637
#: ../nova/auth/manager.py:423
 
2638
#, python-format
 
2639
msgid "Adding sitewide role %(role)s to user %(uid)s"
 
2640
msgstr ""
 
2641
 
 
2642
#: ../nova/auth/manager.py:448
 
2643
#, python-format
 
2644
msgid "Removing role %(role)s from user %(uid)s on project %(pid)s"
 
2645
msgstr ""
 
2646
 
 
2647
#: ../nova/auth/manager.py:451
 
2648
#, python-format
 
2649
msgid "Removing sitewide role %(role)s from user %(uid)s"
 
2650
msgstr ""
 
2651
 
 
2652
#: ../nova/auth/manager.py:515
 
2653
#, python-format
 
2654
msgid "Created project %(name)s with manager %(manager_user)s"
 
2655
msgstr ""
 
2656
 
 
2657
#: ../nova/auth/manager.py:533
 
2658
#, python-format
 
2659
msgid "modifying project %s"
 
2660
msgstr ""
 
2661
 
 
2662
#: ../nova/auth/manager.py:545
 
2663
#, python-format
 
2664
msgid "Adding user %(uid)s to project %(pid)s"
 
2665
msgstr ""
 
2666
 
 
2667
#: ../nova/auth/manager.py:566
 
2668
#, python-format
 
2669
msgid "Remove user %(uid)s from project %(pid)s"
 
2670
msgstr ""
 
2671
 
 
2672
#: ../nova/auth/manager.py:592
 
2673
#, python-format
 
2674
msgid "Deleting project %s"
 
2675
msgstr ""
 
2676
 
 
2677
#: ../nova/auth/manager.py:650
 
2678
#, python-format
 
2679
msgid "Created user %(rvname)s (admin: %(rvadmin)r)"
 
2680
msgstr ""
 
2681
 
 
2682
#: ../nova/auth/manager.py:659
 
2683
#, python-format
 
2684
msgid "Deleting user %s"
 
2685
msgstr ""
 
2686
 
 
2687
#: ../nova/auth/manager.py:669
 
2688
#, python-format
 
2689
msgid "Access Key change for user %s"
 
2690
msgstr ""
 
2691
 
 
2692
#: ../nova/auth/manager.py:671
 
2693
#, python-format
 
2694
msgid "Secret Key change for user %s"
 
2695
msgstr ""
 
2696
 
 
2697
#: ../nova/auth/manager.py:673
 
2698
#, python-format
 
2699
msgid "Admin status set to %(admin)r for user %(uid)s"
 
2700
msgstr ""
 
2701
 
 
2702
#: ../nova/auth/manager.py:722
 
2703
#, python-format
 
2704
msgid "No vpn data for project %s"
 
2705
msgstr ""
 
2706
 
 
2707
#: ../nova/service.py:161
 
2708
#, python-format
 
2709
msgid "Starting %(topic)s node (version %(vcs_string)s)"
 
2710
msgstr ""
 
2711
 
 
2712
#: ../nova/service.py:174
 
2713
msgid "Service killed that has no database entry"
 
2714
msgstr ""
 
2715
 
 
2716
#: ../nova/service.py:195
 
2717
msgid "The service database object disappeared, Recreating it."
 
2718
msgstr ""
 
2719
 
 
2720
#: ../nova/service.py:207
 
2721
msgid "Recovered model server connection!"
 
2722
msgstr ""
 
2723
 
 
2724
#: ../nova/service.py:213
 
2725
msgid "model server went away"
 
2726
msgstr ""
 
2727
 
 
2728
#: ../nova/auth/ldapdriver.py:174
 
2729
#, python-format
 
2730
msgid "LDAP user %s already exists"
 
2731
msgstr ""
 
2732
 
 
2733
#: ../nova/auth/ldapdriver.py:205
 
2734
#, python-format
 
2735
msgid "LDAP object for %s doesn't exist"
 
2736
msgstr ""
 
2737
 
 
2738
#: ../nova/auth/ldapdriver.py:348
 
2739
#, python-format
 
2740
msgid "User %s doesn't exist"
 
2741
msgstr ""
 
2742
 
 
2743
#: ../nova/auth/ldapdriver.py:472
 
2744
#, python-format
 
2745
msgid "Group can't be created because group %s already exists"
 
2746
msgstr ""
 
2747
 
 
2748
#: ../nova/auth/ldapdriver.py:478
 
2749
#, python-format
 
2750
msgid "Group can't be created because user %s doesn't exist"
 
2751
msgstr ""
 
2752
 
 
2753
#: ../nova/auth/ldapdriver.py:495
 
2754
#, python-format
 
2755
msgid "User %s can't be searched in group because the user doesn't exist"
 
2756
msgstr ""
 
2757
 
 
2758
#: ../nova/auth/ldapdriver.py:507
 
2759
#, python-format
 
2760
msgid "User %s can't be added to the group because the user doesn't exist"
 
2761
msgstr ""
 
2762
 
 
2763
#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521
 
2764
#, python-format
 
2765
msgid "The group at dn %s doesn't exist"
 
2766
msgstr ""
 
2767
 
 
2768
#: ../nova/auth/ldapdriver.py:513
 
2769
#, python-format
 
2770
msgid "User %(uid)s is already a member of the group %(group_dn)s"
 
2771
msgstr ""
 
2772
 
 
2773
#: ../nova/auth/ldapdriver.py:524
 
2774
#, python-format
 
2775
msgid ""
 
2776
"User %s can't be removed from the group because the user doesn't exist"
 
2777
msgstr ""
 
2778
 
 
2779
#: ../nova/auth/ldapdriver.py:528
 
2780
#, python-format
 
2781
msgid "User %s is not a member of the group"
 
2782
msgstr ""
 
2783
 
 
2784
#: ../nova/auth/ldapdriver.py:542
 
2785
#, python-format
 
2786
msgid ""
 
2787
"Attempted to remove the last member of a group. Deleting the group at %s "
 
2788
"instead."
 
2789
msgstr ""
 
2790
 
 
2791
#: ../nova/auth/ldapdriver.py:549
 
2792
#, python-format
 
2793
msgid "User %s can't be removed from all because the user doesn't exist"
 
2794
msgstr ""
 
2795
 
 
2796
#: ../nova/auth/ldapdriver.py:564
 
2797
#, python-format
 
2798
msgid "Group at dn %s doesn't exist"
 
2799
msgstr ""
 
2800
 
 
2801
#: ../nova/virt/xenapi/network_utils.py:40
 
2802
#, python-format
 
2803
msgid "Found non-unique network for bridge %s"
 
2804
msgstr ""
 
2805
 
 
2806
#: ../nova/virt/xenapi/network_utils.py:43
 
2807
#, python-format
 
2808
msgid "Found no network for bridge %s"
 
2809
msgstr ""
 
2810
 
 
2811
#: ../nova/api/ec2/admin.py:97
 
2812
#, python-format
 
2813
msgid "Creating new user: %s"
 
2814
msgstr ""
 
2815
 
 
2816
#: ../nova/api/ec2/admin.py:105
 
2817
#, python-format
 
2818
msgid "Deleting user: %s"
 
2819
msgstr ""
 
2820
 
 
2821
#: ../nova/api/ec2/admin.py:127
 
2822
#, python-format
 
2823
msgid "Adding role %(role)s to user %(user)s for project %(project)s"
 
2824
msgstr ""
 
2825
 
 
2826
#: ../nova/api/ec2/admin.py:131
 
2827
#, python-format
 
2828
msgid "Adding sitewide role %(role)s to user %(user)s"
 
2829
msgstr ""
 
2830
 
 
2831
#: ../nova/api/ec2/admin.py:137
 
2832
#, python-format
 
2833
msgid "Removing role %(role)s from user %(user)s for project %(project)s"
 
2834
msgstr ""
 
2835
 
 
2836
#: ../nova/api/ec2/admin.py:141
 
2837
#, python-format
 
2838
msgid "Removing sitewide role %(role)s from user %(user)s"
 
2839
msgstr ""
 
2840
 
 
2841
#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223
 
2842
msgid "operation must be add or remove"
 
2843
msgstr ""
 
2844
 
 
2845
#: ../nova/api/ec2/admin.py:159
 
2846
#, python-format
 
2847
msgid "Getting x509 for user: %(name)s on project: %(project)s"
 
2848
msgstr ""
 
2849
 
 
2850
#: ../nova/api/ec2/admin.py:177
 
2851
#, python-format
 
2852
msgid "Create project %(name)s managed by %(manager_user)s"
 
2853
msgstr ""
 
2854
 
 
2855
#: ../nova/api/ec2/admin.py:190
 
2856
#, python-format
 
2857
msgid "Modify project: %(name)s managed by %(manager_user)s"
 
2858
msgstr ""
 
2859
 
 
2860
#: ../nova/api/ec2/admin.py:200
 
2861
#, python-format
 
2862
msgid "Delete project: %s"
 
2863
msgstr ""
 
2864
 
 
2865
#: ../nova/api/ec2/admin.py:214
 
2866
#, python-format
 
2867
msgid "Adding user %(user)s to project %(project)s"
 
2868
msgstr ""
 
2869
 
 
2870
#: ../nova/api/ec2/admin.py:218
 
2871
#, python-format
 
2872
msgid "Removing user %(user)s from project %(project)s"
 
2873
msgstr ""