From b54179438e53e26a45c8cf046bc3714fe027dc22 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 8 Feb 2012 00:16:50 -0800 Subject: Move translations to babel locations. If we structure things like this, we can get things actually, you know, installed. Locales ast and oc aren't supported by babel. We'll re-import them from Launchpad once we get babel updated. If you want translations installed, run: python setup.py compile_catalog Before you run either setup.py sdist or setup.py install More work is needed to actually properly use the installed translations, but we're closer. Change-Id: I4a4bedd982c89063aa09688c9cbcf97054bcb34b --- .gitignore | 2 +- MANIFEST.in | 7 +- nova/locale/__init__.py | 0 nova/locale/bs/LC_MESSAGES/nova.po | 2804 +++++++++++++ nova/locale/cs/LC_MESSAGES/nova.po | 2791 ++++++++++++ nova/locale/da/LC_MESSAGES/nova.po | 2789 ++++++++++++ nova/locale/de/LC_MESSAGES/nova.po | 2817 +++++++++++++ nova/locale/en_AU/LC_MESSAGES/nova.po | 2860 +++++++++++++ nova/locale/en_GB/LC_MESSAGES/nova.po | 2835 +++++++++++++ nova/locale/es/LC_MESSAGES/nova.po | 2894 +++++++++++++ nova/locale/fr/LC_MESSAGES/nova.po | 2979 +++++++++++++ nova/locale/it/LC_MESSAGES/nova.po | 2825 +++++++++++++ nova/locale/ja/LC_MESSAGES/nova.po | 2895 +++++++++++++ nova/locale/ko/LC_MESSAGES/nova.po | 2807 +++++++++++++ nova/locale/nova.pot | 7459 +++++++++++++++++++++++++++++++++ nova/locale/pt_BR/LC_MESSAGES/nova.po | 2867 +++++++++++++ nova/locale/ru/LC_MESSAGES/nova.po | 2808 +++++++++++++ nova/locale/tl/LC_MESSAGES/nova.po | 2791 ++++++++++++ nova/locale/tr/LC_MESSAGES/nova.po | 2803 +++++++++++++ nova/locale/uk/LC_MESSAGES/nova.po | 2797 ++++++++++++ nova/locale/zh_CN/LC_MESSAGES/nova.po | 2831 +++++++++++++ nova/locale/zh_TW/LC_MESSAGES/nova.po | 2805 +++++++++++++ po/ast.po | 2789 ------------ po/bs.po | 2804 ------------- po/cs.po | 2791 ------------ po/da.po | 2789 ------------ po/de.po | 2817 ------------- po/en_AU.po | 2860 ------------- po/en_GB.po | 2835 ------------- po/es.po | 2894 ------------- po/fr.po | 2979 ------------- po/it.po | 2825 ------------- po/ja.po | 2895 ------------- po/ko.po | 2807 ------------- po/oc.po | 2794 ------------ po/pt_BR.po | 2867 ------------- po/ru.po | 2808 ------------- po/tl.po | 2791 ------------ po/tr.po | 2803 ------------- po/uk.po | 2797 ------------ po/zh_CN.po | 2831 ------------- po/zh_TW.po | 2805 ------------- setup.cfg | 10 +- setup.py | 1 - 44 files changed, 58467 insertions(+), 56591 deletions(-) create mode 100644 nova/locale/__init__.py create mode 100644 nova/locale/bs/LC_MESSAGES/nova.po create mode 100644 nova/locale/cs/LC_MESSAGES/nova.po create mode 100644 nova/locale/da/LC_MESSAGES/nova.po create mode 100644 nova/locale/de/LC_MESSAGES/nova.po create mode 100644 nova/locale/en_AU/LC_MESSAGES/nova.po create mode 100644 nova/locale/en_GB/LC_MESSAGES/nova.po create mode 100644 nova/locale/es/LC_MESSAGES/nova.po create mode 100644 nova/locale/fr/LC_MESSAGES/nova.po create mode 100644 nova/locale/it/LC_MESSAGES/nova.po create mode 100644 nova/locale/ja/LC_MESSAGES/nova.po create mode 100644 nova/locale/ko/LC_MESSAGES/nova.po create mode 100644 nova/locale/nova.pot create mode 100644 nova/locale/pt_BR/LC_MESSAGES/nova.po create mode 100644 nova/locale/ru/LC_MESSAGES/nova.po create mode 100644 nova/locale/tl/LC_MESSAGES/nova.po create mode 100644 nova/locale/tr/LC_MESSAGES/nova.po create mode 100644 nova/locale/uk/LC_MESSAGES/nova.po create mode 100644 nova/locale/zh_CN/LC_MESSAGES/nova.po create mode 100644 nova/locale/zh_TW/LC_MESSAGES/nova.po delete mode 100644 po/ast.po delete mode 100644 po/bs.po delete mode 100644 po/cs.po delete mode 100644 po/da.po delete mode 100644 po/de.po delete mode 100644 po/en_AU.po delete mode 100644 po/en_GB.po delete mode 100644 po/es.po delete mode 100644 po/fr.po delete mode 100644 po/it.po delete mode 100644 po/ja.po delete mode 100644 po/ko.po delete mode 100644 po/oc.po delete mode 100644 po/pt_BR.po delete mode 100644 po/ru.po delete mode 100644 po/tl.po delete mode 100644 po/tr.po delete mode 100644 po/uk.po delete mode 100644 po/zh_CN.po delete mode 100644 po/zh_TW.po diff --git a/.gitignore b/.gitignore index a3ee55e46..5ae77cf42 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,4 @@ nova.egg-info .venv *.sqlite *.log -po/*.pot +*.mo diff --git a/MANIFEST.in b/MANIFEST.in index ec91cd490..95a20831c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ -include HACKING LICENSE run_tests.py run_tests.sh -include README exercise_rsapi.py +include LICENSE run_tests.sh +include README.rst include MANIFEST.in pylintrc Authors graft nova/CA graft doc @@ -7,7 +7,6 @@ graft smoketests graft tools graft etc graft contrib -graft po graft plugins graft nova/api/openstack/*/schemas include nova/auth/*.schema @@ -43,3 +42,5 @@ include plugins/xenapi/README include plugins/xenapi/etc/xapi.d/plugins/objectstore include plugins/xenapi/etc/xapi.d/plugins/pluginlib_nova.py global-exclude *.pyc + +recursive-include nova/locale * diff --git a/nova/locale/__init__.py b/nova/locale/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/nova/locale/bs/LC_MESSAGES/nova.po b/nova/locale/bs/LC_MESSAGES/nova.po new file mode 100644 index 000000000..d42ce9e69 --- /dev/null +++ b/nova/locale/bs/LC_MESSAGES/nova.po @@ -0,0 +1,2804 @@ +# Bosnian translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2012-01-19 20:22+0000\n" +"Last-Translator: yazar \n" +"Language-Team: Bosnian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-01-20 05:07+0000\n" +"X-Generator: Launchpad (build 14700)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "Nema pronađenih domaćina" + +#: ../nova/exception.py:69 +msgid "Unexpected error while running command." +msgstr "Neočekivana greška prilikom pokretanja komande." + +#: ../nova/exception.py:72 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "DB izuzetak umotan" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:127 +msgid "Uncaught exception" +msgstr "exc_type, exc_value, exc_traceback = sys. exc_info ()" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:57 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Kvota volumena premašena. Ne možete stvoriti volumen veličine %sG" + +#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 +#: ../nova/volume/api.py:230 +msgid "Volume status must be available" +msgstr "Status volumena mora biti omogućen" + +#: ../nova/volume/api.py:174 +msgid "Volume is already attached" +msgstr "Volumen je već spojen" + +#: ../nova/volume/api.py:180 +msgid "Volume is already detached" +msgstr "Volumen je već odvojen" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Neuspješno čitanje javnih ip-eva" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:177 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:193 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:388 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:145 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:64 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:81 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:98 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:115 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:50 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 +#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:50 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Filename of private key" +msgstr "" + +#: ../nova/crypto.py:55 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Where we keep our keys" +msgstr "" + +#: ../nova/crypto.py:59 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:61 +msgid "Should we use a CA for each project?" +msgstr "" + +#: ../nova/crypto.py:65 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:70 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:75 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:277 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:111 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:104 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:117 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:119 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:124 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:128 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:395 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:452 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:233 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:589 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:753 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:599 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:813 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:651 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:772 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:990 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:1013 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:1302 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:1320 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:1349 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:1358 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:1380 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:1403 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:1412 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:1420 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:1430 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:1452 ../nova/api/ec2/cloud.py:823 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:1477 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:1239 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:1265 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:1472 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:1559 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:52 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:67 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:136 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:89 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:94 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:100 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:124 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:167 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:169 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:173 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:175 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:190 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:44 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 +#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:497 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:531 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:536 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:596 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:78 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:937 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:969 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:669 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:671 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:731 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:733 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:763 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:66 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:150 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:201 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:217 ../nova/utils.py:297 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:273 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:337 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:342 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:470 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:473 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:570 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:581 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:189 ../nova/virt/hyperv.py:189 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:192 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:206 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:209 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:243 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:254 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:265 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1460 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1463 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:292 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:319 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:333 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#. NOTE(sirp): Currently we only support uploading images as VHD, there +#. is no RAW equivalent (yet) +#: ../nova/virt/xenapi/vm_utils.py:363 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#. TODO(sirp): This should eventually be the URI for the Glance image +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. We need to invoke a plugin for copying the +#. content of the VDI into the proper path. +#: ../nova/virt/xenapi/vm_utils.py:668 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:678 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:756 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1299 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1306 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1308 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/hyperv.py:449 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:816 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:862 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:864 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1106 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:920 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1164 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:911 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1226 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1228 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1230 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1233 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1247 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1251 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1263 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1268 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1273 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1276 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1285 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1140 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1366 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/rpc/common.py:142 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/rpc/common.py:150 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:52 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/compute/manager.py:221 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt/connection.py:228 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:242 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:403 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:680 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:703 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:707 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:718 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:745 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt/utils.py:218 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:868 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt/connection.py:1058 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt/connection.py:1204 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1208 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1330 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt/firewall.py:486 ../nova/virt/firewall.py:125 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/metadata/handler.py:251 ../nova/api/metadata/handler.py:258 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/manager.py:302 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:190 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:169 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:91 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:218 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:237 +#: ../nova/api/openstack/v2/contrib/cloudpipe.py:82 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:395 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:437 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:490 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:352 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:696 ../nova/api/ec2/cloud.py:752 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:337 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:359 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:788 +#: ../nova/api/openstack/v2/contrib/security_groups.py:277 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:791 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:818 +#: ../nova/api/openstack/v2/contrib/security_groups.py:234 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:182 +#: ../nova/api/ec2/cloud.py:915 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:950 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:347 +#: ../nova/api/ec2/cloud.py:964 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1244 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1256 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1261 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1271 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1319 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1328 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1469 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1496 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:991 ../nova/api/ec2/cloud.py:1048 +#: ../nova/api/ec2/cloud.py:1524 ../nova/api/ec2/cloud.py:1539 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1542 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1544 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1546 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1547 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:441 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:444 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:418 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:467 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:614 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:623 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:608 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1091 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1788 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:335 ../nova/tests/test_compute.py:1307 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:341 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:96 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:134 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:144 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:204 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:220 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:251 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:253 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:328 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:359 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:365 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:377 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:380 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:409 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/metadata/handler.py:253 ../nova/api/ec2/__init__.py:414 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:159 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:560 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:569 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:595 ../nova/virt/xenapi_conn.py:608 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:73 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:61 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:113 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:93 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:111 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:116 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:129 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:136 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:139 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:616 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:640 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:641 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:642 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:643 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:644 ../bin/nova-manage.py:1181 +#: ../bin/nova-manage.py:1297 ../bin/nova-manage.py:1329 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:852 ../nova/tests/test_nova_manage.py:183 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk/api.py:222 ../nova/virt/disk/guestfs.py:64 +#: ../nova/virt/disk/guestfs.py:78 ../nova/virt/disk/mount.py:112 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk/nbd.py:82 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk/loop.py:30 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#. really want to log this info, not raise +#: ../nova/virt/disk/nbd.py:52 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:119 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:166 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:168 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:170 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:187 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:206 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:216 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:220 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:245 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:248 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:265 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:267 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:271 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:290 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:291 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:294 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:304 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:306 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:339 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:343 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:379 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:404 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:411 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:433 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:469 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:472 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:219 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:268 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:323 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:852 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:1644 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:1659 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:221 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:236 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:629 ../nova/rpc/impl_carrot.py:256 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc/impl_kombu.py:634 ../nova/rpc/impl_carrot.py:269 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:635 ../nova/rpc/impl_carrot.py:271 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:816 ../nova/rpc/impl_carrot.py:455 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:675 ../nova/rpc/impl_carrot.py:488 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc/impl_kombu.py:762 ../nova/rpc/impl_carrot.py:524 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:634 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:643 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:644 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:79 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:89 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:342 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 +#: ../nova/volume/driver.py:891 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:463 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:475 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:545 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:547 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:204 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:54 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:74 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:386 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:564 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:1063 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:1490 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:157 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:103 +#: ../nova/virt/xenapi/volume_utils.py:170 +#: ../nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:76 +#: ../nova/virt/xenapi/volume_utils.py:174 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:186 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:228 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:234 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:249 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:257 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:279 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:356 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/image/s3.py:365 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/image/s3.py:374 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/image/s3.py:385 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:281 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:294 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:303 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:428 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:469 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:472 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:498 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:501 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:574 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:604 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:625 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:655 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:713 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:732 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:734 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:736 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:781 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:141 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:232 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:269 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:284 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:290 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/exception.py:801 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:621 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:154 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:176 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:180 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:186 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:195 ../nova/api/ec2/admin.py:272 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:208 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:226 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:239 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:249 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:263 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:267 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" diff --git a/nova/locale/cs/LC_MESSAGES/nova.po b/nova/locale/cs/LC_MESSAGES/nova.po new file mode 100644 index 000000000..9644011d0 --- /dev/null +++ b/nova/locale/cs/LC_MESSAGES/nova.po @@ -0,0 +1,2791 @@ +# Czech translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-08-23 11:22+0000\n" +"Last-Translator: Thierry Carrez \n" +"Language-Team: Czech \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Při spouštění příkazu došlo k nečekané chybě" + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Neošetřená výjimka" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "Jméno souboru kořenové CA" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Jméno souboru s privátním klíčem" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Adresář, do kterého ukládáme naše klíče" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "Adresář, do kterého ukládáme naši kořenovou CA" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Použijeme CA pro každý projekt?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" +"Nepodařilo se připojit k AMQP serveru ani po %d pokusech. Tento proces bude " +"ukončen." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Znovu připojeno k AMQP frontě" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Selhalo získání zprávy z AMQP fronty" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "získáno: %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "Není metoda pro zpracování zprávy: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "Není metoda pro zpracování zprávy: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "Volajícímu je vrácena výjimka: %s" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "rozbalený obsah: %s" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Volání asynchronní funkce..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID je %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "odpověď %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "zpráva %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" diff --git a/nova/locale/da/LC_MESSAGES/nova.po b/nova/locale/da/LC_MESSAGES/nova.po new file mode 100644 index 000000000..8f2736dd9 --- /dev/null +++ b/nova/locale/da/LC_MESSAGES/nova.po @@ -0,0 +1,2789 @@ +# Danish translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-01-15 21:46+0000\n" +"Last-Translator: Soren Hansen \n" +"Language-Team: Danish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "" + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Filnavn for privatnøgle" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "bind %s: slettet" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" diff --git a/nova/locale/de/LC_MESSAGES/nova.po b/nova/locale/de/LC_MESSAGES/nova.po new file mode 100644 index 000000000..01787df49 --- /dev/null +++ b/nova/locale/de/LC_MESSAGES/nova.po @@ -0,0 +1,2817 @@ +# German translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-08-23 11:23+0000\n" +"Last-Translator: Thierry Carrez \n" +"Language-Team: German \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "Keine Computer gefunden." + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Unerwarteter Fehler bei Ausführung des Kommandos." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Befehl: %(cmd)s\n" +"Exit-Code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Nicht abgefangene Ausnahme" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" +"Die Property %(param)s konnte im Image %(_image_id)s nicht gefunden werden" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" +"Einhängepunkt%(mountpoint)s zur Instanze %(instance_name)s hinzugefügt" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Nicht möglich volume %s zufinden" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Unbekannter Instanztyp: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "Dateiname der Root CA" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Dateiname des Private Key" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "Dateiname der Certificate Revocation List" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Wo wir unsere Schlüssel aufbewahren" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Soll eine eigenständige CA für jedes Projekt verwendet werden?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "Instanz wurde bereits erstellt" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "Instanz %s startet..." + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Beende Instanz %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "Instanz %s: Rettung" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "Instanz %s pausiert" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "Instanz %s wird fortgesetzt" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "Volume %s: wird erstellt" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "Volume %s: erstelle Export" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "Volume %s: erfolgreich erstellt" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "Volume %s: entferne Export" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "Volume %s: wird entfernt" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "Volume %s: erfolgreich entfernt" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "Konnte Verbindung zum Hypervisor nicht öffnen" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "Klasse %s konnte nicht gefunden werden" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "Hole %s" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Führe Kommando (subprocess) aus: %s" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "Ergebnis war %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "keine Methode für diese Nachricht gefunden: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "keine Methode für diese Nachricht gefunden: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "führe asynchronen Aufruf durch..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID ist %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "Betreff ist %s" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "Nachricht %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "Verwende Project-Name = User-Name (%s)" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "Es konnte kein Projekt mit dem Namen %s gefunden werden" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" +"Das Service-Datenbank-Objekt ist verschwunden, es wird erneut erzeugt." + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "Die Gruppe %s kann nicht angelegt werde, da sie bereits existiert" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" +"Der User %s kann nicht zur Gruppe hinzugefügt werde, da er nicht existiert" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" +"Der User %s kann nicht aus der Gruppe entfernt werden, da er nicht existiert" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "Lösche Projekt %s" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "Alle vorhandenen FLAGS:" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "PID-Datei %s existiert nicht. Läuft der Daemon nicht?\n" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "%s wird gestartet" + +#~ msgid "No such process" +#~ msgstr "Kein passender Prozess gefunden" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "Bedient %s" diff --git a/nova/locale/en_AU/LC_MESSAGES/nova.po b/nova/locale/en_AU/LC_MESSAGES/nova.po new file mode 100644 index 000000000..d312d47b3 --- /dev/null +++ b/nova/locale/en_AU/LC_MESSAGES/nova.po @@ -0,0 +1,2860 @@ +# English (Australia) translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-10-21 11:27+0000\n" +"Last-Translator: Tom Fifield \n" +"Language-Team: English (Australia) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-10-22 05:25+0000\n" +"X-Generator: Launchpad (build 14170)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "No hosts found" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Unexpected error while running command." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "DB exception wrapped" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Uncaught exception" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Volume quota exceeded. You cannot create a volume of size %sG" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "Volume status must be available" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "Volume is already attached" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "Volume is already detached" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Failed to read private ip" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Failed to read public ip(s)" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "%(param)s property not found for image %(_image_id)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "No keypairs defined" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "Instance %s not found" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "Unable to use SR %(sr_ref)s for instance %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Unable to attach volume to instance %s" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Unable to locate volume %s" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "Unable to detach volume %s" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Unknown instance type: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "Filename of root CA" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Filename of private key" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "Filename of root Certificate Revokation List" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Where we keep our keys" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "Where we keep our root CA" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Should we use a CA for each project?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "Subject for certificate for users, %s for project, user, timestamp" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "Subject for certificate for projects, %s for project, timestamp" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "Subject for certificate for vpns, %s for project, timestamp" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "Flags path: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "Casting to %(topic)s %(host)s for %(method)s" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorating: |%s|" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: locked: |%s|" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: executing: |%s|" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: not executing |%s|" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "Instance has already been created" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "instance %s: starting..." + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "instance %s: Failed to spawn" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Terminating instance %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "Deallocating address %s" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "trying to destroy already destroyed instance: %s" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "Rebooting instance %s" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "instance %s: snapshotting" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "instance %s: setting admin password" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "instance %(nm)s: injecting file to %(plain_path)s" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "instance %s: rescuing" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "instance %s: unrescuing" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "instance %s: pausing" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "instance %s: unpausing" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "instance %s: retrieving diagnostics" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "instance %s: suspending" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "instance %s: resuming" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "instance %s: locking" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "instance %s: unlocking" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "instance %s: getting locked state" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "instance %s: reset network" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "Get console output for instance %s" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "instance %s: getting ajax console" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "instance %(instance_id)s: attach failed %(mountpoint)s, removing" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "Detaching volume from unknown instance %s" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "Host %s is not alive" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "Host %s not available" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "Re-exporting %s volumes" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "volume %s: skipping export" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "volume %s: creating" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "volume %(vol_name)s: creating logical volume of size %(vol_size)sG" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "volume %s: creating export" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "volume %s: created successfully" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "Volume is still attached" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "Volume is not local to this node" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "volume %s: removing export" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "volume %s: deleting" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "volume %s: deleted successfully" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "%(text)s: _db_content => %(content)s" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "Raising NotImplemented" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "xenapi.fake does not have an implementation for %s" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "Calling %(localname)s %(impl)s" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "Calling getter %s" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "Can't test instances without a real virtual env." + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "Need to watch instance %s until it's running..." + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "Failed to open connection to the hypervisor" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "Starting VLAN inteface %s" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "Starting Bridge interface for %s" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "Hupping dnsmasq threw %s" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "Pid %d is stale, relaunching dnsmasq" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "killing radvd threw %s" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "Pid %d is stale, relaunching radvd" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "Killing dnsmasq threw %s" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "Inner Exception: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "Class %s cannot be found" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "Fetching %s" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Running cmd (subprocess): %s" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "Result was %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "Running cmd (SSH): %s" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "debug in callback: %s" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "Running %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "Link Local address is not found.:%s" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "Invalid backend: %s" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "backend %s" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "(%(nm)s) publish (key: %(routing_key)s) %(message)s" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "Publishing to route %s" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Declaring queue %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Declaring exchange %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "Binding %(queue)s to %(exchange)s with key %(routing_key)s" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "Getting from %(queue)s: %(message)s" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "Created VM %s..." + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "Created VM %(instance_name)s as %(vm_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "VBD not found in instance %s" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "Unable to unplug VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "Unable to destroy VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "Snapshotting VM %(vm_ref)s with label '%(label)s'..." + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "Size for image %(image)s:%(virtual_size)d" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "Glance image %s" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "Copying VDI %s to /boot/guest on dom0" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "Kernel/Ramdisk VDI %s destroyed" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "Asking xapi to fetch %(url)s as %(access)s" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "Looking up vdi %s for PV kernel" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "PV Kernel in VDI:%s" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "Running pygrub against %s" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "Found Xen kernel %s" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "No Xen kernel found. Booting HVM." + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "duplicate name found: %s" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "VDI %s is still available" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "(VM_UTILS) xenserver vm state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "(VM_UTILS) xenapi power_state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "VHD %(vdi_uuid)s has parent %(parent_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "Re-scanning SR %s" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "No VDIs found for VM %s" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "Creating VBD for VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "Creating VBD for VDI %s done." + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "Plugging VBD %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "Plugging VBD %s done." + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "VBD %(vbd)s plugged as %(orig_dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "Destroying VBD for VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "Destroying VBD for VDI %s done." + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "VBD.unplug successful first time." + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "VBD.unplug rejected: retrying..." + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "VBD.unplug successful eventually." + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "Ignoring XenAPI.Failure in VBD.unplug: %s" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "Ignoring XenAPI.Failure %s" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "Writing partition table %s done." + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "Nested received %(queue)s, %(value)s" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "Nested return %s" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "Received %s" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "Use of empty request context is deprecated" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "No service for id %s" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "No service for %(host)s, %(binary)s" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "No fixed ips defined" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "No floating ip for address %s" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "No address for instance %s" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "no keypair for user %(user_id)s, name %(name)s" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "No network for id %s" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "No networks defined" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "No network for bridge %s" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "No network for instance %s" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "Token %s does not exist" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "No quota for project_id %s" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "Volume %s not found" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "No export device found for volume %s" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "No target id found for volume %s" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "No security group with id %s" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "No security group named %(group_name)s for project: %(project_id)s" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "No secuity group rule with id %s" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "No user for id %s" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "No user for access key %s" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "No project with id %s" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "No console pool with id %(pool_id)s" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "No console for instance %(instance_id)s in pool %(pool_id)s" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "on instance %s" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "No console with id %(console_id)s %(idesc)s" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "No zone with id %(zone_id)s" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "Checking state of %s" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "Current state of %(name)s was %(state)s." + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "Connecting to libvirt: %s" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "Connection to libvirt broke" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "instance %(instance_name)s: deleting instance files %(target)s" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "Invalid device path %s" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "No disk at %s" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "Instance snapshotting is not supported for libvirt at this time" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "instance %s: rebooted" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "_wait_for_reboot failed: %s" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "instance %s: rescued" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "_wait_for_rescue failed: %s" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "instance %s: is running" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "instance %s: booted" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "instance %s: failed to boot" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "virsh said: %r" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "cool, it's a device" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "data: %(data)r, fpath: %(fpath)r" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "Contents of file %(fpath)s: %(contents)r" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "Unable to find an open port" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "instance %s: Creating image" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "instance %(inst_name)s: injecting key into image %(img_id)s" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "instance %(inst_name)s: injecting net into image %(img_id)s" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "instance %s: starting toXML method" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "instance %s: finished toXML method" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "diagnostics are not supported for libvirt" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "Attempted to unfilter instance %s which is not filtered" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "Failed to get metadata for ip: %s" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "Attempted to instantiate singleton" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "Quota exceeeded for %s, tried to allocate address" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "Address quota exceeded. You cannot allocate any more addresses" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "Target %s allocated" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "Finished retreving %(url)s -- placed in %(path)s" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "Must implement a fallback schedule" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "Adding console" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "Tried to remove non-existent console %(console_id)s." + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "not available" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "The key_pair %s already exists" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "Generating root CA: %s" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "Create key pair %s" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "Delete key pair %s" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s is not a valid ipProtocol" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "Invalid port range" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "Revoke security group ingress %s" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "Not enough parameters to build a valid rule." + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "No rule for the specified parameters." + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "Authorise security group ingress %s" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "This rule already exists in group %s" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "Create Security Group %s" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "group %s already exists" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "Delete security group %s" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "Create volume of %s GB" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" +"Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "Detach volume %s" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "Allocate address" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "Release address %s" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "Associate address %(public_ip)s to instance %(instance_id)s" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "Disassociate address %s" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "Going to start terminating instances" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "Reboot instance %r" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "De-registering image %s" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "Registered image %(image_location)s with id %(image_id)s" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "attribute not supported: %s" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "invalid id: %s" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "user or group not specified" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "only group \"all\" is supported" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "operation_type must be add or remove" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "Updating image %s publicity" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "Using paste.deploy config at: %s" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "No paste configuration for app: %s" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" +"App Config: %(api)s\n" +"%(config)r" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "Running %s API" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "No known API applications configured in %s." + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "Starting nova-api node (version %s)" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "No paste configuration found for: %s" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "Argument %(key)s value %(value)s is too short." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "Argument %(key)s value %(value)s contains invalid characters." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "Argument %(key)s value %(value)s starts with a hyphen." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "Argument %s is required." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "Attempted to create non-unique name %s" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "instance %(name)s: not enough free memory" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "Starting VM %s..." + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "Spawning VM %(instance_name)s created %(vm_ref)s." + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "Invalid value for onset_files: '%s'" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "Injecting file path: '%s'" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "Instance %s: booted" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "Instance not present %s" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "Starting snapshot for VM %s" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "Unable to Snapshot %(vm_ref)s: %(exc)s" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "Finished snapshot and upload for VM %s" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "VM %(vm)s already halted, skipping shutdown..." + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "Removing kernel/ramdisk files" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "kernel/ramdisk files removed" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "OpenSSL error: %s" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "Running instances: %s" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "After terminating instances: %s" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "Template for script to run on cloudpipe instance boot" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "Network to push into openvpn config" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "Netmask to push into openvpn config" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "Launching VPN for %s" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "python-migrate is not installed. Exiting." + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "Image %s could not be found" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "Too many failed authentications." + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "Authentication Failure: %s" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "Authenticated Request For %(uname)s:%(pname)s)" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "action: %s" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "arg: %(key)s\t\tval: %(value)s" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" +"Unauthorised request for controller=%(controller)s and action=%(action)s" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "InstanceNotFound raised: %s" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "VolumeNotFound raised: %s" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "NotFound raised: %s" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "ApiError raised: %s" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "Unexpected error raised: %s" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "An unknown error has occurred. Please try your request again." + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "User %s already exists" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "Project can't be created because manager %s doesn't exist" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "Project can't be created because user %s doesn't exist" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "Project can't be created because project %s already exists" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "Project can't be modified because manager %s doesn't exist" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "User \"%s\" not found" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "Project \"%s\" not found" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "Task [%(name)s] %(task)s status: success %(result)s" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "Got exception: %s" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "Could not find iSCSI export for volume %s" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "Caught error: %s" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "Including admin operations in API." + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "Rebuilding xvp conf" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "Re-wrote %s" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "Stopping xvp" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "Starting xvp" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "Error starting xvp: %s" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "Restarting xvp" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "xvp not running..." + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "network" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "IP address" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "MAC address" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "hostname" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "host" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "netmask" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "start address" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "Failed to load partition: %s" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "Failed to mount filesystem: %s" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "nbd device %s did not show up" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "Could not attach image to loopback: %s" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "No free nbd devices" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "%(filename)s, line %(line_info)d" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "In init host" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "Attempt to create duplicate vm %s" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "Starting VM %s " + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "Started VM %s " + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "spawn vm failed: %s" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "Failed to create VM %s" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "Set memory for vm %s..." + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "Set vcpus for vm %s..." + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "Failed to add diskdrive to VM %s" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "New disk drive path is %s" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "Failed to add vhd file to VM %s" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "Created disk for %s" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "Creating nic for %s " + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "Failed creating a port on the external vswitch" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "Failed creating port for %s" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "Created switch port %(vm_name)s on switch %(ext_path)s" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "Failed to add nic to VM %s" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "Created nic for %s " + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "WMI job failed: %s" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "Got request to destroy vm %s" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "Failed to destroy vm %s" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "Del: disk %(vhdfile)s vm %(instance_name)s" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "Successfully changed vm state of %(vm_name)s to %(req_state)s" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "Failed to change vm state of %(vm_name)s to %(req_state)s" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "Instance %d was not found in get_network_topic" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "Instance %d has no host" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" +"Instance quota exceeded. You can only run %s more instances of this type." + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "Creating a raw instance" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "Going to run %s instances..." + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "Going to try to terminate %s" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "Instance %d was not found during terminate" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "Instance %d is already being terminated" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "Invalid device specified: %s. Example device: /dev/vdb" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "Volume isn't attached to anything!" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "Unable to connect to AMQP server after %d tries. Shutting down." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Reconnected to queue" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Failed to fetch message from queue" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "Initing the Adapter Consumer for %s" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "received %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "no method for message: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "No method for message: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "Returning exception %s to caller" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "unpacked context: %s" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Making asynchronous call..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID is %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "Making asynchronous cast..." + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "response %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "topic is %s" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "message %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "Recovering from a failed execute. Try number %s" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "volume group %s doesn't exist" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "FAKE AOE: %s" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "Skipping ensure_export. No iscsi_target " + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "Skipping remove_export. No iscsi_target " + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "FAKE ISCSI: %s" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "rbd has no pool %s" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "Sheepdog is not working: %s" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "Sheepdog is not working" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "Starting %(arg0)s on %(host)s:%(port)s" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "You must implement __call__" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "leasing ip" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "Adopted old lease or got a change of mac/hostname" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "releasing ip" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "Instance %s Not Found" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "Dissassociated %s stale fixed ip(s)" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "setting network host" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "Leasing IP %s" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "IP %s leased that isn't associated" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "IP %s leased that was already deallocated" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "Releasing IP %s" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "IP %s released that isn't associated" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "IP %s released that was not leased" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "Introducing %s..." + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "Introduced %(label)s as %(sr_ref)s." + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "Unable to create Storage Repository" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "Unable to find SR from VBD %s" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "Forgetting SR %s ... " + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "Forgetting SR %s done." + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "Unable to introduce VDI on SR %s" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "Unable to get record of VDI %s on" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "Unable to introduce VDI for SR %s" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "Unable to obtain target information %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "Mountpoint cannot be translated: %s" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "Failed to decrypt private key: %s" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "Failed to decrypt initialisation vector: %s" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "Failed to decrypt image file %(image_file)s: %(err)s" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "Unknown S3 value type %r" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "Authenticated request" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "List of buckets requested" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "List keys for bucket %s" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "Unauthorised attempt to access bucket %s" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "Creating bucket %s" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "Deleting bucket %s" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "Unauthorised attempt to delete bucket %s" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "Getting object: %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "Unauthorised attempt to get object %(nm)s from bucket %(bname)s" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "Putting object: %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "Unauthorised attempt to upload object %(nm)s to bucket %(bname)s" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "Deleting object: %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "Unauthorised attempt to delete object %(nm)s from bucket %(bname)s" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "Not authorised to upload image: invalid directory %s" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "Not authorised to upload image: unauthorised bucket %s" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "Starting image upload: %s" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "Not authorised to update attributes of image %s" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "Toggling publicity flag of image %(image_id)s %(newstatus)r" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "Updating user fields on image %s" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "Unauthorised attempt to delete image %s" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "Deleted image: %s" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "Looking up user: %r" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "Failed authorisation for access key %s" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "No user found for access key %s" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "Using project name = user name (%s)" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "failed authorisation: no project named %(pjid)s (user=%(uname)s)" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "No project called %s could be found" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" +"Failed authorisation: user %(uname)s not admin and not member of project " +"%(pjname)s" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "User %(uid)s is not a member of project %(pjid)s" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "Invalid signature for user %s" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "Signature does not match" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "Must specify project" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "The %s role can not be found" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "The %s role is global only" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "Adding role %(role)s to user %(uid)s in project %(pid)s" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "Adding sitewide role %(role)s to user %(uid)s" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "Removing role %(role)s from user %(uid)s on project %(pid)s" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "Removing sitewide role %(role)s from user %(uid)s" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "Created project %(name)s with manager %(manager_user)s" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "modifying project %s" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "Adding user %(uid)s to project %(pid)s" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "Remove user %(uid)s from project %(pid)s" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "Deleting project %s" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "Created user %(rvname)s (admin: %(rvadmin)r)" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "Deleting user %s" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "Access Key change for user %s" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "Secret Key change for user %s" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "Admin status set to %(admin)r for user %(uid)s" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "No vpn data for project %s" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "Starting %(topic)s node (version %(vcs_string)s)" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "Service killed that has no database entry" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "The service database object disappeared, Recreating it." + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "Recovered model server connection!" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "model server went away" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "LDAP user %s already exists" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "LDAP object for %s doesn't exist" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "User %s doesn't exist" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "Group can't be created because group %s already exists" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "Group can't be created because user %s doesn't exist" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "User %s can't be searched in group because the user doesn't exist" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "User %s can't be added to the group because the user doesn't exist" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "The group at dn %s doesn't exist" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "User %(uid)s is already a member of the group %(group_dn)s" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" +"User %s can't be removed from the group because the user doesn't exist" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "User %s is not a member of the group" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "User %s can't be removed from all because the user doesn't exist" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "Group at dn %s doesn't exist" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "Found non-unique network for bridge %s" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "Found no network for bridge %s" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "Creating new user: %s" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "Deleting user: %s" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "Adding role %(role)s to user %(user)s for project %(project)s" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "Adding sitewide role %(role)s to user %(user)s" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "Removing role %(role)s from user %(user)s for project %(project)s" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "Removing sitewide role %(role)s from user %(user)s" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "operation must be add or remove" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "Getting x509 for user: %(name)s on project: %(project)s" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "Create project %(name)s managed by %(manager_user)s" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "Modify project: %(name)s managed by %(manager_user)s" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "Delete project: %s" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "Adding user %(user)s to project %(project)s" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "Removing user %(user)s from project %(project)s" diff --git a/nova/locale/en_GB/LC_MESSAGES/nova.po b/nova/locale/en_GB/LC_MESSAGES/nova.po new file mode 100644 index 000000000..95e442f4b --- /dev/null +++ b/nova/locale/en_GB/LC_MESSAGES/nova.po @@ -0,0 +1,2835 @@ +# English (United Kingdom) translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-06-19 18:14+0000\n" +"Last-Translator: Dave Walker \n" +"Language-Team: English (United Kingdom) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "No hosts found" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Unexpected error while running command." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "DB exception wrapped" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Uncaught exception" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Volume quota exceeded. You cannot create a volume of size %sG" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "Volume status must be available" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "Volume is already attached" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "Volume is already detached" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Failed to read private ip" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Failed to read public ip(s)" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "%(param)s property not found for image %(_image_id)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "No keypairs defined" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "Instance %s not found" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "Unable to use SR %(sr_ref)s for instance %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Unable to attach volume to instance %s" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Unable to locate volume %s" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "Unable to detach volume %s" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Unknown instance type: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "Filename of root CA" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Filename of private key" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "Filename of root Certificate Revocation List" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Where we keep our keys" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "Where we keep our root CA" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Should we use a CA for each project?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "Subject for certificate for users, %s for project, user, timestamp" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "Subject for certificate for projects, %s for project, timestamp" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "Subject for certificate for vpns, %s for project, timestamp" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "Flags path: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "Casting to %(topic)s %(host)s for %(method)s" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorating: |%s|" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: locked: |%s|" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: executing: |%s|" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: not executing |%s|" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "Instance has already been created" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "instance %s: starting..." + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "instance %s: Failed to spawn" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Terminating instance %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "Deallocating address %s" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "trying to destroy already destroyed instance: %s" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "Rebooting instance %s" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "instance %s: snapshotting" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "instance %s: setting admin password" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "instance %(nm)s: injecting file to %(plain_path)s" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "instance %s: rescuing" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "instance %s: pausing" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "instance %s: retrieving diagnostics" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "instance %s: suspending" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "instance %s: resuming" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "instance %s: locking" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "instance %s: unlocking" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "instance %s: getting locked state" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "instance %s: reset network" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "Get console output for instance %s" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "instance %s: getting ajax console" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "instance %(instance_id)s: attach failed %(mountpoint)s, removing" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "Detaching volume from unknown instance %s" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "Host %s is not alive" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "All hosts have too many cores" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "Host %s not available" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "All hosts have too many gigabytes" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "All hosts have too many networks" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "Re-exporting %s volumes" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "volume %s: skipping export" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "volume %s: creating" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "volume %(vol_name)s: creating lv of size %(vol_size)sG" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "volume %s: creating export" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "volume %s: created successfully" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "Volume is still attached" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "Volume is not local to this node" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "volume %s: removing export" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "volume %s: deleting" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "volume %s: deleted successfully" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "%(text)s: _db_content => %(content)s" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "Raising NotImplemented" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "xenapi.fake does not have an implementation for %s" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "Calling %(localname)s %(impl)s" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "Calling getter %s" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "Can't test instances without a real virtual env." + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "Need to watch instance %s until it's running..." + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "Failed to open connection to the hypervisor" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "Starting VLAN inteface %s" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "Starting Bridge interface for %s" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "Hupping dnsmasq threw %s" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "Pid %d is stale, relaunching dnsmasq" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "killing radvd threw %s" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "Pid %d is stale, relaunching radvd" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "Killing dnsmasq threw %s" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "Inner Exception: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "Class %s cannot be found" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "Fetching %s" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Running cmd (subprocess): %s" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "Result was %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "Running cmd (SSH): %s" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "debug in callback: %s" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "Running %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "Link Local address is not found.:%s" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "Invalid backend: %s" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "backend %s" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "(%(nm)s) publish (key: %(routing_key)s) %(message)s" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "Publishing to route %s" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Declaring queue %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Declaring exchange %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "Binding %(queue)s to %(exchange)s with key %(routing_key)s" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "Getting from %(queue)s: %(message)s" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "Created VM %s..." + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "Created VM %(instance_name)s as %(vm_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "VBD not found in instance %s" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "Unable to unplug VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "Unable to destroy VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "Snapshotting VM %(vm_ref)s with label '%(label)s'..." + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "Size for image %(image)s:%(virtual_size)d" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "Glance image %s" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "Copying VDI %s to /boot/guest on dom0" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "Kernel/Ramdisk VDI %s destroyed" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "Asking xapi to fetch %(url)s as %(access)s" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "Looking up vdi %s for PV kernel" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "PV Kernel in VDI:%s" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "Running pygrub against %s" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "Found Xen kernel %s" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "No Xen kernel found. Booting HVM." + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "duplicate name found: %s" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "VDI %s is still available" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "(VM_UTILS) xenserver vm state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "(VM_UTILS) xenapi power_state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "VHD %(vdi_uuid)s has parent %(parent_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "Re-scanning SR %s" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "No VDIs found for VM %s" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "Creating VBD for VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "Creating VBD for VDI %s done." + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "Plugging VBD %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "Plugging VBD %s done." + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "VBD %(vbd)s plugged as %(orig_dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "Destroying VBD for VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "Destroying VBD for VDI %s done." + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "VBD.unplug successful first time." + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "VBD.unplug rejected: retrying..." + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "VBD.unplug successful eventually." + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "Ignoring XenAPI.Failure in VBD.unplug: %s" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "Ignoring XenAPI.Failure %s" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "Writing partition table %s done." + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "Nested received %(queue)s, %(value)s" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "Nested return %s" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "Received %s" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "Use of empty request context is deprecated" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "No service for id %s" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" + +#~ msgid "Wrong number of arguments." +#~ msgstr "Wrong number of arguments." + +#~ msgid "No such process" +#~ msgstr "No such process" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "Full set of FLAGS:" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "pidfile %s does not exist. Daemon not running?\n" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Starting %s" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "Serving %s" diff --git a/nova/locale/es/LC_MESSAGES/nova.po b/nova/locale/es/LC_MESSAGES/nova.po new file mode 100644 index 000000000..5a49ab4e4 --- /dev/null +++ b/nova/locale/es/LC_MESSAGES/nova.po @@ -0,0 +1,2894 @@ +# Spanish translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2012-01-02 01:45+0000\n" +"Last-Translator: jsoler \n" +"Language-Team: Spanish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-01-03 05:04+0000\n" +"X-Generator: Launchpad (build 14616)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "No se encontraron hosts" + +#: ../nova/exception.py:54 +msgid "Unexpected error while running command." +msgstr "Error inesperado mientras el comando se ejecutaba" + +#: ../nova/exception.py:57 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Comando: %(cmd)s\n" +"Código de salida: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "Excepción DB encapsulada" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:127 +msgid "Uncaught exception" +msgstr "Excepción no controlada" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "Cuota excedida por %(pid)s, se intentó crear el volumen %(size)sG" + +#: ../nova/volume/api.py:57 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Cuota de volumen excedida. No puede crear un volumen con tamaño %sG" + +#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 +#: ../nova/volume/api.py:230 +msgid "Volume status must be available" +msgstr "El estado del volumen debe estar disponible" + +#: ../nova/volume/api.py:174 +msgid "Volume is already attached" +msgstr "El volumen ya está asociado previamente" + +#: ../nova/volume/api.py:180 +msgid "Volume is already detached" +msgstr "El volumen ya ha sido desasociado previamente" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Fallo lectura de IP Privada" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Fallo lectura de IP(s) Publicas" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "%(param)s propiedad no encontrada para la imagen %(_image_id)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "No se definio un par de llaves (Keypair)" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:388 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "La instancia %s no se ha encontrado" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:50 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "Volumen_unido: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" +"No es posible crear el VDI en SR %(sr_ref)s para la instancia " +"%(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "No es posible usar SR %(sr_ref)s para la instancia %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Imposible adjuntar volumen a la instancia %s" + +#: ../nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" +"El punto de montaje %(mountpoint)s esta unido a la instancia " +"%(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "Volume_separado: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Imposible encontrar volumen %s" + +#: ../nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "Imposible desasociar volumen %s" + +#: ../nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" +"El punto de montaje %(mountpoint)s se desligó de la instancia " +"%(instance_name)s" + +#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 +#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Tipo de instancia desconocido: %s" + +#: ../nova/crypto.py:50 +msgid "Filename of root CA" +msgstr "Nombre de fichero de la CA raíz" + +#: ../nova/crypto.py:53 +msgid "Filename of private key" +msgstr "Nombre de fichero de la clave privada" + +#: ../nova/crypto.py:55 +msgid "Filename of root Certificate Revokation List" +msgstr "Nombre de fichero de la lista de certificados de revocación raíz" + +#: ../nova/crypto.py:57 +msgid "Where we keep our keys" +msgstr "Donde guardamos nuestras claves" + +#: ../nova/crypto.py:59 +msgid "Where we keep our root CA" +msgstr "Dónde guardamos nuestra CA raíz" + +#: ../nova/crypto.py:61 +msgid "Should we use a CA for each project?" +msgstr "¿Deberíamos usar una CA para cada proyecto?" + +#: ../nova/crypto.py:65 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" +"Sujeto (Subject) para el certificado de usuarios, %s para el proyecto, " +"usuario, marca de tiempo" + +#: ../nova/crypto.py:70 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" +"Sujeto (Subject) para el certificado del proyecto, %s para el proyecto, " +"marca de tiempo" + +#: ../nova/crypto.py:75 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" +"Sujeto (Subject) para el certificado para vpns, %s para el proyecto, marca " +"de tiempo" + +#: ../nova/crypto.py:277 +#, python-format +msgid "Flags path: %s" +msgstr "Ruta a las opciones: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:101 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorating: |%s|" + +#: ../nova/compute/manager.py:104 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: argumentos: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:107 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: locked: |%s|" + +#: ../nova/compute/manager.py:109 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:114 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: ejecutando: |%s|" + +#: ../nova/compute/manager.py:118 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: no ejecutando |%s|" + +#: ../nova/compute/manager.py:368 +msgid "Instance has already been created" +msgstr "La instancia ha sido creada previamente" + +#: ../nova/compute/manager.py:425 +#, python-format +msgid "instance %s: starting..." +msgstr "instancia %s: iniciando..." + +#: ../nova/virt/xenapi/vmops.py:216 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "Instancia %s: no se pudo iniciar" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Finalizando la instancia %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "Desasociando la dirección %s" + +#: ../nova/compute/manager.py:558 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "intentando finalizar una instancia que ya había sido finalizada: %s" + +#: ../nova/compute/manager.py:709 +#, python-format +msgid "Rebooting instance %s" +msgstr "Reiniciando instancia %s" + +#: ../nova/compute/manager.py:599 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"intentando reiniciar una instancia no ejecutada: %(instance_id)s (state: " +"%(state)s expected: %(running)s)" + +#: ../nova/compute/manager.py:768 +#, python-format +msgid "instance %s: snapshotting" +msgstr "instancia %s: creando snapshot" + +#: ../nova/compute/manager.py:651 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"intentando crear una imagen instantanea(snapshot) de una maquina no " +"ejecutada: %(instance_id)s (state: %(state)s expected: %(running)s)" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"intentando restablecer el password en una instancia: %(instance_id)s " +"(estado: %(instance_state)s esperado: %(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "instancia %s: estableciendo password de administrador" + +#: ../nova/compute/manager.py:772 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" +"intentando inyectar un archivo dentro de una instancia parada: " +"%(instance_id)s (estado: %(instance_state)s esperado: %(expected_state)s)" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "instancia %(nm)s: inyectando archivo en %(plain_path)s" + +#: ../nova/compute/manager.py:938 +#, python-format +msgid "instance %s: rescuing" +msgstr "instancia %s: rescatando" + +#: ../nova/compute/manager.py:960 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:1240 +#, python-format +msgid "instance %s: pausing" +msgstr "instancia %s: pausando" + +#: ../nova/compute/manager.py:1257 +#, python-format +msgid "instance %s: unpausing" +msgstr "instancia %s: continuando tras pausa" + +#: ../nova/compute/manager.py:1285 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "instancia %s: obteniendo los diagnosticos" + +#: ../nova/compute/manager.py:1293 +#, python-format +msgid "instance %s: suspending" +msgstr "instancia %s: suspendiendo" + +#: ../nova/compute/manager.py:1310 +#, python-format +msgid "instance %s: resuming" +msgstr "instancia %s: continuando" + +#: ../nova/compute/manager.py:1328 +#, python-format +msgid "instance %s: locking" +msgstr "instancia %s: bloqueando" + +#: ../nova/compute/manager.py:1336 +#, python-format +msgid "instance %s: unlocking" +msgstr "instancia %s: desbloqueando" + +#: ../nova/compute/manager.py:1343 +#, python-format +msgid "instance %s: getting locked state" +msgstr "instancia %s: pasando a estado bloqueado" + +#: ../nova/compute/manager.py:1352 +#, python-format +msgid "instance %s: reset network" +msgstr "instancia %s: reiniciar redes" + +#: ../nova/compute/manager.py:1372 ../nova/api/ec2/cloud.py:800 +#, python-format +msgid "Get console output for instance %s" +msgstr "Obtener salida de la consola para la instancia %s" + +#: ../nova/compute/manager.py:1381 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "instancia %s: obteniendo consola ajax" + +#: ../nova/compute/manager.py:1239 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" +"instancia %(instance_id)s: adjuntando volumen %(volume_id)s a %(mountpoint)s" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:1265 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" +"instancia %(instance_id)s: adjuntar fallo %(mountpoint)s, removiendo" + +#: ../nova/compute/manager.py:1472 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" +"Quitar el volumen %(volume_id)s del punto de montaje %(mp)s en la instancia " +"%(instance_id)s" + +#: ../nova/compute/manager.py:1477 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "Desvinculando volumen de instancia desconocida %s" + +#: ../nova/scheduler/simple.py:52 +#, python-format +msgid "Host %s is not alive" +msgstr "Host %s no responde" + +#: ../nova/scheduler/simple.py:67 +msgid "All hosts have too many cores" +msgstr "Todos los hosts tienen demasiados cores" + +#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 +#, python-format +msgid "Host %s not available" +msgstr "Host %s no disponible" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many gigabytes" +msgstr "Todos los hosts tienen demasiados gigabytes" + +#: ../nova/scheduler/simple.py:136 +msgid "All hosts have too many networks" +msgstr "Todos los hosts tienen demasiadas redes" + +#: ../nova/volume/manager.py:89 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "Exportando de nuevo los volumenes %s" + +#: ../nova/volume/manager.py:94 +#, python-format +msgid "volume %s: skipping export" +msgstr "volume %s: saltando exportación" + +#: ../nova/volume/manager.py:100 +#, python-format +msgid "volume %s: creating" +msgstr "volumen %s: creando" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "volume %(vol_name)s: creando lv del tamaño %(vol_size)sG" + +#: ../nova/volume/manager.py:124 +#, python-format +msgid "volume %s: creating export" +msgstr "volumen %s: exportando" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: created successfully" +msgstr "volumen %s: creado satisfactoriamente" + +#: ../nova/volume/manager.py:167 +msgid "Volume is still attached" +msgstr "El volumen todavía está asociado" + +#: ../nova/volume/manager.py:169 +msgid "Volume is not local to this node" +msgstr "Volumen no local a este nodo" + +#: ../nova/volume/manager.py:173 +#, python-format +msgid "volume %s: removing export" +msgstr "volumen %s: eliminando exportación" + +#: ../nova/volume/manager.py:175 +#, python-format +msgid "volume %s: deleting" +msgstr "volumen %s: eliminando" + +#: ../nova/volume/manager.py:190 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "volumen %s: eliminado satisfactoriamente" + +#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "%(text)s: _db_content => %(content)s" + +#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 +#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 +msgid "Raising NotImplemented" +msgstr "Lanzando NotImplemented" + +#: ../nova/virt/xenapi/fake.py:497 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "xenapi.fake no tiene una implementación para %s" + +#: ../nova/virt/xenapi/fake.py:531 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "Llamando %(localname)s %(impl)s" + +#: ../nova/virt/xenapi/fake.py:536 +#, python-format +msgid "Calling getter %s" +msgstr "Llanado al adquiridor %s" + +#: ../nova/virt/xenapi/fake.py:596 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" +"xenapi.fake no tiene una implementación para %s o ha sido llamada con un " +"número incorrecto de argumentos" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "No puedo probar las imágenes sin un entorno real virtual" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "Hay que vigilar la instancia %s hasta que este en ejecución..." + +#: ../nova/virt/connection.py:78 +msgid "Failed to open connection to the hypervisor" +msgstr "Fallo al abrir conexión con el hypervisor" + +#: ../nova/network/linux_net.py:931 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "Iniciando interfaz VLAN %s" + +#: ../nova/network/linux_net.py:960 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "Iniciando interfaz puente para %s" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:660 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "Excepción al recargar la configuración de dnsmasq: %s" + +#: ../nova/network/linux_net.py:662 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "El pid %d está pasado, relanzando dnsmasq" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:722 +#, python-format +msgid "killing radvd threw %s" +msgstr "Matando radvd lanzado %s" + +#: ../nova/network/linux_net.py:724 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "Pid %d corrupto, relanzando radvd" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:763 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "Al matar dnsmasq se lanzó %s" + +#: ../nova/utils.py:66 +#, python-format +msgid "Inner Exception: %s" +msgstr "Excepción interna: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "La clase %s no ha podido ser encontrada." + +#: ../nova/utils.py:150 +#, python-format +msgid "Fetching %s" +msgstr "Obteniendo %s" + +#: ../nova/utils.py:198 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Ejecutando cmd (subprocesos): %s" + +#: ../nova/utils.py:214 ../nova/utils.py:264 +#, python-format +msgid "Result was %s" +msgstr "El resultado fue %s" + +#: ../nova/utils.py:240 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "corriendo cmd (SSH): %s" + +#: ../nova/utils.py:304 +#, python-format +msgid "debug in callback: %s" +msgstr "Depuración de la devolución de llamada: %s" + +#: ../nova/utils.py:309 +#, python-format +msgid "Running %s" +msgstr "Ejecutando %s" + +#: ../nova/utils.py:414 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "No se encuentra la dirección del enlace local.:%s" + +#: ../nova/utils.py:417 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "No se pudo obtener enlace de la ip local de %(interface)s :%(ex)s" + +#: ../nova/utils.py:514 +#, python-format +msgid "Invalid backend: %s" +msgstr "backend inválido: %s" + +#: ../nova/utils.py:525 +#, python-format +msgid "backend %s" +msgstr "backend %s" + +#: ../nova/testing/fake/rabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "(%(nm)s) publica (key: %(routing_key)s) %(message)s" + +#: ../nova/testing/fake/rabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "Publicando la ruta %s" + +#: ../nova/testing/fake/rabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Declarando cola %s" + +#: ../nova/testing/fake/rabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Declarando intercambio %s" + +#: ../nova/testing/fake/rabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "Enlazando %(queue)s a %(exchange)s con la llave %(routing_key)s" + +#: ../nova/testing/fake/rabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "Obtendiendo desde %(queue)s: %(message)s" + +#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 +#, python-format +msgid "Created VM %s..." +msgstr "Creada VM %s..." + +#: ../nova/virt/xenapi/vm_utils.py:195 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "VM creada %(instance_name)s como %(vm_ref)s." + +#: ../nova/virt/xenapi/volume_utils.py:206 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "Creando VBD para VM %(vm_ref)s, VDI %(vdi_ref)s ... " + +#: ../nova/virt/xenapi/volume_utils.py:209 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "Creado el VBD %(vbd_ref)s para VM %(vm_ref)s, VDI %(vdi_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "VBD not found in instance %s" +msgstr "VBD no encontrado en la instancia %s" + +#: ../nova/virt/xenapi/vm_utils.py:257 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "Imposible desconectar VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:268 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "Imposible destruir VBD %s" + +#: ../nova/virt/xenapi/vmops.py:1449 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s." + +#: ../nova/virt/xenapi/vmops.py:1452 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Creado el VIF %(vif_ref)s para VM %(vm_ref)s, red %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:295 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" +"VDI creado %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) " +"sobre %(sr_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:322 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "Creando snapshot de la VM %(vm_ref)s con etiqueta '%(label)s'..." + +#: ../nova/virt/xenapi/vm_utils.py:336 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "Instantánea creada %(template_vm_ref)s de la VM %(vm_ref)s." + +#. NOTE(sirp): Currently we only support uploading images as VHD, there +#. is no RAW equivalent (yet) +#: ../nova/virt/xenapi/vm_utils.py:366 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "Pidiendo xapi a subir %(vdi_uuids)s como ID %(image_id)s" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "Tamaño para imagen %(image)s:%(virtual_size)d" + +#. TODO(sirp): This should eventually be the URI for the Glance image +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "Glance image %s" +msgstr "Imagen Glance %s" + +#. We need to invoke a plugin for copying the +#. content of the VDI into the proper path. +#: ../nova/virt/xenapi/vm_utils.py:671 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "Copiando VDI %s a /boot/guest on dom0" + +#: ../nova/virt/xenapi/vm_utils.py:681 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "Kernel/Ramdisk VDI %s destruído" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "Pidiendo a xapi que descargue %(url)s como %(access)s" + +#: ../nova/virt/xenapi/vm_utils.py:759 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "Buscando vid %s para el kernel PV" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "Kernel PV en VDI:%s" + +#: ../nova/virt/xenapi/vm_utils.py:1294 +#, python-format +msgid "Running pygrub against %s" +msgstr "Ejecutando pygrub contra %s" + +#: ../nova/virt/xenapi/vm_utils.py:1301 +#, python-format +msgid "Found Xen kernel %s" +msgstr "Kernel Xen Encontrado %s" + +#: ../nova/virt/xenapi/vm_utils.py:1303 +msgid "No Xen kernel found. Booting HVM." +msgstr "Kernel Xen no encontrado. Reiniciando HVM" + +#: ../nova/virt/hyperv.py:450 +#, python-format +msgid "duplicate name found: %s" +msgstr "se ha encontrado un nombre duplicado: %s" + +#: ../nova/virt/xenapi/vm_utils.py:819 +#, python-format +msgid "VDI %s is still available" +msgstr "VDI %s está todavía disponible" + +#: ../nova/virt/xenapi/vm_utils.py:857 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "(VM_UTILS) xenserver vm state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:859 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "(VM_UTILS) xenapi power_state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:1101 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "VHD %(vdi_uuid)s tiene origen en %(parent_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:915 +#, python-format +msgid "Re-scanning SR %s" +msgstr "Re-escaneando SR %s" + +#: ../nova/virt/xenapi/vm_utils.py:1152 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1159 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:911 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "No se han encontrado VDI's para VM %s" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" +"Numero de VDIs inesperado (%(num_vdis)s) encontrados por VM %(vm_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:1221 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "Creando VBD para VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:1223 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "Creando VBF para VDI %s terminado" + +#: ../nova/virt/xenapi/vm_utils.py:1225 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1228 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1242 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1246 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1258 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "VBD.Primera desconexión satisfactoria." + +#: ../nova/virt/xenapi/vm_utils.py:1263 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "VBD. Desconexión rechazada: reintentándolo..." + +#: ../nova/virt/xenapi/vm_utils.py:1268 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "VBD.Finalmente logro desconectar." + +#: ../nova/virt/xenapi/vm_utils.py:1271 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1280 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1140 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1361 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/rpc/common.py:142 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/rpc/common.py:150 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 +#, python-format +msgid "Received %s" +msgstr "Recibido %s" + +#: ../nova/db/sqlalchemy/api.py:50 +msgid "Use of empty request context is deprecated" +msgstr "El uso de una petición de contexto vacía está en desuso" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "No hay servicio para el id %s" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "No hay ip flotante para la dirección %s" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "No hay red para el id %s" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "No hay red para el puente %s" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "No hay red para la instancia %s" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "El token %s no existe" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "No hay quota para el project:id %s" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "El volumen %s no se ha encontrado" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "No se ha encontrado dispositivo exportado para el volumen %s" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "No se ha encontrado id de destino para el volumen %s" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "No hay un grupo de seguridad con el id %s" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "No hay una regla para el grupo de seguridad con el id %s" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "No hay un usuario con el id %s" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "No hay un usuario para la clave de acceso %s" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "No hay proyecto con id %s" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/compute/manager.py:192 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt/connection.py:226 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "Conectando a libvirt: %s" + +#: ../nova/virt/libvirt/connection.py:240 +msgid "Connection to libvirt broke" +msgstr "Conexión a libvirt rota" + +#: ../nova/virt/libvirt/connection.py:394 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "No hay disco en %s" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" +"El snapshotting de instancias no está soportado en libvirt en este momento" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "instancia %s: reiniciada" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "_wait_for_reboot falló: %s" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "instancia %s: rescatada" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "_wait_for_rescue falló: %s" + +#: ../nova/virt/libvirt/connection.py:670 +#, python-format +msgid "instance %s: is running" +msgstr "instancia %s: está ejecutándose" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "instancia %s: arrancada" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "insntancia %s: falló al arrancar" + +#: ../nova/virt/libvirt/connection.py:693 +#, python-format +msgid "virsh said: %r" +msgstr "virsh dijo: %r" + +#: ../nova/virt/libvirt/connection.py:697 +msgid "cool, it's a device" +msgstr "genial, es un dispositivo" + +#: ../nova/virt/libvirt/connection.py:708 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:745 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt/utils.py:218 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:854 +#, python-format +msgid "instance %s: Creating image" +msgstr "instancia %s: Creando imagen" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt/connection.py:1044 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt/connection.py:1183 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "instancia %s: comenzando método toXML" + +#: ../nova/virt/libvirt/connection.py:1187 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "instancia %s: finalizado método toXML" + +#: ../nova/virt/libvirt/connection.py:1330 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt/firewall.py:540 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "Fallo al generar metadatos para la ip %s" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "Intento de instanciar sigleton" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "Quota excedida para %s, intentando asignar direcciones" + +#: ../nova/network/manager.py:296 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" +"La quota de direcciones ha sido excedida. No puedes asignar más direcciones" + +#: ../nova/tests/test_volume.py:190 +#, python-format +msgid "Target %s allocated" +msgstr "Destino %s asignado" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:165 +msgid "Must implement a fallback schedule" +msgstr "Debe de implementar un horario de reserva" + +#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:91 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:219 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:227 +#, python-format +msgid "Generating root CA: %s" +msgstr "Generando CA raiz: %s" + +#: ../nova/api/ec2/cloud.py:385 +#, python-format +msgid "Create key pair %s" +msgstr "Creando par de claves %s" + +#: ../nova/api/ec2/cloud.py:414 +#, python-format +msgid "Delete key pair %s" +msgstr "Borrar para de claves %s" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s no es un ipProtocol valido" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "Rango de puerto inválido" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:349 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "Revocar ingreso al grupo de seguridad %s" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:211 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 +msgid "No rule for the specified parameters." +msgstr "No hay regla para los parámetros especificados." + +#: ../nova/api/openstack/v2/contrib/security_groups.py:196 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "Autorizar ingreso al grupo de seguridad %s" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:218 +#, python-format +msgid "This rule already exists in group %s" +msgstr "Esta regla ya existe en el grupo %s" + +#: ../nova/api/ec2/cloud.py:765 +#: ../nova/api/openstack/v2/contrib/security_groups.py:138 +#, python-format +msgid "Create Security Group %s" +msgstr "Crear Grupo de Seguridad %s" + +#: ../nova/api/ec2/cloud.py:768 +#, python-format +msgid "group %s already exists" +msgstr "el grupo %s ya existe" + +#: ../nova/api/ec2/cloud.py:795 +#: ../nova/api/openstack/v2/contrib/security_groups.py:98 +#, python-format +msgid "Delete security group %s" +msgstr "Borrar grupo de seguridad %s" + +#: ../nova/api/openstack/v2/contrib/volumes.py:143 +#: ../nova/api/ec2/cloud.py:887 +#, python-format +msgid "Create volume of %s GB" +msgstr "Crear volumen de %s GB" + +#: ../nova/api/ec2/cloud.py:922 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:327 +#: ../nova/api/ec2/cloud.py:936 +#, python-format +msgid "Detach volume %s" +msgstr "Desasociar volumen %s" + +#: ../nova/api/ec2/cloud.py:1221 +msgid "Allocate address" +msgstr "Asignar dirección" + +#: ../nova/api/ec2/cloud.py:1233 +#, python-format +msgid "Release address %s" +msgstr "Liberar dirección %s" + +#: ../nova/api/ec2/cloud.py:1238 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1248 +#, python-format +msgid "Disassociate address %s" +msgstr "Desasociar dirección %s" + +#: ../nova/api/ec2/cloud.py:1296 +msgid "Going to start terminating instances" +msgstr "Se va a iniciar la finalización de las instancias" + +#: ../nova/api/ec2/cloud.py:1305 +#, python-format +msgid "Reboot instance %r" +msgstr "Reiniciar instancia %r" + +#: ../nova/api/ec2/cloud.py:1445 +#, python-format +msgid "De-registering image %s" +msgstr "Des-registrando la imagen %s" + +#: ../nova/api/ec2/cloud.py:1472 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 +#: ../nova/api/ec2/cloud.py:1500 ../nova/api/ec2/cloud.py:1515 +#, python-format +msgid "attribute not supported: %s" +msgstr "atributo no soportado: %s" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "id no valido: %s" + +#: ../nova/api/ec2/cloud.py:1518 +msgid "user or group not specified" +msgstr "usuario o grupo no especificado" + +#: ../nova/api/ec2/cloud.py:1520 +msgid "only group \"all\" is supported" +msgstr "sólo el grupo \"all\" está soportado" + +#: ../nova/api/ec2/cloud.py:1522 +msgid "operation_type must be add or remove" +msgstr "operation_type debe ser añadir o eliminar" + +#: ../nova/api/ec2/cloud.py:1523 +#, python-format +msgid "Updating image %s publicity" +msgstr "Actualizando imagen %s públicamente" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "Intentado la creación del nombre no único %s" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:388 +#, python-format +msgid "Starting VM %s..." +msgstr "Iniciando VM %s..." + +#: ../nova/virt/xenapi/vmops.py:391 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:437 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:467 +#, python-format +msgid "Instance %s: booted" +msgstr "Instancia %s: iniciada" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "Instancia no existente %s" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:612 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "Comenzando snapshot para la VM %s" + +#: ../nova/virt/xenapi/vmops.py:621 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:606 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "Finalizado el snapshot y la subida de la VM %s" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1086 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1764 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:288 ../nova/tests/test_compute.py:1165 +#, python-format +msgid "Running instances: %s" +msgstr "Ejecutando instancias: %s" + +#: ../nova/tests/test_compute.py:294 +#, python-format +msgid "After terminating instances: %s" +msgstr "Después de terminar las instancias: %s" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "Red a insertar en la configuración de openvpn" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "Mascara de red a insertar en la configuración de openvpn" + +#: ../nova/cloudpipe/pipelib.py:96 +#, python-format +msgid "Launching VPN for %s" +msgstr "Lanzando VPN para %s" + +#: ../nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "La imagen %s no ha podido ser encontrada" + +#: ../nova/api/ec2/__init__.py:134 +msgid "Too many failed authentications." +msgstr "Demasiados intentos de autenticacion fallidos." + +#: ../nova/api/ec2/__init__.py:144 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:204 +#, python-format +msgid "Authentication Failure: %s" +msgstr "Fallo de autenticación: %s" + +#: ../nova/api/ec2/__init__.py:220 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:251 +#, python-format +msgid "action: %s" +msgstr "acción: %s" + +#: ../nova/api/ec2/__init__.py:253 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:328 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:359 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:365 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:377 +#, python-format +msgid "NotFound raised: %s" +msgstr "No encontrado: %s" + +#: ../nova/api/ec2/__init__.py:380 +#, python-format +msgid "ApiError raised: %s" +msgstr "Sucedió un ApiError: %s" + +#: ../nova/api/ec2/__init__.py:409 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "Sucedió un error inexperado: %s" + +#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" +"Ha sucedido un error desconocido. Por favor repite el intento de nuevo." + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "El usuario %s ya existe" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "El proyecto no puede ser creado porque el administrador %s no existe" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "El proyecto no puede ser creado porque el usuario %s no existe" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "El proyecto no puede ser creado porque el proyecto %s ya existe" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" +"El proyecto no puede ser modificado porque el administrador %s no existe" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "No se ha encontrado el usuario \"%s\"" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "No se ha encontrado el proyecto \"%s\"" + +#: ../nova/virt/xenapi_conn.py:159 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" +"Debes especificar xenapi_connection_url, xenapi_connection_username " +"(opcional), y xenapi_connection_password para usar connection_type=xenapi" + +#: ../nova/virt/xenapi_conn.py:542 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:551 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:577 ../nova/virt/xenapi_conn.py:590 +#, python-format +msgid "Got exception: %s" +msgstr "Obtenida excepción %s" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:73 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:63 +#, python-format +msgid "Caught error: %s" +msgstr "Capturado error: %s" + +#: ../nova/api/openstack/v2/__init__.py:113 +msgid "Including admin operations in API." +msgstr "Incluyendo operaciones de administración in API." + +#: ../nova/console/xvp.py:93 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:111 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:116 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:129 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:136 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:139 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:609 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:633 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:634 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:635 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:636 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 +#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "Failed to load partition: %s" +msgstr "Fallo al cargar la partición: %s" + +#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "Fallo al montar el sistema de ficheros: %s" + +#: ../nova/virt/disk.py:217 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:222 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "No se puede unir la imagen con el loopback: %s" + +#: ../nova/virt/disk.py:246 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:119 +msgid "In init host" +msgstr "En el host inicial" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "Intento de crear una vm duplicada %s" + +#: ../nova/virt/hyperv.py:166 +#, python-format +msgid "Starting VM %s " +msgstr "Comenzando VM %s " + +#: ../nova/virt/hyperv.py:168 +#, python-format +msgid "Started VM %s " +msgstr "VM %s iniciada " + +#: ../nova/virt/hyperv.py:170 +#, python-format +msgid "spawn vm failed: %s" +msgstr "Inicio de vm fallido: %s" + +#: ../nova/virt/hyperv.py:187 +#, python-format +msgid "Failed to create VM %s" +msgstr "Fallo al crear la VM %s" + +#: ../nova/virt/hyperv.py:206 +#, python-format +msgid "Set memory for vm %s..." +msgstr "Se ha establecido la memoria para vm %s..." + +#: ../nova/virt/hyperv.py:216 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "Establecidas vcpus para vm %s..." + +#: ../nova/virt/hyperv.py:220 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:245 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "Fallo al añadir unidad de disco a la VM %s" + +#: ../nova/virt/hyperv.py:248 +#, python-format +msgid "New disk drive path is %s" +msgstr "La nueva ruta para unidad de disco es %s" + +#: ../nova/virt/hyperv.py:265 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "Fallo al añadir el fichero vhd a la VM %s" + +#: ../nova/virt/hyperv.py:267 +#, python-format +msgid "Created disk for %s" +msgstr "Discos creados para %s" + +#: ../nova/virt/hyperv.py:271 +#, python-format +msgid "Creating nic for %s " +msgstr "Creando nic para %s " + +#: ../nova/virt/hyperv.py:290 +msgid "Failed creating a port on the external vswitch" +msgstr "Fallo al crear un puerto en el vswitch externo" + +#: ../nova/virt/hyperv.py:291 +#, python-format +msgid "Failed creating port for %s" +msgstr "Fallo creando puerto para %s" + +#: ../nova/virt/hyperv.py:294 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:304 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "Fallo al añadir nic a la VM %s" + +#: ../nova/virt/hyperv.py:306 +#, python-format +msgid "Created nic for %s " +msgstr "Creando nic para %s " + +#: ../nova/virt/hyperv.py:339 +#, python-format +msgid "WMI job failed: %s" +msgstr "Trabajo WMI falló: %s" + +#: ../nova/virt/hyperv.py:343 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:380 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "Recibida solicitud para destruir vm %s" + +#: ../nova/virt/hyperv.py:405 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "Fallo al destruir vm %s" + +#: ../nova/virt/hyperv.py:412 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:433 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:470 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:473 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "La instancia %d no se ha encontrado en get_network_topic" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "La instancia %d no tiene host" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:202 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" +"Quota de instancias superada. Sólo puedes ejecutar %s instancias más de este " +"tipo." + +#: ../nova/compute/api.py:251 +msgid "Creating a raw instance" +msgstr "Creando una instancia raw" + +#: ../nova/compute/api.py:306 +#, python-format +msgid "Going to run %s instances..." +msgstr "Vamos a ejecutar %s insntacias..." + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:818 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "La instancia %d no se ha encontrado durante la finalización" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "La instancia %d ha sido finalizada" + +#: ../nova/compute/api.py:1521 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" +"El dispositivo especificado no es válido: %s. Ejemplo de dispositivo: " +"/dev/vdb" + +#: ../nova/compute/api.py:1536 +msgid "Volume isn't attached to anything!" +msgstr "¡El volumen no está unido a nada!" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" +"Imposible conectar al servidor AMQP después de %d intentos. Apagando." + +#: ../nova/rpc/impl_carrot.py:220 +msgid "Reconnected to queue" +msgstr "Reconectado a la cola" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Fallo al obtener el mensaje de la cola" + +#: ../nova/rpc/impl_carrot.py:235 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 +#, python-format +msgid "received %s" +msgstr "recibido %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 +#, python-format +msgid "no method for message: %s" +msgstr "no hay método para el mensaje: %s" + +#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 +#, python-format +msgid "No method for message: %s" +msgstr "No hay método para el mensaje: %s" + +#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 +#, python-format +msgid "unpacked context: %s" +msgstr "contenido desempaquetado: %s" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Haciendo una llamada asíncrona..." + +#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID es %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:621 +#, python-format +msgid "response %s" +msgstr "respuesta %s" + +#: ../nova/rpc/impl_carrot.py:630 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:631 +#, python-format +msgid "message %s" +msgstr "mensaje %s" + +#: ../nova/volume/driver.py:79 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "Recuperandose de una ejecución fallida. Intenta el número %s" + +#: ../nova/volume/driver.py:89 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "el grupo de volumenes %s no existe" + +#: ../nova/volume/driver.py:342 +#, python-format +msgid "FAKE AOE: %s" +msgstr "Falso AOE: %s" + +#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 +#: ../nova/volume/driver.py:891 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:463 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "Falso ISCSI: %s" + +#: ../nova/volume/driver.py:475 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:545 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:547 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:208 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:78 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "La instancia %s no ha sido encontrada" + +#: ../nova/network/manager.py:386 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:525 +msgid "setting network host" +msgstr "configurando la red del host" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "Liberando IP %s" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:881 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:1289 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:157 +#, python-format +msgid "Introducing %s..." +msgstr "Introduciendo %s..." + +#: ../nova/virt/xenapi/volume_utils.py:103 +#: ../nova/virt/xenapi/volume_utils.py:170 +#: ../nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:76 +#: ../nova/virt/xenapi/volume_utils.py:174 +msgid "Unable to create Storage Repository" +msgstr "Imposible crear el repositorio de almacenamiento" + +#: ../nova/virt/xenapi/volume_utils.py:186 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "Imposible encontrar SR en VBD %s" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "Olvidando SR %s... " + +#: ../nova/virt/xenapi/volume_utils.py:228 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:234 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "Olvidando SR %s completado." + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:249 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "Incapaz de insertar VDI en SR %s" + +#: ../nova/virt/xenapi/volume_utils.py:257 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "Imposible obtener copia del VDI %s en" + +#: ../nova/virt/xenapi/volume_utils.py:279 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "Inposible insertar VDI para SR %s" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:356 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "Punto de montaje no puede ser traducido: %s" + +#: ../nova/image/s3.py:365 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/image/s3.py:374 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/image/s3.py:385 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "Tipo de valor S3 %r desconocido" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "Petición autenticada" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "Listado de cubos solicitado" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "Lista de claves para el cubo %s" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "Intento no autorizado para acceder al cubo %s" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "Creando el cubo %s" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "Eliminando el cubo %s" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "Intento no autorizado de eliminar el cubo %s" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "No autorizado para subir imagen: directorio incorrecto %s" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "No autorizado para subir imagen: cubo %s no autorizado" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "Comenzando la subida de la imagen: %s" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "No autorizado para actualizar los atributos de la imagen %s" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "Actualizando los campos de usuario de la imagen %s" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "Intento no autorizado de borrar la imagen %s" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "Eliminada imagen: %s" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "Looking up user: %r" +msgstr "Buscando usuario: %r" + +#: ../nova/auth/manager.py:281 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "Fallo de autorización para la clave de acceso %s" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "No se ha encontrado usuario para la clave de acceso %s" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "Utilizando nombre de proyecto = nombre de usuario (%s)" + +#: ../nova/auth/manager.py:294 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "No se ha podido encontrar un proyecto con nombre %s" + +#: ../nova/auth/manager.py:303 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "El usuario %(uid)s no es miembro del proyecto %(pjid)s" + +#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 +#, python-format +msgid "Invalid signature for user %s" +msgstr "Firma invalida para el usuario %s" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "Las firmas no concuerdan" + +#: ../nova/auth/manager.py:428 +msgid "Must specify project" +msgstr "Debes especificar un proyecto" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "El rol %s es únicamente global" + +#: ../nova/auth/manager.py:469 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:472 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:498 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:501 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:574 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "Creado el proyecto %(name)s con administrador %(manager_user)s" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "modifying project %s" +msgstr "Modificando proyecto %s" + +#: ../nova/auth/manager.py:604 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "Agregando usuario %(uid)s para el proyecto %(pid)s" + +#: ../nova/auth/manager.py:625 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "Borrar usuario %(uid)s del proyecto %(pid)s" + +#: ../nova/auth/manager.py:655 +#, python-format +msgid "Deleting project %s" +msgstr "Borrando proyecto %s" + +#: ../nova/auth/manager.py:713 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "Deleting user %s" +msgstr "Borrando usuario %s" + +#: ../nova/auth/manager.py:732 +#, python-format +msgid "Access Key change for user %s" +msgstr "Cambio de clave de acceso para el usuario %s" + +#: ../nova/auth/manager.py:734 +#, python-format +msgid "Secret Key change for user %s" +msgstr "Cambio de clave secreta para el usuario %s" + +#: ../nova/auth/manager.py:736 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:781 +#, python-format +msgid "No vpn data for project %s" +msgstr "No hay datos vpn para el proyecto %s" + +#: ../nova/service.py:141 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:232 +msgid "Service killed that has no database entry" +msgstr "Se detuvo un servicio sin entrada en la base de datos" + +#: ../nova/service.py:269 +msgid "The service database object disappeared, Recreating it." +msgstr "El servicio objeto de base de datos ha desaparecido, recreándolo." + +#: ../nova/service.py:284 +msgid "Recovered model server connection!" +msgstr "Recuperada la conexión al servidor de modelos." + +#: ../nova/service.py:290 +msgid "model server went away" +msgstr "el servidor de modelos se ha ido" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "El objeto LDAP para %s no existe" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "El grupo no se puede crear porque el usuario %s no existe" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/exception.py:790 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "El usuario %(uid)s es actualmente miembro del grupo %(group_dn)s" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" +"El usuario %s no se pudo borrar de el grupo a causa de que el usuario no " +"existe" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "El usuario %s no es miembro de el grupo" + +#: ../nova/auth/ldapdriver.py:621 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" +"Se ha intentado eliminar el último miembro de un grupo. Eliminando el grupo " +"%s en su lugar." + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "El grupo con dn %s no existe" + +#: ../nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "Encontrada una red no única para el puente %s" + +#: ../nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "No se ha encontrado red para el puente %s" + +#: ../nova/api/ec2/admin.py:145 +#, python-format +msgid "Creating new user: %s" +msgstr "Creando nuevo usuario: %s" + +#: ../nova/api/ec2/admin.py:153 +#, python-format +msgid "Deleting user: %s" +msgstr "Eliminando usuario: %s" + +#: ../nova/api/ec2/admin.py:175 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:179 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:185 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:189 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 +msgid "operation must be add or remove" +msgstr "la operación debe ser añadir o eliminar" + +#: ../nova/api/ec2/admin.py:207 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:225 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "Crear proyecto %(name)s administrador por %(manager_user)s" + +#: ../nova/api/ec2/admin.py:238 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "Modificar proyecto: %(name)s administrado por %(manager_user)s" + +#: ../nova/api/ec2/admin.py:248 +#, python-format +msgid "Delete project: %s" +msgstr "Borrar proyecto: %s" + +#: ../nova/api/ec2/admin.py:262 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "Agregando usuario %(user)s al proyecto %(project)s" + +#: ../nova/api/ec2/admin.py:266 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "Eliminando el usuario %(user)s del proyecto %(project)s" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "Sirviendo %s" + +#~ msgid "unexpected exception getting connection" +#~ msgstr "excepción inexperada al obtener la conexión" + +#~ msgid "unexpected error during update" +#~ msgstr "error inesperado durante la actualización" + +#, python-format +#~ msgid "updating %s..." +#~ msgstr "actualizando %s..." + +#, python-format +#~ msgid "Found instance: %s" +#~ msgstr "Encontrada interfaz: %s" + +#, python-format +#~ msgid "PV Kernel in VDI:%d" +#~ msgstr "PV Kernel en VDI:%d" + +#, python-format +#~ msgid "Volume quota exceeded. You cannot create a volume of size %s" +#~ msgstr "Quota de volumen superada. No puedes crear un volumen de tamaño %s" + +#~ msgid "No such process" +#~ msgstr "No existe el proceso" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "Conjunto completo de opciones (FLAGS):" + +#~ msgid "Wrong number of arguments." +#~ msgstr "Cantidad de argumentos incorrecta" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "El \"pidfile\" %s no existe. Quizás el servicio no este corriendo.\n" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Iniciando %s" diff --git a/nova/locale/fr/LC_MESSAGES/nova.po b/nova/locale/fr/LC_MESSAGES/nova.po new file mode 100644 index 000000000..8e48752cf --- /dev/null +++ b/nova/locale/fr/LC_MESSAGES/nova.po @@ -0,0 +1,2979 @@ +# French translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-05-27 16:50+0000\n" +"Last-Translator: Capashen \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "Pas d'hôte trouvé" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Erreur imprévue lors de l'éxecution de la commande" + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Commande : %(cmd)s\n" +"Valeur retournée : %(exit_code)s\n" +"Sortie standard : %(stdout)r\n" +"Sortie d'erreur : %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "Remontée d'exception de la base de données" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Exception non prévue" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" +"Quota dépassé pour %(pid)s lors d'une tentative de création d'un volume de " +"%(size)sG" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Quota de volume dépassé. Vous ne pouvez pas créer un volume de %sG" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "Le status du volume doit être disponible" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "Volume déjà attaché" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "Volume déjà déttaché" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Echec lors de la lecture de l'ip privée" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Echec lors de la lecture de l'ip(s) privée(s)" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" +"La propriété %(param)s n'a pas été trouvée pour l'image %(_image_id)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "Pas de paire de clés définie" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "Instance %s non trouvée" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" +"Impossible de créer VDI sur SR %(sr_ref)s pour l'instance %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" +"Impossible d'utiliser SR %(sr_ref)s pour l'instance %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Impossible d'attacher le volume à l'instance %s" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" +"Le point de montage %(mountpoint)s a été attaché à l'instance " +"%(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Impossible de trouver le volume %s" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "Impossible de détacher le volume %s" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" +"Le point de montage %(mountpoint)s à été détaché de l'instance " +"%(instance_name)s" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Type d'instance inconnu: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "Nom du fichier contenant la racine de l'autorité de certification" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Nom de fichier de la clé privée" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "Nom de fichier de la racine de liste de révocation (CRL)" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Emplacement de sauvegarde des clefs" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "Emplacement de sauvegarde des racines d'autorité de certification" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Doit-on utiliser une autorité de certification pour chaque projet ?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" +"Sujet pour les certificats utilisateurs, %s pour le projet, utilisateur, " +"timestamp" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "Sujet de certificat pour projets, %s pour le projet, timestamp" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "Suject de certificat pour les vpns, %s pour le projet, timestamp" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "Chemin des propriétés: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "Typage de %(topic)s %(host)s pour %(method)s" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: décoration : |%s|" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: arguments : |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: vérouillé : |%s|" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin : |%s|" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: exécution : |%s|" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: ne s'éxécute pas |%s|" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "L'instance a déjà été crée" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "L'instance %s: est en train d'être démarée..." + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "instance %s: n'a pas pu être crée" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Arrêt de l'instance %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "Dé-allocation de l'adresss %s" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "Tentative de destruction d'une instance déjà détruite: %s" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "Redémarrage de l'instance %s" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"Tentative de redémarrage d'une instance non démarrée: %(instance_id)s " +"(state: %(state)s s'attendait à : %(running)s)" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "instance %s: création d'un instantané (snapshot)" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"Tentative de création d'un instantané (snapshot) pour une instance non " +"démarrée: %(instance_id)s (state: %(state)s sattendait à : %(running)s)" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"Tentative de ré-initialisation du mot de passe pour une instance non " +"démarrée: %(instance_id)s (state: %(instance_state)s expected: " +"%(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "instance %s: configuration du mot de passe admin" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" +"Tentative d'injection d'un fichier pour une instance non " +"démarrée:%(instance_id)s (state: %(instance_state)s s'attendait à : " +"%(expected_state)s)" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "instance %(nm)s: injection de fichier vers %(plain_path)s" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "instance %s: récupération" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "instance %s: dé-récupération" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "instance %s: mise en pause" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "instance %s: reprise après pause" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "instance %s: récupération des diagnostiques" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "instance %s: suspension" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "instance %s: reprise après suspension" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "instance %s: vérrouillage" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "instance %s: déverrouillage" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "instance %s: récupération de l'état de vérouillage" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "instance %s: redémarrage du réseau" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "Récupération de la sortie de la console de l'instance %s" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "instance %s: préparation d'une console ajax" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" +"instance %(instance_id)s: montage du volume %(volume_id)s à %(mountpoint)s" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" +"instance %(instance_id)s: Échec de montage %(mountpoint)s, supression" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" +"Démontage du volume %(volume_id)s du point de montage %(mp)s sur l'instance " +"%(instance_id)s" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "Démontage de volume d'une instance inconnue %s" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "Host %s n'est pas en fonction" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "Tous les hôtes ont trop de coeurs" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "Hôte %s non disponible" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "Tous les hôtes ont trop de mémoire" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "Tous les hôtes ont trop de réseaux" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "Ré-exportation de %s volumes" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "volume %s : exportation évitée" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "volume %s: création" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "volume %(vol_name)s: cŕeation d'un volume logique de %(vol_size)sG" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "volume %s: exportation en cours" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "volume %s: crée avec succès" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "Le volume est encore attaché" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "Le volume n'est pas local à ce noeud" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "volume %s: suppression de l'exportation" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "volume %s: suppression" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "volume %s: supprimé avec succès" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "%(text)s: _db_content => %(content)s" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "Fonction non implémentée" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "xenapi.fake n'a pas d'implémentation pour %s" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "Appel %(localname)s %(impl)s" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "Appel du getter %s" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" +"xenapi.fake n'a pas d'implementation pour %s ou il a été appelé avec le " +"mauvais nombre d'arguments" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "Ne peut pas tester les instances sans un env virtuel." + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "Besoin de surveiller l'instance %s jusqu'à son démarrage..." + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "Échec lors de l'ouverture d'une connexion à l'hyperviseur" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "Démarrage de l'interface VLAN %s" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "Démarrage de l'interface de Bridge %s" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "Hupping dnsmasq à renvoyé %s" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "Pid %d est dépassé, re-démarrage de dnsmasq" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "La destruction de radvd à renvoyé %s" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "Pid %d est dépassé, re-démarrage radvd" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "La destruction de dnsmasq à renvoyé %s" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "Exception interne : %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "La classe %s n'a pas pu être trouvée" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "Récupèration de %s" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Execution de la commande (sous-processus) : %s" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "Le résultat était %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "Execution de la cmd (SSH): %s" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "Debug dans le rappel : %s" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "Exécution de %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "L'adresse du lien local n'a pas été trouvé :%s" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "Impossible de trouver l'IP du lien local de %(interface)s :%(ex)s" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "Backend invalide : %s" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "backend %s" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "(%(nm)s) publication (key: %(routing_key)s) %(message)s" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "Publication vers la route %s" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Déclaration de la queue %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Déclaration de l'échange %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" +"Rattachement de %(queue)s vers %(exchange)s avec la clef %(routing_key)s" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "Récupération depuis %(queue)s: %(message)s" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "VM %s crée..." + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "VM %(instance_name)s crée en tant que %(vm_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "Création de VBD pour VM %(vm_ref)s, VDI %(vdi_ref)s ... " + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "VBD créé %(vbd_ref)s pour VM %(vm_ref)s, VDI %(vdi_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "VBD non trouvé dans l'instance %s" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "Impossible de deconnecter le VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "Impossible de supprimer le VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Création du VIF pour la VM %(vm_ref)s, réseau %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "VIF créé %(vif_ref)s pour la VM %(vm_ref)s, network %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" +"VDI créé %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" +"Création de l'instantané (snapshot) pour la VM %(vm_ref)s avec le label " +"'%(label)s'..." + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" +"Instantané (snapshot) créé %(template_vm_ref)s pour la VM %(vm_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" +"Demande de chargement à xapi de %(vdi_uuids)s en tant qu'ID %(image_id)s" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "Taille de l'image %(image)s:%(virtual_size)d" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "Image Glance %s" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "Copie de VDI %s vers /boot/guest sur dom0" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "Noyau/Ramdisk VDI %s détruit" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "Demande de récupération à xapi de %(url)s as %(access)s" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "Recherche du VDI %s pour le PV kernel" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "PV Kernel sur VDI :%s" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "Exécution de pygrub sur %s" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "Kernel Xen %s trouvé" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "Pas de kernel Xen trouvé. Démarrage en HVM." + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "Doublon de nom trouvé : %s" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "Le VDI %s est toujours disponible" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "(VM_UTILS) état xenserver vm -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "(VM_UTILS) xenapi power_state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "VHD %(vdi_uuid)s à pour parent %(parent_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "Re-parcours de SR %s" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" +"VHD tentatives de coalesence dépassé (%(counter)d > %(max_attempts)d), " +"abandon..." + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" +"L'UUID parent %(parent_uuid)s ne correspond pas au parent originel " +"%(original_parent_uuid)s, attente de coalesence..." + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "Pas de VDIs trouvé pour la VM %s" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" +"Nombre de VDIs non attendu (%(num_vdis)s) trouvés pour la VM %(vm_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "Création de VBD pour la VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "La création de VBD pour la VDI %s est terminée." + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "Connexion de VBD %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "Connexion de VBD %s terminée." + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "VBD %(vbd)s connecté en tant que %(orig_dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "VBD %(vbd)s connecté au mauvais device, re-connexion vers %(dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "Destruction de VBD pour la VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "Destruction de VBD pour la VDI %s terminée." + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "VBD.unplug terminé dés la première tentative." + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "VBD.unplug refusé : nouvel essai..." + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "VBD.unplug à enfin été achevée." + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "XenAPI.Failure ignorée dans VBD.unplug: %s" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "XenAPI.Failure %s ignorée" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" +"Ecriture de la table de partitionnement %(primary_first)d %(primary_last)d " +"vers %(dest)s..." + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "Ecriture de la table de partitionnement %s terminée." + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "Reception par Nested %(queue)s, %(value)s" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "Nested renvoi %s" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "%s Reçu" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "L'utilisation d'une requête de contexte vide est dévalué" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "Pas de service pour l'id %s" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "Pas de service pour %(host)s, %(binary)s" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "Aucune IP fixe définie" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "Pas d'IP flottante pour l'addresse %s" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "Pas d'adresse pour l'instance %s" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "Pas de bi-clef pour l'utilisation %(user_id)s, nommé %(name)s" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "Pas de réseau pourl'id %s" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "Pas de réseau défini" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "Pas de réseau pour le bridge %s" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "Pas de réseau pour l'instance %s" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "Le jeton %s n'existe pas" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "Pas de quota pour l'ID projet %s" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "Volume %s non trouvé" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "Pas de device d'exportation pour le volume %s" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "Pas d'id de destination trouvée pour le volume %s" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "Aucun groupe de sécurité avec l'id %s" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" +"Aucun groupe de sécurité nommé %(group_name)s pour le projet : %(project_id)s" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "Pas de groupe de sécurité ayant pour ID %s" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "Pas d'utilisateur ayant pour ID %s" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "Pas d'utilisateur avec la clef d'accès %s" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "Pas de projet ayant pour ID %s" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "Pas de groupe de console ayant pour ID %(pool_id)s" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" +"Pas de groupe de console de type %(console_type)s pour l'hote de calcul " +"%(compute_host)s sur le proxy %(host)s" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" +"Pas de console pour l'intance %(instance_id)s dans le groupe %(pool_id)s" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "sur l'intance %s" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "Pas de console ayant pour ID %(console_id)s %(idesc)s" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "Pas de zone ayant pour ID %(zone_id)s" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "Vérification de l'état de %s" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "L'état de %(name)s est %(state)s." + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "Connexion à libvirt: %s" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "Connexion à libvirt interrompue" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" +"instance %(instance_name)s: suppression des fichiers d'instance %(target)s" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "Chemin de device invalide %s" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "Pas de disque sur %s" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" +"Les instantanés (snapshot) d'instance ne sont pas disponible avec libvirt " +"pour le moment" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "instance %s: re-démarrée" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "_wait_for_reboot échouée : %s" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "instance %s: récupérée" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "_wait_for_rescue échouée : %s" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "instance %s: est active" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "instance %s: a démarrée" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "instance %s: n'a pas réussie à démarrer" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "virsh a retourné : %r" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "super, c'est un device" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "data: %(data)r, fpath: %(fpath)r" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "Contenu du fichier %(fpath)s: %(contents)r" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "Impossible de trouver un port ouvert" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "instance %s : Création de l'image" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "instance %(inst_name)s : injection de clef dans l'image %(img_id)s" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "instance %(inst_name)s : injection de réseau dans l'image %(img_id)s" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" +"instance %(inst_name)s : l'erreur d'injection de donné dans l'image " +"%(img_id)s (%(e)s) a été ignorée" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "instance %s: démarrage de la méthode toXML" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "instance %s: fin d'éxécution de la méthode toXML" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "Les diagnostiques ne sont pas disponibles pour libvirt" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" +"Tentative de suppression de filtre pour l'intance %s qui n'est pas filtrée" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "Impossible de récupérer les méta-donnérs pour l'IP : %s" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "Tentative d'instanciation d'un singleton" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "Quota dépassé pour %s lors de la tentative d'allocation d'adresse" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "Quota d'adresse dépassé. Vous ne pouvez pas allouer d'autre adresse" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "Destination %s allouée" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "Fin de récupération de %(url)s -- placé dans %(path)s" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "Doit mettre en oeuvre un calendrier de retrait" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "Ajout de console" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "Tentative de suppression d'une console non existante %(console_id)s." + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "non disponible" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "Le bi-clef %s existe déjà" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "Génération de la racine d'autorité de certification : %s" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "Création du bi-clef %s" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "Suppression du bi-clef %s" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s n'est pas un protocol ip valide" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "Interval de port invalide" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "Révocation de groupe de sécurité %s" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "Pas assez de parametres pour contruire un règle valide." + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "Pas de règle pour les paramètres spécifiés." + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "Authorisation du groupe de sécurité %s" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "Cette règle existe déjà dans le groupe %s" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "Création du groupe de sécurité %s" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "le groupe %s existe déjà" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "Suppression du groupe de sécurité %s" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "Création d'un volume de %s Go" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" +"Montage du volume %(volume_id)s sur l'instance %(instance_id)s en tant que " +"%(device)s" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "Dé-montage du volume %s" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "Allocation d'adresse" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "Désallocation de l'adresse %s" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" +"Association de l'adresse %(public_ip)s avec l'instance %(instance_id)s" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "Désassociation de l'adresse %s" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "Début de la destruction d'instance" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "Re-démarrage de l'instance %r" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "Dé-enregitrement de l'image %s" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "Image %(image_location)s enregistré avec l'id %(image_id)s" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "attribut non reconnu : %s" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "ID invalide : %s" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "Utilisateur ou groupe non spécifié" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "Seul le group \"tous\" est supporté" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" +"le type d'opération (operation_type) doit être ajout (add) ou suppression " +"(remove)" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "Mis à jour de la publication de l'image %s" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "Utilisation de la configuration paste.deploy sur : %s" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "Pas de configuration collé pour l'application : %s" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" +"App Config: %(api)s\n" +"%(config)r" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "API %s en cours d'éxécution" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "Pas d'API d'applications connue configurée pour %s." + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "Démarrage du noeud nova-api (version %s)" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "Pas de configuration collée trouvée : %s" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "La valeur %(value)s pour l'argument %(key)s est trop courte." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" +"La valeur %(value)s pour l'argument %(key)s contient des caractères " +"interdits." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" +"La valeur %(value)s pour l'argument %(key)s débute par un trait d'union." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "L'argument %s est requis." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" +"La valeur %(value)s pour l'argument %(key)s n'est pas valide. Les valeurs " +"autorisées sont ['true', 'false']." + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" +"La VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) a été créée sur " +"%(sr_ref)s." + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "Tentative de création d'un nom non unique %s" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "instance %(name)s: pas assez de mémoire" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "Démarrage de la VM %s..." + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "La VM %(instance_name)s a créé %(vm_ref)s." + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "Valeur interdite pour onset_files : '%s'" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "Injection du chemin d'accès : '%s'" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "Instance %s : démarée" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "Instance non présente %s" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "Début de création d'instantané (snapshot) pour la VM %s" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "Impossible de faire un instantané de %(vm_ref)s: %(exc)s" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "Fin de l'instantané et du chargement de VM %s" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "La VM %(vm)s est déjà arrété, exctinction évitée." + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "Suppression des fichiers noyau/ramdisk" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "Fichiers noyau/ramdisk supprimés" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" +"DELAI DEPASSE : L'appel de %(method)s à depasser de délai de réponse " +"maximal. VM id=%(instance_id)s; args=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" +"NON IMPLEMENTE : l'appel de %(method)s n'est pas pris en compte par l'agent. " +"VM id=%(instance_id)s; args=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" +"L'appel de %(method)s à renvoyé l'erreur : %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "Erreur OpenSSL : %s" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "Instance actives : %s" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "Après l'arrêt d'instances : %s" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "Patron du script à exécuter au boot d'instance cloudpipe" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "Réseau à passer à la configuration d'openvpn" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "Masque réseau à passer à la configuration d'openvpn" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "Démarrage du VPN pour %s" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "python-migrate n'est pas installé. Fin d'éxécution." + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "L'image %s n'a pas été trouvée" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "Trop d'erreur d'authentification" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" +"La clef d'accès %(access_key)s a rencontrée %(failures)d echecs " +"d'authentification et sera par conséquent vérouillée pour %(lock_mins)d " +"minutes." + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "Echec d'authentification : %s" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "Requête authentifiée pour : %(uname)s:%(pname)s)" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "action: %s" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "arg: %(key)s\t\tval: %(value)s" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" +"Requête non authorisé pour le controlleur=%(controller)s et " +"l'action=%(action)s" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "\"Instance non trouvée\" remontée : %s" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "\"Volume non trouvé\" remonté : %s" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "\"Non trouvé\" remonté : %s" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "\"Erreur API\" remontée : %s" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "\"Erreur inopinée\" remontée : %s" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" +"Une erreur inopinée à eu lieu. Merci d'essayer votre requête à nouveau." + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "L'utilisateur %s existe déjà" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "Le projet ne peut pas être créé car le manager %s n'existe pas" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "Le projet ne peut pas être créé car l'utiisateur %s n'existe pas" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "Le projet ne peut pas être créé car projet %s existe déjà" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "Le projet ne peut pas être modifié car le manager %s n'existe pas" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "Utilisateur \"%s\" non trouvé" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "Projet %s non trouvé" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" +"Doit spécifier xenapi_connection_url, xenapi_connection_username (optionel), " +"et xenapi_connection_password pour utiliser connection_type=xenapi" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "Tâche [%(name)s] %(task)s état : succès %(result)s" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "Tâche [%(name)s] %(task)s état : %(status)s %(error_info)s" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "Reçu exception : %s" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "Imposible de trouver une exportation iSCSI pour le volume %s" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" +"Requête API non supportée : controleur = %(controller)s, action = %(action)s" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "Erreur interceptée : %s" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "Inclusion des opérations d'admin dans l'API." + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "Reconstruction de la configuration xvp" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "Ré-écriture de %s" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "Arrêt xvp" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "Démarrage xvp" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "Erreur au démarrage xvp : %s" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "Re-démarrage xvp" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "xvp non actif..." + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" +"L'erreur çi dessus peut indiquer que la base de données n'a pas été créée.\n" +"Veuillez créer une base de données en utilisant nova-manage sync db avant " +"d'utiliser cette commande." + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" +"Plus de réseaux disponibles. Si vous venez d'installer nova, vous devez " +"exécuter une commande telle que :\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" +"L'erreur çi dessus peut indiquer que la base de données de certificats n'a " +"pas été créée.\n" +"Veuillez créer une base de données en exécutant nova-api server sur cet hôte." + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "réseau" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "adresse IP" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "adresse MAC" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "nom du serveur" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "hôte" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "masque de réseau" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "adresse de départ" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "Impossible de charger la partition: %s" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "Impossible de monter le système de fichier : %s" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "Device nbd %s n'est pas apparu" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "Impossible de lier l'image au loopback : %s" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "Pas de device nbd libre" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "%(filename)s, ligne %(line_info)d" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "Dans init host" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "Tentative de création de vm en doublon %s" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "Démarrage VM %s " + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "VM %s démarrée " + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "Erreur à l'activation VM : %s" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "Erreur de création VM %s" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "Réglage de la mémoire sur VM %s..." + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "Réglage vcpus sur vm %s..." + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" +"Création du disque pour %(vm_name)s par liaison avec le fichier disque " +"%(vhdfile)s" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "Impossible d'ajouter le disque à la VM %s" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "Nouveau chemin d'accès pour le disque : %s" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "Impossible d'ajouter le fichier vhd à la VM %s" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "Disque créé pour %s" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "Création de l'interface réseau pour %s " + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "Erreur de création de port sur le vswitch externe" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "Erreur de création de port pour %s" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "Le port switch %(vm_name)s a été créé sur le switch %(ext_path)s" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "Impossible d'ajouter une interface réseau à la VM %s" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "Interface réseau créée pour %s " + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "Tâche WMI echouée : %s" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "Tâche WMI réussie : %(desc)s, Elapsed=%(elap)s " + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "Requête de suppression de la VM %s reçue" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "Impossible de supprimer la VM %s" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "Suppression: disque %(vhdfile)s vm %(instance_name)s" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" +"Informations reçues pour la VM %(instance_id)s: état=%(state)s, " +"mem=%(memusage)s, num_cpu=%(numprocs)s, cpu_time=%(uptime)s" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "Changement d'état de la VM %(vm_name)s en %(req_state)s réussi" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "Impossible de changer l'état de la vm %(vm_name)s en %(req_state)s" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "Instance %d non trouvée dans get_network_topic" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "Instance %d n'a pas d'hôte" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" +"Quota dépassé pour %(pid)s, lors de la tentative d'exécution de " +"%(min_count)s instances" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" +"Quota d'instances dépassé. Vous ne pouvez éxécuter que %s instances de ce " +"type de plus." + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "Création d'une instance raw" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "Démarrage de %s instances..." + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "Envoi au scheduler de %(pid)s/%(uid)s's instance %(instance_id)s" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "Va essayer d'arrêter %s" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "L'instance %d n'a pas été trouvée durant l'arrêt" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "L'instance %d est déjà en cours d'arrêt" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "Device spécifié invalide : %s. Exemple de device: /dev/vdb" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "Le volume n'est pas attaché à quoi que ce soit!" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" +"Le serveur AMQP sur %(fl_host)s:%(fl_port)d n'est pas joignable. Nouvel " +"essai dans %(fl_intv)d secondes." + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" +"Impossible de se connecter au serveur AMQP après %d essais. Extinction." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Reconnection à la queue" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Impossible de récuperrer les message de la queue" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "Initialisation du Consomateur d'Adapteur pour %s" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "%s reçu" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "Pas de méthode pour le message : %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "Pas de méthode pour le message : %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "Renvoi de l'exception %s à l'appelant" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "Contexte décompacté : %s" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "En cours d'appel assynchrone..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID est %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "En cours de diffusion assynchrone" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "réponse %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "le sujet est %s" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "message %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "Récupération après une exécution erronée. Tentative numéro %s" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "Le groupe de volume %s n'existe pas" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "FAUX AOE: %s" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "ensure_export sauté. Pas d'iscsi_target " + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "remove_export sauté. Pas d'iscsi_target " + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "FAUX ISCSI: %s" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "rbd n'as pas de file %s" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "Sheepdog n'est pas actif : %s" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "Sheepdog n'est pas actif" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "Démarrage %(arg0)s sur %(host)s:%(port)s" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "Vous devez implémenter __call__" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "Allocation IP" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "Allocation périmée accepté ou changement de nom/adresse MAC d'hôte" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "Libération IP" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" +"%(action)s appelée pour MAC %(mac)s avec IP %(ip)s nom d'hôte %(hostname)s " +"sur l'interface %(interface)s" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "Instance %s Non trouvée" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "Désassociation de %s ip(s) fixes périmées" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "réglage de l'hôte réseau" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "Allocation IP %s" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "IP %s allouée qui n'est pas associée" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "IP %(address)s allouée à une mauvaise MAC %(inst_addr)s pour %(mac)s" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "IP %s alloué qui était déjà désallouée" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "Libération IP %s" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "IP %s libérée qui n'était pas associée" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" +"IP %(address)s libérée par une mauvaise MAC %(inst_addr)s pour %(mac)s" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "IP %s libérée qui n'était pas allouée" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" +"La somme du nombre de réseau et le début de vlan ne peut excéder 4094" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "Introduction de %s" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "%(label)s introduit comme %(sr_ref)s." + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "Impossible de créer le dépot de stockage" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "Impossible de trouver SR du VDB %s" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "Démémorisation du SR %s " + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" +"Exception %(exc)s ignorée pendant l'obtention de PBDs pour %(sr_ref)s" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "Exception %(exc)s ignorée pendant la deconnexion du PBD %(pbd)s" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "Démémorisation du SR %s terminée" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "Exception %(exc)s ignorée pendant la démémorisation du SR %(sr_ref)s" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "Impossible d'introduire VDI sur SR %s" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "Impossible de récuppérer l'enregistrement du VDI %s sur" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "Impossible d'introduire le VDI pour SR %s" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" +"Impossible de récuppérer les informations de destination %(device_path)s, " +"%(mountpoint)s" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "Le point de montage ne peut pas être traduit : %s" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "Impossible de déchiffrer la clef privée : %s" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "Impossible de déchiffrer le vecteur d'initialisation : %s" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "Impossible de déchiffrer le fichier image %(image_file)s: %(err)s" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "Type de valeur S3 inconnu %r" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "Requête authentifiée" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "Listes de conteneurs (buckets) demandée" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "List des clefs pour le conteneur (bucket) %s" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "Demande d'accès au conteneur %s non autorisé" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "Création du conteneur %s" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "Suppression du conteneur %s" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "Tentative de suppression du conteneur %s non autorisée" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "Récupération de l'objet : %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" +"Tentative d'accès à l'objet %(nm)s non autorisée pour le conteneur %(bname)s" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "Injection d'objet : %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" +"Tentative de chargement de l'objet %(nm)s vers le conteneur %(bname)s non " +"autorisée" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "Suppression de l'objet : %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" +"Tentative de suppression de l'objet %(nm)s non autorisé pour le conteneur " +"%(bname)s" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "Chargement d'image non autorisé : répertoire invalide %s" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "Chargement d'image non autorisé : conteneur non autorisé %s" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "Début de chargement d'image: %s" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "Tentative de mise a jour d'attributs non autorisée pour l'image %s" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" +"Basculement de l'attribut public de l'image %(image_id)s %(newstatus)r" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "Mise à jour des champs utilisateurs sur l'image %s" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "Tentative de suppression de l'image %s non autorisée" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "Image supprimée : %s" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "Recherche de l'utilisateur : %r" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "Autorisation refusée pour la clef d'accès %s" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "Pas d'utilisateur trouvé pour la clef d'accès %s" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "Nom de projet utilisé = nom d'utilisateur (%s)" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" +"Autorisation refusée : pas de projet nommé %(pjid)s (utilisateur=%(uname)s)" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "Aucun projet nommé %s trouvé" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" +"Autorisation refusée : utilisateur %(uname)s n'est ni admin ni membre du " +"projet %(pjname)s" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "L'utilisateur %(uid)s n'est pas membre du projet %(pjid)s" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "Signature non valide pour l'utilisateur %s" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "La signature ne correspond pas" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "Le projet doit être spécifié" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "Le rôle %s n'a pas été trouvé" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "Le rôle %s est obligatoirement global" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" +"Ajout du rôle %(role)s à l'utilisateur %(uid)s pour le projet %(pid)s" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "Ajout du rôle global %(role)s pour l'utilisateur %(uid)s" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" +"Suppression du rôle %(role)s pour l'utilisateur %(uid)s dans le projet " +"%(pid)s" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "Suppression du role global %(role)s pour l'utilisateur %(uid)s" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "Création du projet %(name)s ayant pour manager %(manager_user)s" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "modification du projet %s" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "Ajout de l'utilisateur %(uid)s au projet %(pid)s" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "Suppression de l'utilisateur %(uid)s du projet %(pid)s" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "Suppression du projet %s" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "Utilisateur créé %(rvname)s (admin: %(rvadmin)r)" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "Suppression de l'utilisateur %s" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "Clef d'accès changée pour l'utilisateur %s" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "Clef secrète changée pour l'utilisateur %s" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "Statut admin changé en %(admin)r pour l'utilisateur %(uid)s" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "Pas de données VPN pour le projet %s" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "Démarrage du noeud %(topic)s (version %(vcs_string)s)" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "Service détruit sans entrée dans la base de données" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" +"L'objet du service de base de données à disparru, re-création en cours." + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "Récupération du modelle de connexion serveur terminée!" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "Le modèle de serveur à disparu" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "L'utilisateur LDAP %s existe déjà" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "L'objet LDAP pour %s n'existe pas" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "L'utilisateur %s n'existe pas" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "Un groupe nommé %s existe déjà" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "Le groupe n'a pu être créé car l'utilisateur %s n'existe pas" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" +"L'utilisateur %s ne peut pas être trouvé dans le groupe car cet utilisateur " +"n'existe pas" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" +"L'utilisateur %s ne peut être ajouté au groupe car cet utilisateur n'existe " +"pas" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "Le group ayant pour dn %s n'existe pas" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "L'utilisateur %(uid)s est déjà membre du groupe %(group_dn)s" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" +"L'utilisateur %s ne peut être supprimé du groupe car cet utilisateur " +"n'existe pas" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "L'utilisateur %s n'est pas membre du groupe" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" +"Tentative de suppression du dernier membre d'un groupe. Essayez plutôt de " +"supprimer le group sur %s." + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" +"L'utilisateur %s ne peut être supprimé partout car l'utilisateur n'existe pas" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "Le groupe ayant pour dn %s n'existe pas" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "Réseau non unique trouvé pour le bridge %s" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "Aucun réseau trouvé pour le bridge %s" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "Création d'un nouvel utilisateur : %s" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "Suppression de l'utilisateur : %s" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" +"Ajout du rôle %(role)s à l'utilisateur %(user)s pour le projet %(project)s" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "Ajout du rôle global %(role)s à l'utilisateur %(user)s" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" +"Suppresion du rôle %(role)s de l'utilisateur %(user)s pour le projet " +"%(project)s" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "Suppression du rôle global %(role)s pour l'utilisateur %(user)s" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "L'opération doit être ajout ou suppression" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" +"Récupération de x509 pour l'utilisateur : %(name)s sur le projet : " +"%(project)s" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "Création du projet %(name)s géré par %(manager_user)s" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "Modification du projet: %(name)s géré par %(manager_user)s" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "Supprimer le projet : %s" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "Ajout de l'utilisateur %(user)s au projet %(project)s" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "Suppression de l'utilisateur %(user)s du projet %(project)s" + +#~ msgid "Wrong number of arguments." +#~ msgstr "Nombre d'arguments incorrect." + +#~ msgid "No such process" +#~ msgstr "Aucun processus de ce type" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Démarrage de %s" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "Ensemble de propriétés complet :" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "" +#~ "Le fichier pid %s n'existe pas. Est-ce que le processus est en cours " +#~ "d'exécution ?\n" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "En train de servir %s" + +#, python-format +#~ msgid "Cannot get blockstats for \"%(disk)s\" on \"%(iid)s\"" +#~ msgstr "Ne peut pas récupérer blockstats pour \"%(disk)s\" sur \"%(iid)s\"" + +#, python-format +#~ msgid "Cannot get ifstats for \"%(interface)s\" on \"%(iid)s\"" +#~ msgstr "Ne peut pas récupérer ifstats pour \"%(interface)s\" sur \"%(iid)s\"" + +#~ msgid "unexpected error during update" +#~ msgstr "erreur inopinée pendant la ise à jour" + +#, python-format +#~ msgid "updating %s..." +#~ msgstr "mise à jour %s..." + +#, python-format +#~ msgid "Found instance: %s" +#~ msgstr "Instance trouvée : %s" + +#~ msgid "unexpected exception getting connection" +#~ msgstr "erreur inopinée pendant la connexion" + +#~ msgid "Starting instance monitor" +#~ msgstr "Démarrage du superviseur d'instance" diff --git a/nova/locale/it/LC_MESSAGES/nova.po b/nova/locale/it/LC_MESSAGES/nova.po new file mode 100644 index 000000000..8e740a9fb --- /dev/null +++ b/nova/locale/it/LC_MESSAGES/nova.po @@ -0,0 +1,2825 @@ +# Italian translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-10-27 15:00+0000\n" +"Last-Translator: DM74S \n" +"Language-Team: Italian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-10-28 05:41+0000\n" +"X-Generator: Launchpad (build 14197)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "Nessun host trovato" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "" +"Si e' verificato un errore inatteso durante l'esecuzione del comando." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Comando: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "DB eccezione wrappata" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Eccezione non gestita" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" +"Quota ecceduta per %(pid)s, tentato di creare un volume di dimensione " +"%(size)sG" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Quota volume ecceduta. Non puoi creare un volume di dimensione %sG" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "Lo stato del volume deve essere disponibile" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "Il volume é già collegato" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "Il volume é già scollegato" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Impossibile leggere l'indirizzo IP privato" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Impossibile leggere gli indirizzi IP pubblici" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" +"La proprietà %(param)s non é stata trovata per l'immagine %(_image_id)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "No keypairs definita" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "Istanza %s non trovata" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" +"Impossible creare il VDI su SR %(sr_ref)s per l'istanza %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "Impossibile usare SR %(sr_ref)s per l'istanza %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Impossibile montare il volume all'istanza %s" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "Mountpoint %(mountpoint)s montato all'istanza %(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Impossibile localizzare il volume %s" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "Impossibile smontare il volume %s" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "Mountpoint %(mountpoint)s smontato dall'istanza %(instance_name)s" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Tipo dell'istanza sconosciuto: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "Filename di root CA" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Nome file della chiave privata" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "Nome file di root Certificate Revokation List" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Dove si conservano le chiavi" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "Dove si conserva root CA" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Si dovrebbe usare un CA per ogni progetto?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" +"Soggetto per il certificato degli utenti, %s per progetto, utente, orario" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "Soggetto per il certificato dei progetti, %s per progetto, orario" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "Soggetto per il certificato delle vpn, %s per progetto, orario" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "Percorso dei flags: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "Trasmissione asincrona a %(topic)s %(host)s for %(method)s" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorazione: |%s|" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: argomenti: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: bloccato: |%s|" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: esecuzione: |%s|" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: non esecuzione |%s|" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "L'istanza é stata già creata" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "Istanza %s: in esecuzione..." + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "Istanza %s: esecuzione fallita..." + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Terminando l'istanza %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "Deallocando l'indirizzo %s" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "Provando a distruggere una istanza già distrutta: %s" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "Riavviando l'istanza %s" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "istanza %s: creazione snapshot in corso" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "istanza %s: impostazione password di amministratore" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "istanza %s: in pausa" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "istanza %s: fuori pausa" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "istanza %s: ricezione diagnostiche" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "istanza %s: sospensione in corso" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "istanza %s: ripristino" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "istanza %s: bloccato" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "istanza %s: sbloccato" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "istanza %s: ripristino rete" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "L'host %s non è attivo" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "Gli host hanno troppi core" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "Host %s non disponibile" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "Gli Host hanno troppy gigabyte" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "Gli host hanno troppe reti" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "volume %s: creazione in corso" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "volume %s: creazione in corso per l'esportazione" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "volume %s: creato con successo" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "Volume ancora collegato" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "volume %s: rimuovendo" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "volume %s: rimosso con successo" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "Sollevando NotImplemented" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "Chiamando %(localname)s %(impl)s" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "Fallita l'apertura della connessione verso l'hypervisor" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "Avviando l'interfaccia VLAN %s" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "Avviando l'interfaccia Bridge per %s" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "Eccezione interna: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "Classe %s non può essere trovata" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "Prelievo %s" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Esecuzione del comando (sottoprocesso): %s" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "Il risultato é %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "Eseguendo cmd (SSH): %s" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "debug in callback: %s" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "Eseguendo %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "Pubblicando sulla route %s" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Dichiarando la coda %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Dichiarando il centralino %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "Creata VM %s.." + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "Creata VM %(instance_name)s come %(vm_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "Immagine Glance %s" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "Kernel/Ramdisk VDI %s distrutti" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "Cercando vdi %s per kernel PV" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" +"Impossibile connettersi al server AMQP dopo %d tentativi. Terminando " +"l'applicazione." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Riconnesso alla coda" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Impossibile prelevare il messaggio dalla coda" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "Inizializzando il Consumer Adapter per %s" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "ricevuto %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "nessun metodo per il messaggio: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "nessun metodo per il messagggio: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "Sollevando eccezione %s al chiamante" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "contesto decompresso: %s" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Facendo chiamata asincrona..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID é %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "risposta %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "argomento é %s" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "messaggio %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "Servizio terminato che non ha entry nel database" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "Il servizio é scomparso dal database, ricreo." + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "Connessione al model server ripristinata!" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "model server é scomparso" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "Insieme di FLAGS:" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "" +#~ "Il pidfile %s non esiste. Assicurarsi che il demone é in esecuzione.\n" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Avvio di %s" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "Servire %s" + +#~ msgid "Wrong number of arguments." +#~ msgstr "Numero errato di argomenti" + +#~ msgid "No such process" +#~ msgstr "Nessun processo trovato" diff --git a/nova/locale/ja/LC_MESSAGES/nova.po b/nova/locale/ja/LC_MESSAGES/nova.po new file mode 100644 index 000000000..c71d7df9d --- /dev/null +++ b/nova/locale/ja/LC_MESSAGES/nova.po @@ -0,0 +1,2895 @@ +# Japanese translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-08-23 11:22+0000\n" +"Last-Translator: Thierry Carrez \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "ホストが見つかりません" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "コマンド実行において予期しないエラーが発生しました。" + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"コマンド: %(cmd)s\n" +"終了コード: %(exit_code)s\n" +"標準出力: %(stdout)r\n" +"標準エラー出力: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "DB 例外がラップ(wrapped)されました" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "キャッチされなかった例外" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "サイズ %(size)s GB のボリューム作成を行おうとしましたが、%(pid)s のサイズ制限を超えています。" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "ボリュームのサイズ制限を超えています。サイズ %s GB のボリュームは作成できません。" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "ボリュームのステータス(status)は available でなければなりません。" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "ボリュームは既に接続(attached)されています。" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "ボリュームは既に切断(detached)されています。" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "プライベート IP アドレスのリードに失敗しました" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "パブリック IP アドレスのリードに失敗しました" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "イメージ %(_image_id)s に対するプロパティ %(param)s が見つかりません" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "キーペアが定義されていません" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "例外: Compute.api::lock %s" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "例外: Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "例外: Compute.api::get_lock %s" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "例外: Compute.api::reset_network %s" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "例外: Compute.api::pause %s" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "例外: Compute.api::unpause %s" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "例外: compute.api::suspend %s" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "例外: compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "インスタンス %s が見つかりません。" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "ボリューム接続: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "インスタンス %(instance_name)s 用のSR %(sr_ref)s における VDI を作成できません" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "インスタンス %(instance_name)s 用のSR %(sr_ref)s が使用できません" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "インスタンス %s にボリュームを接続(attach)できません。" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "インスタンス %(instance_name)s にマウントポイント %(mountpoint)s を接続(attach)しました" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "ボリューム切断: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "ボリューム %s の存在が確認できません。" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "ボリューム %s を切断(detach)できません" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "インスタンス %(instance_name)s からマウントポイント %(mountpoint)s を切断(detach)しました" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "未知のインスタンスタイプ: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "ルートCAのファイル名" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "プライベートキーのファイル名" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "ルート証明書失効リストのファイル名" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "キーを格納するパス" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "ルートCAを格納するパス" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "プロジェクトごとにCAを使用するか否かのフラグ" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "ユーザの証明書のサブジェクト、%s はプロジェクト、ユーザ、タイムスタンプ" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "プロジェクトの証明書のサブジェクト、%s はプロジェクト、およびタイムスタンプ" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "vpnの証明書のサブジェクト、%sはプロジェクト、およびタイムスタンプ" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "Flags のパス: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "%(method)s 用に %(topic)s %(host)s を割り当て中" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorating: |%s|" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "check_instance_lock: 引数: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: locked: |%s|" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: executing: |%s|" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: not executing |%s|" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "インスタンスは既に生成されています。" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "インスタンス %s: 起動中…" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "インスタンス %s: 起動に失敗しました" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "インスタンス %s を停止中" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "アドレス %s の割当を解除中(deallocating)" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "既に消去済みのインスタンス%sを消去しようとしました。" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "Rebooting instance: インスタンス %s を再起動します。" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"実行していないインスタンスを再起動しようとしました: %(instance_id)s (state: %(state)s 期待される状態: " +"%(running)s)" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "snapshotting: インスタンス %s のスナップショットを取得中" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"実行していないインスタンスのスナップショットを取得しようとしました: %(instance_id)s (state: %(state)s " +"期待される状態: %(running)s)" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"実行していないインスタンスのパスワードをリセットしようとしました: %(instance_id)s (state: %(instance_state)s " +"期待される状態: %(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "インスタンス %s: 管理者用パスワードをセット中" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" +"実行していないインスタンスにファイルをインジェクトしようとしました: %(instance_id)s (state: " +"%(instance_state)s 期待される状態: %(expected_state)s)" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "インスタンス %(nm)s: ファイルを %(plain_path)s に埋め込み中" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "Rescuing: インスタンス %s をレスキューします。" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "Unrescuing: インスタンス %s をアンレスキューします。" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "pausing: インスタンス %s を一時停止します。" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "unpausing: インスタンス %s の一時停止を解除します。" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "retrieving diagnostics: インスタンス %s の診断情報を取得します。" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "suspending: インスタンス %s をサスペンドします。" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "resuming: インスタンス %s をレジュームします。" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "locking: インスタンス %s をロックします。" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "unlocking: インスタンス %s のロックを解除します。" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "getting locked state: インスタンス %s のロックを取得しました。" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "インスタンス %s: ネットワークをリセットします" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "Get console output: インスタンス %s のコンソール出力を取得します。" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "インスタンス %s: ajax consoleを接続します" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" +"インスタンス %(instance_id)s: ボリューム %(volume_id)s を %(mountpoint)s に接続中(attaching)" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "インスタンス %(instance_id)s: %(mountpoint)s へのアタッチに失敗しました。削除します。" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" +"インスタンス%(instance_id)s のマウントポイント %(mp)s からボリューム %(volume_id)s をデタッチします。" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "ボリュームを未知のインスタンス %s からデタッチします。" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "ホスト %s は稼働していません。" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "全てのホストにコア数の空きがありません。" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "ホスト %s は利用可能ではありません。" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "全てのホストが利用可能な容量(gigabytes)に達しています。" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "全てのホストがネットワークの最大数に達しています。" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "%s 個のボリュームを再エクスポートします。" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "ボリューム %s のエキスポートをスキップします。" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "ボリューム%sを作成します。" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "ボリューム %(vol_name)s: サイズ %(vol_size)sG のlvを作成します。" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "ボリューム %s をエクスポートします。" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "ボリューム %s の作成に成功しました。" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "ボリュームはアタッチされたままです。" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "ボリュームはこのノードのローカルではありません。" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "ボリューム %s のエクスポートを解除します。" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "ボリューム %s を削除します。" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "ボリューム %s の削除に成功しました。" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "%(text)s: _db_content => %(content)s" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "NotImplemented 例外を発生させます。" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "xenapi.fake には %s が実装されていません。" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "%(localname)s %(impl)s を呼び出します。" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "getter %s をコールします。" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "xenapi.fake に %s に関する実装がないか、引数の数が誤っています。" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "インスタンスのテストには実際の仮想環境が必要です。(fakeでは実行できません。)" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "インスタンス %s が実行するまで監視します…" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "ハイパーバイザへの接続に失敗しました。" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "VLANインタフェース %s を開始します。" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "%s 用のブリッジインタフェースを開始します。" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "dnsmasqに対してhupを送信しましたが %s が発生しました。" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "Pid %d は無効です。dnsmasqを再実行します。" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "radvd 停止が %s 例外を発行しました" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "Pid %d がストールしているので radvd を再実行しています…" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "dnsmasq をkillしましたが、 %s が発生しました。" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "内側で発生した例外: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "クラス %s が見つかりません。" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "ファイルをフェッチ: %s" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "コマンド実行(subprocess): %s" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "コマンド実行結果: %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "コマンド(SSH)を実行: %s" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "コールバック中のデバッグ: %s" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "コマンド実行: %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "リンクローカルアドレスが見つかりません: %s" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "%(interface)s のローカルIPアドレスのリンクが取得できません:%(ex)s" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "不正なバックエンドです: %s" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "バックエンドは %s です。" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "(%(nm)s) 公開 (キー: %(routing_key)s) %(message)s" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "ルート %s へパブリッシュ" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "queue %s の宣言" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "exchange %s の宣言" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "キー %(routing_key)s 付きで %(exchange)s に %(queue)s をバインドしています" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "%(queue)s から取得しています: %(message)s" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "VM %s を作成します。" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "%(vm_ref)s として VM %(instance_name)s を作成しています" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "VM %(vm_ref)s, VDI %(vdi_ref)s 用 VBD を作成しています… " + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "VM %(vm_ref)s, VDI %(vdi_ref)s 用仮想ブロックデバイス(VBD) %(vbd_ref)s を作成しました。" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "インスタンス %s のVBDが見つかりません。" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "VBD %s の unplug に失敗しました。" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "VBD %s の削除に失敗しました。" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "VM %(vm_ref)s, network %(network_ref)s 用仮想インターフェース(VIF)を作成しています。" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "VM %(vm_ref)s, network %(network_ref)s 用 VIF %(vif_ref)s を作成しました。" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" +"%(sr_ref)s 上に VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, " +"%(read_only)s) を作成しました。" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "ラベル '%(label)s' 付き VM %(vm_ref)s のスナップショットを作成しています…" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "VM %(vm_ref)s からスナップショット %(template_vm_ref)s を作成しました。" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "ID %(image_id)s として %(vdi_uuids)s のアップロードの為に xapi を問い合わせしています" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "イメージ %(image)s のサイズ:%(virtual_size)d" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "Glance イメージ %s" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "ドメイン0 上の /boot/guest に VDI %s をコピー中" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "カーネル/RAMディスク VDI %s が削除されました" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "%(access)s として %(url)s 取得の為に xapi を問い合わせしています" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "PV kernelのvdi %s を取得します。" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "VDI 中の PV カーネル:%s" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "%s に対して pygrub を実行しています" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "Xen Kernel %s が見つかりました。" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" +"No Xen kernel found. Booting HVM.\r\n" +"Xen 用カーネルが見つかりません。完全仮想化モード(HVM)で起動しています。" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "%s は重複しています。" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "VDI %s は依然として存在しています。" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "(VM_UTILS) xenserver の vm state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "(VM_UTILS) xenapi の power_state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "VHD %(vdi_uuid)s の親は %(parent_ref)s です" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "SR %s を再スキャンします。" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "VHD 作成が制限を越えました(%(counter)d > %(max_attempts)d)ので、中止しています…" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "親 %(parent_uuid)s が元々の親 %(original_parent_uuid)s と一致しません。作成を待機しています…" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "VM %s にVDIが存在しません。" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "VM %(vm_ref)s 用に予期しない数の VDI (%(num_vdis)s) が見つかりました" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "VDI %s 用に VBD を作成しています… " + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "VDI %s 用 VBD の作成が完了しました。" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "VBD %s を接続しています… " + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "仮想ブロックデバイス(VBD) %s の接続が完了しました。" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "%(orig_dev)s として仮想ブロックデバイス(VBD) %(vbd)s を接続しました" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "仮想ブロックデバイス(VBD) %(vbd)s は不正なデバイスに接続されましたので、%(dev)s に再マッピングしています" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "VDI %s 用の仮想ブロックデバイス(VBD)を削除しています… " + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "VDI %s 用の仮想ブロックデバイス(VBD)の削除が完了しました。" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "VBD.unplug は1回目で成功しました。" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "VBD.unplug が拒否されました: 再試行しています…" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "VBD.unplug は最終的に成功しました。" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "VBD.unplug 中の XenAPI.Failure を無視しています: %s" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "XenAPI.Failure %s を無視しています" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "%(dest)s にパーティションテーブル %(primary_first)d %(primary_last)d を書き込んでいます…" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "パーティションテーブル %s の書き込みが完了しました。" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "Nested received %(queue)s, %(value)s" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "ネストした戻り値: %s" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "%s を受信。" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "Request context を空とすることは非推奨です。" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "id %s のserviceが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "%(host)s, %(binary)s 用のサービスがありません" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "fixed ipが一つも定義されていません。" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "アドレス %s の floating ip が存在しません。" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "インスタンス %s に対するアドレスが見つかりません。" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "ユーザ %(user_id)s 名前 %(name)s のキーペアがありません。" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "id %s に該当するnetwork が存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "ネットワークが定義されていません。" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "ブリッジ %s に該当する network が存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "instance %s に該当する network が存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "トークン %s が存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "project_id %s に対するクオータが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "ボリューム %s が見つかりません。" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "ボリューム %s に関してエクスポートされているデバイスがありません。" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "ボリューム %s に対する target idが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "id %s のセキュリティグループが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "プロジェクト %(project_id)s に対する名称 %(group_name)s のセキュリティグループが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "id %s のセキュリティグループルールが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "id %s のユーザが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "アクセスキー %s に該当するユーザが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "id %s のプロジェクトが存在しません。" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "Id %(pool_id)s のコンソールプールがありません。" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" +"コンピュータホスト %(compute_host)s 用 %(console_type)s 型コンソールプールがプロキシホスト %(host)s " +"上にありません" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "プール %(pool_id)s に %(instance_id)s のコンソールがありません。" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "インスタンス %s 上" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "ID %(console_id)s %(idesc)s を持つコンソールがありません" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "ID %(zone_id)s を持つゾーンがありません" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "%s の状態を確認しています" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "%(name)s の現在の状態は %(state)s です" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "libvirt %s へ接続します。" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "libvirtへの接続が切れています。" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "インスタンス %(instance_name)s: インスタンスファイル群 %(target)s を削除しています" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "%s は不正なデバイスパスです" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "%s にディスクが存在しません。" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "インスタンスのスナップショットは現在libvirtに対してはサポートされていません。" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "インスタンス%s: 再起動しました。" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "_wait_for_reboot 失敗: %s" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "インスタンス %s: rescued" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "_wait_for_rescue 失敗: %s" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "インスタンス %s を起動中です。" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "インスタンス %s: 起動しました。" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "インスタンス %s の起動に失敗しました。" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "virsh の出力: %r" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "デバイスです。" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "データ: %(data)r, ファイルパス: %(fpath)r" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "ファイル %(fpath)s の内容: %(contents)r" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "開いたポートが見つかりません" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "インスタンス %s のイメージを生成します。" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "インスタンス %(inst_name)s: イメージ %(img_id)s に鍵情報を埋め込んでいます" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "インスタンス %(inst_name)s: イメージ %(img_id)s にネットワーク情報を埋め込んでいます" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "インスタンス %(inst_name)s: イメージ %(img_id)s へのデータ埋め込みのエラーを無視しています (%(e)s)" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "インスタンス %s: toXML メソッドを開始。" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "インスタンス %s: toXML メソッドを完了。" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "libvirt では診断(diagnostics)がサポートされていません" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "フィルタされていないインスタンス %s のフィルタ解除を試行しました" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "ip %s に対するメタデータの取得に失敗しました。" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "シングルトンをインスタンス化しようとしました。" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "アドレスを割り当てようとしましたが、%s のクオータを超えました。" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "アドレスのクオータを超えました。これ以上アドレスを割り当てることはできません。" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "ターゲット %s をアロケートしました。" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "%(url)s の取得を完了しました -- %(path)s に配置されました" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "予備の(fallback)スケジューラを実装する必要があります。" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "コンソールを追加しています" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "存在しないコンソール %(console_id)s を削除しようとしました" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "利用できません" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "キーペア %s は既に存在します" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "ルートCA %s を生成しています。" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "Create key pair: キーペア %s を作成します。" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "Delete key pair: キーペア %s を削除します。" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s は適切なipProtocolではありません。" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "ポートの範囲が不正です。" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "Revoke security group ingress: セキュリティグループ許可 %s の取消" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "有効なルールを作成する為の十分なパラメータがありません" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "指定されたパラメータに該当するルールがありません。" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "Authorize security group ingress: セキュリティグループ許可 %s" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "指定されたルールは既にグループ %s に存在しています。" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "Create Security Group: セキュリティグループ %s を作成します。" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "グループ %s は既に存在しています。" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "Delete security group: セキュリティグループ %s を削除します。" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "Create volume: %s GBのボリュームを作成します。" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "ボリューム %(volume_id)s をインスタンス %(instance_id)s のデバイス %(device)s に接続" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "Detach volume: ボリューム %s をデタッチします" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "Allocate address: アドレスを割り当てます。" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "Release address: アドレス %s を開放します。" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "インスタンス %(instance_id)s にアドレス %(public_ip)s を割り当て" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "Disassociate address: アドレス %s の関連付けを解除します。" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "インスタンス終了処理を開始します。" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "Reboot instance: インスタンス %r を再起動します。" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "De-registering image: イメージ %s を登録解除します。" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "イメージ %(image_location)s が ID %(image_id)s で登録されました" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "アトリビュート %s はサポートされていません。" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "id %s は不正です。" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "ユーザまたはグループが指定されていません。" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "グループ \"all\" のみサポートされています。" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "operation_type は add または remove の何れかである必要があります。" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "イメージ %s の公開設定を更新します。" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "%s にある paste.deploy 設定を使用しています" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "アプリケーション用 paste 設定がありません: %s" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" +"アプリケーション設定 %(api)s\n" +"%(config)r" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "%s API を実行しています" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "%s 中に既知の API アプリケーション設定がありません。" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "nova-api ノードを起動しています (バージョン %s)" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "%s 用の paste 設定が見つかりません" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "引数 %(key)s の値 %(value)s が短すぎます。" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "引数 %(key)s の値 %(value)s が不正な文字を含んでいます。" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "引数 %(key)s の値 %(value)s がハイフン(-)から始まっています。" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "引数 %s が必要です。" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "引数 %(key)s は値 %(value)s が許可されていません。有効な値は ['true', 'false'] です。" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" +"%(sr_ref)s 上に VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) を作成しました。" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "ユニークではないname %s を作成しようとしました。" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "インスタンス %(name)s: 十分な空きメモリがありません" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "VM %s を開始します…" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "%(vm_ref)s から作成された VM %(instance_name)s の実行が繰りかえされています。" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "onset_files 用の不正な値: '%s'" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "ファイルパス '%s' を埋め込んでいます" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "インスタンス%s: ブートしました。" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "インスタンス%s が存在しません。" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "VM %s に対するスナップショットを開始します。" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "%(vm_ref)s のスナップショットが作成出来ません: %(exc)s" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "VM %s のスナップショットとアップロードが完了しました。" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "VM %(vm)s は既に停止していますので、シャットダウンを省略します…" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "カーネル/RAMディスクファイルを削除しています" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "カーネル/RAMディスクファイルが削除されました" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" +"タイムアウト: %(method)s の呼び出しがタイムアウトしました。VM id=%(instance_id)s; 引数=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" +"未実装: %(method)s の呼び出しはエージェントに実装されていません。VM id=%(instance_id)s; 引数=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" +"%(method)s 呼び出しがエラーを返しました: %(e)s. VM id=%(instance_id)s; 引数=%(strargs)s" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "OpenSSL エラー: %s" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "インスタンス %s は実行中です。" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "インスタンス %s を終了した後です。" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "cloudpipeインスタンス起動時に実行するスクリプトのテンプレート" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "openvpnの設定に入れるネットワークの値" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "openvpnの設定に入れるネットマスクの値" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "%s 用のVPNを起動します。" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "python-migrate がインストールされていません。終了します。" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "イメージ %s が見つかりませんでした。" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "認証失敗の回数が多すぎます。" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" +"アクセスキー %(access_key)s は %(failures)d 回認証に失敗しましたので、%(lock_mins)d 分間ロックします。" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "%s の認証に失敗しました。" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "%(uname)s 用の認証リクエスト:%(pname)s)" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "アクション(action): %s" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "引数: %(key)s\t\t値: %(value)s" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "コントローラ=%(controller)s とアクション=%(action)s 用の許可されていないリクエスト" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "InstanceNotFound が発行されました: %s" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "VolumeNotFound が発行されました: %s" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "NotFound 発生: %s" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "APIエラー発生: %s" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "予期しないエラー発生: %s" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "未知のエラーが発生しました。再度リクエストを実行してください。" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "ユーザー %s は既に存在しています。" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "マネージャ %s が存在しないためプロジェクトを作成できません。" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "ユーザ %s が存在しないためプロジェクトを作成できません。" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "プロジェクト %s が既に存在するためプロジェクトを作成できません。" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "マネージャ %s が存在しないためプロジェクトを更新できません。" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "ユーザ \"%s\" が見つかりません。" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "プロジェクト \"%s\" が見つかりません。" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" +"connection_type=xenapi を使用するには、以下の指定が必要です: xenapi_connection_url, " +"xenapi_connection_username (オプション), xenapi_connection_password" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "タスク [%(name)s] %(task)s 状態: 成功 %(result)s" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "タスク [%(name)s] %(task)s 状態: %(status)s %(error_info)s" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "例外 %s が発生しました。" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "ボリューム %s 用の iSCSI エクスポートが見つかりません" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "未サポートの API リクエスト: コントローラ = %(controller)s, アクション = %(action)s" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "エラー %s をキャッチしました。" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "管理用オペレーション(admin operation)をAPIに登録します。" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "xvp 設定を再構築しています" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "%s を再度書き込みました" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "xvp を停止しています" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "xvp を開始しています" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "xvp の開始中にエラー: %s" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "xvp を再起動しています" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "xvp が実行されていません…" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" +"上記のエラーはデータベースが作成されていない為に表示されたのかも知れません。\n" +"このコマンドを実行する前に、nova-manage db sync を使用してデータベースを作成して下さい。" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" +"これ以上利用可能なネットワークがありません。これが新規のインストールであれば、\n" +"下記のようなコマンドを実行する必要があります:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" +"上記のエラーは認証 DB が作成されていない為に表示されるのかも知れません。\n" +"このホスト上で nova-api を実行してデータベースを作成して下さい。" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "ネットワーク" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "IPアドレス" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "MAC アドレス" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "ホスト名" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "ホスト" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "ネットマスク" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "開始アドレス" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "パーティション %s のロードに失敗しました。" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "ファイルシステム %s のマウントに失敗しました。" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "nbd デバイス %s が出現しません" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "イメージをループバック %s にアタッチできません。" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "空きの nbd デバイスがありません" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "%(filename)s, %(line_info)d 行目" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "In init host" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "VM %s を二重に作成しようとしました。" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "VM %s を開始します。 " + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "VM %s を開始しました。 " + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "vmの生成(spawn)に失敗しました: %s" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "VM %s の作成に失敗しました。" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "vm %s のメモリを設定します。" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "vm %s のvcpus を設定します。" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "ディスクファイル %(vhdfile)s 接続により、%(vm_name)s 用ディスクを作成しています" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "VM %s へのディスクドライブの追加に失敗しました。" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "新しいドライブパスは %s です。" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "vhdファイルの VM %s への追加に失敗しました。" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "%s に diskを作成します。" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "%s にNICを作成します。 " + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "外部vswitchへのポート作成に失敗しました。" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "ポート %s の作成に失敗しました。" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "スイッチ %(ext_path)s 上のスイッチポート %(vm_name)s が作成されました" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "VM %s に対してNICの追加に失敗しました。" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "%s のNICを作成しました。 " + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "WMIジョブに失敗しました: %s" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "WMI ジョブ成功: %(desc)s, 経過時間=%(elap)s " + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "destroy vm %s リクエストを受信しました。" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "vm %s の削除に失敗しました。" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "削除: ディスク %(vhdfile)s VM %(instance_name)s" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" +"VM %(instance_id)s 用情報取得: 状態=%(state)s, メモリ=%(memusage)s, CPU数=%(numprocs)s, " +"CPU時間=%(uptime)s" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "VM の状態が %(vm_name)s から %(req_state)s に無事変更されました" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" +"Failed to change vm state of \r\n" +"%(vm_name)s から %(req_state)s へのVM の状態変更に失敗しました" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "get_network_topicにおいてインスタンス %d が見つかりませんでした。" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "インスタンス %d にホストが登録されていません。" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "%(pid)s 用の制限(Quota)超過、%(min_count)s 個のインスタンスを実行しようとしました" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "インスタンスのクオータを超えました。このタイプにおいてはあと %s インスタンスしか実行できません。" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "raw instanceを生成します。" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "%s 個のインスタンスの起動を始めます…" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" +"Casting to scheduler for \r\n" +"\r\n" +"%(pid)s/%(uid)s のインスタンス %(instance_id)s 用のスケジューラを割り当て" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "%s を停止しようとしています" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "インスタンス %d が終了処理において見つかりませんでした。" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "インスタンス %d は既に終了済みです。" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "デバイスの指定 %s が不正です: デバイス指定の例: /dev/vdb" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "ボリュームはどこにもアタッチされていません。" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" +"%(fl_host)s 上の AMQP サーバ:%(fl_port)d が到達不能(unreachable)です。%(fl_intv)d " +"秒後に再試行します。" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "AMQPサーバーに %d 回接続を試みましたが、接続できませんでした。シャットダウンします。" + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "キューに再接続しました。" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "キューからメッセージの取得に失敗しました。" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "%sのアダプターコンシューマー(Adapter Consumer)を初期化しています。" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "受信: %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "メッセージ %s に対するメソッドが存在しません。" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "メッセージ %s に対するメソッドが存在しません。" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "呼び出し元に 例外 %s を返却します。" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "context %s をアンパックしました。" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "非同期呼び出しを実行します…" + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_IDは %s です。" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "非同期の割り当てを作成しています…" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "応答 %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "topic は %s です。" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "メッセージ %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "実行失敗からリカバリーします。%s 回目のトライ。" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "ボリュームグループ%sが存在しません。" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "偽のAOE: %s" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "ensure_export を省略しています。iscsi_target がありません。 " + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "remove_export を省略しています。iscsi_target がありません " + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "偽のISCSI: %s" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "rbd にプール %s がありません。" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "Sheepdog が動作していません: %s" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "Sheepdog が機能していません" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "%(host)s:%(port)s 上で %(arg0)s を開始しています" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "__call__ を実装しなければなりません" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "IP アドレスをリースしました" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "以前のリースを採用したか、MAC/ホスト名の変更を取得しました" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "IP アドレスを開放しています" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" +"インターフェース %(interface)s 上に IP アドレス %(ip)s、ホスト名 %(hostname)s を持った MAC アドレス " +"%(mac)s 用の %(action)s を呼び出しました" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "インスタンス %s が見つかりません。" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "無効になった %s 個の fixed ip を割当解除しました。" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "ネットワークホストの設定をします。" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "IP %s をリースします。" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "IP %s がリースされましたが関連付けられていません。" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "IP アドレス %(address)s が不正な MAC アドレス %(inst_addr)s 対 %(mac)s に割り当てられました" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "既に割当解除しているIP %s がリースされました。" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "IP アドレス %s を開放しています" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "割り当てていないIP %s が開放されました。" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "不正な MAC アドレス %(inst_addr)s 対 %(mac)s から IP アドレス %(address)s が開放されました" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "リースしていないIP %s が開放されました。" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "ネットワークの数とVLANの開始番号の和は 4094 より大きくできません。" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "%s を introduce します…" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "%(sr_ref)s として %(label)s を導入しました" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "Storage Repository を作成できません。" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "VBD %s から SRを取得できません。" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "SR %s をforgetします。 " + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "%(sr_ref)s 用の物理ブロックデバイス(PBD)取得時に例外 %(exc)s を無視しています" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "物理ブロックデバイス(PBD) %(pbd)s の取り外し時に例外 %(exc)s を無視しています" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "SR %s のforgetが完了。" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "SR %(sr_ref)s の登録削除時に例外 %(exc)s を無視しています" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "SR %s のVDIのintroduceができません。" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "VDI %s のレコードを取得できません。" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "SR %s のVDIをintroduceできません。" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "ターゲット情報 %(device_path)s, %(mountpoint)s を取得できません" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "マウントポイントを変換できません。 %s" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "プライベートキーの復号に失敗しました: %s" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "初期化ベクタの復号に失敗しました: %s" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "イメージファイル %(image_file)s の復号に失敗しました: %(err)s" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "未知のS3 value type %r です。" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "認証リクエスト" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "List of buckets が呼ばれました。" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "バケット %s のキーの一覧" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "Unauthorized attempt to access bucket: バケット %s に対するアクセスは許可されていません。" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "バケットを作成します。 %s" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "バケットを削除します。 %s" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "Unauthorized attempt to delete bucket: バケット %s に対する削除は許可されていません。" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "オブジェクトを取得しています: %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "バケット %(bname)s からのオブジェクト %(nm)s 取得は許可されていません" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "オブジェクトをアップロードしています: %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "バケット %(bname)s へのオブジェクト %(nm)s のアップロードは許可されていません" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "オブジェクトを削除しています: %(bname)s / %(nm)s" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "バケット %(bname)s 上のオブジェクト %(nm)s の削除は許可されていません" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" +"Not authorized to upload image: イメージの格納は許可されていません。ディレクトリ %s は正しくありません。" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" +"Not authorized to upload image: イメージの格納は許可されていません。バケット %s への格納は許可されていません。" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "イメージのアップロードを開始しました。 %s" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "Not authorized to update attributes: イメージ %s のアトリビュートの更新は許可されていません。" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "イメージ %(image_id)s %(newstatus)r の公開フラグを切り替えています" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "Updating user fields: イメージ %s のユーザフィールドを更新します。" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "Unauthorized attempt to delete image: イメージ %s の削除は許可されていません。" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "イメージ %s を削除しました。" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "ユーザ %r を検索します。" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "Failed authorization: アクセスキー %s の認証に失敗しました。" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "アクセスキー %s に対するユーザが見つかりませんでした。" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "ユーザ名 (%s) をプロジェクト名として使用します。" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "許可されません: %(pjid)s という名称のプロジェクトはありません (ユーザ=%(uname)s)" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "プロジェクト %s は見つかりませんでした。" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "許可されません: ユーザ %(uname)s は管理者でもプロジェクト %(pjname)s のメンバでもありません。" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "ユーザ %(uid)s はプロジェクト %(pjid)s のメンバではありません。" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "Invalid signature: ユーザ %s の署名が不正です。" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "署名が一致しません。" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "プロジェクトを指定してください。" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "ロール %s が見つかりません。" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "ロール %s はグローバルでのみ使用可能です。" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "プロジェクト %(pid)s のユーザ %(uid)s にロール %(role)s を付与します。" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "サイト共通のロール %(role)s をユーザ %(uid)s に付与します。" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "プロジェクト %(pid)s のユーザ %(uid)s からロール %(role)s を削除します。" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "ユーザ %(uid)s からサイト共通のロール %(role)s を削除します。" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "プロジェクト %(name)s を管理者 %(manager_user)s で作成しました。" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "modifying project: プロジェクト %s を更新します。" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "ユーザ %(uid)s をプロジェクト %(pid)s に追加します。" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "ユーザ %(uid)s をプロジェクト %(pid)s から削除します。" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "Deleting project: プロジェクト %s を削除します。" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "ユーザ %(rvname)s を作成しました。(管理者: %(rvadmin)r)" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "Deleting user: ユーザ %s を削除します。" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "Access Key change: ユーザ %s のアクセスキーを更新します。" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "Secret Key change: ユーザ %s のシークレットキーを更新します。" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "ユーザ %(uid)s に対して管理者状態が %(admin)r に設定されました。" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "プロジェクト %s に関するvpnデータがありません。" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "%(topic)s ノードを開始しています (バージョン %(vcs_string)s)" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "データベースにエントリの存在しないサービスを終了します。" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "サービスデータベースオブジェクトが消滅しました。再作成します。" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "モデルサーバへの接続を復旧しました。" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "モデルサーバが消滅しました。" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "LDAPユーザ %s はすでに存在します。" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "LDAPオブジェクト %s が存在しません。" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "ユーザ %s は存在しません" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "グループ %s は既に存在するため、作成できません。" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "ユーザ %s は存在しないため、グループの作成はできません。" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "ユーザ %s は存在しないため、グループ内で検索できません。" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "ユーザ %s は存在しないため、当該グループに追加できません。" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "識別名(DN) %s のグループは存在しません。" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "ユーザ %(uid)s はすでにグループ %(group_dn)s のメンバです。" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "ユーザ %s は存在しないため、当該グループから削除できません。" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "ユーザ %s は当該グループのメンバではありません。" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "グループの最後のメンバーを削除しようとしました。代わりにグループ %s を削除してください。" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "ユーザ %s は存在しないため、全ロールからの削除はできません。" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "dnが %s のグループは存在しません。" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "ブリッジ %s に対してブリッジが複数存在します。" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "ブリッジ %s に対するネットワークが存在しません。" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "Creating new user: 新しいユーザ %s を作成します。" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "Deleting user: ユーザ %s を削除します。" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "プロジェクト %(project)s のユーザ %(user)s にロール %(role)s を付与します。" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "ユーザ %(user)s にサイト共通なロール %(role)s を追加中" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "プロジェクト %(project)s のユーザ %(user)s からロール %(role)s を削除します。" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "ユーザ %(user)s からサイト共通なロール %(role)s を削除中" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "operation は add または remove の何れかである必要があります。" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "プロジェクト %(project)s のユーザ %(name)s の x509 証明書を取得します。" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "管理者 %(manager_user)s によって管理されるプロジェクト %(name)s を作成します。" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "管理者 %(manager_user)s によって管理されるプロジェクト %(name)s を変更します。" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "Delete project: プロジェクト %s を削除しました。" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "ユーザ %(user)s をプロジェクト %(project)s に追加します。" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "ユーザ %(user)s をプロジェクト %(project)s から削除します。" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "%s サービスの開始" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "FLAGSの一覧:" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "pidfile %s が存在しません。デーモンは実行中ですか?\n" + +#, python-format +#~ msgid "updating %s..." +#~ msgstr "%s の情報の更新…" + +#~ msgid "unexpected error during update" +#~ msgstr "更新の最中に予期しないエラーが発生しました。" + +#~ msgid "unexpected exception getting connection" +#~ msgstr "接続に際し予期しないエラーが発生しました。" + +#, python-format +#~ msgid "Found instance: %s" +#~ msgstr "インスタンス %s が見つかりました。" + +#, python-format +#~ msgid "PV Kernel in VDI:%d" +#~ msgstr "VDIのPV Kernel: %d" + +#, python-format +#~ msgid "Volume quota exceeded. You cannot create a volume of size %s" +#~ msgstr "ボリュームのクオータを超えています。%sの大きさのボリュームは作成できません。" + +#~ msgid "Wrong number of arguments." +#~ msgstr "引数の数が異なります。" + +#~ msgid "No such process" +#~ msgstr "そのようなプロセスはありません" + +#, python-format +#~ msgid "Cannot get blockstats for \"%(disk)s\" on \"%(iid)s\"" +#~ msgstr "\"%(iid)s\" 上の \"%(disk)s\" 用のブロック統計(blockstats)が取得できません" + +#, python-format +#~ msgid "Cannot get ifstats for \"%(interface)s\" on \"%(iid)s\"" +#~ msgstr "\"%(iid)s\" 上の %(interface)s\" 用インターフェース統計(ifstats)が取得できません" + +#~ msgid "Starting instance monitor" +#~ msgstr "インスタンスモニタを開始しています" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "%s を起動中" diff --git a/nova/locale/ko/LC_MESSAGES/nova.po b/nova/locale/ko/LC_MESSAGES/nova.po new file mode 100644 index 000000000..64ea6cb76 --- /dev/null +++ b/nova/locale/ko/LC_MESSAGES/nova.po @@ -0,0 +1,2807 @@ +# Korean translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-12-16 04:42+0000\n" +"Last-Translator: LZY \n" +"Language-Team: Korean \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-12-17 05:36+0000\n" +"X-Generator: Launchpad (build 14525)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "호스트가 발견되지 않았습니다" + +#: ../nova/exception.py:54 +msgid "Unexpected error while running command." +msgstr "명령 실행도중 예측하지 못한 에러가 발생했습니다" + +#: ../nova/exception.py:57 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "DB 예외처리가 설정되었습니다" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:127 +msgid "Uncaught exception" +msgstr "예외처리가 안되었습니다" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "%(size)sG 크기의 볼륨 생성도중 %(pid)s에 대한 quota가 초과되었습니다" + +#: ../nova/volume/api.py:57 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "볼륨의 quota가 초과되었습니다. %sG 크기의 볼륨을 만들 수 없습니다" + +#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 +#: ../nova/volume/api.py:230 +msgid "Volume status must be available" +msgstr "볼륨의 상태를 알 수 없습니다" + +#: ../nova/volume/api.py:174 +msgid "Volume is already attached" +msgstr "볼륨이 이미 장착되었습니다" + +#: ../nova/volume/api.py:180 +msgid "Volume is already detached" +msgstr "볼륨이 이미 탈착되었습니다" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "사설ip를 가져오는데 실패했습니다" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "공용ip를 가져오는데 실패했습니다" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "%(_image_id)s 이미지에 대한 %(param)s 속성이 없습니다" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "키페어가 정의되지 않았습니다" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:388 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "%s 인스턴스가 발견되지 않았습니다" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:50 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "볼륨장착: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "%(instance_name)s 인스턴스의 %(sr_ref)s SR에 대한 VDI 생성이 실패했습니다" + +#: ../nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "%(instance_name)s 인스턴스의 %(sr_ref)s SR을 사용 할 수 없습니다" + +#: ../nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" + +#: ../nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 장착되었습니다" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "볼륨 탈착: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "%s 볼륨을 찾을수 없습니다" + +#: ../nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "%s 볼륨 탈착에 실패했습니다" + +#: ../nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 탈착되었습니다" + +#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 +#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 +#, python-format +msgid "Unknown instance type: %s" +msgstr "%s 인스턴스 타입이 없습니다" + +#: ../nova/crypto.py:50 +msgid "Filename of root CA" +msgstr "CA 루트의 파일이름" + +#: ../nova/crypto.py:53 +msgid "Filename of private key" +msgstr "비밀키의 파일명" + +#: ../nova/crypto.py:55 +msgid "Filename of root Certificate Revokation List" +msgstr "인증서 폐기 목록의 루트 파일명" + +#: ../nova/crypto.py:57 +msgid "Where we keep our keys" +msgstr "키를 저장하는 경로" + +#: ../nova/crypto.py:59 +msgid "Where we keep our root CA" +msgstr "CA 루트를 저장하는 경로" + +#: ../nova/crypto.py:61 +msgid "Should we use a CA for each project?" +msgstr "각 프로젝트마다 CA를 사용하시겠습니까?" + +#: ../nova/crypto.py:65 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:70 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:75 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:277 +#, python-format +msgid "Flags path: %s" +msgstr "플래그 경로: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:101 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorating: |%s|" + +#: ../nova/compute/manager.py:104 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:107 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: locked: |%s|" + +#: ../nova/compute/manager.py:109 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:114 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: executing: |%s|" + +#: ../nova/compute/manager.py:118 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: not executing |%s|" + +#: ../nova/compute/manager.py:368 +msgid "Instance has already been created" +msgstr "인스턴스가 이미 생성되었습니다" + +#: ../nova/compute/manager.py:425 +#, python-format +msgid "instance %s: starting..." +msgstr "인스턴스 %s: 가동중..." + +#: ../nova/virt/xenapi/vmops.py:216 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "인스턴스 %s: 생성에 실패했습니다" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "인스턴스 %s를 종료합니다" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "주소 %s를 해지중입니다" + +#: ../nova/compute/manager.py:558 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "인스턴스 %s가 이미 삭제되었습니다" + +#: ../nova/compute/manager.py:709 +#, python-format +msgid "Rebooting instance %s" +msgstr "인스턴스 %s를 재부팅합니다" + +#: ../nova/compute/manager.py:599 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:768 +#, python-format +msgid "instance %s: snapshotting" +msgstr "인스턴스 %s: 스냅샷 저장중" + +#: ../nova/compute/manager.py:651 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "인스턴스 %s: 관리자 암호 설정중" + +#: ../nova/compute/manager.py:772 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:938 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:960 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:1240 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:1257 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:1285 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:1293 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:1310 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:1328 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:1336 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:1343 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:1352 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:1372 ../nova/api/ec2/cloud.py:800 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:1381 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:1239 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:1265 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:1472 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:1477 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:52 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:67 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:136 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:89 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:94 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:100 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:124 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:167 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:169 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:173 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:175 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:190 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 +#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:497 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:531 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:536 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:596 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:78 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:931 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:960 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:660 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:662 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:722 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:724 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:763 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:66 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:150 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:198 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:214 ../nova/utils.py:264 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:240 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:304 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:309 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:414 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:417 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:514 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:525 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:195 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:206 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:209 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:257 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:268 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1449 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1452 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:295 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:322 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:336 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#. NOTE(sirp): Currently we only support uploading images as VHD, there +#. is no RAW equivalent (yet) +#: ../nova/virt/xenapi/vm_utils.py:366 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#. TODO(sirp): This should eventually be the URI for the Glance image +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. We need to invoke a plugin for copying the +#. content of the VDI into the proper path. +#: ../nova/virt/xenapi/vm_utils.py:671 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:681 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:759 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1294 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1301 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1303 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/hyperv.py:450 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:819 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:857 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:859 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1101 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:915 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1152 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1159 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:911 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1221 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1223 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1225 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1228 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1242 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1246 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1258 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1263 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1268 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1271 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1280 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1140 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1361 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/rpc/common.py:142 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/rpc/common.py:150 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:50 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/compute/manager.py:192 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt/connection.py:226 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:240 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:394 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:670 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:693 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:697 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:708 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:745 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt/utils.py:218 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:854 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt/connection.py:1044 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt/connection.py:1183 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1187 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1330 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt/firewall.py:540 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/manager.py:296 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:190 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:165 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:91 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:219 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:227 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:385 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:414 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:349 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:211 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:196 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:218 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:765 +#: ../nova/api/openstack/v2/contrib/security_groups.py:138 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:768 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:795 +#: ../nova/api/openstack/v2/contrib/security_groups.py:98 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:143 +#: ../nova/api/ec2/cloud.py:887 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:922 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:327 +#: ../nova/api/ec2/cloud.py:936 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1221 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1233 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1238 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1248 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1296 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1305 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1445 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1472 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 +#: ../nova/api/ec2/cloud.py:1500 ../nova/api/ec2/cloud.py:1515 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1518 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1520 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1522 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1523 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:388 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:391 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:437 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:467 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:612 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:621 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:606 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1086 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1764 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:288 ../nova/tests/test_compute.py:1165 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:294 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:96 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:134 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:144 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:204 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:220 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:251 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:253 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:328 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:359 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:365 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:377 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:380 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:409 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:159 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:542 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:551 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:577 ../nova/virt/xenapi_conn.py:590 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:73 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:63 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:113 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:93 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:111 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:116 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:129 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:136 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:139 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:609 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:633 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:634 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:635 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:636 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 +#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:217 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:222 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:246 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:119 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:166 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:168 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:170 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:187 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:206 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:216 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:220 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:245 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:248 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:265 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:267 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:271 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:290 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:291 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:294 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:304 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:306 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:339 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:343 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:380 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:405 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:412 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:433 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:470 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:473 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:202 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:251 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:306 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:818 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:1521 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:1536 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:220 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:235 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:621 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:630 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:631 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:79 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:89 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:342 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 +#: ../nova/volume/driver.py:891 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:463 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:475 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:545 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:547 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:208 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:78 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:386 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:525 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:881 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:1289 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:157 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:103 +#: ../nova/virt/xenapi/volume_utils.py:170 +#: ../nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:76 +#: ../nova/virt/xenapi/volume_utils.py:174 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:186 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:228 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:234 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:249 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:257 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:279 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:356 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/image/s3.py:365 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/image/s3.py:374 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/image/s3.py:385 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:281 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:294 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:303 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:428 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:469 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:472 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:498 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:501 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:574 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:604 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:625 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:655 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:713 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:732 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:734 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:736 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:781 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:141 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:232 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:269 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:284 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:290 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/exception.py:790 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:621 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:145 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:153 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:175 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:179 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:185 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:189 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:207 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:225 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:238 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:248 +#, python-format +msgid "Delete project: %s" +msgstr "프로젝트 삭제: %s" + +#: ../nova/api/ec2/admin.py:262 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "프로젝트 %(project)s에 사용자 %(user)s 등록" + +#: ../nova/api/ec2/admin.py:266 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "프로젝트 %(project)s에 사용자 %(user)s 삭제" diff --git a/nova/locale/nova.pot b/nova/locale/nova.pot new file mode 100644 index 000000000..7fe99ce2d --- /dev/null +++ b/nova/locale/nova.pot @@ -0,0 +1,7459 @@ +# Translations template for nova. +# Copyright (C) 2012 ORGANIZATION +# This file is distributed under the same license as the nova project. +# FIRST AUTHOR , 2012. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: nova 2012.1\n" +"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" +"POT-Creation-Date: 2012-02-07 23:50-0800\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 0.9.6\n" + +#: nova/crypto.py:50 +msgid "Filename of root CA" +msgstr "" + +#: nova/crypto.py:53 +msgid "Filename of private key" +msgstr "" + +#: nova/crypto.py:56 +msgid "Filename of root Certificate Revocation List" +msgstr "" + +#: nova/crypto.py:59 +msgid "Where we keep our keys" +msgstr "" + +#: nova/crypto.py:62 +msgid "Where we keep our root CA" +msgstr "" + +#: nova/crypto.py:65 +msgid "Should we use a CA for each project?" +msgstr "" + +#: nova/crypto.py:69 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: nova/crypto.py:74 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: nova/crypto.py:296 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: nova/exception.py:69 +msgid "Unexpected error while running command." +msgstr "" + +#: nova/exception.py:72 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: nova/exception.py:106 +msgid "DB exception wrapped." +msgstr "" + +#: nova/exception.py:167 +msgid "An unknown exception occurred." +msgstr "" + +#: nova/exception.py:183 +msgid "Failed to decrypt text" +msgstr "" + +#: nova/exception.py:187 +msgid "Failed to paginate through images from image service" +msgstr "" + +#: nova/exception.py:191 +msgid "Virtual Interface creation failed" +msgstr "" + +#: nova/exception.py:195 +msgid "5 attempts to create virtual interfacewith unique mac address failed" +msgstr "" + +#: nova/exception.py:200 +msgid "Not authorized." +msgstr "" + +#: nova/exception.py:207 +msgid "User does not have admin privileges" +msgstr "" + +#: nova/exception.py:211 +#, python-format +msgid "Policy doesn't allow %(action)s to be performed." +msgstr "" + +#: nova/exception.py:215 +msgid "Unacceptable parameters." +msgstr "" + +#: nova/exception.py:219 nova/api/openstack/compute/contrib/keypairs.py:103 +msgid "Keypair data is invalid" +msgstr "" + +#: nova/exception.py:223 +msgid "Failed to load data into json format" +msgstr "" + +#: nova/exception.py:227 +msgid "The request is invalid." +msgstr "" + +#: nova/exception.py:231 +#, python-format +msgid "Invalid signature %(signature)s for user %(user)s." +msgstr "" + +#: nova/exception.py:235 +msgid "Invalid input received" +msgstr "" + +#: nova/exception.py:239 +#, python-format +msgid "Invalid instance type %(instance_type)s." +msgstr "" + +#: nova/exception.py:243 +#, python-format +msgid "Invalid volume type %(volume_type)s." +msgstr "" + +#: nova/exception.py:247 +#, python-format +msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s" +msgstr "" + +#: nova/exception.py:251 +#, python-format +msgid "Invalid IP protocol %(protocol)s." +msgstr "" + +#: nova/exception.py:255 +#, python-format +msgid "Invalid content type %(content_type)s." +msgstr "" + +#: nova/exception.py:259 +#, python-format +msgid "Invalid cidr %(cidr)s." +msgstr "" + +#: nova/exception.py:263 +msgid "Invalid reuse of an RPC connection." +msgstr "" + +#: nova/exception.py:269 +#, python-format +msgid "%(err)s" +msgstr "" + +#: nova/exception.py:273 +#, python-format +msgid "" +"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:" +" %(reason)s." +msgstr "" + +#: nova/exception.py:278 +#, python-format +msgid "" +"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while" +" the instance is in this state." +msgstr "" + +#: nova/exception.py:283 +#, python-format +msgid "Instance %(instance_id)s is not running." +msgstr "" + +#: nova/exception.py:287 +#, python-format +msgid "Instance %(instance_id)s is not suspended." +msgstr "" + +#: nova/exception.py:291 +#, python-format +msgid "Instance %(instance_id)s is not in rescue mode" +msgstr "" + +#: nova/exception.py:295 +msgid "Failed to suspend instance" +msgstr "" + +#: nova/exception.py:299 +msgid "Failed to resume server" +msgstr "" + +#: nova/exception.py:303 +msgid "Failed to reboot instance" +msgstr "" + +#: nova/exception.py:307 +msgid "Service is unavailable at this time." +msgstr "" + +#: nova/exception.py:311 +msgid "Volume service is unavailable at this time." +msgstr "" + +#: nova/exception.py:315 +msgid "Compute service is unavailable at this time." +msgstr "" + +#: nova/exception.py:319 +#, python-format +msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)." +msgstr "" + +#: nova/exception.py:324 +msgid "Destination compute host is unavailable at this time." +msgstr "" + +#: nova/exception.py:328 +msgid "Original compute host is unavailable at this time." +msgstr "" + +#: nova/exception.py:332 +msgid "The supplied hypervisor type of is invalid." +msgstr "" + +#: nova/exception.py:336 +msgid "The instance requires a newer hypervisor version than has been provided." +msgstr "" + +#: nova/exception.py:341 +#, python-format +msgid "" +"The supplied disk path (%(path)s) already exists, it is expected not to " +"exist." +msgstr "" + +#: nova/exception.py:346 +#, python-format +msgid "The supplied device path (%(path)s) is invalid." +msgstr "" + +#: nova/exception.py:350 +msgid "Unacceptable CPU info" +msgstr "" + +#: nova/exception.py:354 +#, python-format +msgid "%(address)s is not a valid IP v4/6 address." +msgstr "" + +#: nova/exception.py:358 +#, python-format +msgid "" +"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN " +"tag is %(tag)s, but the one associated with the port group is %(pgroup)s." +msgstr "" + +#: nova/exception.py:364 +#, python-format +msgid "" +"vSwitch which contains the port group %(bridge)s is not associated with " +"the desired physical adapter. Expected vSwitch is %(expected)s, but the " +"one associated is %(actual)s." +msgstr "" + +#: nova/exception.py:371 +#, python-format +msgid "Disk format %(disk_format)s is not acceptable" +msgstr "" + +#: nova/exception.py:375 +#, python-format +msgid "Image %(image_id)s is unacceptable" +msgstr "" + +#: nova/exception.py:379 +#, python-format +msgid "Instance %(instance_id)s is unacceptable" +msgstr "" + +#: nova/exception.py:383 +#, python-format +msgid "Ec2 id %(ec2_id)s is unacceptable." +msgstr "" + +#: nova/exception.py:387 +msgid "Resource could not be found." +msgstr "" + +#: nova/exception.py:394 +#, python-format +msgid "Required flag %(flag)s not set." +msgstr "" + +#: nova/exception.py:398 +#, python-format +msgid "Instance %(instance_id)s could not be found." +msgstr "" + +#: nova/exception.py:402 +#, python-format +msgid "Volume %(volume_id)s could not be found." +msgstr "" + +#: nova/exception.py:406 +#, python-format +msgid "Unable to locate account %(account_name) on Solidfire device" +msgstr "" + +#: nova/exception.py:410 +#, python-format +msgid "Volume not found for instance %(instance_id)s." +msgstr "" + +#: nova/exception.py:414 +#, python-format +msgid "Volume %(volume_id)s has no metadata with key %(metadata_key)s." +msgstr "" + +#: nova/exception.py:419 +msgid "Zero volume types found." +msgstr "" + +#: nova/exception.py:423 +#, python-format +msgid "Volume type %(volume_type_id)s could not be found." +msgstr "" + +#: nova/exception.py:427 +#, python-format +msgid "Volume type with name %(volume_type_name)s could not be found." +msgstr "" + +#: nova/exception.py:432 +#, python-format +msgid "" +"Volume Type %(volume_type_id)s has no extra specs with key " +"%(extra_specs_key)s." +msgstr "" + +#: nova/exception.py:437 +#, python-format +msgid "Snapshot %(snapshot_id)s could not be found." +msgstr "" + +#: nova/exception.py:441 +#, python-format +msgid "deleting volume %(volume_name)s that has snapshot" +msgstr "" + +#: nova/exception.py:445 +#, python-format +msgid "No target id found for volume %(volume_id)s." +msgstr "" + +#: nova/exception.py:449 +#, python-format +msgid "No disk at %(location)s" +msgstr "" + +#: nova/exception.py:453 +#, python-format +msgid "Could not find a handler for %(driver_type)s volume." +msgstr "" + +#: nova/exception.py:457 +#, python-format +msgid "Invalid image href %(image_href)s." +msgstr "" + +#: nova/exception.py:461 +msgid "" +"Some images have been stored via hrefs. This version of the api does not " +"support displaying image hrefs." +msgstr "" + +#: nova/exception.py:466 +#, python-format +msgid "Image %(image_id)s could not be found." +msgstr "" + +#: nova/exception.py:470 +#, python-format +msgid "Kernel not found for image %(image_id)s." +msgstr "" + +#: nova/exception.py:474 +#, python-format +msgid "User %(user_id)s could not be found." +msgstr "" + +#: nova/exception.py:478 +#, python-format +msgid "Project %(project_id)s could not be found." +msgstr "" + +#: nova/exception.py:482 +#, python-format +msgid "User %(user_id)s is not a member of project %(project_id)s." +msgstr "" + +#: nova/exception.py:486 +#, python-format +msgid "Role %(role_id)s could not be found." +msgstr "" + +#: nova/exception.py:490 +msgid "Cannot find SR to read/write VDI." +msgstr "" + +#: nova/exception.py:494 +#, python-format +msgid "%(req)s is required to create a network." +msgstr "" + +#: nova/exception.py:498 +#, python-format +msgid "Network %(network_id)s could not be found." +msgstr "" + +#: nova/exception.py:502 +#, python-format +msgid "Network could not be found for bridge %(bridge)s" +msgstr "" + +#: nova/exception.py:506 +#, python-format +msgid "Network could not be found for uuid %(uuid)s" +msgstr "" + +#: nova/exception.py:510 +#, python-format +msgid "Network could not be found with cidr %(cidr)s." +msgstr "" + +#: nova/exception.py:514 +#, python-format +msgid "Network could not be found for instance %(instance_id)s." +msgstr "" + +#: nova/exception.py:518 +msgid "No networks defined." +msgstr "" + +#: nova/exception.py:522 +#, python-format +msgid "" +"Either Network uuid %(network_uuid)s is not present or is not assigned to" +" the project %(project_id)s." +msgstr "" + +#: nova/exception.py:527 +#, python-format +msgid "Host is not set to the network (%(network_id)s)." +msgstr "" + +#: nova/exception.py:531 +msgid "Could not find the datastore reference(s) which the VM uses." +msgstr "" + +#: nova/exception.py:535 +#, python-format +msgid "No fixed IP associated with id %(id)s." +msgstr "" + +#: nova/exception.py:539 +#, python-format +msgid "Fixed ip not found for address %(address)s." +msgstr "" + +#: nova/exception.py:543 +#, python-format +msgid "Instance %(instance_id)s has zero fixed ips." +msgstr "" + +#: nova/exception.py:547 +#, python-format +msgid "Network host %(host)s has zero fixed ips in network %(network_id)s." +msgstr "" + +#: nova/exception.py:552 +#, python-format +msgid "Instance %(instance_id)s doesn't have fixed ip '%(ip)s'." +msgstr "" + +#: nova/exception.py:556 +#, python-format +msgid "Host %(host)s has zero fixed ips." +msgstr "" + +#: nova/exception.py:560 +#, python-format +msgid "" +"Fixed IP address (%(address)s) does not exist in network " +"(%(network_uuid)s)." +msgstr "" + +#: nova/exception.py:565 +#, python-format +msgid "Fixed IP address %(address)s is already in use." +msgstr "" + +#: nova/exception.py:569 +#, python-format +msgid "Fixed IP address %(address)s is invalid." +msgstr "" + +#: nova/exception.py:573 +msgid "Zero fixed ips available." +msgstr "" + +#: nova/exception.py:577 +msgid "Zero fixed ips could be found." +msgstr "" + +#: nova/exception.py:581 +#, python-format +msgid "Floating ip not found for id %(id)s." +msgstr "" + +#: nova/exception.py:585 +#, python-format +msgid "The DNS entry %(name)s already exists in domain %(domain)s." +msgstr "" + +#: nova/exception.py:589 +#, python-format +msgid "Floating ip not found for address %(address)s." +msgstr "" + +#: nova/exception.py:593 +#, python-format +msgid "Floating ip not found for host %(host)s." +msgstr "" + +#: nova/exception.py:597 +msgid "Zero floating ips available." +msgstr "" + +#: nova/exception.py:601 +#, python-format +msgid "Floating ip %(address)s is associated." +msgstr "" + +#: nova/exception.py:605 +#, python-format +msgid "Floating ip %(address)s is not associated." +msgstr "" + +#: nova/exception.py:609 +msgid "Zero floating ips exist." +msgstr "" + +#: nova/exception.py:613 +#, python-format +msgid "Interface %(interface)s not found." +msgstr "" + +#: nova/exception.py:617 +#, python-format +msgid "Keypair %(name)s not found for user %(user_id)s" +msgstr "" + +#: nova/exception.py:621 +#, python-format +msgid "Certificate %(certificate_id)s not found." +msgstr "" + +#: nova/exception.py:625 +#, python-format +msgid "Service %(service_id)s could not be found." +msgstr "" + +#: nova/exception.py:629 +#, python-format +msgid "Host %(host)s could not be found." +msgstr "" + +#: nova/exception.py:633 +#, python-format +msgid "Compute host %(host)s could not be found." +msgstr "" + +#: nova/exception.py:637 +#, python-format +msgid "Could not find binary %(binary)s on host %(host)s." +msgstr "" + +#: nova/exception.py:641 +#, python-format +msgid "Auth token %(token)s could not be found." +msgstr "" + +#: nova/exception.py:645 +#, python-format +msgid "Access Key %(access_key)s could not be found." +msgstr "" + +#: nova/exception.py:649 +msgid "Quota could not be found" +msgstr "" + +#: nova/exception.py:653 +#, python-format +msgid "Quota for project %(project_id)s could not be found." +msgstr "" + +#: nova/exception.py:657 +#, python-format +msgid "Security group %(security_group_id)s not found." +msgstr "" + +#: nova/exception.py:661 +#, python-format +msgid "Security group %(security_group_id)s not found for project %(project_id)s." +msgstr "" + +#: nova/exception.py:666 +#, python-format +msgid "Security group with rule %(rule_id)s not found." +msgstr "" + +#: nova/exception.py:670 +#, python-format +msgid "" +"Security group %(security_group_id)s is already associated with the " +"instance %(instance_id)s" +msgstr "" + +#: nova/exception.py:675 +#, python-format +msgid "" +"Security group %(security_group_id)s is not associated with the instance " +"%(instance_id)s" +msgstr "" + +#: nova/exception.py:680 +#, python-format +msgid "Migration %(migration_id)s could not be found." +msgstr "" + +#: nova/exception.py:684 +#, python-format +msgid "Migration not found for instance %(instance_id)s with status %(status)s." +msgstr "" + +#: nova/exception.py:689 +#, python-format +msgid "Console pool %(pool_id)s could not be found." +msgstr "" + +#: nova/exception.py:693 +#, python-format +msgid "" +"Console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s not found." +msgstr "" + +#: nova/exception.py:699 +#, python-format +msgid "Console %(console_id)s could not be found." +msgstr "" + +#: nova/exception.py:703 +#, python-format +msgid "Console for instance %(instance_id)s could not be found." +msgstr "" + +#: nova/exception.py:707 +#, python-format +msgid "" +"Console for instance %(instance_id)s in pool %(pool_id)s could not be " +"found." +msgstr "" + +#: nova/exception.py:712 +#, python-format +msgid "Invalid console type %(console_type)s " +msgstr "" + +#: nova/exception.py:716 +msgid "Zero instance types found." +msgstr "" + +#: nova/exception.py:720 +#, python-format +msgid "Instance type %(instance_type_id)s could not be found." +msgstr "" + +#: nova/exception.py:724 +#, python-format +msgid "Instance type with name %(instance_type_name)s could not be found." +msgstr "" + +#: nova/exception.py:729 +#, python-format +msgid "Flavor %(flavor_id)s could not be found." +msgstr "" + +#: nova/exception.py:733 +#, python-format +msgid "Zone %(zone_id)s could not be found." +msgstr "" + +#: nova/exception.py:737 +#, python-format +msgid "Scheduler Host Filter %(filter_name)s could not be found." +msgstr "" + +#: nova/exception.py:741 +#, python-format +msgid "Scheduler cost function %(cost_fn_str)s could not be found." +msgstr "" + +#: nova/exception.py:746 +#, python-format +msgid "Scheduler weight flag not found: %(flag_name)s" +msgstr "" + +#: nova/exception.py:750 +#, python-format +msgid "Instance %(instance_id)s has no metadata with key %(metadata_key)s." +msgstr "" + +#: nova/exception.py:755 +#, python-format +msgid "" +"Instance Type %(instance_type_id)s has no extra specs with key " +"%(extra_specs_key)s." +msgstr "" + +#: nova/exception.py:760 +msgid "LDAP object could not be found" +msgstr "" + +#: nova/exception.py:764 +#, python-format +msgid "LDAP user %(user_id)s could not be found." +msgstr "" + +#: nova/exception.py:768 +#, python-format +msgid "LDAP group %(group_id)s could not be found." +msgstr "" + +#: nova/exception.py:772 +#, python-format +msgid "LDAP user %(user_id)s is not a member of group %(group_id)s." +msgstr "" + +#: nova/exception.py:776 +#, python-format +msgid "File %(file_path)s could not be found." +msgstr "" + +#: nova/exception.py:780 +msgid "Zero files could be found." +msgstr "" + +#: nova/exception.py:784 +#, python-format +msgid "Virtual switch associated with the network adapter %(adapter)s not found." +msgstr "" + +#: nova/exception.py:789 +#, python-format +msgid "Network adapter %(adapter)s could not be found." +msgstr "" + +#: nova/exception.py:793 +#, python-format +msgid "Class %(class_name)s could not be found: %(exception)s" +msgstr "" + +#: nova/exception.py:797 +msgid "Action not allowed." +msgstr "" + +#: nova/exception.py:801 +#, python-format +msgid "Unable to use global role %(role_id)s" +msgstr "" + +#: nova/exception.py:805 +msgid "Rotation is not allowed for snapshots" +msgstr "" + +#: nova/exception.py:809 +msgid "Rotation param is required for backup image_type" +msgstr "" + +#: nova/exception.py:818 +#, python-format +msgid "Key pair %(key_name)s already exists." +msgstr "" + +#: nova/exception.py:822 +#, python-format +msgid "User %(user)s already exists." +msgstr "" + +#: nova/exception.py:826 +#, python-format +msgid "LDAP user %(user)s already exists." +msgstr "" + +#: nova/exception.py:830 +#, python-format +msgid "LDAP group %(group)s already exists." +msgstr "" + +#: nova/exception.py:834 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: nova/exception.py:839 +#, python-format +msgid "Project %(project)s already exists." +msgstr "" + +#: nova/exception.py:843 +#, python-format +msgid "Instance %(name)s already exists." +msgstr "" + +#: nova/exception.py:847 +#, python-format +msgid "%(path)s is on shared storage: %(reason)s" +msgstr "" + +#: nova/exception.py:851 +msgid "Migration error" +msgstr "" + +#: nova/exception.py:855 +#, python-format +msgid "Malformed message body: %(reason)s" +msgstr "" + +#: nova/exception.py:859 +#, python-format +msgid "Could not find config at %(path)s" +msgstr "" + +#: nova/exception.py:863 +#, python-format +msgid "Could not load paste app '%(name)s' from %(path)s" +msgstr "" + +#: nova/exception.py:867 +msgid "Nova access parameters were not specified." +msgstr "" + +#: nova/exception.py:871 +#, python-format +msgid "Virtual Storage Array %(id)d could not be found." +msgstr "" + +#: nova/exception.py:875 +#, python-format +msgid "Virtual Storage Array %(name)s could not be found." +msgstr "" + +#: nova/exception.py:879 +msgid "When resizing, instances must change size!" +msgstr "" + +#: nova/exception.py:883 +msgid "Image is larger than instance type allows" +msgstr "" + +#: nova/exception.py:889 +msgid "1 or more Zones could not complete the request" +msgstr "" + +#: nova/exception.py:894 +msgid "Instance type's memory is too small for requested image." +msgstr "" + +#: nova/exception.py:898 +msgid "Instance type's disk is too small for requested image." +msgstr "" + +#: nova/exception.py:902 +#, python-format +msgid "Insufficient free memory on compute node to start %(uuid)s." +msgstr "" + +#: nova/exception.py:906 +msgid "Could not fetch bandwidth/cpu/disk metrics for this host." +msgstr "" + +#: nova/exception.py:910 +#, python-format +msgid "No valid host was found. %(reason)s" +msgstr "" + +#: nova/exception.py:914 +#, python-format +msgid "Host %(host)s is not up or doesn't exist." +msgstr "" + +#: nova/exception.py:923 +#, python-format +msgid "Aggregate %(aggregate_id)s could not be found." +msgstr "" + +#: nova/exception.py:927 +#, python-format +msgid "Aggregate %(aggregate_name)s already exists." +msgstr "" + +#: nova/exception.py:931 +#, python-format +msgid "Aggregate %(aggregate_id)s has no host %(host)s." +msgstr "" + +#: nova/exception.py:935 +#, python-format +msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s." +msgstr "" + +#: nova/exception.py:940 +#, python-format +msgid "Host %(host)s already member of another aggregate." +msgstr "" + +#: nova/exception.py:944 +#, python-format +msgid "Aggregate %(aggregate_id)s already has host %(host)s." +msgstr "" + +#: nova/exception.py:948 +msgid "Detected more than one volume with name %(vol_name)" +msgstr "" + +#: nova/manager.py:146 +#, python-format +msgid "Skipping %(full_task_name)s, %(ticks_to_skip)s ticks left until next run" +msgstr "" + +#: nova/manager.py:152 +#, python-format +msgid "Running periodic task %(full_task_name)s" +msgstr "" + +#: nova/manager.py:159 +#, python-format +msgid "Error during %(full_task_name)s: %(e)s" +msgstr "" + +#: nova/manager.py:203 +msgid "Notifying Schedulers of capabilities ..." +msgstr "" + +#: nova/policy.py:30 +msgid "JSON file representing policy" +msgstr "" + +#: nova/policy.py:33 +msgid "Rule checked when requested rule is not found" +msgstr "" + +#: nova/service.py:162 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: nova/service.py:253 +msgid "Service killed that has no database entry" +msgstr "" + +#: nova/service.py:290 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: nova/service.py:305 +msgid "Recovered model server connection!" +msgstr "" + +#: nova/service.py:311 +msgid "model server went away" +msgstr "" + +#: nova/service.py:403 +msgid "Full set of FLAGS:" +msgstr "" + +#: nova/utils.py:73 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: nova/utils.py:157 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: nova/utils.py:198 +#, python-format +msgid "Got unknown keyword args to utils.execute: %r" +msgstr "" + +#: nova/utils.py:208 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: nova/utils.py:224 nova/utils.py:304 +#, python-format +msgid "Result was %s" +msgstr "" + +#: nova/utils.py:238 +#, python-format +msgid "%r failed. Retrying." +msgstr "" + +#: nova/utils.py:280 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: nova/utils.py:282 +msgid "Environment not supported over SSH" +msgstr "" + +#: nova/utils.py:286 +msgid "process_input not supported over SSH" +msgstr "" + +#: nova/utils.py:345 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: nova/utils.py:478 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: nova/utils.py:481 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: nova/utils.py:578 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: nova/utils.py:589 +#, python-format +msgid "backend %s" +msgstr "" + +#: nova/utils.py:812 +#, python-format +msgid "Attempting to grab semaphore \"%(lock)s\" for method \"%(method)s\"...lock" +msgstr "" + +#: nova/utils.py:816 +#, python-format +msgid "Got semaphore \"%(lock)s\" for method \"%(method)s\"...lock" +msgstr "" + +#: nova/utils.py:820 +#, python-format +msgid "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"...lock" +msgstr "" + +#: nova/utils.py:827 +#, python-format +msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"...lock" +msgstr "" + +#: nova/utils.py:937 +#, python-format +msgid "Expected object of type: %s" +msgstr "" + +#: nova/utils.py:968 +#, python-format +msgid "Invalid server_string: %s" +msgstr "" + +#: nova/utils.py:1093 +#, python-format +msgid "timefunc: '%(name)s' took %(total_time).2f secs" +msgstr "" + +#: nova/utils.py:1123 +msgid "Original exception being dropped" +msgstr "" + +#: nova/utils.py:1242 +#, python-format +msgid "Class %(fullname)s is deprecated: %(msg)s" +msgstr "" + +#: nova/utils.py:1244 +#, python-format +msgid "Class %(fullname)s is deprecated" +msgstr "" + +#: nova/utils.py:1276 +#, python-format +msgid "Function %(name)s in %(location)s is deprecated: %(msg)s" +msgstr "" + +#: nova/utils.py:1278 +#, python-format +msgid "Function %(name)s in %(location)s is deprecated" +msgstr "" + +#: nova/wsgi.py:93 +#, python-format +msgid "Started %(name)s on %(host)s:%(port)s" +msgstr "" + +#: nova/wsgi.py:104 +msgid "Stopping WSGI server." +msgstr "" + +#: nova/wsgi.py:107 +msgid "Stopping raw TCP server." +msgstr "" + +#: nova/wsgi.py:113 +#, python-format +msgid "Starting TCP server %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: nova/wsgi.py:129 +msgid "WSGI server has stopped." +msgstr "" + +#: nova/wsgi.py:207 +msgid "You must implement __call__" +msgstr "" + +#: nova/api/direct.py:218 +msgid "not available" +msgstr "" + +#: nova/api/direct.py:299 +#, python-format +msgid "Returned non-serializeable type: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:76 +#, python-format +msgid "FaultWrapper: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:151 +msgid "Too many failed authentications." +msgstr "" + +#: nova/api/ec2/__init__.py:161 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and" +" will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: nova/api/ec2/__init__.py:291 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:307 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: nova/api/ec2/__init__.py:338 +#, python-format +msgid "action: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:340 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: nova/api/ec2/__init__.py:415 +#, python-format +msgid "Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: nova/api/ec2/__init__.py:486 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:492 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:498 +#, python-format +msgid "SnapshotNotFound raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:504 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:507 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:515 +#, python-format +msgid "KeyPairExists raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:519 +#, python-format +msgid "InvalidParameterValue raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:523 +#, python-format +msgid "InvalidPortRange raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:527 +#, python-format +msgid "NotAuthorized raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:531 +#, python-format +msgid "InvalidRequest raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:536 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: nova/api/ec2/__init__.py:541 nova/api/metadata/handler.py:254 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: nova/api/ec2/__init__.py:551 +#, python-format +msgid "%(code)s: %(message)s" +msgstr "" + +#: nova/api/ec2/apirequest.py:64 +#, python-format +msgid "Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: nova/api/ec2/cloud.py:325 +#, python-format +msgid "Create snapshot of volume %s" +msgstr "" + +#: nova/api/ec2/cloud.py:361 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: nova/api/ec2/cloud.py:370 +#, python-format +msgid "Import key %s" +msgstr "" + +#: nova/api/ec2/cloud.py:388 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: nova/api/ec2/cloud.py:644 nova/api/ec2/cloud.py:700 +msgid "No rule for the specified parameters." +msgstr "" + +#: nova/api/ec2/cloud.py:725 +#, python-format +msgid "" +"Value (%s) for parameter GroupName is invalid. Content limited to " +"Alphanumeric characters, spaces, dashes, and underscores." +msgstr "" + +#: nova/api/ec2/cloud.py:732 +#, python-format +msgid "" +"Value (%s) for parameter GroupName is invalid. Length exceeds maximum of " +"255." +msgstr "" + +#: nova/api/ec2/cloud.py:736 +#: nova/api/openstack/compute/contrib/security_groups.py:282 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: nova/api/ec2/cloud.py:739 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: nova/api/ec2/cloud.py:766 +#: nova/api/openstack/compute/contrib/security_groups.py:237 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: nova/api/ec2/cloud.py:771 nova/compute/manager.py:1534 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: nova/api/ec2/cloud.py:840 +#, python-format +msgid "Create volume from snapshot %s" +msgstr "" + +#: nova/api/ec2/cloud.py:844 nova/api/openstack/compute/contrib/volumes.py:186 +#: nova/api/openstack/volume/volumes.py:215 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: nova/api/ec2/cloud.py:869 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: nova/api/ec2/cloud.py:883 nova/api/openstack/compute/contrib/volumes.py:366 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: nova/api/ec2/cloud.py:910 nova/api/ec2/cloud.py:967 +#: nova/api/ec2/cloud.py:1429 nova/api/ec2/cloud.py:1444 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: nova/api/ec2/cloud.py:1032 +#, python-format +msgid "vol = %s\n" +msgstr "" + +#: nova/api/ec2/cloud.py:1177 +msgid "Allocate address" +msgstr "" + +#: nova/api/ec2/cloud.py:1189 +#, python-format +msgid "Release address %s" +msgstr "" + +#: nova/api/ec2/cloud.py:1194 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: nova/api/ec2/cloud.py:1204 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: nova/api/ec2/cloud.py:1229 +msgid "Image must be available" +msgstr "" + +#: nova/api/ec2/cloud.py:1250 +msgid "Going to start terminating instances" +msgstr "" + +#: nova/api/ec2/cloud.py:1263 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: nova/api/ec2/cloud.py:1273 +msgid "Going to stop instances" +msgstr "" + +#: nova/api/ec2/cloud.py:1283 +msgid "Going to start instances" +msgstr "" + +#: nova/api/ec2/cloud.py:1374 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: nova/api/ec2/cloud.py:1401 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: nova/api/ec2/cloud.py:1447 +msgid "user or group not specified" +msgstr "" + +#: nova/api/ec2/cloud.py:1449 +msgid "only group \"all\" is supported" +msgstr "" + +#: nova/api/ec2/cloud.py:1451 +msgid "operation_type must be add or remove" +msgstr "" + +#: nova/api/ec2/cloud.py:1452 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: nova/api/ec2/cloud.py:1509 +#, python-format +msgid "Couldn't stop instance with in %d sec" +msgstr "" + +#: nova/api/metadata/handler.py:252 nova/api/metadata/handler.py:259 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: nova/api/openstack/__init__.py:43 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: nova/api/openstack/__init__.py:92 +msgid "Must specify an ExtensionManager class" +msgstr "" + +#: nova/api/openstack/__init__.py:103 +#, python-format +msgid "Extended resource: %s" +msgstr "" + +#: nova/api/openstack/__init__.py:128 +#, python-format +msgid "" +"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such " +"resource" +msgstr "" + +#: nova/api/openstack/__init__.py:133 +#, python-format +msgid "Extension %(ext_name)s extending resource: %(collection)s" +msgstr "" + +#: nova/api/openstack/auth.py:93 +#, python-format +msgid "%(user_id)s could not be found with token '%(token)s'" +msgstr "" + +#: nova/api/openstack/auth.py:137 +#, python-format +msgid "%(user_id)s must be an admin or a member of %(project_id)s" +msgstr "" + +#: nova/api/openstack/auth.py:155 +msgid "Authentication requests must be made against a version root (e.g. /v2)." +msgstr "" + +#: nova/api/openstack/auth.py:170 +#, python-format +msgid "Could not find %s in request." +msgstr "" + +#: nova/api/openstack/auth.py:184 +#, python-format +msgid "Successfully authenticated '%s'" +msgstr "" + +#: nova/api/openstack/auth.py:234 +msgid "User not found with provided API key." +msgstr "" + +#: nova/api/openstack/auth.py:251 +#, python-format +msgid "Provided API key is valid, but not for user '%(username)s'" +msgstr "" + +#: nova/api/openstack/common.py:133 nova/api/openstack/common.py:168 +msgid "limit param must be an integer" +msgstr "" + +#: nova/api/openstack/common.py:136 nova/api/openstack/common.py:172 +msgid "limit param must be positive" +msgstr "" + +#: nova/api/openstack/common.py:162 +msgid "offset param must be an integer" +msgstr "" + +#: nova/api/openstack/common.py:176 +msgid "offset param must be positive" +msgstr "" + +#: nova/api/openstack/common.py:200 +#, python-format +msgid "marker [%s] not found" +msgstr "" + +#: nova/api/openstack/common.py:240 +#, python-format +msgid "href %s does not contain version" +msgstr "" + +#: nova/api/openstack/common.py:275 +msgid "Image metadata limit exceeded" +msgstr "" + +#: nova/api/openstack/common.py:350 +#, python-format +msgid "Cannot '%(action)s' while instance is in %(attr)s %(state)s" +msgstr "" + +#: nova/api/openstack/common.py:353 +#, python-format +msgid "Instance is in an invalid state for '%(action)s'" +msgstr "" + +#: nova/api/openstack/common.py:433 +msgid "Rejecting snapshot request, snapshots currently disabled" +msgstr "" + +#: nova/api/openstack/common.py:435 +msgid "Instance snapshots are not permitted at this time." +msgstr "" + +#: nova/api/openstack/extensions.py:191 +#, python-format +msgid "Loaded extension: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:228 +#, python-format +msgid "Ext name: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:229 +#, python-format +msgid "Ext alias: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:230 +#, python-format +msgid "Ext description: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:232 +#, python-format +msgid "Ext namespace: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:233 +#, python-format +msgid "Ext updated: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:235 +#, python-format +msgid "Exception loading extension: %s" +msgstr "" + +#: nova/api/openstack/extensions.py:249 +#, python-format +msgid "Loading extension %s" +msgstr "" + +#: nova/api/openstack/extensions.py:255 +#, python-format +msgid "Calling extension factory %s" +msgstr "" + +#: nova/api/openstack/extensions.py:267 +#, python-format +msgid "Failed to load extension %(ext_factory)s: %(exc)s" +msgstr "" + +#: nova/api/openstack/extensions.py:340 +#, python-format +msgid "Failed to load extension %(classname)s: %(exc)s" +msgstr "" + +#: nova/api/openstack/extensions.py:364 +#, python-format +msgid "Failed to load extension %(ext_name)s: %(exc)s" +msgstr "" + +#: nova/api/openstack/wsgi.py:134 nova/api/openstack/wsgi.py:526 +msgid "cannot understand JSON" +msgstr "" + +#: nova/api/openstack/wsgi.py:158 +#: nova/api/openstack/compute/contrib/hosts.py:86 +msgid "cannot understand XML" +msgstr "" + +#: nova/api/openstack/wsgi.py:531 +msgid "too many body keys" +msgstr "" + +#: nova/api/openstack/wsgi.py:569 +#, python-format +msgid "Fault thrown: %s" +msgstr "" + +#: nova/api/openstack/wsgi.py:572 +#, python-format +msgid "HTTP exception thrown: %s" +msgstr "" + +#: nova/api/openstack/wsgi.py:680 +msgid "Unrecognized Content-Type provided in request" +msgstr "" + +#: nova/api/openstack/wsgi.py:684 +msgid "No Content-Type provided in request" +msgstr "" + +#: nova/api/openstack/wsgi.py:688 +msgid "Empty body provided in request" +msgstr "" + +#: nova/api/openstack/wsgi.py:799 +#, python-format +msgid "There is no such action: %s" +msgstr "" + +#: nova/api/openstack/wsgi.py:802 nova/api/openstack/wsgi.py:815 +#: nova/api/openstack/compute/server_metadata.py:58 +#: nova/api/openstack/compute/server_metadata.py:76 +#: nova/api/openstack/compute/server_metadata.py:103 +#: nova/api/openstack/compute/server_metadata.py:128 +#: nova/api/openstack/compute/contrib/admin_actions.py:229 +#: nova/api/openstack/compute/contrib/console_output.py:51 +msgid "Malformed request body" +msgstr "" + +#: nova/api/openstack/wsgi.py:812 +msgid "Unsupported Content-Type" +msgstr "" + +#: nova/api/openstack/wsgi.py:824 +msgid "Malformed request url" +msgstr "" + +#: nova/api/openstack/wsgi.py:868 +#, python-format +msgid "%(url)s returned with HTTP %(status)d" +msgstr "" + +#: nova/api/openstack/wsgi.py:871 +#, python-format +msgid "%(url)s returned a fault: %(e)s" +msgstr "" + +#: nova/api/openstack/xmlutil.py:265 +msgid "element is not a child" +msgstr "" + +#: nova/api/openstack/xmlutil.py:414 +msgid "root element selecting a list" +msgstr "" + +#: nova/api/openstack/xmlutil.py:739 +#, python-format +msgid "Template tree mismatch; adding slave %(slavetag)s to master %(mastertag)s" +msgstr "" + +#: nova/api/openstack/xmlutil.py:858 +msgid "subclasses must implement construct()!" +msgstr "" + +#: nova/api/openstack/compute/extensions.py:29 +#: nova/api/openstack/volume/extensions.py:29 +msgid "Initializing extension manager." +msgstr "" + +#: nova/api/openstack/compute/image_metadata.py:40 +#: nova/api/openstack/compute/images.py:144 +#: nova/api/openstack/compute/images.py:159 +msgid "Image not found." +msgstr "" + +#: nova/api/openstack/compute/image_metadata.py:79 +msgid "Incorrect request body format" +msgstr "" + +#: nova/api/openstack/compute/image_metadata.py:83 +#: nova/api/openstack/compute/server_metadata.py:82 +#: nova/api/openstack/compute/contrib/flavorextraspecs.py:79 +#: nova/api/openstack/compute/contrib/volumetypes.py:188 +msgid "Request body and URI mismatch" +msgstr "" + +#: nova/api/openstack/compute/image_metadata.py:86 +#: nova/api/openstack/compute/server_metadata.py:86 +#: nova/api/openstack/compute/contrib/flavorextraspecs.py:82 +#: nova/api/openstack/compute/contrib/volumetypes.py:191 +msgid "Request body contains too many items" +msgstr "" + +#: nova/api/openstack/compute/image_metadata.py:111 +msgid "Invalid metadata key" +msgstr "" + +#: nova/api/openstack/compute/ips.py:74 +msgid "Instance does not exist" +msgstr "" + +#: nova/api/openstack/compute/ips.py:97 +msgid "Instance is not a member of specified network" +msgstr "" + +#: nova/api/openstack/compute/limits.py:140 +#, python-format +msgid "" +"Only %(value)s %(verb)s request(s) can be made to %(uri)s every " +"%(unit_string)s." +msgstr "" + +#: nova/api/openstack/compute/limits.py:265 +msgid "This request was rate-limited." +msgstr "" + +#: nova/api/openstack/compute/server_metadata.py:38 +#: nova/api/openstack/compute/server_metadata.py:124 +#: nova/api/openstack/compute/server_metadata.py:163 +msgid "Server does not exist" +msgstr "" + +#: nova/api/openstack/compute/server_metadata.py:143 +#: nova/api/openstack/compute/server_metadata.py:156 +msgid "Metadata item was not found" +msgstr "" + +#: nova/api/openstack/compute/servers.py:430 +#, python-format +msgid "Invalid server status: %(status)s" +msgstr "" + +#: nova/api/openstack/compute/servers.py:438 +msgid "Invalid changes-since value" +msgstr "" + +#: nova/api/openstack/compute/servers.py:488 +msgid "Personality file limit exceeded" +msgstr "" + +#: nova/api/openstack/compute/servers.py:490 +msgid "Personality file path too long" +msgstr "" + +#: nova/api/openstack/compute/servers.py:492 +msgid "Personality file content too long" +msgstr "" + +#: nova/api/openstack/compute/servers.py:509 +msgid "Server name is not a string or unicode" +msgstr "" + +#: nova/api/openstack/compute/servers.py:513 +msgid "Server name is an empty string" +msgstr "" + +#: nova/api/openstack/compute/servers.py:531 +#, python-format +msgid "Bad personality format: missing %s" +msgstr "" + +#: nova/api/openstack/compute/servers.py:534 +msgid "Bad personality format" +msgstr "" + +#: nova/api/openstack/compute/servers.py:539 +#, python-format +msgid "Personality content for %s cannot be decoded" +msgstr "" + +#: nova/api/openstack/compute/servers.py:554 +#, python-format +msgid "Bad networks format: network uuid is not in proper format (%s)" +msgstr "" + +#: nova/api/openstack/compute/servers.py:563 +#, python-format +msgid "Invalid fixed IP address (%s)" +msgstr "" + +#: nova/api/openstack/compute/servers.py:570 +#, python-format +msgid "Duplicate networks (%s) are not allowed" +msgstr "" + +#: nova/api/openstack/compute/servers.py:576 +#, python-format +msgid "Bad network format: missing %s" +msgstr "" + +#: nova/api/openstack/compute/servers.py:579 +msgid "Bad networks format" +msgstr "" + +#: nova/api/openstack/compute/servers.py:591 +msgid "Userdata content cannot be decoded" +msgstr "" + +#: nova/api/openstack/compute/servers.py:598 +#: nova/api/openstack/compute/servers.py:605 +msgid "accessIPv4 is not proper IPv4 format" +msgstr "" + +#: nova/api/openstack/compute/servers.py:639 +msgid "Server name is not defined" +msgstr "" + +#: nova/api/openstack/compute/servers.py:653 +msgid "Invalid imageRef provided." +msgstr "" + +#: nova/api/openstack/compute/servers.py:688 +#: nova/api/openstack/compute/servers.py:765 +msgid "Invalid flavorRef provided." +msgstr "" + +#: nova/api/openstack/compute/servers.py:762 +msgid "Can not find requested image" +msgstr "" + +#: nova/api/openstack/compute/servers.py:768 +msgid "Invalid key_name provided." +msgstr "" + +#: nova/api/openstack/compute/servers.py:857 +#: nova/api/openstack/compute/servers.py:879 +msgid "Instance has not been resized." +msgstr "" + +#: nova/api/openstack/compute/servers.py:863 +#, python-format +msgid "Error in confirm-resize %s" +msgstr "" + +#: nova/api/openstack/compute/servers.py:885 +#, python-format +msgid "Error in revert-resize %s" +msgstr "" + +#: nova/api/openstack/compute/servers.py:900 +msgid "Argument 'type' for reboot is not HARD or SOFT" +msgstr "" + +#: nova/api/openstack/compute/servers.py:904 +msgid "Missing argument 'type' for reboot" +msgstr "" + +#: nova/api/openstack/compute/servers.py:917 +#, python-format +msgid "Error in reboot %s" +msgstr "" + +#: nova/api/openstack/compute/servers.py:929 +msgid "Unable to locate requested flavor." +msgstr "" + +#: nova/api/openstack/compute/servers.py:932 +msgid "Resize requires a change in size." +msgstr "" + +#: nova/api/openstack/compute/servers.py:958 +msgid "Malformed server entity" +msgstr "" + +#: nova/api/openstack/compute/servers.py:965 +msgid "Missing imageRef attribute" +msgstr "" + +#: nova/api/openstack/compute/servers.py:972 +msgid "Missing flavorRef attribute" +msgstr "" + +#: nova/api/openstack/compute/servers.py:987 +msgid "No adminPass was specified" +msgstr "" + +#: nova/api/openstack/compute/servers.py:991 +#: nova/api/openstack/compute/servers.py:1171 +msgid "Invalid adminPass" +msgstr "" + +#: nova/api/openstack/compute/servers.py:1005 +msgid "Unable to parse metadata key/value pairs." +msgstr "" + +#: nova/api/openstack/compute/servers.py:1020 +msgid "Resize request has invalid 'flavorRef' attribute." +msgstr "" + +#: nova/api/openstack/compute/servers.py:1023 +msgid "Resize requests require 'flavorRef' attribute." +msgstr "" + +#: nova/api/openstack/compute/servers.py:1043 +#: nova/api/openstack/compute/contrib/aggregates.py:140 +#: nova/api/openstack/compute/contrib/networks.py:65 +msgid "Invalid request body" +msgstr "" + +#: nova/api/openstack/compute/servers.py:1048 +msgid "Could not parse imageRef from request." +msgstr "" + +#: nova/api/openstack/compute/servers.py:1098 +msgid "Instance could not be found" +msgstr "" + +#: nova/api/openstack/compute/servers.py:1101 +msgid "Cannot find image for rebuild" +msgstr "" + +#: nova/api/openstack/compute/servers.py:1130 +msgid "createImage entity requires name attribute" +msgstr "" + +#: nova/api/openstack/compute/servers.py:1139 +#: nova/api/openstack/compute/contrib/admin_actions.py:256 +msgid "Invalid metadata" +msgstr "" + +#: nova/api/openstack/compute/servers.py:1194 +#, python-format +msgid "Removing options '%(unk_opt_str)s' from query" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:62 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:81 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:100 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:119 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:137 +#, python-format +msgid "Error in migrate %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:153 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:168 +#: nova/api/openstack/compute/contrib/admin_actions.py:186 +#: nova/api/openstack/compute/contrib/admin_actions.py:204 +#: nova/api/openstack/compute/contrib/multinic.py:41 +#: nova/api/openstack/compute/contrib/rescue.py:43 +msgid "Server not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:171 +#, python-format +msgid "Compute.api::inject_network_info %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:189 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:207 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:237 +#, python-format +msgid "createBackup entity requires %s attribute" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:241 +msgid "Malformed createBackup entity" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:247 +msgid "createBackup attribute 'rotation' must be an integer" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:262 +#: nova/api/openstack/compute/contrib/console_output.py:46 +#: nova/api/openstack/compute/contrib/consoles.py:49 +#: nova/api/openstack/compute/contrib/server_action_list.py:49 +#: nova/api/openstack/compute/contrib/server_diagnostics.py:50 +msgid "Instance not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:292 +msgid "host and block_migration must be specified." +msgstr "" + +#: nova/api/openstack/compute/contrib/admin_actions.py:304 +#, python-format +msgid "Live migration of instance %(id)s to host %(host)s failed" +msgstr "" + +#: nova/api/openstack/compute/contrib/aggregates.py:137 +#, python-format +msgid "Aggregates does not have %s action" +msgstr "" + +#: nova/api/openstack/compute/contrib/certificates.py:75 +msgid "Only root certificate can be retrieved." +msgstr "" + +#: nova/api/openstack/compute/contrib/cloudpipe.py:117 +msgid "" +"Unable to claim IP for VPN instances, ensure it isn't running, and try " +"again in a few minutes" +msgstr "" + +#: nova/api/openstack/compute/contrib/consoles.py:44 +msgid "Missing type specification" +msgstr "" + +#: nova/api/openstack/compute/contrib/consoles.py:56 +msgid "Invalid type specification" +msgstr "" + +#: nova/api/openstack/compute/contrib/disk_config.py:44 +#, python-format +msgid "%s must be either 'MANUAL' or 'AUTO'." +msgstr "" + +#: nova/api/openstack/compute/contrib/extended_status.py:58 +msgid "Server not found." +msgstr "" + +#: nova/api/openstack/compute/contrib/flavorextraspecs.py:49 +#: nova/api/openstack/compute/contrib/volumetypes.py:158 +msgid "No Request Body" +msgstr "" + +#: nova/api/openstack/compute/contrib/floating_ips.py:159 +#, python-format +msgid "No more floating ips in pool %s." +msgstr "" + +#: nova/api/openstack/compute/contrib/floating_ips.py:161 +msgid "No more floating ips available." +msgstr "" + +#: nova/api/openstack/compute/contrib/floating_ips.py:201 +#: nova/api/openstack/compute/contrib/floating_ips.py:230 +#: nova/api/openstack/compute/contrib/security_groups.py:518 +#: nova/api/openstack/compute/contrib/security_groups.py:549 +msgid "Missing parameter dict" +msgstr "" + +#: nova/api/openstack/compute/contrib/floating_ips.py:204 +#: nova/api/openstack/compute/contrib/floating_ips.py:233 +msgid "Address not specified" +msgstr "" + +#: nova/api/openstack/compute/contrib/floating_ips.py:216 +msgid "Associate floating ip failed" +msgstr "" + +#: nova/api/openstack/compute/contrib/hosts.py:145 +#, python-format +msgid "Invalid status: '%s'" +msgstr "" + +#: nova/api/openstack/compute/contrib/hosts.py:150 +#, python-format +msgid "Invalid update setting: '%s'" +msgstr "" + +#: nova/api/openstack/compute/contrib/hosts.py:159 +#, python-format +msgid "Setting host %(host)s to %(state)s." +msgstr "" + +#: nova/api/openstack/compute/contrib/hosts.py:206 +msgid "Describe-resource is admin only functionality" +msgstr "" + +#: nova/api/openstack/compute/contrib/hosts.py:214 +msgid "Host not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/keypairs.py:85 +msgid "Keypair name must be between 1 and 255 characters long" +msgstr "" + +#: nova/api/openstack/compute/contrib/keypairs.py:90 +#, python-format +msgid "Key pair '%s' already exists." +msgstr "" + +#: nova/api/openstack/compute/contrib/multinic.py:52 +msgid "Missing 'networkId' argument for addFixedIp" +msgstr "" + +#: nova/api/openstack/compute/contrib/multinic.py:68 +msgid "Missing 'address' argument for removeFixedIp" +msgstr "" + +#: nova/api/openstack/compute/contrib/multinic.py:77 +#, python-format +msgid "Unable to find address %r" +msgstr "" + +#: nova/api/openstack/compute/contrib/networks.py:62 +#, python-format +msgid "Network does not have %s action" +msgstr "" + +#: nova/api/openstack/compute/contrib/networks.py:70 +#, python-format +msgid "Disassociating network with id %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/networks.py:74 +#: nova/api/openstack/compute/contrib/networks.py:91 +#: nova/api/openstack/compute/contrib/networks.py:101 +msgid "Network not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/networks.py:87 +#, python-format +msgid "Showing network with id %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/networks.py:97 +#, python-format +msgid "Deleting network with id %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/scheduler_hints.py:41 +msgid "Malformed scheduler_hints attribute" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:217 +msgid "Security group id should be integer" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:285 +#, python-format +msgid "Security group %s already exists" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:304 +#, python-format +msgid "Security group %s is not a string or unicode" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:307 +#, python-format +msgid "Security group %s cannot be empty." +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:310 +#, python-format +msgid "Security group %s should not be greater than 255 characters." +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:337 +msgid "Parent group id is not integer" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:340 +#, python-format +msgid "Security group (%s) not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:343 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:358 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:365 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:402 +msgid "Parent or group id is not integer" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:406 +msgid "Parent group id and group id cannot be same" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:484 +msgid "Rule id is not integer" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:487 +#, python-format +msgid "Rule (%s) not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:494 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:521 +#: nova/api/openstack/compute/contrib/security_groups.py:552 +msgid "Security group not specified" +msgstr "" + +#: nova/api/openstack/compute/contrib/security_groups.py:525 +#: nova/api/openstack/compute/contrib/security_groups.py:556 +msgid "Security group name cannot be empty" +msgstr "" + +#: nova/api/openstack/compute/contrib/server_start_stop.py:40 +#, python-format +msgid "start instance %r" +msgstr "" + +#: nova/api/openstack/compute/contrib/server_start_stop.py:55 +#, python-format +msgid "stop instance %r" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:170 +msgid "No body provided" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:182 +#, python-format +msgid "Create VSA %(display_name)s of type %(vc_type)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:203 +#, python-format +msgid "Delete VSA with id: %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:222 +#, python-format +msgid "Associate address %(ip)s to VSA %(id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:251 +#, python-format +msgid "Disassociate address from VSA %(id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:291 +#, python-format +msgid "%(obj)s with ID %(id)s not found" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:297 +#, python-format +msgid "" +"%(obj)s with ID %(id)s belongs to VSA %(own_vsa_id)s and not to VSA " +"%(vsa_id)s." +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:317 +#, python-format +msgid "Index. vsa_id=%(vsa_id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:322 +#, python-format +msgid "Detail. vsa_id=%(vsa_id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:327 +#, python-format +msgid "Create. vsa_id=%(vsa_id)s, body=%(body)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:336 +#, python-format +msgid "Create volume of %(size)s GB from VSA ID %(vsa_id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:381 +#, python-format +msgid "Update %(obj)s with id: %(id)s, changes: %(changes)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:396 +#, python-format +msgid "Delete. vsa_id=%(vsa_id)s, id=%(id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:412 +#, python-format +msgid "Show. vsa_id=%(vsa_id)s, id=%(id)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/virtual_storage_arrays.py:623 +#, python-format +msgid "Index instances for VSA %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/volumes.py:73 +#: nova/api/openstack/volume/volumes.py:99 +#, python-format +msgid "vol=%s" +msgstr "" + +#: nova/api/openstack/compute/contrib/volumes.py:146 +#: nova/api/openstack/volume/volumes.py:177 +#, python-format +msgid "Delete volume with id: %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/volumes.py:329 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s" +msgstr "" + +#: nova/api/openstack/compute/contrib/volumes.py:481 +#: nova/api/openstack/volume/snapshots.py:109 +#, python-format +msgid "Delete snapshot with id: %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/volumes.py:521 +#: nova/api/openstack/volume/snapshots.py:149 +#, python-format +msgid "Create snapshot from volume %s" +msgstr "" + +#: nova/api/openstack/compute/contrib/zones.py:107 +msgid "--build_plan_encryption_key not set" +msgstr "" + +#: nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: nova/auth/ldapdriver.py:645 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: nova/auth/manager.py:297 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: nova/auth/manager.py:301 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: nova/auth/manager.py:307 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: nova/auth/manager.py:314 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: nova/auth/manager.py:323 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: nova/auth/manager.py:330 nova/auth/manager.py:342 +#, python-format +msgid "user.secret: %s" +msgstr "" + +#: nova/auth/manager.py:331 nova/auth/manager.py:343 +#, python-format +msgid "expected_signature: %s" +msgstr "" + +#: nova/auth/manager.py:332 nova/auth/manager.py:344 +#, python-format +msgid "signature: %s" +msgstr "" + +#: nova/auth/manager.py:334 nova/auth/manager.py:356 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: nova/auth/manager.py:352 +#, python-format +msgid "host_only_signature: %s" +msgstr "" + +#: nova/auth/manager.py:448 +msgid "Must specify project" +msgstr "" + +#: nova/auth/manager.py:489 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: nova/auth/manager.py:492 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: nova/auth/manager.py:518 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: nova/auth/manager.py:521 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: nova/auth/manager.py:594 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: nova/auth/manager.py:612 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: nova/auth/manager.py:624 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: nova/auth/manager.py:645 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: nova/auth/manager.py:675 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: nova/auth/manager.py:733 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: nova/auth/manager.py:742 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: nova/auth/manager.py:752 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: nova/auth/manager.py:754 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: nova/auth/manager.py:756 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: nova/auth/manager.py:801 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: nova/cloudpipe/pipelib.py:46 +msgid "Template for cloudpipe instance boot script" +msgstr "" + +#: nova/cloudpipe/pipelib.py:49 +msgid "Network to push into openvpn config" +msgstr "" + +#: nova/cloudpipe/pipelib.py:52 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: nova/cloudpipe/pipelib.py:101 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: nova/compute/api.py:152 +#, python-format +msgid "" +"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata " +"properties" +msgstr "" + +#: nova/compute/api.py:163 +#, python-format +msgid "Quota exceeded for %(pid)s, metadata property key or value too long" +msgstr "" + +#: nova/compute/api.py:215 +#, python-format +msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: nova/compute/api.py:218 +msgid "Instance quota exceeded. You cannot run any more instances of this type." +msgstr "" + +#: nova/compute/api.py:221 +#, python-format +msgid "Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: nova/compute/api.py:270 +msgid "Creating a raw instance" +msgstr "" + +#: nova/compute/api.py:342 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: nova/compute/api.py:406 +#, python-format +msgid "bdm %s" +msgstr "" + +#: nova/compute/api.py:433 +#, python-format +msgid "block_device_mapping %s" +msgstr "" + +#: nova/compute/api.py:550 +#, python-format +msgid "Sending create to scheduler for %(pid)s/%(uid)s's" +msgstr "" + +#: nova/compute/api.py:832 +#, python-format +msgid "Going to try to soft delete %s" +msgstr "" + +#: nova/compute/api.py:851 +#, python-format +msgid "No host for instance %s, deleting immediately" +msgstr "" + +#: nova/compute/api.py:878 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: nova/compute/api.py:919 +#, python-format +msgid "Going to try to stop %s" +msgstr "" + +#: nova/compute/api.py:938 +#, python-format +msgid "Going to try to start %s" +msgstr "" + +#: nova/compute/api.py:942 +#, python-format +msgid "Instance %(instance_uuid)s is not stopped. (%(vm_state)s" +msgstr "" + +#: nova/compute/api.py:1018 nova/volume/api.py:163 +#: nova/volume/volume_types.py:80 +#, python-format +msgid "Searching by: %s" +msgstr "" + +#: nova/compute/api.py:1134 +msgid "No compute host specified" +msgstr "" + +#: nova/compute/api.py:1137 +#, python-format +msgid "Unable to find host for Instance %s" +msgstr "" + +#: nova/compute/api.py:1386 +msgid "flavor_id is None. Assuming migration." +msgstr "" + +#: nova/compute/api.py:1394 +#, python-format +msgid "" +"Old instance type %(current_instance_type_name)s, new instance type " +"%(new_instance_type_name)s" +msgstr "" + +#: nova/compute/api.py:1649 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: nova/compute/api.py:1665 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: nova/compute/api.py:1691 +#, python-format +msgid "instance |%s| has no fixed ips. unable to associate floating ip" +msgstr "" + +#: nova/compute/api.py:1707 +#, python-format +msgid "multiple fixedips exist, using the first: %s" +msgstr "" + +#: nova/compute/instance_types.py:57 nova/compute/instance_types.py:65 +msgid "create arguments must be positive integers" +msgstr "" + +#: nova/compute/instance_types.py:74 nova/volume/volume_types.py:41 +#, python-format +msgid "DB error: %s" +msgstr "" + +#: nova/compute/instance_types.py:75 +#, python-format +msgid "Cannot create instance_type with name %(name)s and flavorid %(flavorid)s" +msgstr "" + +#: nova/compute/instance_types.py:86 +#, python-format +msgid "Instance type %s not found for deletion" +msgstr "" + +#: nova/compute/instance_types.py:96 +#, python-format +msgid "Instance type %s not found for purge" +msgstr "" + +#: nova/compute/manager.py:135 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: nova/compute/manager.py:137 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| " +"|%(instance_uuid)s|" +msgstr "" + +#: nova/compute/manager.py:141 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: nova/compute/manager.py:143 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: nova/compute/manager.py:148 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: nova/compute/manager.py:152 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: nova/compute/manager.py:197 +#, python-format +msgid "Unable to load the virtualization driver: %s" +msgstr "" + +#: nova/compute/manager.py:232 +#, python-format +msgid "" +"Current state of %(instance_uuid)s is %(drv_state)s, state in DB is " +"%(db_state)s." +msgstr "" + +#: nova/compute/manager.py:237 +#, python-format +msgid "Rebooting instance %(instance_uuid)s after nova-compute restart." +msgstr "" + +#: nova/compute/manager.py:247 +msgid "Hypervisor driver does not support firewall rules" +msgstr "" + +#: nova/compute/manager.py:252 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: nova/compute/manager.py:321 +#, python-format +msgid "setting up bdm %s" +msgstr "" + +#: nova/compute/manager.py:388 +#, python-format +msgid "" +"Going to force the deletion of the vm %(instance_uuid)s, even if it is " +"deleted" +msgstr "" + +#: nova/compute/manager.py:394 +#, python-format +msgid "" +"Instance %(instance_uuid)s did not exist in the DB, but I will shut it " +"down anyway using a special context" +msgstr "" + +#: nova/compute/manager.py:400 +#, python-format +msgid "exception terminating the instance %(instance_uuid)s" +msgstr "" + +#: nova/compute/manager.py:433 +#, python-format +msgid "Instance %s not found." +msgstr "" + +#: nova/compute/manager.py:446 +msgid "Instance has already been created" +msgstr "" + +#: nova/compute/manager.py:488 +#, python-format +msgid "" +"image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, " +"allowed_size_bytes=%(allowed_size_bytes)d" +msgstr "" + +#: nova/compute/manager.py:493 +#, python-format +msgid "" +"Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed " +"size %(allowed_size_bytes)d" +msgstr "" + +#: nova/compute/manager.py:503 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#: nova/compute/manager.py:513 +#, python-format +msgid "Skipping network allocation for instance %s" +msgstr "" + +#: nova/compute/manager.py:526 +#, python-format +msgid "Instance %s failed network setup" +msgstr "" + +#: nova/compute/manager.py:530 +#, python-format +msgid "instance network_info: |%s|" +msgstr "" + +#: nova/compute/manager.py:542 +#, python-format +msgid "Instance %s failed block device setup" +msgstr "" + +#: nova/compute/manager.py:558 +#, python-format +msgid "Instance %s failed to spawn" +msgstr "" + +#: nova/compute/manager.py:580 +#, python-format +msgid "deallocating network for instance: %s" +msgstr "" + +#: nova/compute/manager.py:631 +#, python-format +msgid "%(action_str)s instance %(instance_uuid)s" +msgstr "" + +#: nova/compute/manager.py:642 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: nova/compute/manager.py:661 +#, python-format +msgid "Ignoring DiskNotFound: %s" +msgstr "" + +#: nova/compute/manager.py:667 +#, python-format +msgid "terminating bdm %s" +msgstr "" + +#: nova/compute/manager.py:753 +#, python-format +msgid "" +"Cannot rebuild instance [%(instance_uuid)s], because the given image does" +" not exist." +msgstr "" + +#: nova/compute/manager.py:758 +#, python-format +msgid "Cannot rebuild instance [%(instance_uuid)s]: %(exc)s" +msgstr "" + +#: nova/compute/manager.py:765 +#, python-format +msgid "Rebuilding instance %s" +msgstr "" + +#: nova/compute/manager.py:818 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: nova/compute/manager.py:833 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_uuid)s (state: " +"%(state)s expected: %(running)s)" +msgstr "" + +#: nova/compute/manager.py:871 +#, python-format +msgid "Image type not recognized %s" +msgstr "" + +#: nova/compute/manager.py:883 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: nova/compute/manager.py:889 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_uuid)s (state: " +"%(state)s expected: %(running)s)" +msgstr "" + +#: nova/compute/manager.py:942 +#, python-format +msgid "Found %(num_images)d images (rotation: %(rotation)d)" +msgstr "" + +#: nova/compute/manager.py:947 +#, python-format +msgid "Rotating out %d backups" +msgstr "" + +#: nova/compute/manager.py:951 +#, python-format +msgid "Deleting image %s" +msgstr "" + +#: nova/compute/manager.py:980 +#, python-format +msgid "Failed to set admin password. Instance %s is not running" +msgstr "" + +#: nova/compute/manager.py:986 +#, python-format +msgid "Instance %s: Root password set" +msgstr "" + +#: nova/compute/manager.py:995 +msgid "set_admin_password is not implemented by this driver." +msgstr "" + +#: nova/compute/manager.py:1009 +msgid "Error setting admin password" +msgstr "" + +#: nova/compute/manager.py:1024 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_uuid)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: nova/compute/manager.py:1028 +#, python-format +msgid "instance %(instance_uuid)s: injecting file to %(path)s" +msgstr "" + +#: nova/compute/manager.py:1042 +#, python-format +msgid "" +"trying to update agent on a non-running instance: %(instance_uuid)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: nova/compute/manager.py:1046 +#, python-format +msgid "instance %(instance_uuid)s: updating agent to %(url)s" +msgstr "" + +#: nova/compute/manager.py:1059 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: nova/compute/manager.py:1084 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: nova/compute/manager.py:1201 +msgid "destination same as source!" +msgstr "" + +#: nova/compute/manager.py:1218 +#, python-format +msgid "instance %s: migrating" +msgstr "" + +#: nova/compute/manager.py:1254 nova/compute/manager.py:1318 +#: nova/compute/manager.py:2273 +#, python-format +msgid "%s. Setting instance vm_state to ERROR" +msgstr "" + +#: nova/compute/manager.py:1382 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: nova/compute/manager.py:1400 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: nova/compute/manager.py:1429 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: nova/compute/manager.py:1438 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: nova/compute/manager.py:1460 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: nova/compute/manager.py:1483 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: nova/compute/manager.py:1492 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: nova/compute/manager.py:1500 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: nova/compute/manager.py:1510 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: nova/compute/manager.py:1518 +#, python-format +msgid "instance %s: inject network info" +msgstr "" + +#: nova/compute/manager.py:1522 +#, python-format +msgid "network_info to inject: |%s|" +msgstr "" + +#: nova/compute/manager.py:1559 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: nova/compute/manager.py:1568 +#, python-format +msgid "instance %s: getting vnc console" +msgstr "" + +#: nova/compute/manager.py:1598 +#, python-format +msgid "" +"instance %(instance_uuid)s: booting with volume %(volume_id)s at " +"%(mountpoint)s" +msgstr "" + +#: nova/compute/manager.py:1617 +#, python-format +msgid "" +"instance %(instance_uuid)s: attaching volume %(volume_id)s to " +"%(mountpoint)s" +msgstr "" + +#: nova/compute/manager.py:1630 +#, python-format +msgid "instance %(instance_uuid)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: nova/compute/manager.py:1658 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_uuid)s" +msgstr "" + +#: nova/compute/manager.py:1662 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: nova/compute/manager.py:1728 +#, python-format +msgid "" +"Creating tmpfile %s to notify to other compute nodes that they should " +"mount the same storage." +msgstr "" + +#: nova/compute/manager.py:1790 +#, python-format +msgid "%s has no volume." +msgstr "" + +#: nova/compute/manager.py:1818 +#, python-format +msgid "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s." +msgstr "" + +#: nova/compute/manager.py:1875 +#, python-format +msgid "Pre live migration for %(instance_uuid)s failed at %(dest)s" +msgstr "" + +#: nova/compute/manager.py:1903 +msgid "post_live_migration() is started.." +msgstr "" + +#: nova/compute/manager.py:1933 nova/compute/manager.py:1941 +#, python-format +msgid "No floating_ip is found for %s." +msgstr "" + +#: nova/compute/manager.py:1943 +#, python-format +msgid "" +"Live migration: Unexpected error: %(instance_uuid)s cannot inherit " +"floating ip.\n" +"%(e)s" +msgstr "" + +#: nova/compute/manager.py:1981 +#, python-format +msgid "Migrating %(instance_uuid)s to %(dest)s finished successfully." +msgstr "" + +#: nova/compute/manager.py:1983 +msgid "" +"You may see the error \"libvirt: QEMU error: Domain not found: no domain " +"with matching name.\" This error can be safely ignored." +msgstr "" + +#: nova/compute/manager.py:1997 +#, python-format +msgid "Post operation of migraton started for %s ." +msgstr "" + +#: nova/compute/manager.py:2080 +msgid "Updating bandwidth usage cache" +msgstr "" + +#: nova/compute/manager.py:2107 +msgid "Updating host status" +msgstr "" + +#: nova/compute/manager.py:2132 +#, python-format +msgid "" +"Found %(num_db_instances)s in the database and %(num_vm_instances)s on " +"the hypervisor." +msgstr "" + +#: nova/compute/manager.py:2163 +msgid "FLAGS.reclaim_instance_interval <= 0, skipping..." +msgstr "" + +#: nova/compute/manager.py:2175 +#, python-format +msgid "Reclaiming deleted instance %(instance_uuid)s" +msgstr "" + +#: nova/compute/manager.py:2249 +#, python-format +msgid "" +"Detected instance %(instance_uuid)s with name label '%(name_label)s' " +"which is marked as DELETED but still present on host." +msgstr "" + +#: nova/compute/manager.py:2255 +#, python-format +msgid "" +"Destroying instance %(instance_uuid)s with name label '%(name_label)s' " +"which is marked as DELETED but still present on host." +msgstr "" + +#: nova/compute/manager.py:2263 +#, python-format +msgid "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action" +msgstr "" + +#: nova/compute/utils.py:141 +msgid "v4 subnets are required for legacy nw_info" +msgstr "" + +#: nova/console/manager.py:76 nova/console/vmrc_manager.py:70 +msgid "Adding console" +msgstr "" + +#: nova/console/manager.py:96 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: nova/console/vmrc_manager.py:122 +#, python-format +msgid "Tried to remove non-existent console %(console_id)s." +msgstr "" + +#: nova/console/vmrc_manager.py:125 +#, python-format +msgid "Removing console %(console_id)s." +msgstr "" + +#: nova/console/xvp.py:97 +msgid "Rebuilding xvp conf" +msgstr "" + +#: nova/console/xvp.py:115 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: nova/console/xvp.py:120 +msgid "Stopping xvp" +msgstr "" + +#: nova/console/xvp.py:133 +msgid "Starting xvp" +msgstr "" + +#: nova/console/xvp.py:140 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: nova/console/xvp.py:143 +msgid "Restarting xvp" +msgstr "" + +#: nova/console/xvp.py:145 +msgid "xvp not running..." +msgstr "" + +#: nova/consoleauth/manager.py:63 +#, python-format +msgid "Deleting Expired Token: (%s)" +msgstr "" + +#: nova/consoleauth/manager.py:75 +#, python-format +msgid "Received Token: %(token)s, %(token_dict)s)" +msgstr "" + +#: nova/consoleauth/manager.py:79 +#, python-format +msgid "Checking Token: %(token)s, %(token_valid)s)" +msgstr "" + +#: nova/db/sqlalchemy/api.py:56 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: nova/db/sqlalchemy/api.py:188 +#, python-format +msgid "Unrecognized read_deleted value '%s'" +msgstr "" + +#: nova/db/sqlalchemy/api.py:566 nova/db/sqlalchemy/api.py:601 +#, python-format +msgid "No ComputeNode for %(host)s" +msgstr "" + +#: nova/db/sqlalchemy/api.py:4115 nova/db/sqlalchemy/api.py:4141 +#, python-format +msgid "No backend config with id %(sm_backend_id)s" +msgstr "" + +#: nova/db/sqlalchemy/api.py:4199 +#, python-format +msgid "No sm_flavor called %(sm_flavor)s" +msgstr "" + +#: nova/db/sqlalchemy/api.py:4243 +#, python-format +msgid "No sm_volume with id %(volume_id)s" +msgstr "" + +#: nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: nova/db/sqlalchemy/migration.py:46 +msgid "version should be an integer" +msgstr "" + +#: nova/db/sqlalchemy/session.py:87 +#, python-format +msgid "SQL connection failed (%(connstring)s). %(attempts)d attempts left." +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:74 +msgid "interface column not added to networks table" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:81 +#: nova/db/sqlalchemy/migrate_repo/versions/062_add_instance_info_cache_table.py:51 +#: nova/db/sqlalchemy/migrate_repo/versions/072_add_dns_table.py:57 +#, python-format +msgid "Table |%s| not created!" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:88 +msgid "VIF column not added to fixed_ips table" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:98 +#, python-format +msgid "join list for moving mac_addresses |%s|" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:122 +msgid "Can't downgrade without losing data" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/031_fk_fixed_ips_virtual_interface_id.py:38 +#: nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py:59 +#: nova/db/sqlalchemy/migrate_repo/versions/060_remove_network_fk_from_vif.py:59 +#: nova/db/sqlalchemy/migrate_repo/versions/070_untie_nova_network_models.py:97 +msgid "foreign key constraint couldn't be added" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/031_fk_fixed_ips_virtual_interface_id.py:52 +msgid "foreign key constraint couldn't be dropped" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/045_add_network_priority.py:37 +msgid "priority column not added to networks table" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py:41 +#: nova/db/sqlalchemy/migrate_repo/versions/060_remove_network_fk_from_vif.py:41 +#: nova/db/sqlalchemy/migrate_repo/versions/064_change_instance_id_to_uuid_in_instance_actions.py:62 +#: nova/db/sqlalchemy/migrate_repo/versions/070_untie_nova_network_models.py:67 +msgid "foreign key constraint couldn't be removed" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/049_add_instances_progress.py:37 +msgid "progress column not added to instances table" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/055_convert_flavor_id_to_str.py:102 +#, python-format +msgid "" +"Could not cast flavorid to integer: %s. Set flavorid to an integer-like " +"string to downgrade." +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/062_add_instance_info_cache_table.py:59 +msgid "instance_info_caches tables not dropped" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/069_block_migration.py:43 +msgid "progress column not added to compute_nodes table" +msgstr "" + +#: nova/db/sqlalchemy/migrate_repo/versions/072_add_dns_table.py:65 +msgid "dns_domains table not dropped" +msgstr "" + +#: nova/image/glance.py:264 +#, python-format +msgid "Creating image in Glance. Metadata passed in %s" +msgstr "" + +#: nova/image/glance.py:267 +#, python-format +msgid "Metadata after formatting for Glance %s" +msgstr "" + +#: nova/image/glance.py:275 +#, python-format +msgid "Metadata returned from Glance formatted for Base %s" +msgstr "" + +#: nova/image/glance.py:317 nova/image/glance.py:321 +msgid "Not the image owner" +msgstr "" + +#: nova/image/glance.py:396 +#, python-format +msgid "%(timestamp)s does not follow any of the signatures: %(iso_formats)s" +msgstr "" + +#: nova/image/s3.py:300 +#, python-format +msgid "Failed to download %(image_location)s to %(image_path)s" +msgstr "" + +#: nova/image/s3.py:319 +#, python-format +msgid "Failed to decrypt %(image_location)s to %(image_path)s" +msgstr "" + +#: nova/image/s3.py:331 +#, python-format +msgid "Failed to untar %(image_location)s to %(image_path)s" +msgstr "" + +#: nova/image/s3.py:344 +#, python-format +msgid "Failed to upload %(image_location)s to %(image_path)s" +msgstr "" + +#: nova/image/s3.py:370 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: nova/image/s3.py:378 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: nova/image/s3.py:389 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: nova/image/s3.py:401 +msgid "Unsafe filenames in image" +msgstr "" + +#: nova/ipv6/account_identifier.py:38 nova/ipv6/rfc2462.py:34 +#, python-format +msgid "Bad mac for to_global_ipv6: %s" +msgstr "" + +#: nova/ipv6/account_identifier.py:40 nova/ipv6/rfc2462.py:36 +#, python-format +msgid "Bad prefix for to_global_ipv6: %s" +msgstr "" + +#: nova/ipv6/account_identifier.py:42 +#, python-format +msgid "Bad project_id for to_global_ipv6: %s" +msgstr "" + +#: nova/network/ldapdns.py:75 +#, python-format +msgid "Unable to encode %s as utf8. Discarding." +msgstr "" + +#: nova/network/ldapdns.py:330 +msgid "This driver only supports type 'a' entries." +msgstr "" + +#: nova/network/linux_net.py:167 +#, python-format +msgid "Attempted to remove chain %s which does not exist" +msgstr "" + +#: nova/network/linux_net.py:193 +#, python-format +msgid "Unknown chain: %r" +msgstr "" + +#: nova/network/linux_net.py:216 +#, python-format +msgid "" +"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r " +"%(top)r" +msgstr "" + +#: nova/network/linux_net.py:336 +msgid "IPTablesManager.apply completed with success" +msgstr "" + +#: nova/network/linux_net.py:588 nova/network/linux_net.py:610 +#: nova/network/linux_net.py:652 +#, python-format +msgid "Instance %(instance_id)s not found" +msgstr "" + +#: nova/network/linux_net.py:719 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: nova/network/linux_net.py:721 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#: nova/network/linux_net.py:781 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: nova/network/linux_net.py:783 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#: nova/network/linux_net.py:985 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: nova/network/linux_net.py:1017 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#: nova/network/manager.py:274 nova/network/manager.py:468 +#, python-format +msgid "Interface %(interface)s not found" +msgstr "" + +#: nova/network/manager.py:289 +#, python-format +msgid "floating IP allocation for instance |%s|" +msgstr "" + +#: nova/network/manager.py:324 +#, python-format +msgid "floating IP deallocation for instance |%s|" +msgstr "" + +#: nova/network/manager.py:356 +#, python-format +msgid "Address |%(address)s| is not allocated" +msgstr "" + +#: nova/network/manager.py:360 +#, python-format +msgid "Address |%(address)s| is not allocated to your project |%(project)s|" +msgstr "" + +#: nova/network/manager.py:372 +#, python-format +msgid "Quota exceeded for %s, tried to allocate address" +msgstr "" + +#: nova/network/manager.py:375 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: nova/network/manager.py:586 +#, python-format +msgid "" +"Database inconsistency: DNS domain |%s| is registered in the Nova db but " +"not visible to either the floating or instance DNS driver. It will be " +"ignored." +msgstr "" + +#: nova/network/manager.py:632 +#, python-format +msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|." +msgstr "" + +#: nova/network/manager.py:642 +#, python-format +msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|." +msgstr "" + +#: nova/network/manager.py:749 +#, python-format +msgid "Disassociated %s stale fixed ip(s)" +msgstr "" + +#: nova/network/manager.py:753 +msgid "setting network host" +msgstr "" + +#: nova/network/manager.py:863 nova/network/quantum/manager.py:286 +#, python-format +msgid "network allocations for instance %s" +msgstr "" + +#: nova/network/manager.py:888 +#, python-format +msgid "network deallocation for instance |%s|" +msgstr "" + +#: nova/network/manager.py:1108 +#, python-format +msgid "" +"instance-dns-zone is |%(domain)s|, which is in availability zone " +"|%(zone)s|. Instance |%(instance)s| is in zone |%(zone2)s|. No DNS record" +" will be created." +msgstr "" + +#: nova/network/manager.py:1183 +#, python-format +msgid "Leased IP |%(address)s|" +msgstr "" + +#: nova/network/manager.py:1187 +#, python-format +msgid "IP %s leased that is not associated" +msgstr "" + +#: nova/network/manager.py:1195 +#, python-format +msgid "IP |%s| leased that isn't allocated" +msgstr "" + +#: nova/network/manager.py:1200 +#, python-format +msgid "Released IP |%(address)s|" +msgstr "" + +#: nova/network/manager.py:1204 +#, python-format +msgid "IP %s released that is not associated" +msgstr "" + +#: nova/network/manager.py:1207 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: nova/network/manager.py:1275 +msgid "cidr already in use" +msgstr "" + +#: nova/network/manager.py:1278 +#, python-format +msgid "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)" +msgstr "" + +#: nova/network/manager.py:1289 +#, python-format +msgid "" +"requested cidr (%(cidr)s) conflicts with existing smaller cidr " +"(%(smaller)s)" +msgstr "" + +#: nova/network/manager.py:1348 +msgid "Network already exists!" +msgstr "" + +#: nova/network/manager.py:1367 +#, python-format +msgid "Network must be disassociated from project %s before delete" +msgstr "" + +#: nova/network/manager.py:1678 +msgid "" +"The sum between the number of networks and the vlan start cannot be " +"greater than 4094" +msgstr "" + +#: nova/network/manager.py:1685 +#, python-format +msgid "" +"The network range is not big enough to fit %(num_networks)s. Network size" +" is %(network_size)s" +msgstr "" + +#: nova/network/minidns.py:65 +msgid "This driver only supports type 'a'" +msgstr "" + +#: nova/network/quantum/client.py:153 +msgid "Tenant ID not set" +msgstr "" + +#: nova/network/quantum/client.py:180 +#, python-format +msgid "" +"Quantum Client Request:\n" +"%(method)s %(action)s\n" +msgstr "" + +#: nova/network/quantum/client.py:195 +#, python-format +msgid "Quantum entity not found: %s" +msgstr "" + +#: nova/network/quantum/client.py:206 +#, python-format +msgid "Server %(status_code)s error: %(data)s" +msgstr "" + +#: nova/network/quantum/client.py:209 +#: nova/network/quantum/melange_connection.py:91 +#, python-format +msgid "Unable to connect to server. Got error: %s" +msgstr "" + +#: nova/network/quantum/client.py:228 +#, python-format +msgid "unable to deserialize object of type = '%s'" +msgstr "" + +#: nova/network/quantum/manager.py:158 +msgid "QuantumManager does not use 'multi_host' parameter." +msgstr "" + +#: nova/network/quantum/manager.py:162 +msgid "QuantumManager requires that only one network is created per call" +msgstr "" + +#: nova/network/quantum/manager.py:172 +msgid "QuantumManager does not use 'vlan_start' parameter." +msgstr "" + +#: nova/network/quantum/manager.py:178 +msgid "QuantumManager does not use 'vpn_start' parameter." +msgstr "" + +#: nova/network/quantum/manager.py:182 +msgid "QuantumManager does not use 'bridge' parameter." +msgstr "" + +#: nova/network/quantum/manager.py:186 +msgid "QuantumManager does not use 'bridge_interface' parameter." +msgstr "" + +#: nova/network/quantum/manager.py:191 +msgid "QuantumManager requires a valid (.1) gateway address." +msgstr "" + +#: nova/network/quantum/manager.py:202 +#, python-format +msgid "" +"Unable to find existing quantum network for tenant '%(q_tenant_id)s' " +"with net-id '%(quantum_net_id)s'" +msgstr "" + +#: nova/network/quantum/manager.py:242 +#, python-format +msgid "Network %s in use, cannot delete" +msgstr "" + +#: nova/network/quantum/manager.py:531 +#, python-format +msgid "" +"port deallocation failed for instance: |%(instance_id)s|, port_id: " +"|%(port_id)s|" +msgstr "" + +#: nova/network/quantum/manager.py:552 +#, python-format +msgid "" +"ipam deallocation failed for instance: |%(instance_id)s|, vif_uuid: " +"|%(vif_uuid)s|" +msgstr "" + +#: nova/network/quantum/melange_connection.py:89 +#, python-format +msgid "Server returned error: %s" +msgstr "" + +#: nova/network/quantum/melange_connection.py:96 +#, python-format +msgid "" +"allocate IP on network |%(network_id)s| belonging to " +"|%(network_tenant_id)s| to this vif |%(vif_id)s| with mac " +"|%(mac_address)s| belonging to |%(project_id)s| " +msgstr "" + +#: nova/network/quantum/melange_ipam_lib.py:100 +#, python-format +msgid "No network found for cidr %s" +msgstr "" + +#: nova/network/quantum/melange_ipam_lib.py:144 +msgid "get_project_and_global_net_ids must be called with a non-null project_id" +msgstr "" + +#: nova/network/quantum/nova_ipam_lib.py:75 +msgid "Error creating network entry" +msgstr "" + +#: nova/network/quantum/nova_ipam_lib.py:88 +#, python-format +msgid "No network with fixed_range = %s" +msgstr "" + +#: nova/network/quantum/nova_ipam_lib.py:99 +#, python-format +msgid "No network with net_id = %s" +msgstr "" + +#: nova/network/quantum/nova_ipam_lib.py:230 +#, python-format +msgid "No fixed IPs to deallocate for vif %sid" +msgstr "" + +#: nova/network/quantum/quantum_connection.py:97 +#, python-format +msgid "Connecting interface %(interface_id)s to net %(net_id)s for %(tenant_id)s" +msgstr "" + +#: nova/network/quantum/quantum_connection.py:111 +#, python-format +msgid "Deleting port %(port_id)s on net %(net_id)s for %(tenant_id)s" +msgstr "" + +#: nova/notifier/api.py:115 +#, python-format +msgid "%s not in valid priorities" +msgstr "" + +#: nova/notifier/api.py:132 +#, python-format +msgid "" +"Problem '%(e)s' attempting to send to notification system. " +"Payload=%(payload)s" +msgstr "" + +#: nova/notifier/list_notifier.py:66 +#, python-format +msgid "Problem '%(e)s' attempting to send to notification driver %(driver)s." +msgstr "" + +#: nova/rpc/amqp.py:146 nova/rpc/impl_carrot.py:460 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: nova/rpc/amqp.py:187 nova/rpc/impl_carrot.py:494 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: nova/rpc/amqp.py:229 nova/rpc/impl_carrot.py:261 +#, python-format +msgid "received %s" +msgstr "" + +#: nova/rpc/amqp.py:234 nova/rpc/impl_carrot.py:274 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: nova/rpc/amqp.py:235 nova/rpc/impl_carrot.py:276 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: nova/rpc/amqp.py:317 nova/rpc/impl_carrot.py:528 +#, python-format +msgid "Making asynchronous call on %s ..." +msgstr "" + +#: nova/rpc/amqp.py:320 nova/rpc/impl_carrot.py:531 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: nova/rpc/amqp.py:342 nova/rpc/impl_carrot.py:610 +#, python-format +msgid "Making asynchronous cast on %s..." +msgstr "" + +#: nova/rpc/amqp.py:350 nova/rpc/impl_carrot.py:620 +msgid "Making asynchronous fanout cast..." +msgstr "" + +#: nova/rpc/amqp.py:358 nova/rpc/impl_carrot.py:630 +#, python-format +msgid "Sending notification on %s..." +msgstr "" + +#: nova/rpc/common.py:54 +#, python-format +msgid "" +"Remote error: %(exc_type)s %(value)s\n" +"%(traceback)s." +msgstr "" + +#: nova/rpc/common.py:71 +msgid "Timeout while waiting on RPC response." +msgstr "" + +#: nova/rpc/impl_carrot.py:198 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable: %(e)s. Trying " +"again in %(fl_intv)d seconds." +msgstr "" + +#: nova/rpc/impl_carrot.py:202 +#, python-format +msgid "Unable to connect to AMQP server after %(tries)d tries. Shutting down." +msgstr "" + +#: nova/rpc/impl_carrot.py:222 +msgid "Reconnected to queue" +msgstr "" + +#: nova/rpc/impl_carrot.py:229 +#, python-format +msgid "Failed to fetch message from queue: %s" +msgstr "" + +#: nova/rpc/impl_carrot.py:237 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: nova/rpc/impl_carrot.py:336 +#, python-format +msgid "Created \"%(exchange)s\" fanout exchange with \"%(key)s\" routing key" +msgstr "" + +#: nova/rpc/impl_carrot.py:381 +msgid "Exception while processing consumer" +msgstr "" + +#: nova/rpc/impl_carrot.py:418 +#, python-format +msgid "Creating \"%(exchange)s\" fanout exchange" +msgstr "" + +#: nova/rpc/impl_carrot.py:645 +#, python-format +msgid "response %s" +msgstr "" + +#: nova/rpc/impl_carrot.py:654 +#, python-format +msgid "topic is %s" +msgstr "" + +#: nova/rpc/impl_carrot.py:655 +#, python-format +msgid "message %s" +msgstr "" + +#: nova/rpc/impl_kombu.py:345 +#, python-format +msgid "Reconnecting to AMQP server on %(hostname)s:%(port)d" +msgstr "" + +#: nova/rpc/impl_kombu.py:368 +#, python-format +msgid "Connected to AMQP server on %(hostname)s:%(port)d" +msgstr "" + +#: nova/rpc/impl_kombu.py:404 +#, python-format +msgid "" +"Unable to connect to AMQP server on %(hostname)s:%(port)d after " +"%(max_retries)d tries: %(err_str)s" +msgstr "" + +#: nova/rpc/impl_kombu.py:420 +#, python-format +msgid "" +"AMQP server on %(hostname)s:%(port)d is unreachable: %(err_str)s. Trying " +"again in %(sleep_time)d seconds." +msgstr "" + +#: nova/rpc/impl_kombu.py:471 nova/rpc/impl_qpid.py:367 +#, python-format +msgid "Failed to declare consumer for topic '%(topic)s': %(err_str)s" +msgstr "" + +#: nova/rpc/impl_kombu.py:489 nova/rpc/impl_qpid.py:382 +#, python-format +msgid "Timed out waiting for RPC response: %s" +msgstr "" + +#: nova/rpc/impl_kombu.py:493 nova/rpc/impl_qpid.py:386 +#, python-format +msgid "Failed to consume message from queue: %s" +msgstr "" + +#: nova/rpc/impl_kombu.py:527 nova/rpc/impl_qpid.py:413 +#, python-format +msgid "Failed to publish message to topic '%(topic)s': %(err_str)s" +msgstr "" + +#: nova/rpc/impl_qpid.py:323 +#, python-format +msgid "Unable to connect to AMQP server: %s " +msgstr "" + +#: nova/rpc/impl_qpid.py:328 +#, python-format +msgid "Connected to AMQP server on %s" +msgstr "" + +#: nova/rpc/impl_qpid.py:336 +msgid "Re-established AMQP queues" +msgstr "" + +#: nova/scheduler/api.py:148 +#, python-format +msgid "Authentication failed to zone '%(name)s' URL=%(url)s: %(e)s" +msgstr "" + +#: nova/scheduler/api.py:187 +#, python-format +msgid "Failed request to zone; URL=%(url)s: %(e)s" +msgstr "" + +#: nova/scheduler/api.py:228 +#, python-format +msgid "" +"%(collection)s.%(method_name)s didn't find anything matching '%(kwargs)s'" +" on '%(url)s'" +msgstr "" + +#: nova/scheduler/api.py:239 +#, python-format +msgid "%(collection)s '%(item)s' not found on '%(url)s'" +msgstr "" + +#: nova/scheduler/api.py:263 +msgid "Uncaught Zone redirection exception" +msgstr "" + +#: nova/scheduler/api.py:302 +msgid "Asking child zones ..." +msgstr "" + +#: nova/scheduler/api.py:326 +#, python-format +msgid "Instance %(item_uuid)s not found locally: '%(e)s'" +msgstr "" + +#: nova/scheduler/chance.py:47 nova/scheduler/simple.py:91 +#: nova/scheduler/simple.py:142 +msgid "Is the appropriate service running?" +msgstr "" + +#: nova/scheduler/chance.py:52 +msgid "Could not find another compute" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:59 +#, python-format +msgid "No host selection for %s defined." +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:76 +#, python-format +msgid "Attempting to build %(num_instances)d instance(s)" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:128 +#, python-format +msgid "" +"Attempting to determine target host for resize to instance type " +"%(instance_type_id)s" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:216 +#, python-format +msgid "" +"Forwarding instance create call to zone '%(zone_name)s'. " +"ReservationID=%(reservation_id)s" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:226 +#, python-format +msgid "Bad credentials attempting to talk to zone at %(url)s." +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:266 +#, python-format +msgid "Bad child zone scaling values for Zone: %(zone_id)s" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:290 +msgid "Scheduler only understands Compute nodes (for now)" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:296 +msgid "Scheduler only understands InstanceType-basedprovisioning." +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:332 +#, python-format +msgid "Filtered %(hosts)s" +msgstr "" + +#: nova/scheduler/distributed_scheduler.py:342 +#, python-format +msgid "Weighted %(weighted_host)s" +msgstr "" + +#: nova/scheduler/driver.py:68 +#, python-format +msgid "Casted '%(method)s' to volume '%(host)s'" +msgstr "" + +#: nova/scheduler/driver.py:85 +#, python-format +msgid "Casted '%(method)s' to compute '%(host)s'" +msgstr "" + +#: nova/scheduler/driver.py:94 +#, python-format +msgid "Casted '%(method)s' to network '%(host)s'" +msgstr "" + +#: nova/scheduler/driver.py:112 +#, python-format +msgid "Casted '%(method)s' to %(topic)s '%(host)s'" +msgstr "" + +#: nova/scheduler/driver.py:197 +msgid "Must implement a fallback schedule" +msgstr "" + +#: nova/scheduler/driver.py:201 +msgid "Must implement 'select' method" +msgstr "" + +#: nova/scheduler/driver.py:334 +msgid "Block migration can not be used with shared storage." +msgstr "" + +#: nova/scheduler/driver.py:342 +#, python-format +msgid "" +"Cannot confirm tmpfile at %(ipath)s is on same shared storage between " +"%(src)s and %(dest)s." +msgstr "" + +#: nova/scheduler/driver.py:380 nova/scheduler/driver.py:470 +#, python-format +msgid "host %(dest)s is not compatible with original host %(src)s." +msgstr "" + +#: nova/scheduler/driver.py:429 +#, python-format +msgid "" +"Unable to migrate %(instance_id)s to %(dest)s: Lack of " +"memory(host:%(avail)s <= instance:%(mem_inst)s)" +msgstr "" + +#: nova/scheduler/driver.py:485 +#, python-format +msgid "" +"Unable to migrate %(instance_id)s to %(dest)s: Lack of " +"disk(host:%(available)s <= instance:%(necessary)s)" +msgstr "" + +#: nova/scheduler/host_manager.py:265 +#, python-format +msgid "Received %(service_name)s service update from %(host)s." +msgstr "" + +#: nova/scheduler/host_manager.py:306 +msgid "host_manager only implemented for 'compute'" +msgstr "" + +#: nova/scheduler/host_manager.py:316 +#, python-format +msgid "No service for compute ID %s" +msgstr "" + +#: nova/scheduler/manager.py:100 +#, python-format +msgid "Driver Method %(driver_method)s missing: %(e)s.Reverting to schedule()" +msgstr "" + +#: nova/scheduler/manager.py:116 +#, python-format +msgid "Failed to schedule_%(method)s: %(ex)s" +msgstr "" + +#: nova/scheduler/manager.py:131 +#, python-format +msgid "Setting instance %(instance_uuid)s to ERROR state." +msgstr "" + +#: nova/scheduler/scheduler_options.py:67 +#, python-format +msgid "Could not stat scheduler options file %(filename)s: '%(e)s'" +msgstr "" + +#: nova/scheduler/scheduler_options.py:75 +#, python-format +msgid "Could not decode scheduler options: '%(e)s'" +msgstr "" + +#: nova/scheduler/simple.py:87 +msgid "Not enough allocatable CPU cores remaining" +msgstr "" + +#: nova/scheduler/simple.py:136 +msgid "Not enough allocatable volume gigabytes remaining" +msgstr "" + +#: nova/scheduler/vsa.py:113 +#, python-format +msgid "_filter_hosts: %(request_spec)s" +msgstr "" + +#: nova/scheduler/vsa.py:116 +#, python-format +msgid "Filter hosts for drive type %s" +msgstr "" + +#: nova/scheduler/vsa.py:133 +#, python-format +msgid "Host %s has no free capacity. Skip" +msgstr "" + +#: nova/scheduler/vsa.py:138 +#, python-format +msgid "Filter hosts: %s" +msgstr "" + +#: nova/scheduler/vsa.py:154 +msgid "Must implement host selection mechanism" +msgstr "" + +#: nova/scheduler/vsa.py:164 +#, python-format +msgid "Maximum number of hosts selected (%d)" +msgstr "" + +#: nova/scheduler/vsa.py:172 +#, python-format +msgid "Selected excessive host %(host)s" +msgstr "" + +#: nova/scheduler/vsa.py:212 +#, python-format +msgid "Provision volume %(name)s of size %(size)s GB on host %(host)s" +msgstr "" + +#: nova/scheduler/vsa.py:240 +#, python-format +msgid "volume_params %(volume_params)s" +msgstr "" + +#: nova/scheduler/vsa.py:245 +#, python-format +msgid "%(i)d: Volume %(name)s" +msgstr "" + +#: nova/scheduler/vsa.py:283 +#, python-format +msgid "Attempting to spawn %(num_volumes)d volume(s)" +msgstr "" + +#: nova/scheduler/vsa.py:299 +msgid "Error creating volumes" +msgstr "" + +#: nova/scheduler/vsa.py:329 +#, python-format +msgid "Non-VSA volume %d" +msgstr "" + +#: nova/scheduler/vsa.py:342 +#, python-format +msgid "Spawning volume %(volume_id)s with drive type %(drive_type)s" +msgstr "" + +#: nova/scheduler/vsa.py:352 +msgid "Error creating volume" +msgstr "" + +#: nova/scheduler/vsa.py:394 +#, python-format +msgid "No capability selected for volume of size %(size)s" +msgstr "" + +#: nova/scheduler/vsa.py:414 +#, python-format +msgid "Host %s:" +msgstr "" + +#: nova/scheduler/vsa.py:423 +#, python-format +msgid "" +"\tDrive %(qosgrp)-25s: total %(total)2s, used %(used)2s, free %(free)2s. " +"Available capacity %(avail)-5s" +msgstr "" + +#: nova/scheduler/vsa.py:488 +#, python-format +msgid "\t LeastUsedHost: Best host: %(best_host)s. (used capacity %(min_used)s)" +msgstr "" + +#: nova/scheduler/vsa.py:534 +#, python-format +msgid "" +"\t MostAvailCap: Best host: %(best_host)s. (available %(max_avail)s " +"%(type_str)s)" +msgstr "" + +#: nova/scheduler/zone_manager.py:87 +#, python-format +msgid "'%(exception)s' error talking to zone %(api_url)s" +msgstr "" + +#: nova/scheduler/zone_manager.py:94 +#, python-format +msgid "" +"No answer from zone %(api_url)s after %(max_errors)d attempts. Marking " +"inactive." +msgstr "" + +#: nova/scheduler/zone_manager.py:116 +#, python-format +msgid "Polling zone: %(name)s @ %(api_url)s" +msgstr "" + +#: nova/scheduler/zone_manager.py:165 +msgid "Updating zone cache from db." +msgstr "" + +#: nova/scheduler/filters/core_filter.py:46 +msgid "VCPUs not set; assuming CPU collection broken" +msgstr "" + +#: nova/testing/fake/rabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: nova/testing/fake/rabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: nova/testing/fake/rabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: nova/testing/fake/rabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: nova/testing/fake/rabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: nova/testing/fake/rabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: nova/tests/fake_utils.py:72 +#, python-format +msgid "Faking execution of cmd (subprocess): %s" +msgstr "" + +#: nova/tests/fake_utils.py:80 +#, python-format +msgid "Faked command matched %s" +msgstr "" + +#: nova/tests/fake_utils.py:96 +#, python-format +msgid "Faked command raised an exception %s" +msgstr "" + +#: nova/tests/fake_utils.py:101 +#, python-format +msgid "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'" +msgstr "" + +#: nova/tests/fakelibvirt.py:774 +msgid "Please extend mock libvirt module to support flags" +msgstr "" + +#: nova/tests/fakelibvirt.py:780 +msgid "Please extend fake libvirt module to support this auth method" +msgstr "" + +#: nova/tests/test_compute.py:351 nova/tests/test_compute.py:1454 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: nova/tests/test_compute.py:357 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: nova/tests/test_compute.py:570 +msgid "Internal error" +msgstr "" + +#: nova/tests/test_compute.py:1465 +#, python-format +msgid "After force-killing instances: %s" +msgstr "" + +#: nova/tests/test_misc.py:114 +#, python-format +msgid "" +"The following migrations are missing a downgrade:\n" +"\t%s" +msgstr "" + +#: nova/tests/test_nova_manage.py:178 +msgid "id" +msgstr "" + +#: nova/tests/test_nova_manage.py:179 +msgid "IPv4" +msgstr "" + +#: nova/tests/test_nova_manage.py:180 +msgid "IPv6" +msgstr "" + +#: nova/tests/test_nova_manage.py:181 +msgid "start address" +msgstr "" + +#: nova/tests/test_nova_manage.py:182 +msgid "DNS1" +msgstr "" + +#: nova/tests/test_nova_manage.py:183 +msgid "DNS2" +msgstr "" + +#: nova/tests/test_nova_manage.py:184 +msgid "VlanID" +msgstr "" + +#: nova/tests/test_nova_manage.py:185 +msgid "project" +msgstr "" + +#: nova/tests/test_nova_manage.py:186 +msgid "uuid" +msgstr "" + +#: nova/tests/test_quantum.py:72 +#, python-format +msgid "interface '%s' is already attached" +msgstr "" + +#: nova/tests/test_quantum.py:80 +#, python-format +msgid "network %(net_id)s does not exist for tenant %(tenant_id)" +msgstr "" + +#: nova/tests/test_quantum.py:92 +#, python-format +msgid "network %(net_id)s does not exist for tenant %(tenant_id)s" +msgstr "" + +#: nova/tests/test_volume.py:195 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: nova/tests/test_volume.py:398 +#, python-format +msgid "Cannot confirm exported volume id:%s." +msgstr "" + +#: nova/tests/test_volume_types.py:60 +#, python-format +msgid "Given data: %s" +msgstr "" + +#: nova/tests/test_volume_types.py:61 +#, python-format +msgid "Result data: %s" +msgstr "" + +#: nova/tests/test_vsa.py:58 +msgid "Test: Emulate wrong VSA name. Raise" +msgstr "" + +#: nova/tests/test_vsa.py:100 +msgid "Test: Emulate DB error. Raise" +msgstr "" + +#: nova/tests/test_vsa.py:168 +#, python-format +msgid "Test: user_data = %s" +msgstr "" + +#: nova/tests/test_xenapi.py:589 +#, python-format +msgid "Creating files in %s to simulate guest agent" +msgstr "" + +#: nova/tests/test_xenapi.py:600 +#, python-format +msgid "Removing simulated guest agent files in %s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:58 +#: nova/tests/api/openstack/volume/test_snapshots.py:58 +#, python-format +msgid "_create: %s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:67 +#: nova/tests/api/openstack/compute/contrib/test_vsa.py:70 +#: nova/tests/api/openstack/volume/test_snapshots.py:67 +#, python-format +msgid "_delete: %s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:76 +#: nova/tests/api/openstack/compute/contrib/test_vsa.py:79 +#: nova/tests/api/openstack/volume/test_snapshots.py:76 +#, python-format +msgid "_get: %s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:86 +#: nova/tests/api/openstack/compute/contrib/test_vsa.py:89 +#: nova/tests/api/openstack/volume/test_snapshots.py:86 +#, python-format +msgid "_get_all: %s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:130 +#: nova/tests/api/openstack/volume/test_snapshots.py:130 +#, python-format +msgid "test_snapshot_create: param=%s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:139 +#: nova/tests/api/openstack/volume/test_snapshots.py:139 +#, python-format +msgid "test_snapshot_create: resp_dict=%s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:161 +#: nova/tests/api/openstack/volume/test_snapshots.py:161 +#, python-format +msgid "test_snapshot_create_force: param=%s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:170 +#: nova/tests/api/openstack/volume/test_snapshots.py:170 +#, python-format +msgid "test_snapshot_create_force: resp_dict=%s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:210 +#: nova/tests/api/openstack/volume/test_snapshots.py:210 +#, python-format +msgid "test_snapshot_show: resp=%s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:236 +#: nova/tests/api/openstack/volume/test_snapshots.py:236 +#, python-format +msgid "test_snapshot_detail: resp_dict=%s" +msgstr "" + +#: nova/tests/api/openstack/compute/contrib/test_vsa.py:58 +#, python-format +msgid "_create: param=%s" +msgstr "" + +#: nova/tests/integrated/test_login.py:31 +#, python-format +msgid "flavor: %s" +msgstr "" + +#: nova/tests/integrated/api/client.py:38 +#, python-format +msgid "" +"%(message)s\n" +"Status Code: %(_status)s\n" +"Body: %(_body)s" +msgstr "" + +#: nova/tests/integrated/api/client.py:47 +msgid "Authentication error" +msgstr "" + +#: nova/tests/integrated/api/client.py:55 +msgid "Authorization error" +msgstr "" + +#: nova/tests/integrated/api/client.py:63 +msgid "Item not found" +msgstr "" + +#: nova/tests/integrated/api/client.py:105 +#, python-format +msgid "Doing %(method)s on %(relative_url)s" +msgstr "" + +#: nova/tests/integrated/api/client.py:107 +#, python-format +msgid "Body: %s" +msgstr "" + +#: nova/tests/integrated/api/client.py:125 +#, python-format +msgid "%(auth_uri)s => code %(http_status)s" +msgstr "" + +#: nova/tests/integrated/api/client.py:151 +#, python-format +msgid "%(relative_uri)s => code %(http_status)s" +msgstr "" + +#: nova/tests/integrated/api/client.py:161 +msgid "Unexpected status code" +msgstr "" + +#: nova/tests/integrated/api/client.py:168 +#, python-format +msgid "Decoding JSON: %s" +msgstr "" + +#: nova/tests/rpc/common.py:147 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: nova/tests/rpc/common.py:155 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: nova/tests/rpc/common.py:173 +msgid "RPC backend does not support timeouts" +msgstr "" + +#: nova/tests/rpc/common.py:203 nova/tests/rpc/common.py:209 +#, python-format +msgid "Received %s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:149 +#, python-format +msgid "Host %s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:196 +#, python-format +msgid "Test: provision vol %(name)s on host %(host)s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:198 +#, python-format +msgid "\t vol=%(vol)s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:201 +#, python-format +msgid "Test: VSA update request: vsa_id=%(vsa_id)s values=%(values)s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:205 +#, python-format +msgid "Test: Volume create: %s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:212 +#, python-format +msgid "Test: Volume get request: id=%(volume_id)s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:219 +#, python-format +msgid "Test: Volume update request: id=%(volume_id)s values=%(values)s" +msgstr "" + +#: nova/tests/scheduler/test_vsa_scheduler.py:455 +#, python-format +msgid "Test: Volume get: id=%(volume_id)s" +msgstr "" + +#: nova/virt/connection.py:85 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: nova/virt/firewall.py:131 nova/virt/libvirt/firewall.py:488 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: nova/virt/firewall.py:138 +#, python-format +msgid "Filters added to instance %s" +msgstr "" + +#: nova/virt/firewall.py:140 +msgid "Provider Firewall Rules refreshed" +msgstr "" + +#: nova/virt/firewall.py:292 +#, python-format +msgid "Adding security group rule: %r" +msgstr "" + +#: nova/virt/firewall.py:403 nova/virt/xenapi/firewall.py:88 +#, python-format +msgid "Adding provider rule: %s" +msgstr "" + +#: nova/virt/images.py:79 +msgid "'qemu-img info' parsing failed." +msgstr "" + +#: nova/virt/images.py:87 +#, python-format +msgid "fmt=%(fmt)s backed by: %(backing_file)s" +msgstr "" + +#: nova/virt/images.py:98 +#, python-format +msgid "Converted to raw, but format is now %s" +msgstr "" + +#: nova/virt/vmwareapi_conn.py:105 +msgid "" +"Must specify vmwareapi_host_ip,vmwareapi_host_username and " +"vmwareapi_host_password to useconnection_type=vmwareapi" +msgstr "" + +#: nova/virt/vmwareapi_conn.py:275 +#, python-format +msgid "In vmwareapi:_create_session, got this exception: %s" +msgstr "" + +#: nova/virt/vmwareapi_conn.py:358 +#, python-format +msgid "In vmwareapi:_call_method, got this exception: %s" +msgstr "" + +#: nova/virt/vmwareapi_conn.py:397 +#, python-format +msgid "Task [%(task_name)s] %(task_ref)s status: success" +msgstr "" + +#: nova/virt/vmwareapi_conn.py:403 +#, python-format +msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s" +msgstr "" + +#: nova/virt/vmwareapi_conn.py:408 +#, python-format +msgid "In vmwareapi:_poll_task, Got this error %s" +msgstr "" + +#: nova/virt/xenapi_conn.py:165 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username " +"(optionally), and xenapi_connection_password to use " +"connection_type=xenapi" +msgstr "" + +#: nova/virt/xenapi_conn.py:355 nova/virt/libvirt/connection.py:433 +msgid "Could not determine iscsi initiator name" +msgstr "" + +#: nova/virt/xenapi_conn.py:422 nova/virt/baremetal/proxy.py:721 +#: nova/virt/libvirt/connection.py:1646 +#, python-format +msgid "Compute_service record created for %s " +msgstr "" + +#: nova/virt/xenapi_conn.py:425 nova/virt/baremetal/proxy.py:725 +#: nova/virt/libvirt/connection.py:1649 +#, python-format +msgid "Compute_service record updated for %s " +msgstr "" + +#: nova/virt/xenapi_conn.py:486 +msgid "Host startup on XenServer is not supported." +msgstr "" + +#: nova/virt/xenapi_conn.py:500 +msgid "Unable to log in to XenAPI (is the Dom0 disk full?)" +msgstr "" + +#: nova/virt/xenapi_conn.py:593 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: nova/virt/xenapi_conn.py:602 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: nova/virt/xenapi_conn.py:628 nova/virt/xenapi_conn.py:641 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: nova/virt/xenapi_conn.py:667 nova/virt/baremetal/proxy.py:778 +#: nova/virt/libvirt/connection.py:2055 +msgid "Updating host stats" +msgstr "" + +#: nova/virt/xenapi_conn.py:678 +#, python-format +msgid "Unable to get updated status: %s" +msgstr "" + +#: nova/virt/xenapi_conn.py:685 +#, python-format +msgid "Unable to get SR for this host: %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:93 +msgid "No domains exist." +msgstr "" + +#: nova/virt/baremetal/dom.py:95 +#, python-format +msgid "============= initial domains =========== : %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:99 +msgid "Building domain: to be removed" +msgstr "" + +#: nova/virt/baremetal/dom.py:103 +msgid "Not running domain: remove" +msgstr "" + +#: nova/virt/baremetal/dom.py:111 +msgid "domain running on an unknown node: discarded" +msgstr "" + +#: nova/virt/baremetal/dom.py:127 +#, python-format +msgid "No such domain (%s)" +msgstr "" + +#: nova/virt/baremetal/dom.py:134 +#, python-format +msgid "Failed power down Bare-metal node %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:143 +msgid "deactivate -> activate fails" +msgstr "" + +#: nova/virt/baremetal/dom.py:153 +msgid "destroy_domain: no such domain" +msgstr "" + +#: nova/virt/baremetal/dom.py:154 +#, python-format +msgid "No such domain %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:161 +#, python-format +msgid "Domains: %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:163 +#, python-format +msgid "Nodes: %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:166 +#, python-format +msgid "After storing domains: %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:169 +msgid "deactivation/removing domain failed" +msgstr "" + +#: nova/virt/baremetal/dom.py:176 +msgid "===== Domain is being created =====" +msgstr "" + +#: nova/virt/baremetal/dom.py:179 +msgid "Same domain name already exists" +msgstr "" + +#: nova/virt/baremetal/dom.py:181 +msgid "create_domain: before get_idle_node" +msgstr "" + +#: nova/virt/baremetal/dom.py:198 +#, python-format +msgid "Created new domain: %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:213 +#, python-format +msgid "Failed to boot Bare-metal node %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:222 +msgid "No such domain exists" +msgstr "" + +#: nova/virt/baremetal/dom.py:226 +#, python-format +msgid "change_domain_state: to new state %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:233 +#, python-format +msgid "Stored fake domains to the file: %s" +msgstr "" + +#: nova/virt/baremetal/dom.py:244 +msgid "domain does not exist" +msgstr "" + +#: nova/virt/baremetal/nodes.py:42 +#, python-format +msgid "Unknown baremetal driver %(d)s" +msgstr "" + +#: nova/virt/baremetal/proxy.py:148 +#, python-format +msgid "Error encountered when destroying instance '%(name)s': %(ex)s" +msgstr "" + +#: nova/virt/baremetal/proxy.py:162 nova/virt/libvirt/connection.py:422 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: nova/virt/baremetal/proxy.py:189 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: nova/virt/baremetal/proxy.py:192 +msgid "_wait_for_reboot failed" +msgstr "" + +#: nova/virt/baremetal/proxy.py:222 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: nova/virt/baremetal/proxy.py:225 +msgid "_wait_for_rescue failed" +msgstr "" + +#: nova/virt/baremetal/proxy.py:242 +msgid "<============= spawn of baremetal =============>" +msgstr "" + +#: nova/virt/baremetal/proxy.py:255 +#, python-format +msgid "instance %s: is building" +msgstr "" + +#: nova/virt/baremetal/proxy.py:260 +msgid "Key is injected but instance is not running yet" +msgstr "" + +#: nova/virt/baremetal/proxy.py:265 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: nova/virt/baremetal/proxy.py:268 +#, python-format +msgid "~~~~~~ current state = %s ~~~~~~" +msgstr "" + +#: nova/virt/baremetal/proxy.py:269 +#, python-format +msgid "instance %s spawned successfully" +msgstr "" + +#: nova/virt/baremetal/proxy.py:272 +#, python-format +msgid "instance %s:not booted" +msgstr "" + +#: nova/virt/baremetal/proxy.py:274 +msgid "Bremetal assignment is overcommitted." +msgstr "" + +#: nova/virt/baremetal/proxy.py:359 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: nova/virt/baremetal/proxy.py:480 +#, python-format +msgid "instance %(inst_name)s: injecting %(injection)s into image %(img_id)s" +msgstr "" + +#: nova/virt/baremetal/proxy.py:489 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image " +"%(img_id)s (%(e)s)" +msgstr "" + +#: nova/virt/baremetal/proxy.py:534 nova/virt/libvirt/connection.py:1279 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: nova/virt/baremetal/proxy.py:536 nova/virt/libvirt/connection.py:1283 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: nova/virt/baremetal/proxy.py:559 +msgid "diagnostics are not supported for baremetal" +msgstr "" + +#: nova/virt/baremetal/proxy.py:579 nova/virt/libvirt/connection.py:1416 +msgid "" +"Cannot get the number of cpu, because this function is not implemented " +"for this platform. This error can be safely ignored for now." +msgstr "" + +#: nova/virt/baremetal/proxy.py:719 +#, python-format +msgid "#### RLK: cpu_arch = %s " +msgstr "" + +#: nova/virt/baremetal/proxy.py:751 +msgid "Updating!" +msgstr "" + +#: nova/virt/baremetal/tilera.py:185 +msgid "free_node...." +msgstr "" + +#: nova/virt/baremetal/tilera.py:216 +#, python-format +msgid "" +"deactivate_node is called for node_id = %(id)s node_ip = " +"%(ip)s" +msgstr "" + +#: nova/virt/baremetal/tilera.py:221 +msgid "status of node is set to 0" +msgstr "" + +#: nova/virt/baremetal/tilera.py:232 +msgid "rootfs is already removed" +msgstr "" + +#: nova/virt/baremetal/tilera.py:264 +msgid "Before ping to the bare-metal node" +msgstr "" + +#: nova/virt/baremetal/tilera.py:317 +msgid "activate_node" +msgstr "" + +#: nova/virt/baremetal/tilera.py:331 +msgid "Node is unknown error state." +msgstr "" + +#: nova/virt/disk/api.py:130 +msgid "no capable image handler configured" +msgstr "" + +#: nova/virt/disk/api.py:143 +#, python-format +msgid "unknown disk image handler: %s" +msgstr "" + +#: nova/virt/disk/api.py:154 +msgid "image already mounted" +msgstr "" + +#: nova/virt/disk/api.py:239 nova/virt/disk/guestfs.py:64 +#: nova/virt/disk/guestfs.py:78 nova/virt/disk/mount.py:100 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: nova/virt/disk/api.py:254 +#, python-format +msgid "Failed to remove container: %s" +msgstr "" + +#: nova/virt/disk/guestfs.py:39 +#, python-format +msgid "unsupported partition: %s" +msgstr "" + +#: nova/virt/disk/guestfs.py:77 +msgid "unknown guestmount error" +msgstr "" + +#: nova/virt/disk/loop.py:30 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: nova/virt/disk/mount.py:76 +msgid "no partitions found" +msgstr "" + +#: nova/virt/disk/mount.py:77 +#, python-format +msgid "Failed to map partitions: %s" +msgstr "" + +#: nova/virt/disk/nbd.py:60 +msgid "No free nbd devices" +msgstr "" + +#: nova/virt/disk/nbd.py:78 +#, python-format +msgid "qemu-nbd error: %s" +msgstr "" + +#: nova/virt/disk/nbd.py:90 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: nova/virt/libvirt/connection.py:246 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: nova/virt/libvirt/connection.py:260 +msgid "Connection to libvirt broke" +msgstr "" + +#: nova/virt/libvirt/connection.py:352 +#, python-format +msgid "" +"Error from libvirt during destroy of %(instance_name)s. Code=%(errcode)s " +"Error=%(e)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:365 +#, python-format +msgid "" +"Error from libvirt during saved instance removal %(instance_name)s. " +"Code=%(errcode)s Error=%(e)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:376 +#, python-format +msgid "" +"Error from libvirt during undefine of %(instance_name)s. Code=%(errcode)s" +" Error=%(e)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:391 +#, python-format +msgid "Instance %s destroyed successfully." +msgstr "" + +#: nova/virt/libvirt/connection.py:605 +#, python-format +msgid "During reboot, %s disappeared." +msgstr "" + +#: nova/virt/libvirt/connection.py:610 +#, python-format +msgid "Instance %s rebooted successfully." +msgstr "" + +#: nova/virt/libvirt/connection.py:709 +msgid "instance is running" +msgstr "" + +#: nova/virt/libvirt/connection.py:719 +msgid "During reboot, instance disappeared." +msgstr "" + +#: nova/virt/libvirt/connection.py:724 +msgid "Instance spawned successfully." +msgstr "" + +#: nova/virt/libvirt/connection.py:732 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: nova/virt/libvirt/connection.py:736 +msgid "cool, it's a device" +msgstr "" + +#: nova/virt/libvirt/connection.py:747 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: nova/virt/libvirt/connection.py:774 +msgid "Unable to read LXC console" +msgstr "" + +#: nova/virt/libvirt/connection.py:932 +msgid "Creating image" +msgstr "" + +#: nova/virt/libvirt/connection.py:1114 +#, python-format +msgid "Injecting %(injection)s into image %(img_id)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:1122 +#, python-format +msgid "Ignoring error injecting data into image %(img_id)s (%(e)s)" +msgstr "" + +#: nova/virt/libvirt/connection.py:1154 +#, python-format +msgid "block_device_list %s" +msgstr "" + +#: nova/virt/libvirt/connection.py:1300 +#, python-format +msgid "" +"Error from libvirt while looking up %(instance_name)s: [Error Code " +"%(error_code)s] %(ex)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:1521 +msgid "libvirt version is too old (does not support getVersion)" +msgstr "" + +#: nova/virt/libvirt/connection.py:1543 +#, python-format +msgid "'' must be 1, but %d\n" +msgstr "" + +#: nova/virt/libvirt/connection.py:1570 +#, python-format +msgid "topology (%(topology)s) must have %(ks)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:1667 +#, python-format +msgid "" +"Instance launched has CPU info:\n" +"%s" +msgstr "" + +#: nova/virt/libvirt/connection.py:1670 +#, python-format +msgid "" +"to xml...\n" +":%s " +msgstr "" + +#: nova/virt/libvirt/connection.py:1673 +#, python-format +msgid "" +"CPU doesn't have compatibility.\n" +"\n" +"%(ret)s\n" +"\n" +"Refer to %(u)s" +msgstr "" + +#: nova/virt/libvirt/connection.py:1730 +#, python-format +msgid "Timeout migrating for %s. nwfilter not found." +msgstr "" + +#: nova/virt/libvirt/connection.py:1947 +#, python-format +msgid "skipping %(path)s since it looks like volume" +msgstr "" + +#: nova/virt/libvirt/firewall.py:42 +msgid "" +"Libvirt module could not be loaded. NWFilterFirewall will not work " +"correctly." +msgstr "" + +#: nova/virt/libvirt/firewall.py:261 +#, python-format +msgid "The nwfilter(%(instance_filter_name)s) for %(instance_name)s is not found." +msgstr "" + +#: nova/virt/libvirt/firewall.py:271 +#, python-format +msgid "" +"The nwfilter(%(instance_secgroup_filter_name)s) for %(instance_name)s is " +"not found." +msgstr "" + +#: nova/virt/libvirt/firewall.py:455 +#, python-format +msgid "The nwfilter(%(instance_filter_name)s) for%(name)s is not found." +msgstr "" + +#: nova/virt/libvirt/firewall.py:470 +msgid "iptables firewall: Setup Basic Filtering" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:124 +#, python-format +msgid "Instance %(instance)s is backed by %(backing)s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:135 +#, python-format +msgid "" +"Instance %(instance)s is using a backing file %(backing)s which does not " +"appear in the image service" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:176 +#, python-format +msgid "%(container_format)s-%(id)s (%(base_file)s): image verification failed" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:188 +#, python-format +msgid "" +"%(container_format)s-%(id)s (%(base_file)s): image verification skipped, " +"no hash stored" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:204 +#, python-format +msgid "Base file too young to remove: %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:207 +#, python-format +msgid "Removing base file: %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:214 +#, python-format +msgid "Failed to remove %(base_file)s, error was %(error)s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:227 +#, python-format +msgid "%(container_format)s-%(id)s (%(base_file)s): checking" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:238 +#, python-format +msgid "%(container_format)s-%(id)s (%(base_file)s): base file absent" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:249 +#, python-format +msgid "" +"%(container_format)s-%(id)s (%(base_file)s): in use: on this node " +"%(local)d local, %(remote)d on other nodes" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:262 +#, python-format +msgid "" +"%(container_format)s-%(id)s (%(base_file)s): warning -- an absent base " +"file is in use! instances: %(instance_list)s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:273 +#, python-format +msgid "" +"%(container_format)s-%(id)s (%(base_file)s): in: on other nodes " +"(%(remote)d on other nodes)" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:285 +#, python-format +msgid "%(container_format)s-%(id)s (%(base_file)s): image is not in use" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:293 +#, python-format +msgid "%(container_format)s-%(id)s (%(base_file)s): image is in use" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:305 +#, python-format +msgid "Skipping verification, no base directory at %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:309 +msgid "Verify base images" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:344 +#, python-format +msgid "Unknown base file: %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:349 +#, python-format +msgid "Active base files: %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:352 +#, python-format +msgid "Corrupt base files: %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:356 +#, python-format +msgid "Removable base files: %s" +msgstr "" + +#: nova/virt/libvirt/imagecache.py:364 +msgid "Verification complete" +msgstr "" + +#: nova/virt/libvirt/utils.py:237 +msgid "Unable to find an open port" +msgstr "" + +#: nova/virt/libvirt/vif.py:86 +#, python-format +msgid "Ensuring vlan %(vlan)s and bridge %(bridge)s" +msgstr "" + +#: nova/virt/libvirt/vif.py:94 +#, python-format +msgid "Ensuring bridge %s" +msgstr "" + +#: nova/virt/libvirt/vif.py:153 +#, python-format +msgid "Failed while unplugging vif of instance '%s'" +msgstr "" + +#: nova/virt/libvirt/volume.py:145 nova/volume/driver.py:811 +#, python-format +msgid "iSCSI device not found at %s" +msgstr "" + +#: nova/virt/libvirt/volume.py:148 nova/volume/driver.py:814 +#, python-format +msgid "" +"ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry. " +"Try number: %(tries)s" +msgstr "" + +#: nova/virt/libvirt/volume.py:160 nova/volume/driver.py:826 +#, python-format +msgid "Found iSCSI node %(mount_device)s (after %(tries)s rescans)" +msgstr "" + +#: nova/virt/vmwareapi/error_util.py:94 +#, python-format +msgid "Error(s) %s occurred in the call to RetrieveProperties" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:44 nova/virt/xenapi/fake.py:77 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:131 +#, python-format +msgid "Property %(attr)s not set for the managed object %(objName)s" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:437 +msgid "There is no VM registered" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:439 nova/virt/vmwareapi/fake.py:611 +#, python-format +msgid "Virtual Machine with ref %s is not there" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:502 +#, python-format +msgid "Logging out a session that is invalid or already logged out: %s" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:517 +msgid "Session is faulty" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:520 +msgid "Session Invalid" +msgstr "" + +#: nova/virt/vmwareapi/fake.py:608 +msgid " No Virtual Machine has been registered yet" +msgstr "" + +#: nova/virt/vmwareapi/io_util.py:100 +#, python-format +msgid "Glance image %s is in killed state" +msgstr "" + +#: nova/virt/vmwareapi/io_util.py:108 +#, python-format +msgid "Glance image %(image_id)s is in unknown state - %(state)s" +msgstr "" + +#: nova/virt/vmwareapi/network_utils.py:155 +#, python-format +msgid "Creating Port Group with name %s on the ESX host" +msgstr "" + +#: nova/virt/vmwareapi/network_utils.py:169 +#, python-format +msgid "Created Port Group with name %s on the ESX host" +msgstr "" + +#: nova/virt/vmwareapi/read_write_util.py:150 +#, python-format +msgid "Exception during HTTP connection close in VMWareHTTpWrite. Exception is %s" +msgstr "" + +#: nova/virt/vmwareapi/vim.py:85 +msgid "Unable to import suds." +msgstr "" + +#: nova/virt/vmwareapi/vim.py:91 +msgid "Must specify vmwareapi_wsdl_loc" +msgstr "" + +#: nova/virt/vmwareapi/vim.py:147 +#, python-format +msgid "No such SOAP method '%s' provided by VI SDK" +msgstr "" + +#: nova/virt/vmwareapi/vim.py:152 +#, python-format +msgid "httplib error in %s: " +msgstr "" + +#: nova/virt/vmwareapi/vim.py:159 +#, python-format +msgid "Socket error in %s: " +msgstr "" + +#: nova/virt/vmwareapi/vim.py:164 +#, python-format +msgid "Type error in %s: " +msgstr "" + +#: nova/virt/vmwareapi/vim.py:168 +#, python-format +msgid "Exception in %s " +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:67 +msgid "Getting list of instances" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:83 +#, python-format +msgid "Got total of %s instances" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:126 +msgid "Couldn't get a local Datastore reference" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:196 +#, python-format +msgid "Creating VM with the name %s on the ESX host" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:205 +#, python-format +msgid "Created VM with the name %s on the ESX host" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:234 +#, python-format +msgid "" +"Creating Virtual Disk of size %(vmdk_file_size_in_kb)s KB and adapter " +"type %(adapter_type)s on the ESX host local store %(data_store_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:251 +#, python-format +msgid "" +"Created Virtual Disk of size %(vmdk_file_size_in_kb)s KB on the ESX host " +"local store %(data_store_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:260 +#, python-format +msgid "" +"Deleting the file %(flat_uploaded_vmdk_path)s on the ESX host localstore " +"%(data_store_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:272 +#, python-format +msgid "" +"Deleted the file %(flat_uploaded_vmdk_path)s on the ESX host local store " +"%(data_store_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:283 +#, python-format +msgid "" +"Downloading image file data %(image_ref)s to the ESX data store " +"%(data_store_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:298 +#, python-format +msgid "" +"Downloaded image file data %(image_ref)s to the ESX data store " +"%(data_store_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:315 +#, python-format +msgid "Reconfiguring VM instance %s to attach the image disk" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:322 +#, python-format +msgid "Reconfigured VM instance %s to attach the image disk" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:329 +#, python-format +msgid "Powering on the VM instance %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:335 +#, python-format +msgid "Powered on the VM instance %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:380 +#, python-format +msgid "Creating Snapshot of the VM instance %s " +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:390 +#, python-format +msgid "Created Snapshot of the VM instance %s " +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:433 +#, python-format +msgid "Copying disk data before snapshot of the VM instance %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:446 +#, python-format +msgid "Copied disk data before snapshot of the VM instance %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:455 +#, python-format +msgid "Uploading image %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:468 +#, python-format +msgid "Uploaded image %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:478 +#, python-format +msgid "Deleting temporary vmdk file %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:487 +#, python-format +msgid "Deleted temporary vmdk file %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:519 +msgid "instance is not powered on" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:526 +#, python-format +msgid "Rebooting guest OS of VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:529 +#, python-format +msgid "Rebooted guest OS of VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:531 +#, python-format +msgid "Doing hard reboot of VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:535 +#, python-format +msgid "Did hard reboot of VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:547 +#, python-format +msgid "instance - %s not present" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:566 +#, python-format +msgid "Powering off the VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:571 +#, python-format +msgid "Powered off the VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:575 +#, python-format +msgid "Unregistering the VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:578 +#, python-format +msgid "Unregistered the VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:580 +#, python-format +msgid "" +"In vmwareapi:vmops:destroy, got this exception while un-registering the " +"VM: %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:591 +#, python-format +msgid "Deleting contents of the VM %(name)s from datastore %(datastore_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:601 +#, python-format +msgid "Deleted contents of the VM %(name)s from datastore %(datastore_name)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:606 +#, python-format +msgid "" +"In vmwareapi:vmops:destroy, got this exception while deleting the VM " +"contents from the disk: %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:632 +#, python-format +msgid "Suspending the VM %s " +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:636 +#, python-format +msgid "Suspended the VM %s " +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:639 +msgid "instance is powered off and can not be suspended." +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:642 +#, python-format +msgid "VM %s was already in suspended state. So returning without doing anything" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:655 +#, python-format +msgid "Resuming the VM %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:660 +#, python-format +msgid "Resumed the VM %s " +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:662 +msgid "instance is not in a suspended state" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:761 +#, python-format +msgid "" +"Reconfiguring VM instance %(name)s to set the machine id with ip - " +"%(ip_addr)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:769 +#, python-format +msgid "" +"Reconfigured VM instance %(name)s to set the machine id with ip - " +"%(ip_addr)s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:806 +#, python-format +msgid "Creating directory with path %s" +msgstr "" + +#: nova/virt/vmwareapi/vmops.py:810 +#, python-format +msgid "Created directory with path %s" +msgstr "" + +#: nova/virt/vmwareapi/vmware_images.py:89 +#, python-format +msgid "Downloading image %s from glance image server" +msgstr "" + +#: nova/virt/vmwareapi/vmware_images.py:103 +#, python-format +msgid "Downloaded image %s from glance image server" +msgstr "" + +#: nova/virt/vmwareapi/vmware_images.py:108 +#, python-format +msgid "Uploading image %s to the Glance image server" +msgstr "" + +#: nova/virt/vmwareapi/vmware_images.py:129 +#, python-format +msgid "Uploaded image %s to the Glance image server" +msgstr "" + +#: nova/virt/vmwareapi/vmware_images.py:139 +#, python-format +msgid "Getting image size for the image %s" +msgstr "" + +#: nova/virt/vmwareapi/vmware_images.py:143 +#, python-format +msgid "Got image size of %(size)s for the image %(image)s" +msgstr "" + +#: nova/virt/xenapi/fake.py:493 nova/virt/xenapi/fake.py:592 +#: nova/virt/xenapi/fake.py:610 nova/virt/xenapi/fake.py:673 +msgid "Raising NotImplemented" +msgstr "" + +#: nova/virt/xenapi/fake.py:495 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: nova/virt/xenapi/fake.py:529 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: nova/virt/xenapi/fake.py:534 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: nova/virt/xenapi/fake.py:594 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: nova/virt/xenapi/network_utils.py:37 +#, python-format +msgid "Found non-unique network for name_label %s" +msgstr "" + +#: nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: nova/virt/xenapi/vif.py:104 +#, python-format +msgid "Found no PIF for device %s" +msgstr "" + +#: nova/virt/xenapi/vif.py:123 +#, python-format +msgid "" +"PIF %(pif_rec['uuid'])s for network %(bridge)s has VLAN id %(pif_vlan)d. " +"Expected %(vlan_num)d" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:207 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:210 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:241 +#, python-format +msgid "Creating a CDROM-specific VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:244 +#, python-format +msgid "" +"Created a CDROM-specific VBD %(vbd_ref)s for VM %(vm_ref)s, VDI " +"%(vdi_ref)s." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:261 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:283 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:293 +#, python-format +msgid "Unable to destroy VDI %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:310 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)" +" on %(sr_ref)s." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:330 +#, python-format +msgid "No primary VDI found for%(vm_ref)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:337 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:351 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:381 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:568 +#, python-format +msgid "Asking xapi to fetch vhd image %(image)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:596 +#, python-format +msgid "" +"xapi 'download_vhd' returned VDI of type '%(vdi_type)s' with UUID " +"'%(vdi_uuid)s'" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:625 +#, python-format +msgid "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:640 +#, python-format +msgid "image_size_bytes=%(size_bytes)d, allowed_size_bytes=%(allowed_size_bytes)d" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:644 +#, python-format +msgid "" +"Image size %(size_bytes)d exceeded instance_type allowed size " +"%(allowed_size_bytes)d" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:667 +#, python-format +msgid "Fetching image %(image)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:668 +#, python-format +msgid "Image Type: %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:672 +msgid "ISO: Found sr possibly containing the ISO image" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:681 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:690 +#, python-format +msgid "" +"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d " +"bytes" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:707 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:717 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:727 +#, python-format +msgid "instance %s: Failed to fetch glance image" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:766 +#, python-format +msgid "Detected %(image_type_str)s format for image %(image_ref)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:788 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:806 +#, python-format +msgid "Unknown image format %(disk_image_type)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:848 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:894 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:896 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:952 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:983 +#, python-format +msgid "Flag sr_matching_filter '%s' does not respect formatting convention" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1001 +msgid "" +"XenAPI is unable to find a Storage Repository to install guest instances " +"on. Please check your configuration and/or configure the flag " +"'sr_matching_filter'" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1014 +msgid "Cannot find SR of content-type ISO" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1022 +#, python-format +msgid "ISO: looking at SR %(sr_rec)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1024 +msgid "ISO: not iso content" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1027 +msgid "ISO: iso content_type, no 'i18n-key' key" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1030 +msgid "ISO: iso content_type, i18n-key value not 'local-storage-iso'" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1034 +msgid "ISO: SR MATCHing our criteria" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1036 +msgid "ISO: ISO, looking to see if it is host local" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1039 +#, python-format +msgid "ISO: PBD %(pbd_ref)s disappeared" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1042 +#, python-format +msgid "ISO: PBD matching, want %(pbd_rec)s, have %(host)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1045 +msgid "ISO: SR with local PBD" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1125 +#, python-format +msgid "Invalid statistics data from Xenserver: %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1169 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1220 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving " +"up..." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1227 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1270 +#, python-format +msgid "Timeout waiting for device %s to be created" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1289 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1291 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1293 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1296 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1298 +#, python-format +msgid "VBD %(vbd_ref)s plugged as %(orig_dev)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1301 +#, python-format +msgid "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1310 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1314 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1326 +msgid "VBD.unplug successful first time." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1331 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1333 +msgid "Not sleeping anymore!" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1336 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1339 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1348 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1362 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1369 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1371 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1384 +msgid "Partitions:" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1390 +#, python-format +msgid " %(num)s: %(ptype)s %(size)d sectors" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1416 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to " +"%(dev_path)s..." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1429 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1517 +msgid "" +"XenServer tools installed in this image are capable of network injection." +" Networking files will not bemanipulated" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1525 +msgid "" +"XenServer tools are present in this image but are not capable of network " +"injection" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1529 +msgid "XenServer tools are not installed in this image" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1546 +msgid "Manipulating interface files directly" +msgstr "" + +#: nova/virt/xenapi/vm_utils.py:1553 +#, python-format +msgid "Failed to mount filesystem (expected for non-linux instances): %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:182 +#, python-format +msgid "Attempted to power on non-existent instance bad instance id %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:184 +#, python-format +msgid "Starting instance %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:247 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: nova/virt/xenapi/vmops.py:249 +#, python-format +msgid "Instance %s failed to spawn - performing clean-up" +msgstr "" + +#: nova/virt/xenapi/vmops.py:323 +#, python-format +msgid "instance %s: Failed to spawn - Unable to create VM" +msgstr "" + +#: nova/virt/xenapi/vmops.py:390 +#, python-format +msgid "" +"Auto configuring disk for instance %(instance_uuid)s, attempting to " +"resize partition..." +msgstr "" + +#: nova/virt/xenapi/vmops.py:449 +#, python-format +msgid "Invalid value for injected_files: '%s'" +msgstr "" + +#: nova/virt/xenapi/vmops.py:454 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: nova/virt/xenapi/vmops.py:460 +msgid "Setting admin password" +msgstr "" + +#: nova/virt/xenapi/vmops.py:464 +msgid "Resetting network" +msgstr "" + +#: nova/virt/xenapi/vmops.py:471 +msgid "Setting VCPU weight" +msgstr "" + +#: nova/virt/xenapi/vmops.py:477 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: nova/virt/xenapi/vmops.py:480 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: nova/virt/xenapi/vmops.py:487 +#, python-format +msgid "" +"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is " +"%(version)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:490 +#, python-format +msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:497 +#, python-format +msgid "Instance %s: waiting for running" +msgstr "" + +#: nova/virt/xenapi/vmops.py:506 +#, python-format +msgid "Instance %s: running" +msgstr "" + +#: nova/virt/xenapi/vmops.py:510 +msgid "Querying agent version" +msgstr "" + +#: nova/virt/xenapi/vmops.py:513 +#, python-format +msgid "Instance agent version: %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:517 +#, python-format +msgid "Updating Agent to %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:539 +#, python-format +msgid "Resources to remove:%s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:550 +#, python-format +msgid "Removing VDI %(vdi_ref)s(uuid:%(vdi_to_remove)s)" +msgstr "" + +#: nova/virt/xenapi/vmops.py:555 +#, python-format +msgid "Skipping VDI destroy for %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:564 +msgid "Removing kernel/ramdisk files from dom0" +msgstr "" + +#: nova/virt/xenapi/vmops.py:593 +#, python-format +msgid "No opaque_ref could be determined for '%s'." +msgstr "" + +#: nova/virt/xenapi/vmops.py:647 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:653 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:662 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:681 +msgid "Failed to transfer vhd to new host" +msgstr "" + +#: nova/virt/xenapi/vmops.py:701 +#, python-format +msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d" +msgstr "" + +#: nova/virt/xenapi/vmops.py:749 +#, python-format +msgid "Resizing down VDI %(cow_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +msgstr "" + +#: nova/virt/xenapi/vmops.py:873 +#, python-format +msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB" +msgstr "" + +#: nova/virt/xenapi/vmops.py:881 +#, python-format +msgid "Resize instance %s complete" +msgstr "" + +#: nova/virt/xenapi/vmops.py:912 +#, python-format +msgid "Failed to query agent version: %(resp)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:932 +#, python-format +msgid "domid changed from %(olddomid)s to %(newdomid)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:948 +#, python-format +msgid "Failed to update agent: %(resp)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:971 +#, python-format +msgid "Failed to exchange keys: %(resp)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:987 +#, python-format +msgid "Failed to update password: %(resp)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1014 +#, python-format +msgid "Failed to inject file: %(resp)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1023 +#, python-format +msgid "VM %(instance_name)s already halted,skipping shutdown..." +msgstr "" + +#: nova/virt/xenapi/vmops.py:1028 +#, python-format +msgid "Shutting down VM for Instance %(instance_uuid)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1047 +msgid "Unable to find VBD for VM" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1068 +#, python-format +msgid "Destroying VDIs for Instance %(instance_uuid)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1126 +#, python-format +msgid "" +"Instance %(instance_uuid)s using RAW or VHD, skipping kernel and ramdisk " +"deletion" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1133 +msgid "instance has a kernel or ramdisk but not both" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1140 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1152 +#, python-format +msgid "Instance %(instance_uuid)s VM destroyed" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1170 +#, python-format +msgid "Destroying VM for Instance %(instance_uuid)s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1185 +msgid "VM is not present, skipping destroy..." +msgstr "" + +#: nova/virt/xenapi/vmops.py:1239 +#, python-format +msgid "Instance is already in Rescue Mode: %s" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1311 +#, python-format +msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1315 +#, python-format +msgid "Automatically hard rebooting %d" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1371 +#, python-format +msgid "" +"Found %(migration_count)d unconfirmed migrations older than " +"%(confirm_window)d seconds" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1375 +#, python-format +msgid "Automatically confirming migration %d" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1398 +msgid "Could not get bandwidth info." +msgstr "" + +#: nova/virt/xenapi/vmops.py:1477 +#, python-format +msgid "The call to %(method)s returned an error: %(e)s." +msgstr "" + +#: nova/virt/xenapi/vmops.py:1493 +#, python-format +msgid "injecting network info to xs for vm: |%s|" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1511 +#, python-format +msgid "creating vif(s) for vm: |%s|" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1520 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: nova/virt/xenapi/vmops.py:1523 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: nova/virt/xenapi/vmops.py:1552 +#, python-format +msgid "injecting hostname to xs for vm: |%s|" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1614 +#, python-format +msgid "" +"The agent call to %(method)s returned an invalid response: %(ret)r. VM " +"id=%(instance_uuid)s; path=%(path)s; args=%(addl_args)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1639 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_uuid)s; " +"args=%(args)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1643 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM" +" id=%(instance_uuid)s; args=%(args)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1648 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_uuid)s;" +" args=%(args)r" +msgstr "" + +#: nova/virt/xenapi/vmops.py:1834 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:52 +msgid "creating sr within volume_utils" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:55 nova/virt/xenapi/volume_utils.py:83 +#, python-format +msgid "type is = %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:58 nova/virt/xenapi/volume_utils.py:86 +#, python-format +msgid "name = %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:71 +#, python-format +msgid "Created %(label)s as %(sr_ref)s." +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:76 nova/virt/xenapi/volume_utils.py:174 +msgid "Unable to create Storage Repository" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:80 +msgid "introducing sr within volume_utils" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:103 nova/virt/xenapi/volume_utils.py:170 +#: nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:106 +msgid "Creating pbd for SR" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:108 +msgid "Plugging SR" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:116 nova/virt/xenapi/volumeops.py:160 +msgid "Unable to introduce Storage Repository" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:127 nova/virt/xenapi/volumeops.py:51 +msgid "Unable to get SR using uuid" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:129 +#, python-format +msgid "Forgetting SR %s..." +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:137 +msgid "Unable to forget Storage Repository" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:157 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:186 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:206 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:209 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:228 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:234 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:249 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:257 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:279 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:289 +#, python-format +msgid "Error finding vdis in SR %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:296 +#, python-format +msgid "Unable to find vbd for vdi %s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:330 +#, python-format +msgid "Unable to obtain target information %(data)s, %(mountpoint)s" +msgstr "" + +#: nova/virt/xenapi/volume_utils.py:356 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:65 +msgid "Could not find VDI ref" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:71 +msgid "Error destroying VDI" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:74 +#, python-format +msgid "Creating SR %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:77 +msgid "Could not create SR" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:80 +msgid "Could not retrieve SR record" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:85 +#, python-format +msgid "Introducing SR %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:88 +msgid "SR found in xapi database. No need to introduce" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:93 +msgid "Could not introduce SR" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:97 +#, python-format +msgid "Checking for SR %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:107 +#, python-format +msgid "SR %s not found in the xapi database" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:113 +msgid "Could not forget SR" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:122 +#, python-format +msgid "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:229 +#, python-format +msgid "Unable to destroy vbd %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:236 +#, python-format +msgid "Error purging SR %s" +msgstr "" + +#: nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:98 nova/vnc/xvp_proxy.py:103 +#, python-format +msgid "Error in handshake: %s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:119 +#, python-format +msgid "Invalid request: %s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:139 +#, python-format +msgid "Request: %s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:142 +#, python-format +msgid "Request made with missing token: %s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:153 +#, python-format +msgid "Request made with invalid token: %s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:160 +#, python-format +msgid "Unexpected error: %s" +msgstr "" + +#: nova/vnc/xvp_proxy.py:180 +#, python-format +msgid "Starting nova-xvpvncproxy node (version %s)" +msgstr "" + +#: nova/volume/api.py:75 nova/volume/api.py:301 +msgid "Snapshot status must be available" +msgstr "" + +#: nova/volume/api.py:85 +#, python-format +msgid "Quota exceeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: nova/volume/api.py:87 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: nova/volume/api.py:134 nova/volume/api.py:210 nova/volume/api.py:269 +msgid "Volume status must be available" +msgstr "" + +#: nova/volume/api.py:212 +msgid "Volume is already attached" +msgstr "" + +#: nova/volume/api.py:218 +msgid "Volume is already detached" +msgstr "" + +#: nova/volume/driver.py:92 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: nova/volume/driver.py:102 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: nova/volume/driver.py:264 nova/volume/driver.py:860 +#, python-format +msgid "Skipping ensure_export. No iscsi_target provisioned for volume: %d" +msgstr "" + +#: nova/volume/driver.py:308 nova/volume/driver.py:904 +#, python-format +msgid "Skipping remove_export. No iscsi_target provisioned for volume: %d" +msgstr "" + +#: nova/volume/driver.py:317 +#, python-format +msgid "" +"Skipping remove_export. No iscsi_target is presently exported for volume:" +" %d" +msgstr "" + +#: nova/volume/driver.py:327 +msgid "ISCSI provider_location not stored, using discovery" +msgstr "" + +#: nova/volume/driver.py:372 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: nova/volume/driver.py:376 +#, python-format +msgid "ISCSI Discovery: Found %s" +msgstr "" + +#: nova/volume/driver.py:449 +#, python-format +msgid "Cannot confirm exported volume id:%(volume_id)s." +msgstr "" + +#: nova/volume/driver.py:476 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: nova/volume/driver.py:488 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: nova/volume/driver.py:558 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: nova/volume/driver.py:560 +msgid "Sheepdog is not working" +msgstr "" + +#: nova/volume/driver.py:659 nova/volume/driver.py:664 +#, python-format +msgid "LoggingVolumeDriver: %s" +msgstr "" + +#: nova/volume/driver.py:699 +#, python-format +msgid "\tVolume %s is NOT VSA volume" +msgstr "" + +#: nova/volume/driver.py:715 +#, python-format +msgid "\tFE VSA Volume %s creation - do nothing" +msgstr "" + +#: nova/volume/driver.py:748 +#, python-format +msgid "VSA BE create_volume for %s failed" +msgstr "" + +#: nova/volume/driver.py:751 +#, python-format +msgid "VSA BE create_volume for %s succeeded" +msgstr "" + +#: nova/volume/driver.py:759 +#, python-format +msgid "\tFE VSA Volume %s deletion - do nothing" +msgstr "" + +#: nova/volume/driver.py:770 +#, python-format +msgid "VSA BE delete_volume for %s failed" +msgstr "" + +#: nova/volume/driver.py:773 +#, python-format +msgid "VSA BE delete_volume for %s suceeded" +msgstr "" + +#: nova/volume/driver.py:837 +#, python-format +msgid "\tFE VSA Volume %s local path call - call discover" +msgstr "" + +#: nova/volume/driver.py:844 nova/volume/san.py:595 +msgid "local_path not supported" +msgstr "" + +#: nova/volume/driver.py:852 +#, python-format +msgid "\tFE VSA Volume %s ensure export - do nothing" +msgstr "" + +#: nova/volume/driver.py:876 +#, python-format +msgid "\tFE VSA Volume %s create export - do nothing" +msgstr "" + +#: nova/volume/driver.py:896 +#, python-format +msgid "\tFE VSA Volume %s remove export - do nothing" +msgstr "" + +#: nova/volume/driver.py:916 +#, python-format +msgid "VSA BE remove_export for %s failed" +msgstr "" + +#: nova/volume/driver.py:968 +msgid "Failed to retrieve QoS info" +msgstr "" + +#: nova/volume/manager.py:96 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: nova/volume/manager.py:101 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: nova/volume/manager.py:107 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: nova/volume/manager.py:119 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: nova/volume/manager.py:131 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: nova/volume/manager.py:145 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: nova/volume/manager.py:174 +msgid "Volume is still attached" +msgstr "" + +#: nova/volume/manager.py:176 +msgid "Volume is not local to this node" +msgstr "" + +#: nova/volume/manager.py:180 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: nova/volume/manager.py:182 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: nova/volume/manager.py:185 +#, python-format +msgid "volume %s: volume is busy" +msgstr "" + +#: nova/volume/manager.py:197 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: nova/volume/manager.py:204 +#, python-format +msgid "snapshot %s: creating" +msgstr "" + +#: nova/volume/manager.py:208 +#, python-format +msgid "snapshot %(snap_name)s: creating" +msgstr "" + +#: nova/volume/manager.py:223 +#, python-format +msgid "snapshot %s: created successfully" +msgstr "" + +#: nova/volume/manager.py:232 +#, python-format +msgid "snapshot %s: deleting" +msgstr "" + +#: nova/volume/manager.py:241 +#, python-format +msgid "snapshot %s: deleted successfully" +msgstr "" + +#: nova/volume/manager.py:323 +msgid "Checking volume capabilities" +msgstr "" + +#: nova/volume/manager.py:327 +#, python-format +msgid "New capabilities found: %s" +msgstr "" + +#: nova/volume/manager.py:338 +msgid "Clear capabilities" +msgstr "" + +#: nova/volume/manager.py:342 +#, python-format +msgid "Notification {%s} received" +msgstr "" + +#: nova/volume/san.py:114 nova/volume/san.py:152 +msgid "Specify san_password or san_private_key" +msgstr "" + +#: nova/volume/san.py:157 +msgid "san_ip must be set" +msgstr "" + +#: nova/volume/san.py:321 +#, python-format +msgid "LUID not found for %(zfs_poolname)s. Output=%(out)s" +msgstr "" + +#: nova/volume/san.py:453 +#, python-format +msgid "CLIQ command returned %s" +msgstr "" + +#: nova/volume/san.py:459 +#, python-format +msgid "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s" +msgstr "" + +#: nova/volume/san.py:467 +#, python-format +msgid "Error running CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s" +msgstr "" + +#: nova/volume/san.py:497 +#, python-format +msgid "" +"Unexpected number of virtual ips for cluster %(cluster_name)s. " +"Result=%(_xml)s" +msgstr "" + +#: nova/volume/san.py:550 +#, python-format +msgid "Volume info: %(volume_name)s => %(volume_attributes)s" +msgstr "" + +#: nova/volume/san.py:627 +#, python-format +msgid "Could not determine project for volume %s, can't export" +msgstr "" + +#: nova/volume/san.py:697 +#, python-format +msgid "Payload for SolidFire API call: %s" +msgstr "" + +#: nova/volume/san.py:705 +#, python-format +msgid "Error in SolidFire API response, status was: %s" +msgstr "" + +#: nova/volume/san.py:716 +#, python-format +msgid "Call to json.loads() raised an exception: %s" +msgstr "" + +#: nova/volume/san.py:721 +#, python-format +msgid "Results of SolidFire API call: %s" +msgstr "" + +#: nova/volume/san.py:735 +#, python-format +msgid "Found solidfire account: %s" +msgstr "" + +#: nova/volume/san.py:749 +#, python-format +msgid "solidfire account: %s does not exist, create it..." +msgstr "" + +#: nova/volume/san.py:766 nova/volume/san.py:831 nova/volume/san.py:835 +#, python-format +msgid "Error in SolidFire API response data was: %s" +msgstr "" + +#: nova/volume/san.py:809 +msgid "Enter SolidFire create_volume..." +msgstr "" + +#: nova/volume/san.py:852 +msgid "Leaving SolidFire create_volume" +msgstr "" + +#: nova/volume/san.py:867 +msgid "Enter SolidFire delete_volume..." +msgstr "" + +#: nova/volume/san.py:876 nova/volume/san.py:894 +#, python-format +msgid "Error in SolidFire API response, data was: %s" +msgstr "" + +#: nova/volume/san.py:888 +#, python-format +msgid "Deleting volumeID: %s " +msgstr "" + +#: nova/volume/san.py:898 +msgid "Leaving SolidFire delete_volume" +msgstr "" + +#: nova/volume/san.py:901 +msgid "Executing SolidFire ensure_export..." +msgstr "" + +#: nova/volume/san.py:905 +msgid "Executing SolidFire create_export..." +msgstr "" + +#: nova/volume/volume_types.py:42 +#, python-format +msgid "Cannot create volume_type with name %(name)s and specs %(extra_specs)s" +msgstr "" + +#: nova/volume/volume_types.py:55 +#, python-format +msgid "Volume type %s not found for deletion" +msgstr "" + +#: nova/volume/volume_types.py:56 nova/volume/volume_types.py:68 +#: nova/volume/volume_types.py:120 nova/volume/volume_types.py:131 +#, python-format +msgid "Unknown volume type: %s" +msgstr "" + +#: nova/volume/volume_types.py:67 +#, python-format +msgid "Volume type %s not found for purge" +msgstr "" + +#: nova/volume/xensm.py:55 +#, python-format +msgid "SR name = %s" +msgstr "" + +#: nova/volume/xensm.py:56 +#, python-format +msgid "Params: %s" +msgstr "" + +#: nova/volume/xensm.py:60 +#, python-format +msgid "Failed to create sr %s...continuing" +msgstr "" + +#: nova/volume/xensm.py:62 +msgid "Create failed" +msgstr "" + +#: nova/volume/xensm.py:64 +#, python-format +msgid "SR UUID of new SR is: %s" +msgstr "" + +#: nova/volume/xensm.py:71 +msgid "Failed to update db" +msgstr "" + +#: nova/volume/xensm.py:80 +#, python-format +msgid "Failed to introduce sr %s...continuing" +msgstr "" + +#: nova/volume/xensm.py:91 +#, python-format +msgid "Failed to reach backend %d" +msgstr "" + +#: nova/volume/xensm.py:100 +msgid "XenSMDriver requires xenapi connection" +msgstr "" + +#: nova/volume/xensm.py:110 +msgid "Failed to initiate session" +msgstr "" + +#: nova/volume/xensm.py:143 +#, python-format +msgid "Volume will be created in backend - %d" +msgstr "" + +#: nova/volume/xensm.py:155 +msgid "Failed to update volume in db" +msgstr "" + +#: nova/volume/xensm.py:158 +msgid "Unable to create volume" +msgstr "" + +#: nova/volume/xensm.py:172 +msgid "Failed to delete vdi" +msgstr "" + +#: nova/volume/xensm.py:178 +msgid "Failed to delete volume in db" +msgstr "" + +#: nova/volume/xensm.py:212 +msgid "Failed to find volume in db" +msgstr "" + +#: nova/volume/xensm.py:224 +msgid "Failed to find backend in db" +msgstr "" + +#: nova/vsa/api.py:84 +#, python-format +msgid "Invalid drive type %s" +msgstr "" + +#: nova/vsa/api.py:107 +#, python-format +msgid "No drive_name param found in %s" +msgstr "" + +#: nova/vsa/api.py:112 +#, python-format +msgid "Invalid drive type name %s" +msgstr "" + +#: nova/vsa/api.py:157 +msgid "*** Experimental VSA code ***" +msgstr "" + +#: nova/vsa/api.py:160 nova/vsa/api.py:311 +#, python-format +msgid "Requested number of VCs (%d) is too high. Setting to default" +msgstr "" + +#: nova/vsa/api.py:186 +#, python-format +msgid "Failed to find configured image %s" +msgstr "" + +#: nova/vsa/api.py:199 +#, python-format +msgid "Creating VSA: %s" +msgstr "" + +#: nova/vsa/api.py:215 +#, python-format +msgid "Error in storage parameters: %s" +msgstr "" + +#: nova/vsa/api.py:249 +#, python-format +msgid "" +"VSA ID %(vsa_id)d %(vsa_name)s: Create volume %(vol_name)s, %(vol_size)d " +"GB, type %(vol_type_id)s" +msgstr "" + +#: nova/vsa/api.py:280 +#, python-format +msgid "VSA ID %(vsa_id)d: Update VSA status to %(status)s" +msgstr "" + +#: nova/vsa/api.py:295 +#, python-format +msgid "VSA ID %(vsa_id)d: Update VSA call" +msgstr "" + +#: nova/vsa/api.py:326 +#, python-format +msgid "Adding %(add_cnt)s VCs to VSA %(vsa_name)s." +msgstr "" + +#: nova/vsa/api.py:332 +#, python-format +msgid "Deleting %(del_cnt)s VCs from VSA %(vsa_name)s." +msgstr "" + +#: nova/vsa/api.py:359 +#, python-format +msgid "VSA ID %(vsa_id)s: Deleting %(direction)s volume %(vol_name)s" +msgstr "" + +#: nova/vsa/api.py:363 +#, python-format +msgid "Unable to delete volume %s" +msgstr "" + +#: nova/vsa/api.py:365 +#, python-format +msgid "VSA ID %(vsa_id)s: Forced delete. %(direction)s volume %(vol_name)s" +msgstr "" + +#: nova/vsa/api.py:371 +#, python-format +msgid "Going to try to terminate VSA ID %s" +msgstr "" + +#: nova/vsa/api.py:382 +#, python-format +msgid "VSA ID %(vsa_id)s: Delete instance %(name)s" +msgstr "" + +#: nova/vsa/manager.py:75 +#, python-format +msgid "Create call received for VSA %s" +msgstr "" + +#: nova/vsa/manager.py:82 nova/vsa/manager.py:109 +#, python-format +msgid "Failed to find VSA %(vsa_id)d" +msgstr "" + +#: nova/vsa/manager.py:91 +#, python-format +msgid "VSA ID %(vsa_id)s: Drive %(vol_id)s created. Status %(status)s" +msgstr "" + +#: nova/vsa/manager.py:102 +#, python-format +msgid "Drive %(vol_name)s (%(vol_disp_name)s) still in creating phase - wait" +msgstr "" + +#: nova/vsa/manager.py:116 +#, python-format +msgid "" +"VSA ID %(vsa_id)d: Not all volumes are created (%(cvol_real)d of " +"%(cvol_exp)d)" +msgstr "" + +#: nova/vsa/manager.py:139 +#, python-format +msgid "" +"VSA ID %(vsa_id)d: Drive %(vol_name)s (%(vol_disp_name)s) is in " +"%(status)s state" +msgstr "" + +#: nova/vsa/manager.py:148 +#, python-format +msgid "Failed to update attach status for volume %(vol_name)s. %(ex)s" +msgstr "" + +#: nova/vsa/manager.py:155 +#, python-format +msgid "VSA ID %(vsa_id)d: Delete all BE volumes" +msgstr "" + +#: nova/vsa/manager.py:170 +#, python-format +msgid "VSA ID %(vsa_id)d: Start %(vc_count)d instances" +msgstr "" + diff --git a/nova/locale/pt_BR/LC_MESSAGES/nova.po b/nova/locale/pt_BR/LC_MESSAGES/nova.po new file mode 100644 index 000000000..ff44b8092 --- /dev/null +++ b/nova/locale/pt_BR/LC_MESSAGES/nova.po @@ -0,0 +1,2867 @@ +# Brazilian Portuguese translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2012-02-01 12:10+0000\n" +"Last-Translator: Tiago Hillebrandt \n" +"Language-Team: Brazilian Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2012-02-02 06:17+0000\n" +"X-Generator: Launchpad (build 14738)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "Hosts não encontrados" + +#: ../nova/exception.py:69 +msgid "Unexpected error while running command." +msgstr "Erro inesperado ao executar o comando." + +#: ../nova/exception.py:72 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"Comando: %(cmd)s\n" +"Código de saída: %(exit_code)s\n" +"Saída padrão: %(stdout)r\n" +"Erro: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:127 +msgid "Uncaught exception" +msgstr "Exceção não capturada" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "Cota excedida para %(pid)s, tentando criar volume com %(size)sG" + +#: ../nova/volume/api.py:87 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" +"Cota excedida para o volume. Você não pode criar um volume com o tamanho %sG" + +#: ../nova/volume/api.py:134 ../nova/volume/api.py:210 +#: ../nova/volume/api.py:269 +msgid "Volume status must be available" +msgstr "O status do volume parece estar disponível" + +#: ../nova/volume/api.py:212 +msgid "Volume is already attached" +msgstr "O Volume já está anexado" + +#: ../nova/volume/api.py:218 +msgid "Volume is already detached" +msgstr "O Volume já está desanexado" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Falha ao ler o IP privado" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Falha ao ler o(s) IP(s) público(s)" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "%(param)s propriedade não foi encontrada para %(_image_id)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "Os keypairs não foram definidos" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:185 +#, python-format +msgid "Compute.api::lock %s" +msgstr "Compute.api::lock %s" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:203 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "Compute.api::unlock %s" + +#: ../nova/api/openstack/servers.py:388 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::get_lock %s" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:149 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::reset_network %s" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:58 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::pause %s" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:77 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::unpause %s" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:96 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::suspend %s" + +#: ../nova/api/openstack/compute/contrib/admin_actions.py:115 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::resume %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "Instancia %s não encontrada" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:50 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" +"Não é possível criar o VDI no SR %(sr_ref)s para a instância " +"%(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" +"Não é possível usar o SR %(sr_ref)s para a instância %(instance_name)s" + +#: ../nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "Não é possível anexar o volume na instância %s" + +#: ../nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" +"Ponto de montagem %(mountpoint)s conectada à instância %(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "Não é possível localizar o volume %s" + +#: ../nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "Não é possível desconectar o volume %s" + +#: ../nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" +"Ponto de montagem %(mountpoint)s desanexada da instância %(instance_name)s" + +#: ../nova/compute/instance_types.py:122 ../nova/compute/instance_types.py:134 +#: ../nova/compute/instance_types.py:148 ../nova/compute/instance_types.py:159 +#, python-format +msgid "Unknown instance type: %s" +msgstr "Tipo de instância desconhecido: %s" + +#: ../nova/crypto.py:51 +msgid "Filename of root CA" +msgstr "Nome do arquivo da CA raiz" + +#: ../nova/crypto.py:54 +msgid "Filename of private key" +msgstr "Nome do arquivo da chave privada" + +#: ../nova/crypto.py:55 +msgid "Filename of root Certificate Revokation List" +msgstr "Nome de arquivo da Lista de Revogação de Certificados" + +#: ../nova/crypto.py:58 +msgid "Where we keep our keys" +msgstr "Aonde armazenamos nossas chaves" + +#: ../nova/crypto.py:60 +msgid "Where we keep our root CA" +msgstr "Onde mantemos nosso CA raiz" + +#: ../nova/crypto.py:62 +msgid "Should we use a CA for each project?" +msgstr "Devemos usar um CA para cada projeto?" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" +"Assunto do certificado para usuários, %s para projeto, usuário, timestamp" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "Assunto do certificado para projetos, %s para projeto, timestamp" + +#: ../nova/crypto.py:75 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "Assunto do certificado para vpns, %s para projeto, timestamp" + +#: ../nova/crypto.py:310 +#, python-format +msgid "Flags path: %s" +msgstr "Localização dos sinalizadores: %s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "Moldagem para %(topic)s %(host)s para %(method)s" + +#: ../nova/compute/manager.py:113 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "check_instance_lock: decorating: |%s|" + +#: ../nova/compute/manager.py:104 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" +"check_instance_lock: argumentos: |%(self)s| |%(context)s| |%(instance_id)s|" + +#: ../nova/compute/manager.py:119 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: locked: |%s|" + +#: ../nova/compute/manager.py:121 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "check_instance_lock: admin: |%s|" + +#: ../nova/compute/manager.py:126 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: executando: |%s|" + +#: ../nova/compute/manager.py:130 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "check_instance_lock: not executando |%s|" + +#: ../nova/compute/manager.py:404 +msgid "Instance has already been created" +msgstr "A instância já foi criada" + +#: ../nova/compute/manager.py:461 +#, python-format +msgid "instance %s: starting..." +msgstr "instância %s: iniciando..." + +#: ../nova/virt/xenapi/vmops.py:234 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "instância %s: falha na geração" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "Terminando a instância %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "Desalocando o endereço %s" + +#: ../nova/compute/manager.py:601 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "tentando destruir instância já destruida: %s" + +#: ../nova/compute/manager.py:762 +#, python-format +msgid "Rebooting instance %s" +msgstr "Reiniciando a instância %s" + +#: ../nova/compute/manager.py:599 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"tentando reiniciar uma instancia com estado diferente de running: " +"%(instance_id)s (estado: %(state)s esperado: %(running)s)" + +#: ../nova/compute/manager.py:826 +#, python-format +msgid "instance %s: snapshotting" +msgstr "instância %s: fazendo um snapshot" + +#: ../nova/compute/manager.py:651 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" +"tentando fazer um snapshot de uma instância com estado diferente de running: " +" %(instance_id)s (estado: %(state)s esperado: %(running)s)" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"tentando limpar a senha de uma instância com estado diferente de running: " +"%(instance_id)s (estado: %(instance_state)s esperado: %(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "instância %s: configurando a senha do administrador" + +#: ../nova/compute/manager.py:772 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" +"tentando injetar o arquivo dentro de uma instância com estado diferente de " +"running: %(instance_id)s (estado: %(instance_state)s esperado: " +"%(expected_state)s)" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "instância %(nm)s: injetando um arquivo para %(plain_path)s" + +#: ../nova/compute/manager.py:1005 +#, python-format +msgid "instance %s: rescuing" +msgstr "instância %s: resgatando" + +#: ../nova/compute/manager.py:1029 +#, python-format +msgid "instance %s: unrescuing" +msgstr "instância %s: desfazendo o resgate" + +#: ../nova/compute/manager.py:1324 +#, python-format +msgid "instance %s: pausing" +msgstr "instância %s: pausando" + +#: ../nova/compute/manager.py:1342 +#, python-format +msgid "instance %s: unpausing" +msgstr "instância %s: saindo do pause" + +#: ../nova/compute/manager.py:1371 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "instância %s: recuperando os diagnósticos" + +#: ../nova/compute/manager.py:1380 +#, python-format +msgid "instance %s: suspending" +msgstr "instância %s: suspendendo" + +#: ../nova/compute/manager.py:1402 +#, python-format +msgid "instance %s: resuming" +msgstr "instância %s: resumindo" + +#: ../nova/compute/manager.py:1425 +#, python-format +msgid "instance %s: locking" +msgstr "instância %s: bloqueando" + +#: ../nova/compute/manager.py:1434 +#, python-format +msgid "instance %s: unlocking" +msgstr "instância %s: desbloqueando" + +#: ../nova/compute/manager.py:1442 +#, python-format +msgid "instance %s: getting locked state" +msgstr "instância %s: obtendo estado de bloqueio" + +#: ../nova/compute/manager.py:1452 +#, python-format +msgid "instance %s: reset network" +msgstr "instância %s: reset da rede" + +#: ../nova/compute/manager.py:1475 ../nova/api/ec2/cloud.py:781 +#, python-format +msgid "Get console output for instance %s" +msgstr "Obter saída do console para instância %s" + +#: ../nova/compute/manager.py:1500 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "instância %s: obtendo console ajax" + +#: ../nova/compute/manager.py:1239 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" +"instância %(instance_id)s: atachando volume %(volume_id)s para %(mountpoint)s" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:1265 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" +"instância %(instance_id)s: falha ao atachar ponto de montagem " +"%(mountpoint)s, removendo" + +#: ../nova/compute/manager.py:1472 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" +"Desconectando volume %(volume_id)s do ponto de montagem %(mp)s na instância " +"%(instance_id)s" + +#: ../nova/compute/manager.py:1603 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "Desconectando volume da instância desconhecida %s" + +#: ../nova/scheduler/simple.py:52 +#, python-format +msgid "Host %s is not alive" +msgstr "Host %s não está ativo" + +#: ../nova/scheduler/simple.py:67 +msgid "All hosts have too many cores" +msgstr "Todos os hosts tem muitos núcleos de CPU" + +#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 +#, python-format +msgid "Host %s not available" +msgstr "O host %s não está disponível" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many gigabytes" +msgstr "Todos os hosts tem muitos gigabytes" + +#: ../nova/scheduler/simple.py:136 +msgid "All hosts have too many networks" +msgstr "Todos os hosts tem muitas interfaces de rede" + +#: ../nova/volume/manager.py:87 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "Re-exportando %s volumes" + +#: ../nova/volume/manager.py:92 +#, python-format +msgid "volume %s: skipping export" +msgstr "volume %s: ignorando export" + +#: ../nova/volume/manager.py:98 +#, python-format +msgid "volume %s: creating" +msgstr "volume %s: criando" + +#: ../nova/volume/manager.py:110 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "volume %(vol_name)s: criando lv com tamanho %(vol_size)sG" + +#: ../nova/volume/manager.py:122 +#, python-format +msgid "volume %s: creating export" +msgstr "volume %s: criando o export" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: created successfully" +msgstr "volume %s: criado com sucesso" + +#: ../nova/volume/manager.py:165 +msgid "Volume is still attached" +msgstr "O volume continua atachado" + +#: ../nova/volume/manager.py:167 +msgid "Volume is not local to this node" +msgstr "O volume não pertence à este node" + +#: ../nova/volume/manager.py:171 +#, python-format +msgid "volume %s: removing export" +msgstr "volume %s: removendo export" + +#: ../nova/volume/manager.py:173 +#, python-format +msgid "volume %s: deleting" +msgstr "volume %s: removendo" + +#: ../nova/volume/manager.py:188 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "volume %s: remoção realizada com sucesso" + +#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:44 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "%(text)s: _db_content => %(content)s" + +#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 +#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 +msgid "Raising NotImplemented" +msgstr "Aumento não implementado" + +#: ../nova/virt/xenapi/fake.py:497 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "xenapi.fake não tem uma implementação para %s" + +#: ../nova/virt/xenapi/fake.py:531 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "Chamando %(localname)s %(impl)s" + +#: ../nova/virt/xenapi/fake.py:536 +#, python-format +msgid "Calling getter %s" +msgstr "Chamando o pai %s" + +#: ../nova/virt/xenapi/fake.py:596 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" +"xenapi.fake não tem implementação para %s ou foi chamado com um número de " +"argumentos inválido" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "Não é possível testar instâncias sem um ambiente virtual real" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "É necessário assistir a instância %s até ela estar rodando..." + +#: ../nova/virt/connection.py:78 +msgid "Failed to open connection to the hypervisor" +msgstr "Falha ao abrir a conexão com o hypervisor" + +#: ../nova/network/linux_net.py:963 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "Iniciando a VLAN %s" + +#: ../nova/network/linux_net.py:995 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "Iniciando a Bridge para %s" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:698 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:700 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "Pid %d está ultrapassado, reiniciando dnsmasq" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:760 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:762 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "Pid %d está ultrapassado, reiniciando radvd" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:763 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:66 +#, python-format +msgid "Inner Exception: %s" +msgstr "Exceção interna: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "Classe %s não pode ser encontrada" + +#: ../nova/utils.py:150 +#, python-format +msgid "Fetching %s" +msgstr "Buscando %s" + +#: ../nova/utils.py:201 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "Executando comando (subprocesso): %s" + +#: ../nova/utils.py:217 ../nova/utils.py:297 +#, python-format +msgid "Result was %s" +msgstr "Resultado foi %s" + +#: ../nova/utils.py:273 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "Executando o comando (SSH): %s" + +#: ../nova/utils.py:337 +#, python-format +msgid "debug in callback: %s" +msgstr "depuração em retorno de chamada: %s" + +#: ../nova/utils.py:342 +#, python-format +msgid "Running %s" +msgstr "Executando %s" + +#: ../nova/utils.py:480 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "Endereço para Link Local não encontrado: %s" + +#: ../nova/utils.py:483 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" +"Não foi possível atribuir um IP para o Link Local de %(interface)s :%(ex)s" + +#: ../nova/utils.py:580 +#, python-format +msgid "Invalid backend: %s" +msgstr "Backend inválido: %s" + +#: ../nova/utils.py:591 +#, python-format +msgid "backend %s" +msgstr "backend %s" + +#: ../nova/testing/fake/rabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "(%(nm)s) publicar (key: %(routing_key)s) %(message)s" + +#: ../nova/testing/fake/rabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "Publicando para rota %s" + +#: ../nova/testing/fake/rabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Declarando fila %s" + +#: ../nova/testing/fake/rabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Declarando troca %s" + +#: ../nova/testing/fake/rabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "Ligação %(queue)s para %(exchange)s com chave %(routing_key)s" + +#: ../nova/testing/fake/rabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "Recebendo de %(queue)s: %(message)s" + +#: ../nova/virt/xenapi/vm_utils.py:189 ../nova/virt/hyperv.py:189 +#, python-format +msgid "Created VM %s..." +msgstr "VM %s criada..." + +#: ../nova/virt/xenapi/vm_utils.py:192 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "VM %(instance_name)s criada como %(vm_ref)s." + +#: ../nova/virt/xenapi/volume_utils.py:206 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "Criando VBD para VM %(vm_ref)s, VDI %(vdi_ref)s ... " + +#: ../nova/virt/xenapi/volume_utils.py:209 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "VBD %(vbd_ref)s criado para VM %(vm_ref)s, VDI %(vdi_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:243 +#, python-format +msgid "VBD not found in instance %s" +msgstr "O VBD não foi encontrado na instância %s" + +#: ../nova/virt/xenapi/vm_utils.py:254 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "Não é possível desconectar o VBD %s" + +#: ../nova/virt/xenapi/vm_utils.py:265 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "Não é possível destruir o VBD %s" + +#: ../nova/virt/xenapi/vmops.py:1489 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "Criando a VIF para VM %(vm_ref)s, rede %(network_ref)s." + +#: ../nova/virt/xenapi/vmops.py:1492 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "VIF %(vif_ref)s criada para VM %(vm_ref)s, rede %(network_ref)s." + +#: ../nova/virt/xenapi/vm_utils.py:292 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" +"VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) no SR " +"%(sr_ref)s criada com sucesso." + +#: ../nova/virt/xenapi/vm_utils.py:319 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "Fazendo um snapshot da VM %(vm_ref)s com rótulo '%(label)s'..." + +#: ../nova/virt/xenapi/vm_utils.py:333 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "Snapshot %(template_vm_ref)s criado a partir da VM %(vm_ref)s." + +#. NOTE(sirp): Currently we only support uploading images as VHD, there +#. is no RAW equivalent (yet) +#: ../nova/virt/xenapi/vm_utils.py:363 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" +"Solicitando à xapi para realizar upload da imagem %(vdi_uuids)s com ID " +"%(image_id)s" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "Tamanho da imagem %(image)s:%(virtual_size)d" + +#. TODO(sirp): This should eventually be the URI for the Glance image +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "Glance image %s" +msgstr "Visão geral da imagem %s" + +#. We need to invoke a plugin for copying the +#. content of the VDI into the proper path. +#: ../nova/virt/xenapi/vm_utils.py:689 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "Copiando o VDI %s de /boot/guest no dom0" + +#: ../nova/virt/xenapi/vm_utils.py:699 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "Kernel/Ramdisk %s destruidos" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "Requisitando à xapi a busca da url %(url)s como %(access)s" + +#: ../nova/virt/xenapi/vm_utils.py:770 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "Verificando o vdi %s para kernel PV" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "Kernel PV no VDI: %s" + +#: ../nova/virt/xenapi/vm_utils.py:1313 +#, python-format +msgid "Running pygrub against %s" +msgstr "Rodando pygrub novamente %s" + +#: ../nova/virt/xenapi/vm_utils.py:1320 +#, python-format +msgid "Found Xen kernel %s" +msgstr "Kernel Xen encontrado: %s" + +#: ../nova/virt/xenapi/vm_utils.py:1322 +msgid "No Xen kernel found. Booting HVM." +msgstr "Kernel Xen não encontrado. Iniciando como HVM." + +#: ../nova/virt/hyperv.py:449 +#, python-format +msgid "duplicate name found: %s" +msgstr "nome duplicado encontrado: %s" + +#: ../nova/virt/xenapi/vm_utils.py:830 +#, python-format +msgid "VDI %s is still available" +msgstr "O VDI %s continua disponível" + +#: ../nova/virt/xenapi/vm_utils.py:876 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "(VM_UTILS) xenserver vm state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:878 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "(VM_UTILS) xenapi power_state -> |%s|" + +#: ../nova/virt/xenapi/vm_utils.py:1120 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "O VHD %(vdi_uuid)s tem pai %(parent_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:934 +#, python-format +msgid "Re-scanning SR %s" +msgstr "Re-escaneando SR %s" + +#: ../nova/virt/xenapi/vm_utils.py:1171 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1178 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:911 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "Nenhum VDIs encontrado para MV %s" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" +"Número de VDIs inesperado (%(num_vdis)s) encontrado para MV %(vm_ref)s" + +#: ../nova/virt/xenapi/vm_utils.py:1240 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "Criando VBD para VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:1242 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "O VBD para VDI %s foi criado." + +#: ../nova/virt/xenapi/vm_utils.py:1244 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "Conectando VBD %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:1247 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "O VDB %s foi conectado." + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "VBD %(vbd)s conectado como %(orig_dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "VBD %(vbd)s conectado no device errado, remapeando para %(dev)s" + +#: ../nova/virt/xenapi/vm_utils.py:1261 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "Destruindo VBD para o VDI %s ... " + +#: ../nova/virt/xenapi/vm_utils.py:1265 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "O VBD para o VDI %s foi destruído." + +#: ../nova/virt/xenapi/vm_utils.py:1277 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1282 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1287 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1290 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "Ignorando XenAPI.Failure em VBD.unplug: %s" + +#: ../nova/virt/xenapi/vm_utils.py:1299 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1140 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1380 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/rpc/common.py:142 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/rpc/common.py:150 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:56 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/compute/manager.py:223 +#, python-format +msgid "Checking state of %s" +msgstr "Verificando o estado de %s" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt/connection.py:225 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:239 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:401 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:678 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:701 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:705 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:716 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:745 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt/utils.py:218 +msgid "Unable to find an open port" +msgstr "Impossível localizar uma porta aberta" + +#: ../nova/virt/libvirt/connection.py:865 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt/connection.py:1057 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt/connection.py:1204 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1208 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1330 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/firewall.py:125 ../nova/virt/libvirt/firewall.py:486 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/metadata/handler.py:252 ../nova/api/metadata/handler.py:259 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "Falha ao obter metadados para o ip: %s" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "Tentativa de instanciar singleton" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/manager.py:338 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:195 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:190 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 ../nova/console/vmrc_manager.py:64 +msgid "Adding console" +msgstr "Adicionando console" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:218 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#: ../nova/crypto.py:112 +#, python-format +msgid "Generating root CA: %s" +msgstr "Gerando CA raiz: %s" + +#: ../nova/api/ec2/cloud.py:368 +#, python-format +msgid "Create key pair %s" +msgstr "Criar par de chaves %s" + +#: ../nova/api/ec2/cloud.py:395 +#, python-format +msgid "Delete key pair %s" +msgstr "Remover par de chaves %s" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s não é um ipProtocol válido" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "Intervalo de porta inválido" + +#: ../nova/api/openstack/compute/contrib/security_groups.py:497 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "Revogado entrada do grupo de segurança %s" + +#: ../nova/api/openstack/compute/contrib/security_groups.py:358 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:654 ../nova/api/ec2/cloud.py:710 +msgid "No rule for the specified parameters." +msgstr "Não existe regra para os parâmetros especificados" + +#: ../nova/api/openstack/compute/contrib/security_groups.py:343 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "Autorizada entrada do grupo de segurança %s" + +#: ../nova/api/openstack/compute/contrib/security_groups.py:365 +#, python-format +msgid "This rule already exists in group %s" +msgstr "Esta regra já existe no grupo %s" + +#: ../nova/api/ec2/cloud.py:746 +#: ../nova/api/openstack/compute/contrib/security_groups.py:282 +#, python-format +msgid "Create Security Group %s" +msgstr "Criar Grupo de Segurança %s" + +#: ../nova/api/ec2/cloud.py:749 +#, python-format +msgid "group %s already exists" +msgstr "group %s já existe" + +#: ../nova/api/ec2/cloud.py:776 +#: ../nova/api/openstack/compute/contrib/security_groups.py:237 +#, python-format +msgid "Delete security group %s" +msgstr "Excluir grupo de segurança %s" + +#: ../nova/api/openstack/compute/contrib/volumes.py:186 +#: ../nova/api/openstack/volume/volumes.py:215 ../nova/api/ec2/cloud.py:865 +#, python-format +msgid "Create volume of %s GB" +msgstr "Criar volume de %s GB" + +#: ../nova/api/ec2/cloud.py:899 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/openstack/compute/contrib/volumes.py:361 +#: ../nova/api/ec2/cloud.py:913 +#, python-format +msgid "Detach volume %s" +msgstr "Desanexar volume %s" + +#: ../nova/api/ec2/cloud.py:1190 +msgid "Allocate address" +msgstr "Alocar endereço" + +#: ../nova/api/ec2/cloud.py:1202 +#, python-format +msgid "Release address %s" +msgstr "Liberar endereço %s" + +#: ../nova/api/ec2/cloud.py:1207 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1217 +#, python-format +msgid "Disassociate address %s" +msgstr "Desatribuir endereço %s" + +#: ../nova/api/ec2/cloud.py:1265 +msgid "Going to start terminating instances" +msgstr "Começando a terminar instâncias" + +#: ../nova/api/ec2/cloud.py:1274 +#, python-format +msgid "Reboot instance %r" +msgstr "Reiniciar instância %r" + +#: ../nova/api/ec2/cloud.py:1415 +#, python-format +msgid "De-registering image %s" +msgstr "Removendo o registro da imagem %s" + +#: ../nova/api/ec2/cloud.py:1442 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:940 ../nova/api/ec2/cloud.py:997 +#: ../nova/api/ec2/cloud.py:1470 ../nova/api/ec2/cloud.py:1485 +#, python-format +msgid "attribute not supported: %s" +msgstr "atributo não suportado: %s" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "id inválido: %s" + +#: ../nova/api/ec2/cloud.py:1488 +msgid "user or group not specified" +msgstr "usuário ou grupo não especificado" + +#: ../nova/api/ec2/cloud.py:1490 +msgid "only group \"all\" is supported" +msgstr "apenas o grupo \"all\" é suportado" + +#: ../nova/api/ec2/cloud.py:1492 +msgid "operation_type must be add or remove" +msgstr "operation_type deve ser add ou remove" + +#: ../nova/api/ec2/cloud.py:1493 +#, python-format +msgid "Updating image %s publicity" +msgstr "Atualizando publicidade da imagem %s" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:449 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:452 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:426 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:467 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:622 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:631 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:616 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1109 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1817 +#, python-format +msgid "OpenSSL error: %s" +msgstr "Erro de OpenSSL: %s" + +#: ../nova/tests/test_compute.py:339 ../nova/tests/test_compute.py:1368 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:345 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:96 +#, python-format +msgid "Launching VPN for %s" +msgstr "Executando VPN para %s" + +#: ../nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:140 +msgid "Too many failed authentications." +msgstr "Muitas falhas de autenticação." + +#: ../nova/api/ec2/__init__.py:150 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:267 +#, python-format +msgid "Authentication Failure: %s" +msgstr "Falha de Autenticação: %s" + +#: ../nova/api/ec2/__init__.py:283 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "action: %s" +msgstr "ação: %s" + +#: ../nova/api/ec2/__init__.py:316 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:391 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:462 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:468 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:480 +#, python-format +msgid "NotFound raised: %s" +msgstr "NotFound lançado: %s" + +#: ../nova/api/ec2/__init__.py:483 +#, python-format +msgid "ApiError raised: %s" +msgstr "ApiError lançado: %s" + +#: ../nova/api/ec2/__init__.py:512 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "Erro inexperado lançado: %s" + +#: ../nova/api/metadata/handler.py:254 ../nova/api/ec2/__init__.py:517 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" +"Ocorreu um erro desconhecido. Por favor tente sua requisição novamente." + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "Usuário %s já existe" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "Projeto não pode ser criado porque o gerente %s não existe." + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "Projeto não pode ser criado porque o usuário %s não existe" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "Projeto não pode ser criado porque o projeto %s já existe." + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "Projeto não pode ser modificado porque o gerente %s não existe." + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "Usuário \"%s\" não encontrado" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "Projeto \"%s\" não encontrado" + +#: ../nova/virt/xenapi_conn.py:159 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:569 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:578 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:604 ../nova/virt/xenapi_conn.py:617 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:73 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:43 +#, python-format +msgid "Caught error: %s" +msgstr "Capturado o erro: %s" + +#: ../nova/api/openstack/v2/__init__.py:113 +msgid "Including admin operations in API." +msgstr "Incluindo operações administrativas na API." + +#: ../nova/console/xvp.py:92 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:110 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:115 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:128 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:135 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:138 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:140 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:616 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:645 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:646 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:642 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:647 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:648 ../bin/nova-manage.py:1166 +#: ../bin/nova-manage.py:1282 ../bin/nova-manage.py:1314 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:857 ../nova/tests/test_nova_manage.py:181 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk/api.py:223 ../nova/virt/disk/guestfs.py:64 +#: ../nova/virt/disk/guestfs.py:78 ../nova/virt/disk/mount.py:112 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk/nbd.py:82 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk/loop.py:30 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#. really want to log this info, not raise +#: ../nova/virt/disk/nbd.py:52 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:45 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:119 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:166 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:168 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:170 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:187 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:206 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:216 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:220 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:245 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:248 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:265 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:267 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:271 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:290 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:291 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:294 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:304 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:306 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:339 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:343 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:379 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:404 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:411 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:433 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:469 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:472 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:215 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:264 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:336 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:872 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:1643 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:1659 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" +"Não foi possível conectar ao servidor AMQP após %d tentativas. Desligando." + +#: ../nova/rpc/impl_carrot.py:222 +msgid "Reconnected to queue" +msgstr "Reconectado à fila" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Falha ao obter mensagem da fila" + +#: ../nova/rpc/impl_carrot.py:237 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "Iniciando o Adaptador Consumidor para %s" + +#: ../nova/rpc/amqp.py:224 ../nova/rpc/impl_carrot.py:261 +#, python-format +msgid "received %s" +msgstr "recebido %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc/amqp.py:229 ../nova/rpc/impl_carrot.py:274 +#, python-format +msgid "no method for message: %s" +msgstr "sem método para mensagem: %s" + +#: ../nova/rpc/amqp.py:230 ../nova/rpc/impl_carrot.py:276 +#, python-format +msgid "No method for message: %s" +msgstr "Sem método para mensagem: %s" + +#: ../nova/rpc/amqp.py:141 ../nova/rpc/impl_carrot.py:460 +#, python-format +msgid "Returning exception %s to caller" +msgstr "Retornando exceção %s ao método de origem" + +#: ../nova/rpc/amqp.py:182 ../nova/rpc/impl_carrot.py:494 +#, python-format +msgid "unpacked context: %s" +msgstr "conteúdo descompactado: %s" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Fazendo chamada assíncrona..." + +#: ../nova/rpc/amqp.py:314 ../nova/rpc/impl_carrot.py:530 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID é %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:640 +#, python-format +msgid "response %s" +msgstr "resposta %s" + +#: ../nova/rpc/impl_carrot.py:649 +#, python-format +msgid "topic is %s" +msgstr "topico é %s" + +#: ../nova/rpc/impl_carrot.py:650 +#, python-format +msgid "message %s" +msgstr "mensagem %s" + +#: ../nova/volume/driver.py:79 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:89 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:342 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 +#: ../nova/volume/driver.py:891 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:463 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:475 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:545 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:547 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:207 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:54 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:74 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:386 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:705 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:1243 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:1692 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:157 +#, python-format +msgid "Introducing %s..." +msgstr "Introduzindo %s..." + +#: ../nova/virt/xenapi/volume_utils.py:103 +#: ../nova/virt/xenapi/volume_utils.py:170 +#: ../nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:76 +#: ../nova/virt/xenapi/volume_utils.py:174 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:186 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:228 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:234 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:249 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:257 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:279 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:356 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "Ponto de montagem não pode ser traduzido: %s" + +#: ../nova/image/s3.py:361 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/image/s3.py:369 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/image/s3.py:380 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:280 +#, python-format +msgid "Looking up user: %r" +msgstr "Procurando usuário: %r" + +#: ../nova/auth/manager.py:284 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "Falha de autorização para chave de acesso %s" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "Nenhum usuário encontrado para chave de acesso %s" + +#: ../nova/auth/manager.py:290 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "Usando nome do projeto = nome do usuário (%s)" + +#: ../nova/auth/manager.py:297 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "Nenhum projeto chamado %s pode ser encontrado." + +#: ../nova/auth/manager.py:306 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:317 ../nova/auth/manager.py:339 +#, python-format +msgid "Invalid signature for user %s" +msgstr "Assinatura inválida para usuário %s" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "Assinatura não confere" + +#: ../nova/auth/manager.py:431 +msgid "Must specify project" +msgstr "Deve especificar projeto" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "O papel %s não foi encontrado" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "O papel %s é apenas global" + +#: ../nova/auth/manager.py:472 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:475 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:501 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:504 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:577 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:595 +#, python-format +msgid "modifying project %s" +msgstr "modificando projeto %s" + +#: ../nova/auth/manager.py:607 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "Adicionando usuário %(uid)s ao projeto %(pid)s" + +#: ../nova/auth/manager.py:628 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "Remover usuário %(uid)s do projeto %(pid)s" + +#: ../nova/auth/manager.py:658 +#, python-format +msgid "Deleting project %s" +msgstr "Excluindo projeto %s" + +#: ../nova/auth/manager.py:716 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:725 +#, python-format +msgid "Deleting user %s" +msgstr "Apagando usuário %s" + +#: ../nova/auth/manager.py:735 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:737 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:739 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:784 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:146 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:237 +msgid "Service killed that has no database entry" +msgstr "Encerrado serviço que não tem entrada na base de dados" + +#: ../nova/service.py:274 +msgid "The service database object disappeared, Recreating it." +msgstr "O objeto da base de dados do serviço desapareceu, Recriando." + +#: ../nova/service.py:289 +msgid "Recovered model server connection!" +msgstr "Recuperada conexão servidor de modelo." + +#: ../nova/service.py:295 +msgid "model server went away" +msgstr "servidor de modelo perdido" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "Usuário LDAP %s já existe" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "Objeto LDAP para %s não existe" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "Grupo não pode ser criado porque o grupo %s já existe" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "Grupo não pode ser criado porque o usuário %s não existe" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" +"Usuário %s não pode ser pesquisado no grupo porque o usuário não existe" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" +"Usuário %s não pode ser adicionado no grupo porque o usuário não existe" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "O grupo no dn %s não existe" + +#: ../nova/exception.py:817 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "Usuário %(uid)s já é um membro do grupo %(group_dn)s" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" +"Usuário %s não pode ser removido do grupo porque o usuário não existe" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "Usuário %s não é um membro do grupo" + +#: ../nova/auth/ldapdriver.py:621 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" +"Tentatica de remover o último membto de um grupo. Ao invés disso excluindo o " +"grupo %s." + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "Usuário %s não pode ser removido de tudo porque o usuário não existe" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "Grupo no dn %s não existe" + +#: ../nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "Encontrado múltiplas redes para a bridge %s" + +#: ../nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "Não foi encontrada rede para bridge %s" + +#: ../nova/api/ec2/admin.py:146 +#, python-format +msgid "Creating new user: %s" +msgstr "Criando novo usuário: %s" + +#: ../nova/api/ec2/admin.py:154 +#, python-format +msgid "Deleting user: %s" +msgstr "Excluindo usuário: %s" + +#: ../nova/api/ec2/admin.py:176 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" +"Adicionando função %(role)s para usuário %(user)s no projeto %(project)s" + +#: ../nova/api/ec2/admin.py:180 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:186 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "Removendo função %(role)s do usuário %(user)s no projeto %(project)s" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:195 ../nova/api/ec2/admin.py:272 +msgid "operation must be add or remove" +msgstr "operações devem ser adicionar e excluir" + +#: ../nova/api/ec2/admin.py:208 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "Obtendo x509 para usuário: %(name)s no projeto: %(project)s" + +#: ../nova/api/ec2/admin.py:226 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "Criado projeto %(name)s gerenciado por %(manager_user)s" + +#: ../nova/api/ec2/admin.py:239 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "Modifique o projeto: %(name)s gerenciado por %(manager_user)s" + +#: ../nova/api/ec2/admin.py:249 +#, python-format +msgid "Delete project: %s" +msgstr "Excluir projeto: %s" + +#: ../nova/api/ec2/admin.py:263 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "Adicionando usuário %(user)s no projeto %(project)s" + +#: ../nova/api/ec2/admin.py:267 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "Removendo usuário %(user)s do projeto %(project)s" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "Conjunto completo de FLAGS:" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Iniciando %s" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "Servindo %s" + +#~ msgid "No such process" +#~ msgstr "Processo inexistente" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "" +#~ "Arquivo do id do processo (pidfile) %s não existe. O Daemon está parado?\n" + +#~ msgid "Wrong number of arguments." +#~ msgstr "Número errado de argumentos." diff --git a/nova/locale/ru/LC_MESSAGES/nova.po b/nova/locale/ru/LC_MESSAGES/nova.po new file mode 100644 index 000000000..2bd6785c6 --- /dev/null +++ b/nova/locale/ru/LC_MESSAGES/nova.po @@ -0,0 +1,2808 @@ +# Russian translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-08-23 11:22+0000\n" +"Last-Translator: Thierry Carrez \n" +"Language-Team: Russian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "Узлы не найдены" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Неожиданная ошибка при выполнении команды." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Необработанное исключение" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Квота тома превышена. Вы не можете создать том размером %sG" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "Том уже смотирован" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "Том уже отмонтирован" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "Ошибка чтения приватного IP адреса" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "Ошибка чтения публичных IP адресов" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "Не определены ключевые пары" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Имя файла секретного ключа" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Путь к ключам" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "Вложенное исключение: %s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "Класс %s не найден" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "Результат %s" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "Выполняется %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Объявление очереди %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Объявление точки обмена %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "Получено %s" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "Нет диска в %s" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "Ошибка получения метаданных для ip: %s" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "Создание пары ключей %s" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "Удаление пары ключей %s" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "Неверный диапазон портов" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "Это правило уже существует в группе %s" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "группа %s уже существует" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "Создание раздела %s ГБ" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "аттрибут не поддерживается: %s" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "не указан пользователь или группа" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "Запуск VPN для %s" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "Слишком много неудачных попыток аутентификации." + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "Ошибка аутентификации: %s" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "действие: %s" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" +"Произошла неизвестная ошибка. Пожалуйста, попытайтесь повторить ваш запрос." + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "Пользователь %s уже существует" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "Проект не может быть создан поскольку менеджер %s не существует" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "Проект не может быть создан поскольку пользователь %s не существует" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "Проект не может быть созан поскольку проект %s уже существует" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "Пользователь \"%s\" не существует" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "Проект \"%s\" не найден" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "Ошибка монтирования файловой системы: %s" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "Запускается VM %s " + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "Запущен VM %s " + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "Создан диск для %s" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "Не удалось подключиться к серверу AMQP после %d попыток. Выключение." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Переподлючено к очереди" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Не удалось получить сообщение из очереди" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "получено %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "не определен метод для сообщения: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "Не определен метод для сообщения: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Выполняется асинхронный вызов..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID is %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "ответ %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "тема %s" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "сообщение %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "Удаленное изображение: %s" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "Не допустимая подпись для пользователя %s" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "Подпись не совпадает" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "Необходимо указать проект" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "Роль %s не может быть найдена" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "изменение проекта %s" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "Удаление проекта %s" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "Удаление пользователя %s" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "Нет vpn данных для проекта %s" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "Объект сервиса в базе данных отсутствует, Повторное создание." + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "Объект LDAP %s не существует" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "Создание нового пользователя: %s" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "Удаление пользователя: %s" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "Удалить проект: %s" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Запускается %s" + +#~ msgid "unexpected error during update" +#~ msgstr "неожиданная ошибка во время обновления" + +#, python-format +#~ msgid "updating %s..." +#~ msgstr "обновление %s..." + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "pidfile %s не обнаружен. Демон не запущен?\n" + +#~ msgid "Wrong number of arguments." +#~ msgstr "Неверное число аргументов." diff --git a/nova/locale/tl/LC_MESSAGES/nova.po b/nova/locale/tl/LC_MESSAGES/nova.po new file mode 100644 index 000000000..313821143 --- /dev/null +++ b/nova/locale/tl/LC_MESSAGES/nova.po @@ -0,0 +1,2791 @@ +# Tagalog translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-08-23 11:21+0000\n" +"Last-Translator: Thierry Carrez \n" +"Language-Team: Tagalog \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Merong hindi-inaasahang pagkakamali habang tumatakbo ang command." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "Kailangan bang gumamit ng CA bawat proyekto?" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" +"Hindi maka-konekta sa AMQP server pagkatapos ng %d ulit. Isasara na ang " +"sistema." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Muling kumonekta sa queue" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "Hindi nai-abot ang mensahe buhat sa queue" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "natanggap %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "walang paraan para sa mensahe: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "Walang paraan para sa mensahe: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" diff --git a/nova/locale/tr/LC_MESSAGES/nova.po b/nova/locale/tr/LC_MESSAGES/nova.po new file mode 100644 index 000000000..97893e620 --- /dev/null +++ b/nova/locale/tr/LC_MESSAGES/nova.po @@ -0,0 +1,2803 @@ +# Turkish translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-12-14 18:10+0000\n" +"Last-Translator: FULL NAME \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-12-15 05:54+0000\n" +"X-Generator: Launchpad (build 14487)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "" + +#: ../nova/exception.py:54 +msgid "Unexpected error while running command." +msgstr "" + +#: ../nova/exception.py:57 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:127 +msgid "Uncaught exception" +msgstr "" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:57 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 +#: ../nova/volume/api.py:230 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:174 +msgid "Volume is already attached" +msgstr "" + +#: ../nova/volume/api.py:180 +msgid "Volume is already detached" +msgstr "" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:388 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:50 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 +#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:50 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Filename of private key" +msgstr "" + +#: ../nova/crypto.py:55 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Where we keep our keys" +msgstr "" + +#: ../nova/crypto.py:59 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:61 +msgid "Should we use a CA for each project?" +msgstr "" + +#: ../nova/crypto.py:65 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:70 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:75 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:277 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:101 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:104 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:107 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:109 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:114 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:118 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:334 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:391 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:216 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:524 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:675 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:599 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:734 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:651 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:772 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:902 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:924 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:1204 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:1221 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:1249 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:1257 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:1274 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:1292 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:1300 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:1307 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:1316 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:1336 ../nova/api/ec2/cloud.py:800 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:1345 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:1239 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:1265 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:1436 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:1441 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:52 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:67 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:136 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:89 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:94 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:100 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:124 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:167 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:169 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:173 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:175 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:190 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 +#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:497 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:531 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:536 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:596 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:78 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:925 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:954 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:654 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:656 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:716 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:718 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:763 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:66 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:127 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:168 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:184 ../nova/utils.py:234 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:210 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:274 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:279 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:384 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:387 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:484 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:495 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/testing/fake/rabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:195 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:206 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:209 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:257 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:268 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1451 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1454 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:295 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:324 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:338 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#. NOTE(sirp): Currently we only support uploading images as VHD, there +#. is no RAW equivalent (yet) +#: ../nova/virt/xenapi/vm_utils.py:368 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#. TODO(sirp): This should eventually be the URI for the Glance image +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. We need to invoke a plugin for copying the +#. content of the VDI into the proper path. +#: ../nova/virt/xenapi/vm_utils.py:673 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:761 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1295 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1302 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1304 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/hyperv.py:450 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:821 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:859 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:861 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1102 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:917 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1153 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1160 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:911 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1222 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1224 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1226 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1229 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1243 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1247 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1259 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1264 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1269 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1272 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1281 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1140 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1362 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/rpc/common.py:142 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/rpc/common.py:150 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:50 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/compute/manager.py:192 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt/connection.py:226 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:240 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:390 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:665 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:688 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:692 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:703 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:745 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt/utils.py:218 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:849 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt/connection.py:1039 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt/connection.py:1178 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1182 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1330 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt/firewall.py:540 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/manager.py:296 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:190 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:165 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:91 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:219 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:227 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:385 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:414 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:348 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:210 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:195 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:217 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:765 +#: ../nova/api/openstack/v2/contrib/security_groups.py:137 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:768 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:795 +#: ../nova/api/openstack/v2/contrib/security_groups.py:97 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:157 +#: ../nova/api/ec2/cloud.py:887 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:922 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:302 +#: ../nova/api/ec2/cloud.py:936 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1221 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1233 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1238 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1248 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1296 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1305 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1445 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1472 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 +#: ../nova/api/ec2/cloud.py:1500 ../nova/api/ec2/cloud.py:1515 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1518 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1520 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1522 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1523 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:388 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:391 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:437 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:467 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:612 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:621 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:606 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1086 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1761 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:204 ../nova/tests/test_compute.py:1051 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:210 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:96 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:134 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:144 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:204 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:220 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:251 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:253 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:328 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:359 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:365 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:377 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:380 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:409 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:159 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:536 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:545 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:571 ../nova/virt/xenapi_conn.py:584 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:73 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:63 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:113 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:93 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:111 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:116 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:129 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:136 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:139 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:609 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:633 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:634 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:635 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:636 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 +#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:217 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:222 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:246 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:119 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:166 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:168 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:170 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:187 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:206 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:216 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:220 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:245 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:248 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:265 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:267 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:271 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:290 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:291 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:294 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:304 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:306 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:339 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:343 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:380 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:405 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:412 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:433 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:470 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:473 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:199 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:248 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:303 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:812 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:1511 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:1526 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:220 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:235 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:621 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:630 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc/impl_carrot.py:631 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:79 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:89 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:342 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:842 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 +#: ../nova/volume/driver.py:886 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:463 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:475 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:545 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:547 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:208 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:78 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:386 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:523 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:870 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:1278 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:157 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:103 +#: ../nova/virt/xenapi/volume_utils.py:170 +#: ../nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:76 +#: ../nova/virt/xenapi/volume_utils.py:174 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:186 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:228 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:234 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:249 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:257 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:279 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:356 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/image/s3.py:365 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/image/s3.py:374 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/image/s3.py:385 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:281 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:294 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:303 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:428 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:469 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:472 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:498 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:501 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:574 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:604 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:625 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:655 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:713 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:732 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:734 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:736 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:781 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:141 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:232 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:269 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:284 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:290 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/exception.py:785 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:621 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:145 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:153 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:175 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:179 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:185 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:189 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:207 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:225 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:238 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:248 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:262 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:266 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" diff --git a/nova/locale/uk/LC_MESSAGES/nova.po b/nova/locale/uk/LC_MESSAGES/nova.po new file mode 100644 index 000000000..8cdd408dc --- /dev/null +++ b/nova/locale/uk/LC_MESSAGES/nova.po @@ -0,0 +1,2797 @@ +# Ukrainian translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-08-23 11:21+0000\n" +"Last-Translator: Thierry Carrez \n" +"Language-Team: Ukrainian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" +"X-Generator: Launchpad (build 14049)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "Неочікувана помилка при виконанні команди." + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "Необроблене виключення" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Ім'я файлу секретного ключа" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "Шлях до збережених ключів" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "Запускається %s" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "Оголошення черги %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "Оголошення точки обміну %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s не допустимий ipProtocol" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "Невірний діапазон портів" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "Це правило вже існує в групі %s" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "Вилучити групу безпеки %s" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "Створити розділ на %s ГБ" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "Від'єднати том %s" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "лише група \"всі\" підтримується" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "Занадто багато невдалих аутентифікацій." + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "Користувач %s вже існує" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "Користувач \"%s\" не знайдено" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "Проект \"%s\" не знайдено" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "Не вдалось під'єднатися до серверу AMQP після %d спроб. Вимкнення." + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "Оновлено з'єднання до черги" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "отримано %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "без порядку для повідомлень: %s" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "Без порядку для повідомлень: %s" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "Створення асинхронного виклику..." + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "MSG_ID %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "відповідь %s" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "заголовок %s" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "повідомлення %s" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "Вилучити проект: %s" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "Запускається %s" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "Обслуговування %s" diff --git a/nova/locale/zh_CN/LC_MESSAGES/nova.po b/nova/locale/zh_CN/LC_MESSAGES/nova.po new file mode 100644 index 000000000..fd1420164 --- /dev/null +++ b/nova/locale/zh_CN/LC_MESSAGES/nova.po @@ -0,0 +1,2831 @@ +# Chinese (Simplified) translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-12-09 11:53+0000\n" +"Last-Translator: xh2012@gmail.com \n" +"Language-Team: Chinese (Simplified) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-12-10 05:25+0000\n" +"X-Generator: Launchpad (build 14450)\n" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "启动 %s 中" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "没有找到主机" + +#: ../nova/exception.py:54 +msgid "Unexpected error while running command." +msgstr "运行命令时出现错误" + +#: ../nova/exception.py:57 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"命令: %(cmd)s\n" +"退出代码: %(exit_code)s\n" +"标准输出: %(stdout)r\n" +"标准出错: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "数据库异常" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:127 +msgid "Uncaught exception" +msgstr "未捕获异常" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "%(pid)s 超出配额,产生创建%(size)sG卷" + +#: ../nova/volume/api.py:57 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "卷磁盘配额已耗尽,不能创建 %sG 大小的卷" + +#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 +#: ../nova/volume/api.py:230 +msgid "Volume status must be available" +msgstr "卷组状态必须可获取" + +#: ../nova/volume/api.py:174 +msgid "Volume is already attached" +msgstr "卷已挂载" + +#: ../nova/volume/api.py:180 +msgid "Volume is already detached" +msgstr "卷已卸载" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "获取内网IP失败" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "获取外网IP失败" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "没有找到镜像文件%(_image_id)s 的属性 %(param)s" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "未定义密钥对" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 +#, python-format +msgid "Compute.api::lock %s" +msgstr "compute.api::加锁 %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "compute.api::解锁 %s" + +#: ../nova/api/openstack/servers.py:388 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "Compute.api::得到锁 %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "Compute.api::重置网络 %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 +#, python-format +msgid "Compute.api::pause %s" +msgstr "Compute.api::暂停 %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "Compute.api::继续 %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::挂起 %s" + +#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::回复 %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "实例 %s 没有找到" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:50 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "挂载卷:%(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:174 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "无法在SR %(sr_ref)s 上为实例 %(instance_name)s 创建 VDI" + +#: ../nova/virt/xenapi/volumeops.py:187 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "不能为实例%(instance_name)s使用SR %(sr_ref)s" + +#: ../nova/virt/xenapi/volumeops.py:195 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "无法挂载卷到虚拟机 %s" + +#: ../nova/virt/xenapi/volumeops.py:198 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "挂载点 %(mountpoint)s 挂载到虚拟机 %(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:208 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "卸载_volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:216 +#, python-format +msgid "Unable to locate volume %s" +msgstr "无法找到 %s 卷" + +#: ../nova/virt/xenapi/volumeops.py:224 +#, python-format +msgid "Unable to detach volume %s" +msgstr "无法卸载 %s 卷" + +#: ../nova/virt/xenapi/volumeops.py:238 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "挂载点 %(mountpoint)s 从虚拟机 %(instance_name)s 卸载" + +#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 +#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 +#, python-format +msgid "Unknown instance type: %s" +msgstr "未知的虚拟机类型:%s" + +#: ../nova/crypto.py:50 +msgid "Filename of root CA" +msgstr "根证书文件名" + +#: ../nova/crypto.py:53 +msgid "Filename of private key" +msgstr "私钥文件名" + +#: ../nova/crypto.py:55 +msgid "Filename of root Certificate Revokation List" +msgstr "已废除的根证书列表" + +#: ../nova/crypto.py:57 +msgid "Where we keep our keys" +msgstr "保存密钥的位置" + +#: ../nova/crypto.py:59 +msgid "Where we keep our root CA" +msgstr "保存根证书的位置" + +#: ../nova/crypto.py:61 +msgid "Should we use a CA for each project?" +msgstr "是否所有项目都是用证书授权(CA)?" + +#: ../nova/crypto.py:65 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "用户证书的标题,%s依次分别为项目,用户,时间戳" + +#: ../nova/crypto.py:70 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "项目证书的标题,%s依次分别为项目,时间戳" + +#: ../nova/crypto.py:75 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "VPN证书的标题,%s依次分别为项目,时间戳" + +#: ../nova/crypto.py:277 +#, python-format +msgid "Flags path: %s" +msgstr "Flag所在路径:%s" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:101 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:104 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:107 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "check_instance_lock: 被鎖定: |%s|" + +#: ../nova/compute/manager.py:109 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:114 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "check_instance_lock: 执行中: |%s|" + +#: ../nova/compute/manager.py:118 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:334 +msgid "Instance has already been created" +msgstr "虚拟机已经创建" + +#: ../nova/compute/manager.py:391 +#, python-format +msgid "instance %s: starting..." +msgstr "虚拟机 %s :启动" + +#: ../nova/virt/xenapi/vmops.py:216 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "正在结束实例 %s" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "取消分配地址 %s" + +#: ../nova/compute/manager.py:524 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "尝试销毁已经销毁的实例: %s" + +#: ../nova/compute/manager.py:675 +#, python-format +msgid "Rebooting instance %s" +msgstr "重启虚拟机 %s" + +#: ../nova/compute/manager.py:599 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "尝试重启没有在运行中实例: %(instance_id)s (状态: %(state)s 预料: %(running)s)" + +#: ../nova/compute/manager.py:734 +#, python-format +msgid "instance %s: snapshotting" +msgstr "实例 %s: 快照中" + +#: ../nova/compute/manager.py:651 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" +"尝试对没有在运行的实例重置密码: %(instance_id)s (状态: %(instance_state)s 预料: " +"%(expected_state)s)" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "虚拟机 %s:设置管理员密码" + +#: ../nova/compute/manager.py:772 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "实例%(nm)s:正在注入文件到%(plain_path)s" + +#: ../nova/compute/manager.py:902 +#, python-format +msgid "instance %s: rescuing" +msgstr "实例%s:救援中..." + +#: ../nova/compute/manager.py:924 +#, python-format +msgid "instance %s: unrescuing" +msgstr "实例%s:取消救援" + +#: ../nova/compute/manager.py:1191 +#, python-format +msgid "instance %s: pausing" +msgstr "实例 %s: 暂停" + +#: ../nova/compute/manager.py:1208 +#, python-format +msgid "instance %s: unpausing" +msgstr "实例 %s: 取消暫停" + +#: ../nova/compute/manager.py:1236 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "实例 %s: 取消检测" + +#: ../nova/compute/manager.py:1244 +#, python-format +msgid "instance %s: suspending" +msgstr "虚拟机 %s:挂起" + +#: ../nova/compute/manager.py:1261 +#, python-format +msgid "instance %s: resuming" +msgstr "实例 %s: 唤醒中。。。" + +#: ../nova/compute/manager.py:1279 +#, python-format +msgid "instance %s: locking" +msgstr "实例%s:锁定中" + +#: ../nova/compute/manager.py:1287 +#, python-format +msgid "instance %s: unlocking" +msgstr "实例%s:取消锁定" + +#: ../nova/compute/manager.py:1294 +#, python-format +msgid "instance %s: getting locked state" +msgstr "实例%s:获取锁状态" + +#: ../nova/compute/manager.py:1303 +#, python-format +msgid "instance %s: reset network" +msgstr "实例%s:重置网络" + +#: ../nova/compute/manager.py:1323 ../nova/api/ec2/cloud.py:800 +#, python-format +msgid "Get console output for instance %s" +msgstr "获取虚拟机 %s 控制台输出" + +#: ../nova/compute/manager.py:1332 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "虚拟机 %s :获取ajax控制台" + +#: ../nova/compute/manager.py:1239 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "实例%(instance_id)s:尝试挂载卷%(volume_id)s到%(mountpoint)s" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:1265 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "实例%(instance_id)s:挂载到%(mountpoint)s失败,移除中" + +#: ../nova/compute/manager.py:1423 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "移除挂载在实例%(instance_id)s上的%(mp)s卷%(volume_id)s" + +#: ../nova/compute/manager.py:1428 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "从未知实例%s中移除卷" + +#: ../nova/scheduler/simple.py:52 +#, python-format +msgid "Host %s is not alive" +msgstr "服务器%s已关机" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "所有服务器拥有太多处理器" + +#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 +#, python-format +msgid "Host %s not available" +msgstr "连接不到服务器%s" + +#: ../nova/scheduler/simple.py:117 +msgid "All hosts have too many gigabytes" +msgstr "所有服务器拥有太多硬盘空间" + +#: ../nova/scheduler/simple.py:134 +msgid "All hosts have too many networks" +msgstr "所有服务器拥有太多网络" + +#: ../nova/volume/manager.py:89 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "重新输出卷%s" + +#: ../nova/volume/manager.py:94 +#, python-format +msgid "volume %s: skipping export" +msgstr "跳过卷:%s" + +#: ../nova/volume/manager.py:100 +#, python-format +msgid "volume %s: creating" +msgstr "儲存量 %s: 在创造" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "卷%(vol_name)s:创建大小为%(vol_size)s的逻辑卷" + +#: ../nova/volume/manager.py:124 +#, python-format +msgid "volume %s: creating export" +msgstr "卷%s:正在创建" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: created successfully" +msgstr "卷%s:创建成功" + +#: ../nova/volume/manager.py:167 +msgid "Volume is still attached" +msgstr "卷仍在挂载中" + +#: ../nova/volume/manager.py:169 +msgid "Volume is not local to this node" +msgstr "卷不属于这个节点" + +#: ../nova/volume/manager.py:173 +#, python-format +msgid "volume %s: removing export" +msgstr "卷%s:移除中" + +#: ../nova/volume/manager.py:175 +#, python-format +msgid "volume %s: deleting" +msgstr "卷%s:删除中" + +#: ../nova/volume/manager.py:190 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "卷%s:删除成功" + +#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:492 ../nova/virt/xenapi/fake.py:591 +#: ../nova/virt/xenapi/fake.py:609 ../nova/virt/xenapi/fake.py:672 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:494 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:528 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:533 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:593 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:78 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:923 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:952 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:652 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:654 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:714 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:716 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:763 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:67 +#, python-format +msgid "Inner Exception: %s" +msgstr "内层异常:%s" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "无法找到 %s 类" + +#: ../nova/utils.py:128 +#, python-format +msgid "Fetching %s" +msgstr "正在抓取 %s" + +#: ../nova/utils.py:169 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "正在运行(在子进程中)运行命令:%s" + +#: ../nova/utils.py:185 ../nova/utils.py:235 +#, python-format +msgid "Result was %s" +msgstr "运行结果为 %s" + +#: ../nova/utils.py:211 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:275 +#, python-format +msgid "debug in callback: %s" +msgstr "回调中debug:%s" + +#: ../nova/utils.py:280 +#, python-format +msgid "Running %s" +msgstr "正在运行 %s" + +#: ../nova/utils.py:385 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:388 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:485 +#, python-format +msgid "Invalid backend: %s" +msgstr "无效的后台:%s" + +#: ../nova/utils.py:496 +#, python-format +msgid "backend %s" +msgstr "后台 %s" + +#: ../nova/fakerabbit.py:50 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "发布并路由到 %s" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "正在声明队列 %s" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "正在声明交换(exchange) %s" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:133 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:195 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:208 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:211 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:257 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:268 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1383 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1386 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:295 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:324 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:338 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#. NOTE(sirp): Currently we only support uploading images as VHD, there +#. is no RAW equivalent (yet) +#: ../nova/virt/xenapi/vm_utils.py:368 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#. TODO(sirp): This should eventually be the URI for the Glance image +#: ../nova/virt/xenapi/vm_utils.py:1157 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. We need to invoke a plugin for copying the +#. content of the VDI into the proper path. +#: ../nova/virt/xenapi/vm_utils.py:692 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:702 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:780 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1307 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1314 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1316 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/hyperv.py:450 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:832 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:870 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:872 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1046 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:928 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1097 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1104 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:911 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1234 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1236 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1238 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1241 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1255 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1259 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1271 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1276 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1281 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1284 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1293 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1140 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:1353 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/rpc/common.py:142 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/rpc/common.py:150 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:50 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/compute/manager.py:192 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt/connection.py:226 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:240 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:390 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:665 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:688 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:692 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:703 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:745 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt/utils.py:218 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:849 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt/connection.py:1039 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt/connection.py:1178 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1182 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt/connection.py:1330 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt/firewall.py:540 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/manager.py:296 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:190 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:165 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:91 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:219 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:227 +#, python-format +msgid "Generating root CA: %s" +msgstr "生成根证书: %s" + +#: ../nova/api/ec2/cloud.py:385 +#, python-format +msgid "Create key pair %s" +msgstr "创建键值对 %s" + +#: ../nova/api/ec2/cloud.py:414 +#, python-format +msgid "Delete key pair %s" +msgstr "删除键值对 %s" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "%s 是无效的IP协议" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "端口范围无效" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:348 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "撤销输入安全组 %s" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:210 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 +msgid "No rule for the specified parameters." +msgstr "对给定的参数无特定规则。" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:195 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "验证输入安全组 %s" + +#: ../nova/api/openstack/v2/contrib/security_groups.py:217 +#, python-format +msgid "This rule already exists in group %s" +msgstr "这条规则已经存在安全组 %s 中。" + +#: ../nova/api/ec2/cloud.py:765 +#: ../nova/api/openstack/v2/contrib/security_groups.py:137 +#, python-format +msgid "Create Security Group %s" +msgstr "创建安全组 %s" + +#: ../nova/api/ec2/cloud.py:768 +#, python-format +msgid "group %s already exists" +msgstr "安全组 %s 已经存在" + +#: ../nova/api/ec2/cloud.py:795 +#: ../nova/api/openstack/v2/contrib/security_groups.py:97 +#, python-format +msgid "Delete security group %s" +msgstr "删除安全组 %s" + +#: ../nova/api/openstack/v2/contrib/volumes.py:157 +#: ../nova/api/ec2/cloud.py:887 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:922 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/openstack/v2/contrib/volumes.py:302 +#: ../nova/api/ec2/cloud.py:936 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1221 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1233 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1238 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1247 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1303 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1312 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1446 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1473 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 +#: ../nova/api/ec2/cloud.py:1501 ../nova/api/ec2/cloud.py:1516 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1519 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1521 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1523 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:1524 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:383 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:386 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:432 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:462 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:607 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:616 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:601 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1018 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:1693 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:204 ../nova/tests/test_compute.py:1026 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:210 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:96 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:36 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:134 +msgid "Too many failed authentications." +msgstr "认证失败过多" + +#: ../nova/api/ec2/__init__.py:144 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:204 +#, python-format +msgid "Authentication Failure: %s" +msgstr "认证失败:%s" + +#: ../nova/api/ec2/__init__.py:220 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:251 +#, python-format +msgid "action: %s" +msgstr "执行: %s" + +#: ../nova/api/ec2/__init__.py:253 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:328 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:359 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:365 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:377 +#, python-format +msgid "NotFound raised: %s" +msgstr "引起没有找到的错误: %s" + +#: ../nova/api/ec2/__init__.py:380 +#, python-format +msgid "ApiError raised: %s" +msgstr "引发了Api错误: %s" + +#: ../nova/api/ec2/__init__.py:409 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "引发了意外的错误:%s" + +#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 +msgid "An unknown error has occurred. Please try your request again." +msgstr "发生了一个未知的错误. 请重试你的请求." + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:159 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:534 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:543 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:569 ../nova/virt/xenapi_conn.py:582 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/driver.py:352 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:73 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:63 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/v2/__init__.py:113 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:93 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:111 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:116 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:129 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:136 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:139 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:609 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:633 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:634 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:635 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:636 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 +#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:217 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:222 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:246 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:119 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:166 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:168 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:170 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:187 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:206 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:216 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:220 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:245 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:248 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:265 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:267 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:271 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:290 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:291 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:294 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:304 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:306 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:339 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:343 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:380 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:405 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:412 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:433 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:470 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:473 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:199 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:248 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:303 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:814 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:1516 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:1531 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "已尝试 %d 次,均无法连接到AMQP服务器。关闭中。" + +#: ../nova/rpc/impl_carrot.py:220 +msgid "Reconnected to queue" +msgstr "重新与队列建立连接" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "从队列获取数据失败" + +#: ../nova/rpc/impl_carrot.py:235 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 +#, python-format +msgid "received %s" +msgstr "已接收 %s" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 +#, python-format +msgid "no method for message: %s" +msgstr "没有适用于消息 %s 的方法" + +#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 +#, python-format +msgid "No method for message: %s" +msgstr "没有适用于消息 %s 的方法" + +#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 +#, python-format +msgid "Returning exception %s to caller" +msgstr "返回 %s 异常给调用者" + +#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "产生异步调用中……" + +#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 +#, python-format +msgid "MSG_ID is %s" +msgstr "消息ID(MSG_ID)是 %s" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc/impl_carrot.py:621 +#, python-format +msgid "response %s" +msgstr "回复 %s" + +#: ../nova/rpc/impl_carrot.py:630 +#, python-format +msgid "topic is %s" +msgstr "话题是 %s" + +#: ../nova/rpc/impl_carrot.py:631 +#, python-format +msgid "message %s" +msgstr "消息 %s" + +#: ../nova/volume/driver.py:77 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:342 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:249 ../nova/volume/driver.py:832 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:288 ../nova/volume/driver.py:297 +#: ../nova/volume/driver.py:876 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:456 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:468 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:535 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:537 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:208 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:78 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:386 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:524 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:871 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:1279 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:159 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:103 +#: ../nova/virt/xenapi/volume_utils.py:172 +#: ../nova/virt/xenapi/volumeops.py:157 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:76 +#: ../nova/virt/xenapi/volume_utils.py:176 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:188 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:230 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:236 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:251 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:259 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:281 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:358 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/image/s3.py:365 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/image/s3.py:374 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/image/s3.py:385 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:281 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:294 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:303 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:428 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:469 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:472 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:498 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:501 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:574 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:604 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:625 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:655 +#, python-format +msgid "Deleting project %s" +msgstr "删除项目 %s" + +#: ../nova/auth/manager.py:713 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "Deleting user %s" +msgstr "删除用户 %s" + +#: ../nova/auth/manager.py:732 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:734 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:736 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:781 +#, python-format +msgid "No vpn data for project %s" +msgstr "没有 %s 项目的vpn数据" + +#: ../nova/service.py:141 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:232 +msgid "Service killed that has no database entry" +msgstr "因无数据库记录,服务已被中止" + +#: ../nova/service.py:266 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:278 +msgid "Recovered model server connection!" +msgstr "与模型服务器(model server)的连接已恢复!" + +#: ../nova/service.py:284 +msgid "model server went away" +msgstr "失去与模型服务器的连接" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "LDAP 用户 %s 已存在" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "用户 %s 不存在" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "组不能被创建,因为组 %s 已经存在" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "组不能被创建,因为用户 %s 不存在" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "识别名为 %s 的组不存在" + +#: ../nova/exception.py:785 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "用户 %(uid)s 已经是 组 %(group_dn)s 中的成员" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "用户 %s 不能从组中删除,因为这个用户不存在" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "用户 %s 不是这个组的成员" + +#: ../nova/auth/ldapdriver.py:621 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "尝试删除组中最后一个成员,用删除组 %s 来代替。" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "用户 %s 不能从系统中删除,因为这个用户不存在" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "可识别名为 %s 的组不存在" + +#: ../nova/virt/xenapi/network_utils.py:55 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "发现网桥 %s 的网络不唯一" + +#: ../nova/virt/xenapi/network_utils.py:58 +#, python-format +msgid "Found no network for bridge %s" +msgstr "发现网桥 %s 没有网络" + +#: ../nova/api/ec2/admin.py:145 +#, python-format +msgid "Creating new user: %s" +msgstr "创建新用户: %s" + +#: ../nova/api/ec2/admin.py:153 +#, python-format +msgid "Deleting user: %s" +msgstr "删除用户: %s" + +#: ../nova/api/ec2/admin.py:175 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "添加角色 %(role)s 给项目 %(project)s 中的用户 %(user)s" + +#: ../nova/api/ec2/admin.py:179 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "给用户 %(user)s 添加站点角色 %(role)s" + +#: ../nova/api/ec2/admin.py:185 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "删除项目 %(project)s中用户 %(user)s的角色 %(role)s" + +#: ../nova/api/ec2/admin.py:189 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "删除用户 %(user)s 的站点角色 %(role)s" + +#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 +msgid "operation must be add or remove" +msgstr "操作必须为添加或删除" + +#: ../nova/api/ec2/admin.py:207 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "获得用户: %(name)s 在项目 :%(project)s中的x509" + +#: ../nova/api/ec2/admin.py:225 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "创建被%(manager_user)s 管理的项目 %(name)s" + +#: ../nova/api/ec2/admin.py:238 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "更改被 %(manager_user)s 管理的项目: %(name)s" + +#: ../nova/api/ec2/admin.py:248 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:262 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "添加用户 %(user)s 到项目 %(project)s 中" + +#: ../nova/api/ec2/admin.py:266 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "从项目 %(project)s 中移除用户 %(user)s" + +#~ msgid "Full set of FLAGS:" +#~ msgstr "FLAGS全集:" + +#~ msgid "No such process" +#~ msgstr "没有该进程" + +#, python-format +#~ msgid "Serving %s" +#~ msgstr "正在为 %s 服务" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "pidfile %s 不存在,守护进程是否运行?\n" + +#~ msgid "Wrong number of arguments." +#~ msgstr "错误参数个数。" diff --git a/nova/locale/zh_TW/LC_MESSAGES/nova.po b/nova/locale/zh_TW/LC_MESSAGES/nova.po new file mode 100644 index 000000000..23f1d8eba --- /dev/null +++ b/nova/locale/zh_TW/LC_MESSAGES/nova.po @@ -0,0 +1,2805 @@ +# Chinese (Traditional) translation for nova +# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 +# This file is distributed under the same license as the nova package. +# FIRST AUTHOR , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: nova\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2011-02-21 10:03-0500\n" +"PO-Revision-Date: 2011-10-21 09:12+0000\n" +"Last-Translator: Tom Fifield \n" +"Language-Team: Chinese (Traditional) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2011-10-22 05:25+0000\n" +"X-Generator: Launchpad (build 14170)\n" + +#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 +#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 +#: ../nova/scheduler/simple.py:122 +msgid "No hosts found" +msgstr "找不到主機" + +#: ../nova/exception.py:33 +msgid "Unexpected error while running command." +msgstr "非預期的執行錯誤" + +#: ../nova/exception.py:36 +#, python-format +msgid "" +"%(description)s\n" +"Command: %(cmd)s\n" +"Exit code: %(exit_code)s\n" +"Stdout: %(stdout)r\n" +"Stderr: %(stderr)r" +msgstr "" +"%(description)s\n" +"命令: %(cmd)s\n" +"退出代碼: %(exit_code)s\n" +"標準輸出: %(stdout)r\n" +"標準錯誤輸出: %(stderr)r" + +#: ../nova/exception.py:107 +msgid "DB exception wrapped" +msgstr "數據庫異常已封裝" + +#. exc_type, exc_value, exc_traceback = sys.exc_info() +#: ../nova/exception.py:120 +msgid "Uncaught exception" +msgstr "未知錯誤" + +#: ../nova/volume/api.py:45 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" +msgstr "" + +#: ../nova/volume/api.py:47 +#, python-format +msgid "Volume quota exceeded. You cannot create a volume of size %sG" +msgstr "Volume 超過限制。無法創建 volume 大小 %sG" + +#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 +msgid "Volume status must be available" +msgstr "Volume 狀態需要可被使用" + +#: ../nova/volume/api.py:98 +msgid "Volume is already attached" +msgstr "Volume 已掛載" + +#: ../nova/volume/api.py:104 +msgid "Volume is already detached" +msgstr "Volume 已經卸載" + +#: ../nova/api/openstack/servers.py:72 +msgid "Failed to read private ip" +msgstr "讀取private ip 失敗" + +#: ../nova/api/openstack/servers.py:79 +msgid "Failed to read public ip(s)" +msgstr "讀取public ip 失敗" + +#: ../nova/api/openstack/servers.py:152 +#, python-format +msgid "%(param)s property not found for image %(_image_id)s" +msgstr "" + +#: ../nova/api/openstack/servers.py:168 +msgid "No keypairs defined" +msgstr "沒有定義的金鑰(keypair)配對" + +#: ../nova/api/openstack/servers.py:238 +#, python-format +msgid "Compute.api::lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:253 +#, python-format +msgid "Compute.api::unlock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:267 +#, python-format +msgid "Compute.api::get_lock %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:281 +#, python-format +msgid "Compute.api::reset_network %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:292 +#, python-format +msgid "Compute.api::pause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:303 +#, python-format +msgid "Compute.api::unpause %s" +msgstr "" + +#: ../nova/api/openstack/servers.py:314 +#, python-format +msgid "compute.api::suspend %s" +msgstr "compute.api::暫停 %s" + +#: ../nova/api/openstack/servers.py:325 +#, python-format +msgid "compute.api::resume %s" +msgstr "compute.api::繼續 %s" + +#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 +#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 +#: ../nova/api/ec2/__init__.py:317 +#, python-format +msgid "Instance %s not found" +msgstr "找不到虛擬機器 %s" + +#. NOTE: No Resource Pool concept so far +#: ../nova/virt/xenapi/volumeops.py:51 +#, python-format +msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" +msgstr "掛載_Volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:69 +#, python-format +msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" +msgstr "無法替 instance實例 %(instance_name)s , 建立 VDI 在SR %(sr_ref)s" + +#: ../nova/virt/xenapi/volumeops.py:80 +#, python-format +msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" +msgstr "無法替 instance實例 %(instance_name)s , 使用SR %(sr_ref)s" + +#: ../nova/virt/xenapi/volumeops.py:91 +#, python-format +msgid "Unable to attach volume to instance %s" +msgstr "無法掛載Volume 到虛擬機器 %s" + +#: ../nova/virt/xenapi/volumeops.py:93 +#, python-format +msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" +msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s" + +#. Detach VBD from VM +#: ../nova/virt/xenapi/volumeops.py:104 +#, python-format +msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" +msgstr "卸載_Volume: %(instance_name)s, %(mountpoint)s" + +#: ../nova/virt/xenapi/volumeops.py:112 +#, python-format +msgid "Unable to locate volume %s" +msgstr "找不到Volume %s" + +#: ../nova/virt/xenapi/volumeops.py:120 +#, python-format +msgid "Unable to detach volume %s" +msgstr "無法卸載 Volume %s" + +#: ../nova/virt/xenapi/volumeops.py:127 +#, python-format +msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" +msgstr "掛載點 %(mountpoint)s 從虛擬機器 %(instance_name)s 卸載" + +#: ../nova/compute/instance_types.py:41 +#, python-format +msgid "Unknown instance type: %s" +msgstr "未知的虛擬機器規格: %s" + +#: ../nova/crypto.py:46 +msgid "Filename of root CA" +msgstr "" + +#: ../nova/crypto.py:49 +msgid "Filename of private key" +msgstr "Private key 私鑰檔案名稱" + +#: ../nova/crypto.py:51 +msgid "Filename of root Certificate Revokation List" +msgstr "" + +#: ../nova/crypto.py:53 +msgid "Where we keep our keys" +msgstr "我們的keys留存於何處" + +#: ../nova/crypto.py:55 +msgid "Where we keep our root CA" +msgstr "我們的根憑證留存於何處" + +#: ../nova/crypto.py:57 +msgid "Should we use a CA for each project?" +msgstr "是否需要一個project 使用一個CA" + +#: ../nova/crypto.py:61 +#, python-format +msgid "Subject for certificate for users, %s for project, user, timestamp" +msgstr "" + +#: ../nova/crypto.py:66 +#, python-format +msgid "Subject for certificate for projects, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:71 +#, python-format +msgid "Subject for certificate for vpns, %s for project, timestamp" +msgstr "" + +#: ../nova/crypto.py:258 +#, python-format +msgid "Flags path: %s" +msgstr "" + +#: ../nova/scheduler/manager.py:69 +#, python-format +msgid "Casting to %(topic)s %(host)s for %(method)s" +msgstr "" + +#: ../nova/compute/manager.py:78 +#, python-format +msgid "check_instance_lock: decorating: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:80 +#, python-format +msgid "" +"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" +msgstr "" + +#: ../nova/compute/manager.py:84 +#, python-format +msgid "check_instance_lock: locked: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:86 +#, python-format +msgid "check_instance_lock: admin: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:91 +#, python-format +msgid "check_instance_lock: executing: |%s|" +msgstr "" + +#: ../nova/compute/manager.py:95 +#, python-format +msgid "check_instance_lock: not executing |%s|" +msgstr "" + +#: ../nova/compute/manager.py:179 +msgid "Instance has already been created" +msgstr "" + +#: ../nova/compute/manager.py:180 +#, python-format +msgid "instance %s: starting..." +msgstr "" + +#. pylint: disable=W0702 +#: ../nova/compute/manager.py:219 +#, python-format +msgid "instance %s: Failed to spawn" +msgstr "" + +#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 +#, python-format +msgid "Terminating instance %s" +msgstr "" + +#: ../nova/compute/manager.py:255 +#, python-format +msgid "Deallocating address %s" +msgstr "" + +#: ../nova/compute/manager.py:268 +#, python-format +msgid "trying to destroy already destroyed instance: %s" +msgstr "" + +#: ../nova/compute/manager.py:282 +#, python-format +msgid "Rebooting instance %s" +msgstr "" + +#: ../nova/compute/manager.py:287 +#, python-format +msgid "" +"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:311 +#, python-format +msgid "instance %s: snapshotting" +msgstr "" + +#: ../nova/compute/manager.py:316 +#, python-format +msgid "" +"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " +"expected: %(running)s)" +msgstr "" + +#: ../nova/compute/manager.py:332 +#, python-format +msgid "" +"trying to reset the password on a non-running instance: %(instance_id)s " +"(state: %(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:335 +#, python-format +msgid "instance %s: setting admin password" +msgstr "" + +#: ../nova/compute/manager.py:353 +#, python-format +msgid "" +"trying to inject a file into a non-running instance: %(instance_id)s (state: " +"%(instance_state)s expected: %(expected_state)s)" +msgstr "" + +#: ../nova/compute/manager.py:362 +#, python-format +msgid "instance %(nm)s: injecting file to %(plain_path)s" +msgstr "" + +#: ../nova/compute/manager.py:372 +#, python-format +msgid "instance %s: rescuing" +msgstr "" + +#: ../nova/compute/manager.py:387 +#, python-format +msgid "instance %s: unrescuing" +msgstr "" + +#: ../nova/compute/manager.py:406 +#, python-format +msgid "instance %s: pausing" +msgstr "" + +#: ../nova/compute/manager.py:423 +#, python-format +msgid "instance %s: unpausing" +msgstr "" + +#: ../nova/compute/manager.py:440 +#, python-format +msgid "instance %s: retrieving diagnostics" +msgstr "" + +#: ../nova/compute/manager.py:453 +#, python-format +msgid "instance %s: suspending" +msgstr "" + +#: ../nova/compute/manager.py:472 +#, python-format +msgid "instance %s: resuming" +msgstr "" + +#: ../nova/compute/manager.py:491 +#, python-format +msgid "instance %s: locking" +msgstr "" + +#: ../nova/compute/manager.py:503 +#, python-format +msgid "instance %s: unlocking" +msgstr "" + +#: ../nova/compute/manager.py:513 +#, python-format +msgid "instance %s: getting locked state" +msgstr "" + +#: ../nova/compute/manager.py:526 +#, python-format +msgid "instance %s: reset network" +msgstr "" + +#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 +#, python-format +msgid "Get console output for instance %s" +msgstr "" + +#: ../nova/compute/manager.py:543 +#, python-format +msgid "instance %s: getting ajax console" +msgstr "" + +#: ../nova/compute/manager.py:553 +#, python-format +msgid "" +"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" +msgstr "" + +#. pylint: disable=W0702 +#. NOTE(vish): The inline callback eats the exception info so we +#. log the traceback here and reraise the same +#. ecxception below. +#: ../nova/compute/manager.py:569 +#, python-format +msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" +msgstr "" + +#: ../nova/compute/manager.py:585 +#, python-format +msgid "" +"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " +"%(instance_id)s" +msgstr "" + +#: ../nova/compute/manager.py:588 +#, python-format +msgid "Detaching volume from unknown instance %s" +msgstr "" + +#: ../nova/scheduler/simple.py:53 +#, python-format +msgid "Host %s is not alive" +msgstr "" + +#: ../nova/scheduler/simple.py:65 +msgid "All hosts have too many cores" +msgstr "" + +#: ../nova/scheduler/simple.py:87 +#, python-format +msgid "Host %s not available" +msgstr "" + +#: ../nova/scheduler/simple.py:99 +msgid "All hosts have too many gigabytes" +msgstr "" + +#: ../nova/scheduler/simple.py:119 +msgid "All hosts have too many networks" +msgstr "" + +#: ../nova/volume/manager.py:85 +#, python-format +msgid "Re-exporting %s volumes" +msgstr "" + +#: ../nova/volume/manager.py:90 +#, python-format +msgid "volume %s: skipping export" +msgstr "" + +#: ../nova/volume/manager.py:96 +#, python-format +msgid "volume %s: creating" +msgstr "" + +#: ../nova/volume/manager.py:108 +#, python-format +msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" +msgstr "" + +#: ../nova/volume/manager.py:112 +#, python-format +msgid "volume %s: creating export" +msgstr "" + +#: ../nova/volume/manager.py:123 +#, python-format +msgid "volume %s: created successfully" +msgstr "" + +#: ../nova/volume/manager.py:131 +msgid "Volume is still attached" +msgstr "" + +#: ../nova/volume/manager.py:133 +msgid "Volume is not local to this node" +msgstr "" + +#: ../nova/volume/manager.py:136 +#, python-format +msgid "volume %s: removing export" +msgstr "" + +#: ../nova/volume/manager.py:138 +#, python-format +msgid "volume %s: deleting" +msgstr "" + +#: ../nova/volume/manager.py:147 +#, python-format +msgid "volume %s: deleted successfully" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:74 +#, python-format +msgid "%(text)s: _db_content => %(content)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 +#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 +msgid "Raising NotImplemented" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:306 +#, python-format +msgid "xenapi.fake does not have an implementation for %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:341 +#, python-format +msgid "Calling %(localname)s %(impl)s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:346 +#, python-format +msgid "Calling getter %s" +msgstr "" + +#: ../nova/virt/xenapi/fake.py:406 +#, python-format +msgid "" +"xenapi.fake does not have an implementation for %s or it has been called " +"with the wrong number of arguments" +msgstr "" + +#: ../nova/tests/test_cloud.py:256 +msgid "Can't test instances without a real virtual env." +msgstr "" + +#: ../nova/tests/test_cloud.py:268 +#, python-format +msgid "Need to watch instance %s until it's running..." +msgstr "" + +#: ../nova/virt/connection.py:73 +msgid "Failed to open connection to the hypervisor" +msgstr "" + +#: ../nova/network/linux_net.py:187 +#, python-format +msgid "Starting VLAN inteface %s" +msgstr "" + +#: ../nova/network/linux_net.py:208 +#, python-format +msgid "Starting Bridge interface for %s" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:314 +#, python-format +msgid "Hupping dnsmasq threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:316 +#, python-format +msgid "Pid %d is stale, relaunching dnsmasq" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:358 +#, python-format +msgid "killing radvd threw %s" +msgstr "" + +#: ../nova/network/linux_net.py:360 +#, python-format +msgid "Pid %d is stale, relaunching radvd" +msgstr "" + +#. pylint: disable=W0703 +#: ../nova/network/linux_net.py:449 +#, python-format +msgid "Killing dnsmasq threw %s" +msgstr "" + +#: ../nova/utils.py:58 +#, python-format +msgid "Inner Exception: %s" +msgstr "" + +#: ../nova/utils.py:59 +#, python-format +msgid "Class %s cannot be found" +msgstr "" + +#: ../nova/utils.py:118 +#, python-format +msgid "Fetching %s" +msgstr "" + +#: ../nova/utils.py:130 +#, python-format +msgid "Running cmd (subprocess): %s" +msgstr "" + +#: ../nova/utils.py:143 ../nova/utils.py:183 +#, python-format +msgid "Result was %s" +msgstr "" + +#: ../nova/utils.py:159 +#, python-format +msgid "Running cmd (SSH): %s" +msgstr "" + +#: ../nova/utils.py:217 +#, python-format +msgid "debug in callback: %s" +msgstr "" + +#: ../nova/utils.py:222 +#, python-format +msgid "Running %s" +msgstr "" + +#: ../nova/utils.py:262 +#, python-format +msgid "Link Local address is not found.:%s" +msgstr "" + +#: ../nova/utils.py:265 +#, python-format +msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" +msgstr "" + +#: ../nova/utils.py:363 +#, python-format +msgid "Invalid backend: %s" +msgstr "" + +#: ../nova/utils.py:374 +#, python-format +msgid "backend %s" +msgstr "" + +#: ../nova/fakerabbit.py:49 +#, python-format +msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" +msgstr "" + +#: ../nova/fakerabbit.py:54 +#, python-format +msgid "Publishing to route %s" +msgstr "" + +#: ../nova/fakerabbit.py:84 +#, python-format +msgid "Declaring queue %s" +msgstr "" + +#: ../nova/fakerabbit.py:90 +#, python-format +msgid "Declaring exchange %s" +msgstr "" + +#: ../nova/fakerabbit.py:96 +#, python-format +msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" +msgstr "" + +#: ../nova/fakerabbit.py:121 +#, python-format +msgid "Getting from %(queue)s: %(message)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 +#, python-format +msgid "Created VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:138 +#, python-format +msgid "Created VM %(instance_name)s as %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:168 +#, python-format +msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:171 +#, python-format +msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:187 +#, python-format +msgid "VBD not found in instance %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:197 +#, python-format +msgid "Unable to unplug VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:209 +#, python-format +msgid "Unable to destroy VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:224 +#, python-format +msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:227 +#, python-format +msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:246 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " +"%(sr_ref)s." +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vm_utils.py:258 +#, python-format +msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:272 +#, python-format +msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:286 +#, python-format +msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:327 +#, python-format +msgid "Size for image %(image)s:%(virtual_size)d" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:332 +#, python-format +msgid "Glance image %s" +msgstr "" + +#. we need to invoke a plugin for copying VDI's +#. content into proper path +#: ../nova/virt/xenapi/vm_utils.py:342 +#, python-format +msgid "Copying VDI %s to /boot/guest on dom0" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:352 +#, python-format +msgid "Kernel/Ramdisk VDI %s destroyed" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:361 +#, python-format +msgid "Asking xapi to fetch %(url)s as %(access)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 +#, python-format +msgid "Looking up vdi %s for PV kernel" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:397 +#, python-format +msgid "PV Kernel in VDI:%s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:405 +#, python-format +msgid "Running pygrub against %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:411 +#, python-format +msgid "Found Xen kernel %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:413 +msgid "No Xen kernel found. Booting HVM." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 +#, python-format +msgid "duplicate name found: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:442 +#, python-format +msgid "VDI %s is still available" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:463 +#, python-format +msgid "(VM_UTILS) xenserver vm state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:465 +#, python-format +msgid "(VM_UTILS) xenapi power_state -> |%s|" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:525 +#, python-format +msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:542 +#, python-format +msgid "Re-scanning SR %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:567 +#, python-format +msgid "" +"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:574 +#, python-format +msgid "" +"Parent %(parent_uuid)s doesn't match original parent " +"%(original_parent_uuid)s, waiting for coalesce..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:590 +#, python-format +msgid "No VDIs found for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:594 +#, python-format +msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:653 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 +#, python-format +msgid "Creating VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:655 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 +#, python-format +msgid "Creating VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:657 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 +#, python-format +msgid "Plugging VBD %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:659 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 +#, python-format +msgid "Plugging VBD %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:661 +#, python-format +msgid "VBD %(vbd)s plugged as %(orig_dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:664 +#, python-format +msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:668 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 +#, python-format +msgid "Destroying VBD for VDI %s ... " +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:671 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 +#, python-format +msgid "Destroying VBD for VDI %s done." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:683 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 +msgid "VBD.unplug successful first time." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:688 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 +msgid "VBD.unplug rejected: retrying..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:692 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 +msgid "VBD.unplug successful eventually." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:695 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 +#, python-format +msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:704 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 +#, python-format +msgid "Ignoring XenAPI.Failure %s" +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:735 +#, python-format +msgid "" +"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." +msgstr "" + +#: ../nova/virt/xenapi/vm_utils.py:747 +#, python-format +msgid "Writing partition table %s done." +msgstr "" + +#: ../nova/tests/test_rpc.py:89 +#, python-format +msgid "Nested received %(queue)s, %(value)s" +msgstr "" + +#: ../nova/tests/test_rpc.py:95 +#, python-format +msgid "Nested return %s" +msgstr "" + +#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 +#, python-format +msgid "Received %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:44 +msgid "Use of empty request context is deprecated" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:133 +#, python-format +msgid "No service for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:251 +#, python-format +msgid "No service for %(host)s, %(binary)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:592 +msgid "No fixed ips defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:608 +#, python-format +msgid "No floating ip for address %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:629 +#, python-format +msgid "No address for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:961 +#, python-format +msgid "no keypair for user %(user_id)s, name %(name)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 +#, python-format +msgid "No network for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1086 +msgid "No networks defined" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1115 +#, python-format +msgid "No network for bridge %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 +#, python-format +msgid "No network for instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1277 +#, python-format +msgid "Token %s does not exist" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1302 +#, python-format +msgid "No quota for project_id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 +#: ../nova/api/ec2/__init__.py:323 +#, python-format +msgid "Volume %s not found" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1514 +#, python-format +msgid "No export device found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1527 +#, python-format +msgid "No target id found for volume %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1572 +#, python-format +msgid "No security group with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1589 +#, python-format +msgid "No security group named %(group_name)s for project: %(project_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1682 +#, python-format +msgid "No secuity group rule with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1756 +#, python-format +msgid "No user for id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1772 +#, python-format +msgid "No user for access key %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1834 +#, python-format +msgid "No project with id %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1979 +#, python-format +msgid "No console pool with id %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:1996 +#, python-format +msgid "" +"No console pool of type %(console_type)s for compute host %(compute_host)s " +"on proxy host %(host)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2035 +#, python-format +msgid "No console for instance %(instance_id)s in pool %(pool_id)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2057 +#, python-format +msgid "on instance %s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2058 +#, python-format +msgid "No console with id %(console_id)s %(idesc)s" +msgstr "" + +#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 +#, python-format +msgid "No zone with id %(zone_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:160 +#, python-format +msgid "Checking state of %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:165 +#, python-format +msgid "Current state of %(name)s was %(state)s." +msgstr "" + +#: ../nova/virt/libvirt_conn.py:183 +#, python-format +msgid "Connecting to libvirt: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:196 +msgid "Connection to libvirt broke" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:258 +#, python-format +msgid "instance %(instance_name)s: deleting instance files %(target)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:283 +#, python-format +msgid "Invalid device path %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:313 +#, python-format +msgid "No disk at %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:320 +msgid "Instance snapshotting is not supported for libvirtat this time" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:336 +#, python-format +msgid "instance %s: rebooted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:339 +#, python-format +msgid "_wait_for_reboot failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:382 +#, python-format +msgid "instance %s: rescued" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:385 +#, python-format +msgid "_wait_for_rescue failed: %s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:411 +#, python-format +msgid "instance %s: is running" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:422 +#, python-format +msgid "instance %s: booted" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 +#, python-format +msgid "instance %s: failed to boot" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:436 +#, python-format +msgid "virsh said: %r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:440 +msgid "cool, it's a device" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:448 +#, python-format +msgid "data: %(data)r, fpath: %(fpath)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:456 +#, python-format +msgid "Contents of file %(fpath)s: %(contents)r" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:489 +msgid "Unable to find an open port" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:563 +#, python-format +msgid "instance %s: Creating image" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:646 +#, python-format +msgid "instance %(inst_name)s: injecting key into image %(img_id)s" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:649 +#, python-format +msgid "instance %(inst_name)s: injecting net into image %(img_id)s" +msgstr "" + +#. This could be a windows image, or a vmdk format disk +#: ../nova/virt/libvirt_conn.py:657 +#, python-format +msgid "" +"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " +"(%(e)s)" +msgstr "" + +#. TODO(termie): cache? +#: ../nova/virt/libvirt_conn.py:665 +#, python-format +msgid "instance %s: starting toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:732 +#, python-format +msgid "instance %s: finished toXML method" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:751 +msgid "diagnostics are not supported for libvirt" +msgstr "" + +#: ../nova/virt/libvirt_conn.py:1225 +#, python-format +msgid "Attempted to unfilter instance %s which is not filtered" +msgstr "" + +#: ../nova/api/ec2/metadatarequesthandler.py:76 +#, python-format +msgid "Failed to get metadata for ip: %s" +msgstr "" + +#: ../nova/auth/fakeldap.py:33 +msgid "Attempted to instantiate singleton" +msgstr "" + +#: ../nova/network/api.py:39 +#, python-format +msgid "Quota exceeeded for %s, tried to allocate address" +msgstr "" + +#: ../nova/network/api.py:42 +msgid "Address quota exceeded. You cannot allocate any more addresses" +msgstr "" + +#: ../nova/tests/test_volume.py:162 +#, python-format +msgid "Target %s allocated" +msgstr "" + +#: ../nova/virt/images.py:70 +#, python-format +msgid "Finished retreving %(url)s -- placed in %(path)s" +msgstr "" + +#: ../nova/scheduler/driver.py:66 +msgid "Must implement a fallback schedule" +msgstr "" + +#: ../nova/console/manager.py:70 +msgid "Adding console" +msgstr "" + +#: ../nova/console/manager.py:90 +#, python-format +msgid "Tried to remove non-existant console %(console_id)s." +msgstr "" + +#: ../nova/api/direct.py:149 +msgid "not available" +msgstr "" + +#: ../nova/api/ec2/cloud.py:62 +#, python-format +msgid "The key_pair %s already exists" +msgstr "" + +#. TODO(vish): Do this with M2Crypto instead +#: ../nova/api/ec2/cloud.py:118 +#, python-format +msgid "Generating root CA: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:303 +#, python-format +msgid "Create key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:311 +#, python-format +msgid "Delete key pair %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:386 +#, python-format +msgid "%s is not a valid ipProtocol" +msgstr "" + +#: ../nova/api/ec2/cloud.py:390 +msgid "Invalid port range" +msgstr "" + +#: ../nova/api/ec2/cloud.py:421 +#, python-format +msgid "Revoke security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 +msgid "Not enough parameters to build a valid rule." +msgstr "" + +#: ../nova/api/ec2/cloud.py:443 +msgid "No rule for the specified parameters." +msgstr "" + +#: ../nova/api/ec2/cloud.py:450 +#, python-format +msgid "Authorize security group ingress %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:464 +#, python-format +msgid "This rule already exists in group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:492 +#, python-format +msgid "Create Security Group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:495 +#, python-format +msgid "group %s already exists" +msgstr "" + +#: ../nova/api/ec2/cloud.py:507 +#, python-format +msgid "Delete security group %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:584 +#, python-format +msgid "Create volume of %s GB" +msgstr "" + +#: ../nova/api/ec2/cloud.py:612 +#, python-format +msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:629 +#, python-format +msgid "Detach volume %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:761 +msgid "Allocate address" +msgstr "" + +#: ../nova/api/ec2/cloud.py:766 +#, python-format +msgid "Release address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:771 +#, python-format +msgid "Associate address %(public_ip)s to instance %(instance_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:780 +#, python-format +msgid "Disassociate address %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:807 +msgid "Going to start terminating instances" +msgstr "" + +#: ../nova/api/ec2/cloud.py:815 +#, python-format +msgid "Reboot instance %r" +msgstr "" + +#: ../nova/api/ec2/cloud.py:867 +#, python-format +msgid "De-registering image %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:875 +#, python-format +msgid "Registered image %(image_location)s with id %(image_id)s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 +#, python-format +msgid "attribute not supported: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:890 +#, python-format +msgid "invalid id: %s" +msgstr "" + +#: ../nova/api/ec2/cloud.py:903 +msgid "user or group not specified" +msgstr "" + +#: ../nova/api/ec2/cloud.py:905 +msgid "only group \"all\" is supported" +msgstr "" + +#: ../nova/api/ec2/cloud.py:907 +msgid "operation_type must be add or remove" +msgstr "" + +#: ../nova/api/ec2/cloud.py:908 +#, python-format +msgid "Updating image %s publicity" +msgstr "" + +#: ../bin/nova-api.py:52 +#, python-format +msgid "Using paste.deploy config at: %s" +msgstr "" + +#: ../bin/nova-api.py:57 +#, python-format +msgid "No paste configuration for app: %s" +msgstr "" + +#: ../bin/nova-api.py:59 +#, python-format +msgid "" +"App Config: %(api)s\n" +"%(config)r" +msgstr "" + +#: ../bin/nova-api.py:64 +#, python-format +msgid "Running %s API" +msgstr "" + +#: ../bin/nova-api.py:69 +#, python-format +msgid "No known API applications configured in %s." +msgstr "" + +#: ../bin/nova-api.py:83 +#, python-format +msgid "Starting nova-api node (version %s)" +msgstr "" + +#: ../bin/nova-api.py:89 +#, python-format +msgid "No paste configuration found for: %s" +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 +#, python-format +msgid "Argument %(key)s value %(value)s is too short." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 +#, python-format +msgid "Argument %(key)s value %(value)s contains invalid characters." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 +#, python-format +msgid "Argument %(key)s value %(value)s starts with a hyphen." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 +#, python-format +msgid "Argument %s is required." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 +#, python-format +msgid "" +"Argument %(key)s may not take value %(value)s. Valid values are ['true', " +"'false']." +msgstr "" + +#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 +#, python-format +msgid "" +"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:67 +#, python-format +msgid "Attempted to create non-unique name %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:73 +#, python-format +msgid "instance %(name)s: not enough free memory" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:148 +#, python-format +msgid "Starting VM %s..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:151 +#, python-format +msgid "Spawning VM %(instance_name)s created %(vm_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:162 +#, python-format +msgid "Invalid value for onset_files: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:167 +#, python-format +msgid "Injecting file path: '%s'" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:180 +#, python-format +msgid "Instance %s: booted" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:232 +#, python-format +msgid "Instance not present %s" +msgstr "" + +#. TODO(sirp): Add quiesce and VSS locking support when Windows support +#. is added +#: ../nova/virt/xenapi/vmops.py:261 +#, python-format +msgid "Starting snapshot for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:269 +#, python-format +msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:280 +#, python-format +msgid "Finished snapshot and upload for VM %s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:356 +#, python-format +msgid "VM %(vm)s already halted, skipping shutdown..." +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:389 +msgid "Removing kernel/ramdisk files" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:399 +msgid "kernel/ramdisk files removed" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:561 +#, python-format +msgid "" +"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:564 +#, python-format +msgid "" +"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " +"id=%(instance_id)s; args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:569 +#, python-format +msgid "" +"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " +"args=%(strargs)s" +msgstr "" + +#: ../nova/virt/xenapi/vmops.py:760 +#, python-format +msgid "OpenSSL error: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:148 +#, python-format +msgid "Running instances: %s" +msgstr "" + +#: ../nova/tests/test_compute.py:154 +#, python-format +msgid "After terminating instances: %s" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:45 +msgid "Template for script to run on cloudpipe instance boot" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:48 +msgid "Network to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:51 +msgid "Netmask to push into openvpn config" +msgstr "" + +#: ../nova/cloudpipe/pipelib.py:97 +#, python-format +msgid "Launching VPN for %s" +msgstr "" + +#: ../nova/db/sqlalchemy/migration.py:35 +msgid "python-migrate is not installed. Exiting." +msgstr "" + +#: ../nova/image/s3.py:99 +#, python-format +msgid "Image %s could not be found" +msgstr "" + +#: ../nova/api/ec2/__init__.py:121 +msgid "Too many failed authentications." +msgstr "" + +#: ../nova/api/ec2/__init__.py:131 +#, python-format +msgid "" +"Access key %(access_key)s has had %(failures)d failed authentications and " +"will be locked out for %(lock_mins)d minutes." +msgstr "" + +#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 +#, python-format +msgid "Authentication Failure: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:182 +#, python-format +msgid "Authenticated Request For %(uname)s:%(pname)s)" +msgstr "" + +#: ../nova/api/ec2/__init__.py:207 +#, python-format +msgid "action: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:209 +#, python-format +msgid "arg: %(key)s\t\tval: %(value)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:281 +#, python-format +msgid "" +"Unauthorized request for controller=%(controller)s and action=%(action)s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:314 +#, python-format +msgid "InstanceNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:320 +#, python-format +msgid "VolumeNotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:326 +#, python-format +msgid "NotFound raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:329 +#, python-format +msgid "ApiError raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:338 +#, python-format +msgid "Unexpected error raised: %s" +msgstr "" + +#: ../nova/api/ec2/__init__.py:343 +msgid "An unknown error has occurred. Please try your request again." +msgstr "" + +#: ../nova/auth/dbdriver.py:84 +#, python-format +msgid "User %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 +#, python-format +msgid "Project can't be created because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 +#, python-format +msgid "Project can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 +#, python-format +msgid "Project can't be created because project %s already exists" +msgstr "" + +#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 +#, python-format +msgid "Project can't be modified because manager %s doesn't exist" +msgstr "" + +#: ../nova/auth/dbdriver.py:245 +#, python-format +msgid "User \"%s\" not found" +msgstr "" + +#: ../nova/auth/dbdriver.py:248 +#, python-format +msgid "Project \"%s\" not found" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:129 +msgid "" +"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " +"and xenapi_connection_password to use connection_type=xenapi" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:311 +#, python-format +msgid "Task [%(name)s] %(task)s status: success %(result)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:317 +#, python-format +msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" +msgstr "" + +#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 +#, python-format +msgid "Got exception: %s" +msgstr "" + +#: ../nova/volume/san.py:67 +#, python-format +msgid "Could not find iSCSI export for volume %s" +msgstr "" + +#: ../nova/api/ec2/apirequest.py:100 +#, python-format +msgid "" +"Unsupported API request: controller = %(controller)s, action = %(action)s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:55 +#, python-format +msgid "Caught error: %s" +msgstr "" + +#: ../nova/api/openstack/__init__.py:76 +msgid "Including admin operations in API." +msgstr "" + +#: ../nova/console/xvp.py:99 +msgid "Rebuilding xvp conf" +msgstr "" + +#: ../nova/console/xvp.py:116 +#, python-format +msgid "Re-wrote %s" +msgstr "" + +#: ../nova/console/xvp.py:121 +msgid "Stopping xvp" +msgstr "" + +#: ../nova/console/xvp.py:134 +msgid "Starting xvp" +msgstr "" + +#: ../nova/console/xvp.py:141 +#, python-format +msgid "Error starting xvp: %s" +msgstr "" + +#: ../nova/console/xvp.py:144 +msgid "Restarting xvp" +msgstr "" + +#: ../nova/console/xvp.py:146 +msgid "xvp not running..." +msgstr "" + +#: ../bin/nova-manage.py:272 +msgid "" +"The above error may show that the database has not been created.\n" +"Please create a database using nova-manage sync db before running this " +"command." +msgstr "" + +#: ../bin/nova-manage.py:426 +msgid "" +"No more networks available. If this is a new installation, you need\n" +"to call something like this:\n" +"\n" +" nova-manage network create 10.0.0.0/8 10 64\n" +"\n" +msgstr "" + +#: ../bin/nova-manage.py:431 +msgid "" +"The above error may show that the certificate db has not been created.\n" +"Please create a database by running a nova-api server on this host." +msgstr "" + +#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 +msgid "network" +msgstr "" + +#: ../bin/nova-manage.py:448 +msgid "IP address" +msgstr "" + +#: ../bin/nova-manage.py:449 +msgid "MAC address" +msgstr "" + +#: ../bin/nova-manage.py:450 +msgid "hostname" +msgstr "" + +#: ../bin/nova-manage.py:451 +msgid "host" +msgstr "" + +#: ../bin/nova-manage.py:537 +msgid "netmask" +msgstr "" + +#: ../bin/nova-manage.py:538 +msgid "start address" +msgstr "" + +#: ../nova/virt/disk.py:69 +#, python-format +msgid "Failed to load partition: %s" +msgstr "" + +#: ../nova/virt/disk.py:91 +#, python-format +msgid "Failed to mount filesystem: %s" +msgstr "" + +#: ../nova/virt/disk.py:124 +#, python-format +msgid "nbd device %s did not show up" +msgstr "" + +#: ../nova/virt/disk.py:128 +#, python-format +msgid "Could not attach image to loopback: %s" +msgstr "" + +#: ../nova/virt/disk.py:151 +msgid "No free nbd devices" +msgstr "" + +#: ../doc/ext/nova_todo.py:46 +#, python-format +msgid "%(filename)s, line %(line_info)d" +msgstr "" + +#. FIXME(chiradeep): implement this +#: ../nova/virt/hyperv.py:118 +msgid "In init host" +msgstr "" + +#: ../nova/virt/hyperv.py:131 +#, python-format +msgid "Attempt to create duplicate vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:148 +#, python-format +msgid "Starting VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:150 +#, python-format +msgid "Started VM %s " +msgstr "" + +#: ../nova/virt/hyperv.py:152 +#, python-format +msgid "spawn vm failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:169 +#, python-format +msgid "Failed to create VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:188 +#, python-format +msgid "Set memory for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:198 +#, python-format +msgid "Set vcpus for vm %s..." +msgstr "" + +#: ../nova/virt/hyperv.py:202 +#, python-format +msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" +msgstr "" + +#: ../nova/virt/hyperv.py:227 +#, python-format +msgid "Failed to add diskdrive to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:230 +#, python-format +msgid "New disk drive path is %s" +msgstr "" + +#: ../nova/virt/hyperv.py:247 +#, python-format +msgid "Failed to add vhd file to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:249 +#, python-format +msgid "Created disk for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:253 +#, python-format +msgid "Creating nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:272 +msgid "Failed creating a port on the external vswitch" +msgstr "" + +#: ../nova/virt/hyperv.py:273 +#, python-format +msgid "Failed creating port for %s" +msgstr "" + +#: ../nova/virt/hyperv.py:276 +#, python-format +msgid "Created switch port %(vm_name)s on switch %(ext_path)s" +msgstr "" + +#: ../nova/virt/hyperv.py:286 +#, python-format +msgid "Failed to add nic to VM %s" +msgstr "" + +#: ../nova/virt/hyperv.py:288 +#, python-format +msgid "Created nic for %s " +msgstr "" + +#: ../nova/virt/hyperv.py:321 +#, python-format +msgid "WMI job failed: %s" +msgstr "" + +#: ../nova/virt/hyperv.py:325 +#, python-format +msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " +msgstr "" + +#: ../nova/virt/hyperv.py:361 +#, python-format +msgid "Got request to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:386 +#, python-format +msgid "Failed to destroy vm %s" +msgstr "" + +#: ../nova/virt/hyperv.py:393 +#, python-format +msgid "Del: disk %(vhdfile)s vm %(instance_name)s" +msgstr "" + +#: ../nova/virt/hyperv.py:415 +#, python-format +msgid "" +"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " +"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" +msgstr "" + +#: ../nova/virt/hyperv.py:451 +#, python-format +msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/virt/hyperv.py:454 +#, python-format +msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" +msgstr "" + +#: ../nova/compute/api.py:71 +#, python-format +msgid "Instance %d was not found in get_network_topic" +msgstr "" + +#: ../nova/compute/api.py:77 +#, python-format +msgid "Instance %d has no host" +msgstr "" + +#: ../nova/compute/api.py:97 +#, python-format +msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" +msgstr "" + +#: ../nova/compute/api.py:99 +#, python-format +msgid "" +"Instance quota exceeded. You can only run %s more instances of this type." +msgstr "" + +#: ../nova/compute/api.py:112 +msgid "Creating a raw instance" +msgstr "" + +#: ../nova/compute/api.py:160 +#, python-format +msgid "Going to run %s instances..." +msgstr "" + +#: ../nova/compute/api.py:187 +#, python-format +msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" +msgstr "" + +#: ../nova/compute/api.py:292 +#, python-format +msgid "Going to try to terminate %s" +msgstr "" + +#: ../nova/compute/api.py:296 +#, python-format +msgid "Instance %d was not found during terminate" +msgstr "" + +#: ../nova/compute/api.py:301 +#, python-format +msgid "Instance %d is already being terminated" +msgstr "" + +#: ../nova/compute/api.py:481 +#, python-format +msgid "Invalid device specified: %s. Example device: /dev/vdb" +msgstr "" + +#: ../nova/compute/api.py:496 +msgid "Volume isn't attached to anything!" +msgstr "" + +#: ../nova/rpc.py:98 +#, python-format +msgid "" +"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " +"%(fl_intv)d seconds." +msgstr "" + +#: ../nova/rpc.py:103 +#, python-format +msgid "Unable to connect to AMQP server after %d tries. Shutting down." +msgstr "" + +#: ../nova/rpc.py:122 +msgid "Reconnected to queue" +msgstr "" + +#: ../nova/rpc.py:129 +msgid "Failed to fetch message from queue" +msgstr "" + +#: ../nova/rpc.py:159 +#, python-format +msgid "Initing the Adapter Consumer for %s" +msgstr "" + +#: ../nova/rpc.py:178 +#, python-format +msgid "received %s" +msgstr "" + +#. NOTE(vish): we may not want to ack here, but that means that bad +#. messages stay in the queue indefinitely, so for now +#. we just log the message and send an error string +#. back to the caller +#: ../nova/rpc.py:191 +#, python-format +msgid "no method for message: %s" +msgstr "" + +#: ../nova/rpc.py:192 +#, python-format +msgid "No method for message: %s" +msgstr "" + +#: ../nova/rpc.py:253 +#, python-format +msgid "Returning exception %s to caller" +msgstr "" + +#: ../nova/rpc.py:294 +#, python-format +msgid "unpacked context: %s" +msgstr "" + +#: ../nova/rpc.py:313 +msgid "Making asynchronous call..." +msgstr "" + +#: ../nova/rpc.py:316 +#, python-format +msgid "MSG_ID is %s" +msgstr "" + +#: ../nova/rpc.py:354 +msgid "Making asynchronous cast..." +msgstr "" + +#: ../nova/rpc.py:364 +#, python-format +msgid "response %s" +msgstr "" + +#: ../nova/rpc.py:373 +#, python-format +msgid "topic is %s" +msgstr "" + +#: ../nova/rpc.py:374 +#, python-format +msgid "message %s" +msgstr "" + +#: ../nova/volume/driver.py:78 +#, python-format +msgid "Recovering from a failed execute. Try number %s" +msgstr "" + +#: ../nova/volume/driver.py:87 +#, python-format +msgid "volume group %s doesn't exist" +msgstr "" + +#: ../nova/volume/driver.py:220 +#, python-format +msgid "FAKE AOE: %s" +msgstr "" + +#: ../nova/volume/driver.py:233 +msgid "Skipping ensure_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 +msgid "Skipping remove_export. No iscsi_target " +msgstr "" + +#: ../nova/volume/driver.py:347 +#, python-format +msgid "FAKE ISCSI: %s" +msgstr "" + +#: ../nova/volume/driver.py:359 +#, python-format +msgid "rbd has no pool %s" +msgstr "" + +#: ../nova/volume/driver.py:414 +#, python-format +msgid "Sheepdog is not working: %s" +msgstr "" + +#: ../nova/volume/driver.py:416 +msgid "Sheepdog is not working" +msgstr "" + +#: ../nova/wsgi.py:68 +#, python-format +msgid "Starting %(arg0)s on %(host)s:%(port)s" +msgstr "" + +#: ../nova/wsgi.py:147 +msgid "You must implement __call__" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:58 +msgid "leasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:73 +msgid "Adopted old lease or got a change of mac/hostname" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:80 +msgid "releasing ip" +msgstr "" + +#: ../bin/nova-dhcpbridge.py:123 +#, python-format +msgid "" +"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " +"on interface %(interface)s" +msgstr "" + +#: ../nova/virt/fake.py:239 +#, python-format +msgid "Instance %s Not Found" +msgstr "" + +#: ../nova/network/manager.py:153 +#, python-format +msgid "Dissassociated %s stale fixed ip(s)" +msgstr "" + +#: ../nova/network/manager.py:157 +msgid "setting network host" +msgstr "" + +#: ../nova/network/manager.py:212 +#, python-format +msgid "Leasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:216 +#, python-format +msgid "IP %s leased that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:220 +#, python-format +msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:228 +#, python-format +msgid "IP %s leased that was already deallocated" +msgstr "" + +#: ../nova/network/manager.py:233 +#, python-format +msgid "Releasing IP %s" +msgstr "" + +#: ../nova/network/manager.py:237 +#, python-format +msgid "IP %s released that isn't associated" +msgstr "" + +#: ../nova/network/manager.py:241 +#, python-format +msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" +msgstr "" + +#: ../nova/network/manager.py:244 +#, python-format +msgid "IP %s released that was not leased" +msgstr "" + +#: ../nova/network/manager.py:519 +msgid "" +"The sum between the number of networks and the vlan start cannot be greater " +"than 4094" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:57 +#, python-format +msgid "Introducing %s..." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:74 +#, python-format +msgid "Introduced %(label)s as %(sr_ref)s." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:78 +msgid "Unable to create Storage Repository" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:90 +#, python-format +msgid "Unable to find SR from VBD %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:96 +#, python-format +msgid "Forgetting SR %s ... " +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:101 +#, python-format +msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:107 +#, python-format +msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:111 +#, python-format +msgid "Forgetting SR %s done." +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:113 +#, python-format +msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:123 +#, python-format +msgid "Unable to introduce VDI on SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:128 +#, python-format +msgid "Unable to get record of VDI %s on" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:146 +#, python-format +msgid "Unable to introduce VDI for SR %s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:175 +#, python-format +msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" +msgstr "" + +#: ../nova/virt/xenapi/volume_utils.py:197 +#, python-format +msgid "Mountpoint cannot be translated: %s" +msgstr "" + +#: ../nova/objectstore/image.py:262 +#, python-format +msgid "Failed to decrypt private key: %s" +msgstr "" + +#: ../nova/objectstore/image.py:269 +#, python-format +msgid "Failed to decrypt initialization vector: %s" +msgstr "" + +#: ../nova/objectstore/image.py:277 +#, python-format +msgid "Failed to decrypt image file %(image_file)s: %(err)s" +msgstr "" + +#: ../nova/objectstore/handler.py:106 +#, python-format +msgid "Unknown S3 value type %r" +msgstr "" + +#: ../nova/objectstore/handler.py:137 +msgid "Authenticated request" +msgstr "" + +#: ../nova/objectstore/handler.py:182 +msgid "List of buckets requested" +msgstr "" + +#: ../nova/objectstore/handler.py:209 +#, python-format +msgid "List keys for bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:217 +#, python-format +msgid "Unauthorized attempt to access bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:235 +#, python-format +msgid "Creating bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:245 +#, python-format +msgid "Deleting bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:249 +#, python-format +msgid "Unauthorized attempt to delete bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:273 +#, python-format +msgid "Getting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:276 +#, python-format +msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:296 +#, python-format +msgid "Putting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:299 +#, python-format +msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:318 +#, python-format +msgid "Deleting object: %(bname)s / %(nm)s" +msgstr "" + +#: ../nova/objectstore/handler.py:322 +#, python-format +msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" +msgstr "" + +#: ../nova/objectstore/handler.py:396 +#, python-format +msgid "Not authorized to upload image: invalid directory %s" +msgstr "" + +#: ../nova/objectstore/handler.py:404 +#, python-format +msgid "Not authorized to upload image: unauthorized bucket %s" +msgstr "" + +#: ../nova/objectstore/handler.py:409 +#, python-format +msgid "Starting image upload: %s" +msgstr "" + +#: ../nova/objectstore/handler.py:423 +#, python-format +msgid "Not authorized to update attributes of image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:431 +#, python-format +msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" +msgstr "" + +#. other attributes imply update +#: ../nova/objectstore/handler.py:436 +#, python-format +msgid "Updating user fields on image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:450 +#, python-format +msgid "Unauthorized attempt to delete image %s" +msgstr "" + +#: ../nova/objectstore/handler.py:455 +#, python-format +msgid "Deleted image: %s" +msgstr "" + +#: ../nova/auth/manager.py:259 +#, python-format +msgid "Looking up user: %r" +msgstr "" + +#: ../nova/auth/manager.py:263 +#, python-format +msgid "Failed authorization for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:264 +#, python-format +msgid "No user found for access key %s" +msgstr "" + +#: ../nova/auth/manager.py:270 +#, python-format +msgid "Using project name = user name (%s)" +msgstr "" + +#: ../nova/auth/manager.py:277 +#, python-format +msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" +msgstr "" + +#: ../nova/auth/manager.py:279 +#, python-format +msgid "No project called %s could be found" +msgstr "" + +#: ../nova/auth/manager.py:287 +#, python-format +msgid "" +"Failed authorization: user %(uname)s not admin and not member of project " +"%(pjname)s" +msgstr "" + +#: ../nova/auth/manager.py:289 +#, python-format +msgid "User %(uid)s is not a member of project %(pjid)s" +msgstr "" + +#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 +#, python-format +msgid "Invalid signature for user %s" +msgstr "" + +#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 +msgid "Signature does not match" +msgstr "" + +#: ../nova/auth/manager.py:380 +msgid "Must specify project" +msgstr "" + +#: ../nova/auth/manager.py:414 +#, python-format +msgid "The %s role can not be found" +msgstr "" + +#: ../nova/auth/manager.py:416 +#, python-format +msgid "The %s role is global only" +msgstr "" + +#: ../nova/auth/manager.py:420 +#, python-format +msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:423 +#, python-format +msgid "Adding sitewide role %(role)s to user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:448 +#, python-format +msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:451 +#, python-format +msgid "Removing sitewide role %(role)s from user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:515 +#, python-format +msgid "Created project %(name)s with manager %(manager_user)s" +msgstr "" + +#: ../nova/auth/manager.py:533 +#, python-format +msgid "modifying project %s" +msgstr "" + +#: ../nova/auth/manager.py:545 +#, python-format +msgid "Adding user %(uid)s to project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:566 +#, python-format +msgid "Remove user %(uid)s from project %(pid)s" +msgstr "" + +#: ../nova/auth/manager.py:592 +#, python-format +msgid "Deleting project %s" +msgstr "" + +#: ../nova/auth/manager.py:650 +#, python-format +msgid "Created user %(rvname)s (admin: %(rvadmin)r)" +msgstr "" + +#: ../nova/auth/manager.py:659 +#, python-format +msgid "Deleting user %s" +msgstr "" + +#: ../nova/auth/manager.py:669 +#, python-format +msgid "Access Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:671 +#, python-format +msgid "Secret Key change for user %s" +msgstr "" + +#: ../nova/auth/manager.py:673 +#, python-format +msgid "Admin status set to %(admin)r for user %(uid)s" +msgstr "" + +#: ../nova/auth/manager.py:722 +#, python-format +msgid "No vpn data for project %s" +msgstr "" + +#: ../nova/service.py:161 +#, python-format +msgid "Starting %(topic)s node (version %(vcs_string)s)" +msgstr "" + +#: ../nova/service.py:174 +msgid "Service killed that has no database entry" +msgstr "" + +#: ../nova/service.py:195 +msgid "The service database object disappeared, Recreating it." +msgstr "" + +#: ../nova/service.py:207 +msgid "Recovered model server connection!" +msgstr "" + +#: ../nova/service.py:213 +msgid "model server went away" +msgstr "" + +#: ../nova/auth/ldapdriver.py:174 +#, python-format +msgid "LDAP user %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:205 +#, python-format +msgid "LDAP object for %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:348 +#, python-format +msgid "User %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:472 +#, python-format +msgid "Group can't be created because group %s already exists" +msgstr "" + +#: ../nova/auth/ldapdriver.py:478 +#, python-format +msgid "Group can't be created because user %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:495 +#, python-format +msgid "User %s can't be searched in group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:507 +#, python-format +msgid "User %s can't be added to the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 +#, python-format +msgid "The group at dn %s doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:513 +#, python-format +msgid "User %(uid)s is already a member of the group %(group_dn)s" +msgstr "" + +#: ../nova/auth/ldapdriver.py:524 +#, python-format +msgid "" +"User %s can't be removed from the group because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:528 +#, python-format +msgid "User %s is not a member of the group" +msgstr "" + +#: ../nova/auth/ldapdriver.py:542 +#, python-format +msgid "" +"Attempted to remove the last member of a group. Deleting the group at %s " +"instead." +msgstr "" + +#: ../nova/auth/ldapdriver.py:549 +#, python-format +msgid "User %s can't be removed from all because the user doesn't exist" +msgstr "" + +#: ../nova/auth/ldapdriver.py:564 +#, python-format +msgid "Group at dn %s doesn't exist" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:40 +#, python-format +msgid "Found non-unique network for bridge %s" +msgstr "" + +#: ../nova/virt/xenapi/network_utils.py:43 +#, python-format +msgid "Found no network for bridge %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:97 +#, python-format +msgid "Creating new user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:105 +#, python-format +msgid "Deleting user: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:127 +#, python-format +msgid "Adding role %(role)s to user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:131 +#, python-format +msgid "Adding sitewide role %(role)s to user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:137 +#, python-format +msgid "Removing role %(role)s from user %(user)s for project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:141 +#, python-format +msgid "Removing sitewide role %(role)s from user %(user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 +msgid "operation must be add or remove" +msgstr "" + +#: ../nova/api/ec2/admin.py:159 +#, python-format +msgid "Getting x509 for user: %(name)s on project: %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:177 +#, python-format +msgid "Create project %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:190 +#, python-format +msgid "Modify project: %(name)s managed by %(manager_user)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:200 +#, python-format +msgid "Delete project: %s" +msgstr "" + +#: ../nova/api/ec2/admin.py:214 +#, python-format +msgid "Adding user %(user)s to project %(project)s" +msgstr "" + +#: ../nova/api/ec2/admin.py:218 +#, python-format +msgid "Removing user %(user)s from project %(project)s" +msgstr "" + +#~ msgid "No such process" +#~ msgstr "沒有此一程序" + +#, python-format +#~ msgid "pidfile %s does not exist. Daemon not running?\n" +#~ msgstr "pidfile %s 不存在. Daemon未啟動?\n" + +#, python-format +#~ msgid "Starting %s" +#~ msgstr "正在啟動 %s" diff --git a/po/ast.po b/po/ast.po deleted file mode 100644 index 8513aaea8..000000000 --- a/po/ast.po +++ /dev/null @@ -1,2789 +0,0 @@ -# Asturian translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-01-12 19:50+0000\n" -"Last-Translator: Xuacu Saturio \n" -"Language-Team: Asturian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Nome del ficheru de l'autoridá de certificáu raíz" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Nome del ficheru de clave privada" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "Nome del ficheru de llista de refugu de certificáu raíz" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" diff --git a/po/bs.po b/po/bs.po deleted file mode 100644 index d42ce9e69..000000000 --- a/po/bs.po +++ /dev/null @@ -1,2804 +0,0 @@ -# Bosnian translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2012-01-19 20:22+0000\n" -"Last-Translator: yazar \n" -"Language-Team: Bosnian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-01-20 05:07+0000\n" -"X-Generator: Launchpad (build 14700)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Nema pronađenih domaćina" - -#: ../nova/exception.py:69 -msgid "Unexpected error while running command." -msgstr "Neočekivana greška prilikom pokretanja komande." - -#: ../nova/exception.py:72 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "DB izuzetak umotan" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:127 -msgid "Uncaught exception" -msgstr "exc_type, exc_value, exc_traceback = sys. exc_info ()" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:57 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Kvota volumena premašena. Ne možete stvoriti volumen veličine %sG" - -#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 -#: ../nova/volume/api.py:230 -msgid "Volume status must be available" -msgstr "Status volumena mora biti omogućen" - -#: ../nova/volume/api.py:174 -msgid "Volume is already attached" -msgstr "Volumen je već spojen" - -#: ../nova/volume/api.py:180 -msgid "Volume is already detached" -msgstr "Volumen je već odvojen" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Neuspješno čitanje javnih ip-eva" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:177 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:193 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:388 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:145 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:64 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:81 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:98 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:115 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:50 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:174 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:187 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:195 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:198 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:208 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:216 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:224 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:238 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 -#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:50 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Filename of private key" -msgstr "" - -#: ../nova/crypto.py:55 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Where we keep our keys" -msgstr "" - -#: ../nova/crypto.py:59 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:61 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:65 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:70 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:75 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:277 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:111 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:104 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:117 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:119 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:124 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:128 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:395 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:452 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:233 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:589 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:753 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:599 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:813 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:651 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:772 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:990 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:1013 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:1302 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:1320 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:1349 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:1358 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:1380 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:1403 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:1412 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:1420 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:1430 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:1452 ../nova/api/ec2/cloud.py:823 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:1477 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:1239 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:1265 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:1472 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:1559 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:52 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:67 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:136 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:89 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:94 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:100 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:124 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:167 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:169 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:173 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:175 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:190 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:44 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 -#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:497 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:531 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:536 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:596 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:78 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:937 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:969 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:669 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:671 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:731 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:733 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:763 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:66 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:150 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:201 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:217 ../nova/utils.py:297 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:273 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:337 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:342 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:470 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:473 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:570 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:581 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:50 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:133 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:189 ../nova/virt/hyperv.py:189 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:192 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:206 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:209 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:243 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:254 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:265 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1460 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1463 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:292 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:319 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:333 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#. NOTE(sirp): Currently we only support uploading images as VHD, there -#. is no RAW equivalent (yet) -#: ../nova/virt/xenapi/vm_utils.py:363 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#. TODO(sirp): This should eventually be the URI for the Glance image -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. We need to invoke a plugin for copying the -#. content of the VDI into the proper path. -#: ../nova/virt/xenapi/vm_utils.py:668 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:678 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:756 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1299 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1306 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1308 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/hyperv.py:449 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:816 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:862 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:864 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1106 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:920 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1164 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:911 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1226 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1228 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1230 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1233 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1247 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1251 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1263 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1268 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1273 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1276 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1285 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1140 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1366 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/rpc/common.py:142 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/rpc/common.py:150 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:52 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/compute/manager.py:221 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt/connection.py:228 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:242 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:403 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:680 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:703 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:707 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:718 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:745 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt/utils.py:218 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:868 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt/connection.py:1058 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt/connection.py:1204 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1208 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1330 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt/firewall.py:486 ../nova/virt/firewall.py:125 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/metadata/handler.py:251 ../nova/api/metadata/handler.py:258 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/manager.py:302 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:190 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:169 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:91 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:218 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:237 -#: ../nova/api/openstack/v2/contrib/cloudpipe.py:82 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:395 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:437 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:490 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:352 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:696 ../nova/api/ec2/cloud.py:752 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:337 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:359 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:788 -#: ../nova/api/openstack/v2/contrib/security_groups.py:277 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:791 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:818 -#: ../nova/api/openstack/v2/contrib/security_groups.py:234 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:182 -#: ../nova/api/ec2/cloud.py:915 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:950 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:347 -#: ../nova/api/ec2/cloud.py:964 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1244 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1256 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1261 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1271 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1319 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1328 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1469 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1496 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:991 ../nova/api/ec2/cloud.py:1048 -#: ../nova/api/ec2/cloud.py:1524 ../nova/api/ec2/cloud.py:1539 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1542 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1544 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1546 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1547 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:441 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:444 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:418 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:467 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:614 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:623 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:608 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1091 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1788 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:335 ../nova/tests/test_compute.py:1307 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:341 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:96 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:36 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:134 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:144 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:204 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:220 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:251 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:253 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:328 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:359 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:365 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:377 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:380 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:409 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/metadata/handler.py:253 ../nova/api/ec2/__init__.py:414 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:159 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:560 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:569 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:595 ../nova/virt/xenapi_conn.py:608 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:73 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:61 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:113 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:93 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:111 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:116 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:129 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:136 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:139 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:616 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:640 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:641 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:642 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:643 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:644 ../bin/nova-manage.py:1181 -#: ../bin/nova-manage.py:1297 ../bin/nova-manage.py:1329 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:852 ../nova/tests/test_nova_manage.py:183 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk/api.py:222 ../nova/virt/disk/guestfs.py:64 -#: ../nova/virt/disk/guestfs.py:78 ../nova/virt/disk/mount.py:112 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk/nbd.py:82 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk/loop.py:30 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#. really want to log this info, not raise -#: ../nova/virt/disk/nbd.py:52 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:119 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:166 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:168 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:170 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:187 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:206 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:216 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:220 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:245 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:248 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:265 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:267 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:271 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:290 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:291 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:294 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:304 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:306 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:339 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:343 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:379 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:404 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:411 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:433 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:469 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:472 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:219 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:268 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:323 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:852 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:1644 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:1659 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:221 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:236 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:629 ../nova/rpc/impl_carrot.py:256 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc/impl_kombu.py:634 ../nova/rpc/impl_carrot.py:269 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:635 ../nova/rpc/impl_carrot.py:271 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:816 ../nova/rpc/impl_carrot.py:455 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:675 ../nova/rpc/impl_carrot.py:488 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc/impl_kombu.py:762 ../nova/rpc/impl_carrot.py:524 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:634 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:643 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:644 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:79 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:89 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:342 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 -#: ../nova/volume/driver.py:891 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:463 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:475 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:545 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:547 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:204 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:54 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:74 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:386 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:564 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:1063 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:1490 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:157 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:103 -#: ../nova/virt/xenapi/volume_utils.py:170 -#: ../nova/virt/xenapi/volumeops.py:157 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:76 -#: ../nova/virt/xenapi/volume_utils.py:174 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:186 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:228 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:234 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:249 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:257 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:279 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:356 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/image/s3.py:365 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/image/s3.py:374 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/image/s3.py:385 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:281 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:294 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:303 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:428 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:469 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:472 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:498 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:501 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:574 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:604 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:625 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:655 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:713 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:732 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:734 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:736 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:781 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:141 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:232 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:269 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:284 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:290 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/exception.py:801 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:621 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:55 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:58 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:154 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:176 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:180 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:186 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:195 ../nova/api/ec2/admin.py:272 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:208 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:226 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:239 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:249 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:263 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:267 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" diff --git a/po/cs.po b/po/cs.po deleted file mode 100644 index 9644011d0..000000000 --- a/po/cs.po +++ /dev/null @@ -1,2791 +0,0 @@ -# Czech translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-08-23 11:22+0000\n" -"Last-Translator: Thierry Carrez \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Při spouštění příkazu došlo k nečekané chybě" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Neošetřená výjimka" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Jméno souboru kořenové CA" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Jméno souboru s privátním klíčem" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Adresář, do kterého ukládáme naše klíče" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "Adresář, do kterého ukládáme naši kořenovou CA" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Použijeme CA pro každý projekt?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" -"Nepodařilo se připojit k AMQP serveru ani po %d pokusech. Tento proces bude " -"ukončen." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Znovu připojeno k AMQP frontě" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Selhalo získání zprávy z AMQP fronty" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "získáno: %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "Není metoda pro zpracování zprávy: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "Není metoda pro zpracování zprávy: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "Volajícímu je vrácena výjimka: %s" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "rozbalený obsah: %s" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Volání asynchronní funkce..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID je %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "odpověď %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "zpráva %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" diff --git a/po/da.po b/po/da.po deleted file mode 100644 index 8f2736dd9..000000000 --- a/po/da.po +++ /dev/null @@ -1,2789 +0,0 @@ -# Danish translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-01-15 21:46+0000\n" -"Last-Translator: Soren Hansen \n" -"Language-Team: Danish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Filnavn for privatnøgle" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "bind %s: slettet" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" diff --git a/po/de.po b/po/de.po deleted file mode 100644 index 01787df49..000000000 --- a/po/de.po +++ /dev/null @@ -1,2817 +0,0 @@ -# German translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-08-23 11:23+0000\n" -"Last-Translator: Thierry Carrez \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Keine Computer gefunden." - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Unerwarteter Fehler bei Ausführung des Kommandos." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Befehl: %(cmd)s\n" -"Exit-Code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Nicht abgefangene Ausnahme" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" -"Die Property %(param)s konnte im Image %(_image_id)s nicht gefunden werden" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Nicht möglich Volumen zur Instanze %s hinzuzufügen" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" -"Einhängepunkt%(mountpoint)s zur Instanze %(instance_name)s hinzugefügt" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Nicht möglich volume %s zufinden" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Unbekannter Instanztyp: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Dateiname der Root CA" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Dateiname des Private Key" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "Dateiname der Certificate Revocation List" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Wo wir unsere Schlüssel aufbewahren" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Soll eine eigenständige CA für jedes Projekt verwendet werden?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "Instanz wurde bereits erstellt" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "Instanz %s startet..." - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Beende Instanz %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "Instanz %s: Rettung" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "Instanz %s pausiert" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "Instanz %s wird fortgesetzt" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "Volume %s: wird erstellt" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "Volume %s: erstelle Export" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "Volume %s: erfolgreich erstellt" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "Volume %s: entferne Export" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "Volume %s: wird entfernt" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "Volume %s: erfolgreich entfernt" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "Konnte Verbindung zum Hypervisor nicht öffnen" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "Klasse %s konnte nicht gefunden werden" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "Hole %s" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Führe Kommando (subprocess) aus: %s" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "Ergebnis war %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "keine Methode für diese Nachricht gefunden: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "keine Methode für diese Nachricht gefunden: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "führe asynchronen Aufruf durch..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID ist %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "Betreff ist %s" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "Nachricht %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "Verwende Project-Name = User-Name (%s)" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "Es konnte kein Projekt mit dem Namen %s gefunden werden" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" -"Das Service-Datenbank-Objekt ist verschwunden, es wird erneut erzeugt." - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "Die Gruppe %s kann nicht angelegt werde, da sie bereits existiert" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" -"Der User %s kann nicht zur Gruppe hinzugefügt werde, da er nicht existiert" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" -"Der User %s kann nicht aus der Gruppe entfernt werden, da er nicht existiert" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Lösche Projekt %s" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "Alle vorhandenen FLAGS:" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "PID-Datei %s existiert nicht. Läuft der Daemon nicht?\n" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "%s wird gestartet" - -#~ msgid "No such process" -#~ msgstr "Kein passender Prozess gefunden" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "Bedient %s" diff --git a/po/en_AU.po b/po/en_AU.po deleted file mode 100644 index d312d47b3..000000000 --- a/po/en_AU.po +++ /dev/null @@ -1,2860 +0,0 @@ -# English (Australia) translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-10-21 11:27+0000\n" -"Last-Translator: Tom Fifield \n" -"Language-Team: English (Australia) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-10-22 05:25+0000\n" -"X-Generator: Launchpad (build 14170)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "No hosts found" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Unexpected error while running command." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "DB exception wrapped" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Uncaught exception" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Volume quota exceeded. You cannot create a volume of size %sG" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "Volume status must be available" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Volume is already attached" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Volume is already detached" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Failed to read private ip" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Failed to read public ip(s)" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "%(param)s property not found for image %(_image_id)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "No keypairs defined" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "Instance %s not found" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "Unable to use SR %(sr_ref)s for instance %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Unable to attach volume to instance %s" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Unable to locate volume %s" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Unable to detach volume %s" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Unknown instance type: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Filename of root CA" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Filename of private key" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "Filename of root Certificate Revokation List" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Where we keep our keys" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "Where we keep our root CA" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Should we use a CA for each project?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "Subject for certificate for users, %s for project, user, timestamp" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "Subject for certificate for projects, %s for project, timestamp" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "Subject for certificate for vpns, %s for project, timestamp" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "Flags path: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "Casting to %(topic)s %(host)s for %(method)s" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorating: |%s|" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: locked: |%s|" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: executing: |%s|" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: not executing |%s|" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "Instance has already been created" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "instance %s: starting..." - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "instance %s: Failed to spawn" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Terminating instance %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "Deallocating address %s" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "trying to destroy already destroyed instance: %s" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "Rebooting instance %s" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "instance %s: snapshotting" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "instance %s: setting admin password" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "instance %(nm)s: injecting file to %(plain_path)s" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "instance %s: rescuing" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "instance %s: unrescuing" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "instance %s: pausing" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "instance %s: unpausing" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "instance %s: retrieving diagnostics" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "instance %s: suspending" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "instance %s: resuming" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "instance %s: locking" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "instance %s: unlocking" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "instance %s: getting locked state" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "instance %s: reset network" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "Get console output for instance %s" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "instance %s: getting ajax console" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "instance %(instance_id)s: attach failed %(mountpoint)s, removing" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "Detaching volume from unknown instance %s" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "Host %s is not alive" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "Host %s not available" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "Re-exporting %s volumes" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "volume %s: skipping export" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "volume %s: creating" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "volume %(vol_name)s: creating logical volume of size %(vol_size)sG" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "volume %s: creating export" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "volume %s: created successfully" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "Volume is still attached" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "Volume is not local to this node" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "volume %s: removing export" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "volume %s: deleting" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "volume %s: deleted successfully" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "%(text)s: _db_content => %(content)s" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "Raising NotImplemented" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "xenapi.fake does not have an implementation for %s" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "Calling %(localname)s %(impl)s" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "Calling getter %s" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "Can't test instances without a real virtual env." - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "Need to watch instance %s until it's running..." - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "Failed to open connection to the hypervisor" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "Starting VLAN inteface %s" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "Starting Bridge interface for %s" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "Hupping dnsmasq threw %s" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "Pid %d is stale, relaunching dnsmasq" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "killing radvd threw %s" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "Pid %d is stale, relaunching radvd" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "Killing dnsmasq threw %s" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "Inner Exception: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "Class %s cannot be found" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "Fetching %s" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Running cmd (subprocess): %s" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "Result was %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "Running cmd (SSH): %s" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "debug in callback: %s" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "Running %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "Link Local address is not found.:%s" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "Invalid backend: %s" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "backend %s" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "(%(nm)s) publish (key: %(routing_key)s) %(message)s" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "Publishing to route %s" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Declaring queue %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Declaring exchange %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "Binding %(queue)s to %(exchange)s with key %(routing_key)s" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "Getting from %(queue)s: %(message)s" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "Created VM %s..." - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "Created VM %(instance_name)s as %(vm_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "VBD not found in instance %s" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "Unable to unplug VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "Unable to destroy VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "Snapshotting VM %(vm_ref)s with label '%(label)s'..." - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "Size for image %(image)s:%(virtual_size)d" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "Glance image %s" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "Copying VDI %s to /boot/guest on dom0" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "Kernel/Ramdisk VDI %s destroyed" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "Asking xapi to fetch %(url)s as %(access)s" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "Looking up vdi %s for PV kernel" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "PV Kernel in VDI:%s" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "Running pygrub against %s" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "Found Xen kernel %s" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "No Xen kernel found. Booting HVM." - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "duplicate name found: %s" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "VDI %s is still available" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "(VM_UTILS) xenserver vm state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "(VM_UTILS) xenapi power_state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "VHD %(vdi_uuid)s has parent %(parent_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "Re-scanning SR %s" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "No VDIs found for VM %s" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "Creating VBD for VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "Creating VBD for VDI %s done." - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "Plugging VBD %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "Plugging VBD %s done." - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "VBD %(vbd)s plugged as %(orig_dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "Destroying VBD for VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "Destroying VBD for VDI %s done." - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "VBD.unplug successful first time." - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "VBD.unplug rejected: retrying..." - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "VBD.unplug successful eventually." - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "Ignoring XenAPI.Failure in VBD.unplug: %s" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "Ignoring XenAPI.Failure %s" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "Writing partition table %s done." - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "Nested received %(queue)s, %(value)s" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "Nested return %s" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "Received %s" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "Use of empty request context is deprecated" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "No service for id %s" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "No service for %(host)s, %(binary)s" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "No fixed ips defined" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "No floating ip for address %s" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "No address for instance %s" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "no keypair for user %(user_id)s, name %(name)s" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "No network for id %s" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "No networks defined" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "No network for bridge %s" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "No network for instance %s" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "Token %s does not exist" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "No quota for project_id %s" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "Volume %s not found" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "No export device found for volume %s" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "No target id found for volume %s" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "No security group with id %s" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "No security group named %(group_name)s for project: %(project_id)s" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "No secuity group rule with id %s" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "No user for id %s" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "No user for access key %s" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "No project with id %s" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "No console pool with id %(pool_id)s" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "No console for instance %(instance_id)s in pool %(pool_id)s" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "on instance %s" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "No console with id %(console_id)s %(idesc)s" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "No zone with id %(zone_id)s" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "Checking state of %s" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "Current state of %(name)s was %(state)s." - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "Connecting to libvirt: %s" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "Connection to libvirt broke" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "instance %(instance_name)s: deleting instance files %(target)s" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "Invalid device path %s" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "No disk at %s" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "Instance snapshotting is not supported for libvirt at this time" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "instance %s: rebooted" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "_wait_for_reboot failed: %s" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "instance %s: rescued" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "_wait_for_rescue failed: %s" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "instance %s: is running" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "instance %s: booted" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "instance %s: failed to boot" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "virsh said: %r" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "cool, it's a device" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "data: %(data)r, fpath: %(fpath)r" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "Contents of file %(fpath)s: %(contents)r" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "Unable to find an open port" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "instance %s: Creating image" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "instance %(inst_name)s: injecting key into image %(img_id)s" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "instance %(inst_name)s: injecting net into image %(img_id)s" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "instance %s: starting toXML method" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "instance %s: finished toXML method" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "diagnostics are not supported for libvirt" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "Attempted to unfilter instance %s which is not filtered" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "Failed to get metadata for ip: %s" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "Attempted to instantiate singleton" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "Quota exceeeded for %s, tried to allocate address" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "Address quota exceeded. You cannot allocate any more addresses" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "Target %s allocated" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "Finished retreving %(url)s -- placed in %(path)s" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "Must implement a fallback schedule" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "Adding console" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "Tried to remove non-existent console %(console_id)s." - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "not available" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "The key_pair %s already exists" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "Generating root CA: %s" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "Create key pair %s" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "Delete key pair %s" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s is not a valid ipProtocol" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "Invalid port range" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "Revoke security group ingress %s" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "Not enough parameters to build a valid rule." - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "No rule for the specified parameters." - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "Authorise security group ingress %s" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "This rule already exists in group %s" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "Create Security Group %s" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "group %s already exists" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "Delete security group %s" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "Create volume of %s GB" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" -"Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "Detach volume %s" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "Allocate address" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "Release address %s" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "Associate address %(public_ip)s to instance %(instance_id)s" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "Disassociate address %s" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "Going to start terminating instances" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "Reboot instance %r" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "De-registering image %s" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "Registered image %(image_location)s with id %(image_id)s" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "attribute not supported: %s" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "invalid id: %s" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "user or group not specified" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "only group \"all\" is supported" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "operation_type must be add or remove" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "Updating image %s publicity" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "Using paste.deploy config at: %s" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "No paste configuration for app: %s" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" -"App Config: %(api)s\n" -"%(config)r" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "Running %s API" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "No known API applications configured in %s." - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "Starting nova-api node (version %s)" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "No paste configuration found for: %s" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "Argument %(key)s value %(value)s is too short." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "Argument %(key)s value %(value)s contains invalid characters." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "Argument %(key)s value %(value)s starts with a hyphen." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "Argument %s is required." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "Attempted to create non-unique name %s" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "instance %(name)s: not enough free memory" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "Starting VM %s..." - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "Spawning VM %(instance_name)s created %(vm_ref)s." - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "Invalid value for onset_files: '%s'" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "Injecting file path: '%s'" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "Instance %s: booted" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "Instance not present %s" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "Starting snapshot for VM %s" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "Unable to Snapshot %(vm_ref)s: %(exc)s" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "Finished snapshot and upload for VM %s" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "VM %(vm)s already halted, skipping shutdown..." - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "Removing kernel/ramdisk files" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "kernel/ramdisk files removed" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "OpenSSL error: %s" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "Running instances: %s" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "After terminating instances: %s" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "Template for script to run on cloudpipe instance boot" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "Network to push into openvpn config" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "Netmask to push into openvpn config" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "Launching VPN for %s" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "python-migrate is not installed. Exiting." - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "Image %s could not be found" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "Too many failed authentications." - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "Authentication Failure: %s" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "Authenticated Request For %(uname)s:%(pname)s)" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "action: %s" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "arg: %(key)s\t\tval: %(value)s" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" -"Unauthorised request for controller=%(controller)s and action=%(action)s" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "InstanceNotFound raised: %s" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "VolumeNotFound raised: %s" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "NotFound raised: %s" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "ApiError raised: %s" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "Unexpected error raised: %s" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "An unknown error has occurred. Please try your request again." - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "User %s already exists" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "Project can't be created because manager %s doesn't exist" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "Project can't be created because user %s doesn't exist" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "Project can't be created because project %s already exists" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "Project can't be modified because manager %s doesn't exist" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "User \"%s\" not found" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "Project \"%s\" not found" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "Task [%(name)s] %(task)s status: success %(result)s" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "Got exception: %s" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "Could not find iSCSI export for volume %s" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "Caught error: %s" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "Including admin operations in API." - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "Rebuilding xvp conf" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "Re-wrote %s" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "Stopping xvp" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "Starting xvp" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "Error starting xvp: %s" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "Restarting xvp" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "xvp not running..." - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "network" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "IP address" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "MAC address" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "hostname" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "host" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "netmask" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "start address" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "Failed to load partition: %s" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "Failed to mount filesystem: %s" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "nbd device %s did not show up" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "Could not attach image to loopback: %s" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "No free nbd devices" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "%(filename)s, line %(line_info)d" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "In init host" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "Attempt to create duplicate vm %s" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "Starting VM %s " - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "Started VM %s " - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "spawn vm failed: %s" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "Failed to create VM %s" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "Set memory for vm %s..." - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "Set vcpus for vm %s..." - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "Failed to add diskdrive to VM %s" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "New disk drive path is %s" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "Failed to add vhd file to VM %s" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "Created disk for %s" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "Creating nic for %s " - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "Failed creating a port on the external vswitch" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "Failed creating port for %s" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "Created switch port %(vm_name)s on switch %(ext_path)s" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "Failed to add nic to VM %s" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "Created nic for %s " - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "WMI job failed: %s" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "Got request to destroy vm %s" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "Failed to destroy vm %s" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "Del: disk %(vhdfile)s vm %(instance_name)s" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "Successfully changed vm state of %(vm_name)s to %(req_state)s" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "Failed to change vm state of %(vm_name)s to %(req_state)s" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "Instance %d was not found in get_network_topic" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "Instance %d has no host" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" -"Instance quota exceeded. You can only run %s more instances of this type." - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "Creating a raw instance" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "Going to run %s instances..." - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "Going to try to terminate %s" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "Instance %d was not found during terminate" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "Instance %d is already being terminated" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "Invalid device specified: %s. Example device: /dev/vdb" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "Volume isn't attached to anything!" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "Unable to connect to AMQP server after %d tries. Shutting down." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Reconnected to queue" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Failed to fetch message from queue" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "Initing the Adapter Consumer for %s" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "received %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "no method for message: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "No method for message: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "Returning exception %s to caller" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "unpacked context: %s" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Making asynchronous call..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID is %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "Making asynchronous cast..." - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "response %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "topic is %s" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "message %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "Recovering from a failed execute. Try number %s" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "volume group %s doesn't exist" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "FAKE AOE: %s" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "Skipping ensure_export. No iscsi_target " - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "Skipping remove_export. No iscsi_target " - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "FAKE ISCSI: %s" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "rbd has no pool %s" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "Sheepdog is not working: %s" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "Sheepdog is not working" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "Starting %(arg0)s on %(host)s:%(port)s" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "You must implement __call__" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "leasing ip" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "Adopted old lease or got a change of mac/hostname" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "releasing ip" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "Instance %s Not Found" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "Dissassociated %s stale fixed ip(s)" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "setting network host" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "Leasing IP %s" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "IP %s leased that isn't associated" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "IP %s leased that was already deallocated" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "Releasing IP %s" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "IP %s released that isn't associated" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "IP %s released that was not leased" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "Introducing %s..." - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "Introduced %(label)s as %(sr_ref)s." - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "Unable to create Storage Repository" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "Unable to find SR from VBD %s" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "Forgetting SR %s ... " - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "Forgetting SR %s done." - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "Unable to introduce VDI on SR %s" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "Unable to get record of VDI %s on" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "Unable to introduce VDI for SR %s" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "Unable to obtain target information %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "Mountpoint cannot be translated: %s" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "Failed to decrypt private key: %s" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "Failed to decrypt initialisation vector: %s" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "Failed to decrypt image file %(image_file)s: %(err)s" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "Unknown S3 value type %r" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "Authenticated request" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "List of buckets requested" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "List keys for bucket %s" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "Unauthorised attempt to access bucket %s" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "Creating bucket %s" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "Deleting bucket %s" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "Unauthorised attempt to delete bucket %s" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "Getting object: %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "Unauthorised attempt to get object %(nm)s from bucket %(bname)s" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "Putting object: %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "Unauthorised attempt to upload object %(nm)s to bucket %(bname)s" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "Deleting object: %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "Unauthorised attempt to delete object %(nm)s from bucket %(bname)s" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "Not authorised to upload image: invalid directory %s" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "Not authorised to upload image: unauthorised bucket %s" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "Starting image upload: %s" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "Not authorised to update attributes of image %s" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "Toggling publicity flag of image %(image_id)s %(newstatus)r" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "Updating user fields on image %s" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "Unauthorised attempt to delete image %s" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "Deleted image: %s" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "Looking up user: %r" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "Failed authorisation for access key %s" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "No user found for access key %s" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "Using project name = user name (%s)" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "failed authorisation: no project named %(pjid)s (user=%(uname)s)" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "No project called %s could be found" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" -"Failed authorisation: user %(uname)s not admin and not member of project " -"%(pjname)s" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "User %(uid)s is not a member of project %(pjid)s" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "Invalid signature for user %s" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "Signature does not match" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "Must specify project" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "The %s role can not be found" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "The %s role is global only" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "Adding role %(role)s to user %(uid)s in project %(pid)s" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "Adding sitewide role %(role)s to user %(uid)s" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "Removing role %(role)s from user %(uid)s on project %(pid)s" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "Removing sitewide role %(role)s from user %(uid)s" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "Created project %(name)s with manager %(manager_user)s" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "modifying project %s" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "Adding user %(uid)s to project %(pid)s" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "Remove user %(uid)s from project %(pid)s" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "Deleting project %s" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "Created user %(rvname)s (admin: %(rvadmin)r)" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "Deleting user %s" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "Access Key change for user %s" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "Secret Key change for user %s" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "Admin status set to %(admin)r for user %(uid)s" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "No vpn data for project %s" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "Starting %(topic)s node (version %(vcs_string)s)" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "Service killed that has no database entry" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "The service database object disappeared, Recreating it." - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "Recovered model server connection!" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "model server went away" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "LDAP user %s already exists" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "LDAP object for %s doesn't exist" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "User %s doesn't exist" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "Group can't be created because group %s already exists" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "Group can't be created because user %s doesn't exist" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "User %s can't be searched in group because the user doesn't exist" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "User %s can't be added to the group because the user doesn't exist" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "The group at dn %s doesn't exist" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "User %(uid)s is already a member of the group %(group_dn)s" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" -"User %s can't be removed from the group because the user doesn't exist" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "User %s is not a member of the group" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "User %s can't be removed from all because the user doesn't exist" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "Group at dn %s doesn't exist" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "Found non-unique network for bridge %s" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "Found no network for bridge %s" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "Creating new user: %s" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "Deleting user: %s" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "Adding role %(role)s to user %(user)s for project %(project)s" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "Adding sitewide role %(role)s to user %(user)s" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "Removing role %(role)s from user %(user)s for project %(project)s" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "Removing sitewide role %(role)s from user %(user)s" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "operation must be add or remove" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "Getting x509 for user: %(name)s on project: %(project)s" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "Create project %(name)s managed by %(manager_user)s" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "Modify project: %(name)s managed by %(manager_user)s" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Delete project: %s" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "Adding user %(user)s to project %(project)s" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "Removing user %(user)s from project %(project)s" diff --git a/po/en_GB.po b/po/en_GB.po deleted file mode 100644 index 95e442f4b..000000000 --- a/po/en_GB.po +++ /dev/null @@ -1,2835 +0,0 @@ -# English (United Kingdom) translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-06-19 18:14+0000\n" -"Last-Translator: Dave Walker \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "No hosts found" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Unexpected error while running command." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "DB exception wrapped" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Uncaught exception" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Volume quota exceeded. You cannot create a volume of size %sG" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "Volume status must be available" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Volume is already attached" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Volume is already detached" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Failed to read private ip" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Failed to read public ip(s)" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "%(param)s property not found for image %(_image_id)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "No keypairs defined" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "Instance %s not found" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "Unable to use SR %(sr_ref)s for instance %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Unable to attach volume to instance %s" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Unable to locate volume %s" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Unable to detach volume %s" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Unknown instance type: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Filename of root CA" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Filename of private key" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "Filename of root Certificate Revocation List" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Where we keep our keys" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "Where we keep our root CA" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Should we use a CA for each project?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "Subject for certificate for users, %s for project, user, timestamp" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "Subject for certificate for projects, %s for project, timestamp" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "Subject for certificate for vpns, %s for project, timestamp" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "Flags path: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "Casting to %(topic)s %(host)s for %(method)s" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorating: |%s|" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: locked: |%s|" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: executing: |%s|" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: not executing |%s|" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "Instance has already been created" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "instance %s: starting..." - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "instance %s: Failed to spawn" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Terminating instance %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "Deallocating address %s" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "trying to destroy already destroyed instance: %s" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "Rebooting instance %s" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "instance %s: snapshotting" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "instance %s: setting admin password" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "instance %(nm)s: injecting file to %(plain_path)s" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "instance %s: rescuing" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "instance %s: pausing" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "instance %s: retrieving diagnostics" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "instance %s: suspending" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "instance %s: resuming" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "instance %s: locking" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "instance %s: unlocking" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "instance %s: getting locked state" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "instance %s: reset network" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "Get console output for instance %s" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "instance %s: getting ajax console" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "instance %(instance_id)s: attach failed %(mountpoint)s, removing" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "Detaching volume from unknown instance %s" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "Host %s is not alive" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "All hosts have too many cores" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "Host %s not available" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "All hosts have too many gigabytes" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "All hosts have too many networks" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "Re-exporting %s volumes" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "volume %s: skipping export" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "volume %s: creating" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "volume %(vol_name)s: creating lv of size %(vol_size)sG" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "volume %s: creating export" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "volume %s: created successfully" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "Volume is still attached" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "Volume is not local to this node" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "volume %s: removing export" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "volume %s: deleting" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "volume %s: deleted successfully" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "%(text)s: _db_content => %(content)s" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "Raising NotImplemented" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "xenapi.fake does not have an implementation for %s" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "Calling %(localname)s %(impl)s" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "Calling getter %s" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "Can't test instances without a real virtual env." - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "Need to watch instance %s until it's running..." - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "Failed to open connection to the hypervisor" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "Starting VLAN inteface %s" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "Starting Bridge interface for %s" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "Hupping dnsmasq threw %s" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "Pid %d is stale, relaunching dnsmasq" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "killing radvd threw %s" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "Pid %d is stale, relaunching radvd" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "Killing dnsmasq threw %s" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "Inner Exception: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "Class %s cannot be found" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "Fetching %s" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Running cmd (subprocess): %s" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "Result was %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "Running cmd (SSH): %s" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "debug in callback: %s" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "Running %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "Link Local address is not found.:%s" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "Invalid backend: %s" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "backend %s" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "(%(nm)s) publish (key: %(routing_key)s) %(message)s" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "Publishing to route %s" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Declaring queue %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Declaring exchange %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "Binding %(queue)s to %(exchange)s with key %(routing_key)s" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "Getting from %(queue)s: %(message)s" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "Created VM %s..." - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "Created VM %(instance_name)s as %(vm_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "VBD not found in instance %s" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "Unable to unplug VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "Unable to destroy VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "Snapshotting VM %(vm_ref)s with label '%(label)s'..." - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "Size for image %(image)s:%(virtual_size)d" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "Glance image %s" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "Copying VDI %s to /boot/guest on dom0" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "Kernel/Ramdisk VDI %s destroyed" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "Asking xapi to fetch %(url)s as %(access)s" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "Looking up vdi %s for PV kernel" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "PV Kernel in VDI:%s" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "Running pygrub against %s" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "Found Xen kernel %s" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "No Xen kernel found. Booting HVM." - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "duplicate name found: %s" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "VDI %s is still available" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "(VM_UTILS) xenserver vm state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "(VM_UTILS) xenapi power_state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "VHD %(vdi_uuid)s has parent %(parent_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "Re-scanning SR %s" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "No VDIs found for VM %s" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "Creating VBD for VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "Creating VBD for VDI %s done." - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "Plugging VBD %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "Plugging VBD %s done." - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "VBD %(vbd)s plugged as %(orig_dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "Destroying VBD for VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "Destroying VBD for VDI %s done." - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "VBD.unplug successful first time." - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "VBD.unplug rejected: retrying..." - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "VBD.unplug successful eventually." - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "Ignoring XenAPI.Failure in VBD.unplug: %s" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "Ignoring XenAPI.Failure %s" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "Writing partition table %s done." - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "Nested received %(queue)s, %(value)s" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "Nested return %s" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "Received %s" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "Use of empty request context is deprecated" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "No service for id %s" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" - -#~ msgid "Wrong number of arguments." -#~ msgstr "Wrong number of arguments." - -#~ msgid "No such process" -#~ msgstr "No such process" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "Full set of FLAGS:" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "pidfile %s does not exist. Daemon not running?\n" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Starting %s" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "Serving %s" diff --git a/po/es.po b/po/es.po deleted file mode 100644 index 5a49ab4e4..000000000 --- a/po/es.po +++ /dev/null @@ -1,2894 +0,0 @@ -# Spanish translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2012-01-02 01:45+0000\n" -"Last-Translator: jsoler \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-01-03 05:04+0000\n" -"X-Generator: Launchpad (build 14616)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "No se encontraron hosts" - -#: ../nova/exception.py:54 -msgid "Unexpected error while running command." -msgstr "Error inesperado mientras el comando se ejecutaba" - -#: ../nova/exception.py:57 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Comando: %(cmd)s\n" -"Código de salida: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "Excepción DB encapsulada" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:127 -msgid "Uncaught exception" -msgstr "Excepción no controlada" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "Cuota excedida por %(pid)s, se intentó crear el volumen %(size)sG" - -#: ../nova/volume/api.py:57 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Cuota de volumen excedida. No puede crear un volumen con tamaño %sG" - -#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 -#: ../nova/volume/api.py:230 -msgid "Volume status must be available" -msgstr "El estado del volumen debe estar disponible" - -#: ../nova/volume/api.py:174 -msgid "Volume is already attached" -msgstr "El volumen ya está asociado previamente" - -#: ../nova/volume/api.py:180 -msgid "Volume is already detached" -msgstr "El volumen ya ha sido desasociado previamente" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Fallo lectura de IP Privada" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Fallo lectura de IP(s) Publicas" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "%(param)s propiedad no encontrada para la imagen %(_image_id)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "No se definio un par de llaves (Keypair)" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:388 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "La instancia %s no se ha encontrado" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:50 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Volumen_unido: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:174 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" -"No es posible crear el VDI en SR %(sr_ref)s para la instancia " -"%(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:187 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "No es posible usar SR %(sr_ref)s para la instancia %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:195 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Imposible adjuntar volumen a la instancia %s" - -#: ../nova/virt/xenapi/volumeops.py:198 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" -"El punto de montaje %(mountpoint)s esta unido a la instancia " -"%(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:208 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Volume_separado: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:216 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Imposible encontrar volumen %s" - -#: ../nova/virt/xenapi/volumeops.py:224 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Imposible desasociar volumen %s" - -#: ../nova/virt/xenapi/volumeops.py:238 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" -"El punto de montaje %(mountpoint)s se desligó de la instancia " -"%(instance_name)s" - -#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 -#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Tipo de instancia desconocido: %s" - -#: ../nova/crypto.py:50 -msgid "Filename of root CA" -msgstr "Nombre de fichero de la CA raíz" - -#: ../nova/crypto.py:53 -msgid "Filename of private key" -msgstr "Nombre de fichero de la clave privada" - -#: ../nova/crypto.py:55 -msgid "Filename of root Certificate Revokation List" -msgstr "Nombre de fichero de la lista de certificados de revocación raíz" - -#: ../nova/crypto.py:57 -msgid "Where we keep our keys" -msgstr "Donde guardamos nuestras claves" - -#: ../nova/crypto.py:59 -msgid "Where we keep our root CA" -msgstr "Dónde guardamos nuestra CA raíz" - -#: ../nova/crypto.py:61 -msgid "Should we use a CA for each project?" -msgstr "¿Deberíamos usar una CA para cada proyecto?" - -#: ../nova/crypto.py:65 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" -"Sujeto (Subject) para el certificado de usuarios, %s para el proyecto, " -"usuario, marca de tiempo" - -#: ../nova/crypto.py:70 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" -"Sujeto (Subject) para el certificado del proyecto, %s para el proyecto, " -"marca de tiempo" - -#: ../nova/crypto.py:75 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" -"Sujeto (Subject) para el certificado para vpns, %s para el proyecto, marca " -"de tiempo" - -#: ../nova/crypto.py:277 -#, python-format -msgid "Flags path: %s" -msgstr "Ruta a las opciones: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:101 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorating: |%s|" - -#: ../nova/compute/manager.py:104 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: argumentos: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:107 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: locked: |%s|" - -#: ../nova/compute/manager.py:109 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:114 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: ejecutando: |%s|" - -#: ../nova/compute/manager.py:118 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: no ejecutando |%s|" - -#: ../nova/compute/manager.py:368 -msgid "Instance has already been created" -msgstr "La instancia ha sido creada previamente" - -#: ../nova/compute/manager.py:425 -#, python-format -msgid "instance %s: starting..." -msgstr "instancia %s: iniciando..." - -#: ../nova/virt/xenapi/vmops.py:216 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "Instancia %s: no se pudo iniciar" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Finalizando la instancia %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "Desasociando la dirección %s" - -#: ../nova/compute/manager.py:558 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "intentando finalizar una instancia que ya había sido finalizada: %s" - -#: ../nova/compute/manager.py:709 -#, python-format -msgid "Rebooting instance %s" -msgstr "Reiniciando instancia %s" - -#: ../nova/compute/manager.py:599 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"intentando reiniciar una instancia no ejecutada: %(instance_id)s (state: " -"%(state)s expected: %(running)s)" - -#: ../nova/compute/manager.py:768 -#, python-format -msgid "instance %s: snapshotting" -msgstr "instancia %s: creando snapshot" - -#: ../nova/compute/manager.py:651 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"intentando crear una imagen instantanea(snapshot) de una maquina no " -"ejecutada: %(instance_id)s (state: %(state)s expected: %(running)s)" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"intentando restablecer el password en una instancia: %(instance_id)s " -"(estado: %(instance_state)s esperado: %(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "instancia %s: estableciendo password de administrador" - -#: ../nova/compute/manager.py:772 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" -"intentando inyectar un archivo dentro de una instancia parada: " -"%(instance_id)s (estado: %(instance_state)s esperado: %(expected_state)s)" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "instancia %(nm)s: inyectando archivo en %(plain_path)s" - -#: ../nova/compute/manager.py:938 -#, python-format -msgid "instance %s: rescuing" -msgstr "instancia %s: rescatando" - -#: ../nova/compute/manager.py:960 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:1240 -#, python-format -msgid "instance %s: pausing" -msgstr "instancia %s: pausando" - -#: ../nova/compute/manager.py:1257 -#, python-format -msgid "instance %s: unpausing" -msgstr "instancia %s: continuando tras pausa" - -#: ../nova/compute/manager.py:1285 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "instancia %s: obteniendo los diagnosticos" - -#: ../nova/compute/manager.py:1293 -#, python-format -msgid "instance %s: suspending" -msgstr "instancia %s: suspendiendo" - -#: ../nova/compute/manager.py:1310 -#, python-format -msgid "instance %s: resuming" -msgstr "instancia %s: continuando" - -#: ../nova/compute/manager.py:1328 -#, python-format -msgid "instance %s: locking" -msgstr "instancia %s: bloqueando" - -#: ../nova/compute/manager.py:1336 -#, python-format -msgid "instance %s: unlocking" -msgstr "instancia %s: desbloqueando" - -#: ../nova/compute/manager.py:1343 -#, python-format -msgid "instance %s: getting locked state" -msgstr "instancia %s: pasando a estado bloqueado" - -#: ../nova/compute/manager.py:1352 -#, python-format -msgid "instance %s: reset network" -msgstr "instancia %s: reiniciar redes" - -#: ../nova/compute/manager.py:1372 ../nova/api/ec2/cloud.py:800 -#, python-format -msgid "Get console output for instance %s" -msgstr "Obtener salida de la consola para la instancia %s" - -#: ../nova/compute/manager.py:1381 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "instancia %s: obteniendo consola ajax" - -#: ../nova/compute/manager.py:1239 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" -"instancia %(instance_id)s: adjuntando volumen %(volume_id)s a %(mountpoint)s" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:1265 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" -"instancia %(instance_id)s: adjuntar fallo %(mountpoint)s, removiendo" - -#: ../nova/compute/manager.py:1472 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" -"Quitar el volumen %(volume_id)s del punto de montaje %(mp)s en la instancia " -"%(instance_id)s" - -#: ../nova/compute/manager.py:1477 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "Desvinculando volumen de instancia desconocida %s" - -#: ../nova/scheduler/simple.py:52 -#, python-format -msgid "Host %s is not alive" -msgstr "Host %s no responde" - -#: ../nova/scheduler/simple.py:67 -msgid "All hosts have too many cores" -msgstr "Todos los hosts tienen demasiados cores" - -#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 -#, python-format -msgid "Host %s not available" -msgstr "Host %s no disponible" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many gigabytes" -msgstr "Todos los hosts tienen demasiados gigabytes" - -#: ../nova/scheduler/simple.py:136 -msgid "All hosts have too many networks" -msgstr "Todos los hosts tienen demasiadas redes" - -#: ../nova/volume/manager.py:89 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "Exportando de nuevo los volumenes %s" - -#: ../nova/volume/manager.py:94 -#, python-format -msgid "volume %s: skipping export" -msgstr "volume %s: saltando exportación" - -#: ../nova/volume/manager.py:100 -#, python-format -msgid "volume %s: creating" -msgstr "volumen %s: creando" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "volume %(vol_name)s: creando lv del tamaño %(vol_size)sG" - -#: ../nova/volume/manager.py:124 -#, python-format -msgid "volume %s: creating export" -msgstr "volumen %s: exportando" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: created successfully" -msgstr "volumen %s: creado satisfactoriamente" - -#: ../nova/volume/manager.py:167 -msgid "Volume is still attached" -msgstr "El volumen todavía está asociado" - -#: ../nova/volume/manager.py:169 -msgid "Volume is not local to this node" -msgstr "Volumen no local a este nodo" - -#: ../nova/volume/manager.py:173 -#, python-format -msgid "volume %s: removing export" -msgstr "volumen %s: eliminando exportación" - -#: ../nova/volume/manager.py:175 -#, python-format -msgid "volume %s: deleting" -msgstr "volumen %s: eliminando" - -#: ../nova/volume/manager.py:190 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "volumen %s: eliminado satisfactoriamente" - -#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "%(text)s: _db_content => %(content)s" - -#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 -#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 -msgid "Raising NotImplemented" -msgstr "Lanzando NotImplemented" - -#: ../nova/virt/xenapi/fake.py:497 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "xenapi.fake no tiene una implementación para %s" - -#: ../nova/virt/xenapi/fake.py:531 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "Llamando %(localname)s %(impl)s" - -#: ../nova/virt/xenapi/fake.py:536 -#, python-format -msgid "Calling getter %s" -msgstr "Llanado al adquiridor %s" - -#: ../nova/virt/xenapi/fake.py:596 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" -"xenapi.fake no tiene una implementación para %s o ha sido llamada con un " -"número incorrecto de argumentos" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "No puedo probar las imágenes sin un entorno real virtual" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "Hay que vigilar la instancia %s hasta que este en ejecución..." - -#: ../nova/virt/connection.py:78 -msgid "Failed to open connection to the hypervisor" -msgstr "Fallo al abrir conexión con el hypervisor" - -#: ../nova/network/linux_net.py:931 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "Iniciando interfaz VLAN %s" - -#: ../nova/network/linux_net.py:960 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "Iniciando interfaz puente para %s" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:660 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "Excepción al recargar la configuración de dnsmasq: %s" - -#: ../nova/network/linux_net.py:662 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "El pid %d está pasado, relanzando dnsmasq" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:722 -#, python-format -msgid "killing radvd threw %s" -msgstr "Matando radvd lanzado %s" - -#: ../nova/network/linux_net.py:724 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "Pid %d corrupto, relanzando radvd" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:763 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "Al matar dnsmasq se lanzó %s" - -#: ../nova/utils.py:66 -#, python-format -msgid "Inner Exception: %s" -msgstr "Excepción interna: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "La clase %s no ha podido ser encontrada." - -#: ../nova/utils.py:150 -#, python-format -msgid "Fetching %s" -msgstr "Obteniendo %s" - -#: ../nova/utils.py:198 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Ejecutando cmd (subprocesos): %s" - -#: ../nova/utils.py:214 ../nova/utils.py:264 -#, python-format -msgid "Result was %s" -msgstr "El resultado fue %s" - -#: ../nova/utils.py:240 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "corriendo cmd (SSH): %s" - -#: ../nova/utils.py:304 -#, python-format -msgid "debug in callback: %s" -msgstr "Depuración de la devolución de llamada: %s" - -#: ../nova/utils.py:309 -#, python-format -msgid "Running %s" -msgstr "Ejecutando %s" - -#: ../nova/utils.py:414 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "No se encuentra la dirección del enlace local.:%s" - -#: ../nova/utils.py:417 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "No se pudo obtener enlace de la ip local de %(interface)s :%(ex)s" - -#: ../nova/utils.py:514 -#, python-format -msgid "Invalid backend: %s" -msgstr "backend inválido: %s" - -#: ../nova/utils.py:525 -#, python-format -msgid "backend %s" -msgstr "backend %s" - -#: ../nova/testing/fake/rabbit.py:50 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "(%(nm)s) publica (key: %(routing_key)s) %(message)s" - -#: ../nova/testing/fake/rabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "Publicando la ruta %s" - -#: ../nova/testing/fake/rabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Declarando cola %s" - -#: ../nova/testing/fake/rabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Declarando intercambio %s" - -#: ../nova/testing/fake/rabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "Enlazando %(queue)s a %(exchange)s con la llave %(routing_key)s" - -#: ../nova/testing/fake/rabbit.py:133 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "Obtendiendo desde %(queue)s: %(message)s" - -#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 -#, python-format -msgid "Created VM %s..." -msgstr "Creada VM %s..." - -#: ../nova/virt/xenapi/vm_utils.py:195 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "VM creada %(instance_name)s como %(vm_ref)s." - -#: ../nova/virt/xenapi/volume_utils.py:206 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "Creando VBD para VM %(vm_ref)s, VDI %(vdi_ref)s ... " - -#: ../nova/virt/xenapi/volume_utils.py:209 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "Creado el VBD %(vbd_ref)s para VM %(vm_ref)s, VDI %(vdi_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "VBD not found in instance %s" -msgstr "VBD no encontrado en la instancia %s" - -#: ../nova/virt/xenapi/vm_utils.py:257 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "Imposible desconectar VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:268 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "Imposible destruir VBD %s" - -#: ../nova/virt/xenapi/vmops.py:1449 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s." - -#: ../nova/virt/xenapi/vmops.py:1452 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Creado el VIF %(vif_ref)s para VM %(vm_ref)s, red %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:295 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" -"VDI creado %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) " -"sobre %(sr_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:322 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "Creando snapshot de la VM %(vm_ref)s con etiqueta '%(label)s'..." - -#: ../nova/virt/xenapi/vm_utils.py:336 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "Instantánea creada %(template_vm_ref)s de la VM %(vm_ref)s." - -#. NOTE(sirp): Currently we only support uploading images as VHD, there -#. is no RAW equivalent (yet) -#: ../nova/virt/xenapi/vm_utils.py:366 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "Pidiendo xapi a subir %(vdi_uuids)s como ID %(image_id)s" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "Tamaño para imagen %(image)s:%(virtual_size)d" - -#. TODO(sirp): This should eventually be the URI for the Glance image -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "Glance image %s" -msgstr "Imagen Glance %s" - -#. We need to invoke a plugin for copying the -#. content of the VDI into the proper path. -#: ../nova/virt/xenapi/vm_utils.py:671 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "Copiando VDI %s a /boot/guest on dom0" - -#: ../nova/virt/xenapi/vm_utils.py:681 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "Kernel/Ramdisk VDI %s destruído" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "Pidiendo a xapi que descargue %(url)s como %(access)s" - -#: ../nova/virt/xenapi/vm_utils.py:759 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "Buscando vid %s para el kernel PV" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "Kernel PV en VDI:%s" - -#: ../nova/virt/xenapi/vm_utils.py:1294 -#, python-format -msgid "Running pygrub against %s" -msgstr "Ejecutando pygrub contra %s" - -#: ../nova/virt/xenapi/vm_utils.py:1301 -#, python-format -msgid "Found Xen kernel %s" -msgstr "Kernel Xen Encontrado %s" - -#: ../nova/virt/xenapi/vm_utils.py:1303 -msgid "No Xen kernel found. Booting HVM." -msgstr "Kernel Xen no encontrado. Reiniciando HVM" - -#: ../nova/virt/hyperv.py:450 -#, python-format -msgid "duplicate name found: %s" -msgstr "se ha encontrado un nombre duplicado: %s" - -#: ../nova/virt/xenapi/vm_utils.py:819 -#, python-format -msgid "VDI %s is still available" -msgstr "VDI %s está todavía disponible" - -#: ../nova/virt/xenapi/vm_utils.py:857 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "(VM_UTILS) xenserver vm state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:859 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "(VM_UTILS) xenapi power_state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:1101 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "VHD %(vdi_uuid)s tiene origen en %(parent_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:915 -#, python-format -msgid "Re-scanning SR %s" -msgstr "Re-escaneando SR %s" - -#: ../nova/virt/xenapi/vm_utils.py:1152 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1159 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:911 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "No se han encontrado VDI's para VM %s" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" -"Numero de VDIs inesperado (%(num_vdis)s) encontrados por VM %(vm_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:1221 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "Creando VBD para VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:1223 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "Creando VBF para VDI %s terminado" - -#: ../nova/virt/xenapi/vm_utils.py:1225 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1228 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1242 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1246 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1258 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "VBD.Primera desconexión satisfactoria." - -#: ../nova/virt/xenapi/vm_utils.py:1263 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "VBD. Desconexión rechazada: reintentándolo..." - -#: ../nova/virt/xenapi/vm_utils.py:1268 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "VBD.Finalmente logro desconectar." - -#: ../nova/virt/xenapi/vm_utils.py:1271 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1280 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1140 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1361 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/rpc/common.py:142 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/rpc/common.py:150 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 -#, python-format -msgid "Received %s" -msgstr "Recibido %s" - -#: ../nova/db/sqlalchemy/api.py:50 -msgid "Use of empty request context is deprecated" -msgstr "El uso de una petición de contexto vacía está en desuso" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "No hay servicio para el id %s" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "No hay ip flotante para la dirección %s" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "No hay red para el id %s" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "No hay red para el puente %s" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "No hay red para la instancia %s" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "El token %s no existe" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "No hay quota para el project:id %s" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "El volumen %s no se ha encontrado" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "No se ha encontrado dispositivo exportado para el volumen %s" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "No se ha encontrado id de destino para el volumen %s" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "No hay un grupo de seguridad con el id %s" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "No hay una regla para el grupo de seguridad con el id %s" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "No hay un usuario con el id %s" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "No hay un usuario para la clave de acceso %s" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "No hay proyecto con id %s" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/compute/manager.py:192 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt/connection.py:226 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "Conectando a libvirt: %s" - -#: ../nova/virt/libvirt/connection.py:240 -msgid "Connection to libvirt broke" -msgstr "Conexión a libvirt rota" - -#: ../nova/virt/libvirt/connection.py:394 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "No hay disco en %s" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" -"El snapshotting de instancias no está soportado en libvirt en este momento" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "instancia %s: reiniciada" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "_wait_for_reboot falló: %s" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "instancia %s: rescatada" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "_wait_for_rescue falló: %s" - -#: ../nova/virt/libvirt/connection.py:670 -#, python-format -msgid "instance %s: is running" -msgstr "instancia %s: está ejecutándose" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "instancia %s: arrancada" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "insntancia %s: falló al arrancar" - -#: ../nova/virt/libvirt/connection.py:693 -#, python-format -msgid "virsh said: %r" -msgstr "virsh dijo: %r" - -#: ../nova/virt/libvirt/connection.py:697 -msgid "cool, it's a device" -msgstr "genial, es un dispositivo" - -#: ../nova/virt/libvirt/connection.py:708 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:745 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt/utils.py:218 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:854 -#, python-format -msgid "instance %s: Creating image" -msgstr "instancia %s: Creando imagen" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt/connection.py:1044 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt/connection.py:1183 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "instancia %s: comenzando método toXML" - -#: ../nova/virt/libvirt/connection.py:1187 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "instancia %s: finalizado método toXML" - -#: ../nova/virt/libvirt/connection.py:1330 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt/firewall.py:540 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "Fallo al generar metadatos para la ip %s" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "Intento de instanciar sigleton" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "Quota excedida para %s, intentando asignar direcciones" - -#: ../nova/network/manager.py:296 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" -"La quota de direcciones ha sido excedida. No puedes asignar más direcciones" - -#: ../nova/tests/test_volume.py:190 -#, python-format -msgid "Target %s allocated" -msgstr "Destino %s asignado" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:165 -msgid "Must implement a fallback schedule" -msgstr "Debe de implementar un horario de reserva" - -#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:91 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:219 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:227 -#, python-format -msgid "Generating root CA: %s" -msgstr "Generando CA raiz: %s" - -#: ../nova/api/ec2/cloud.py:385 -#, python-format -msgid "Create key pair %s" -msgstr "Creando par de claves %s" - -#: ../nova/api/ec2/cloud.py:414 -#, python-format -msgid "Delete key pair %s" -msgstr "Borrar para de claves %s" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s no es un ipProtocol valido" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "Rango de puerto inválido" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:349 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "Revocar ingreso al grupo de seguridad %s" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:211 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 -msgid "No rule for the specified parameters." -msgstr "No hay regla para los parámetros especificados." - -#: ../nova/api/openstack/v2/contrib/security_groups.py:196 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "Autorizar ingreso al grupo de seguridad %s" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:218 -#, python-format -msgid "This rule already exists in group %s" -msgstr "Esta regla ya existe en el grupo %s" - -#: ../nova/api/ec2/cloud.py:765 -#: ../nova/api/openstack/v2/contrib/security_groups.py:138 -#, python-format -msgid "Create Security Group %s" -msgstr "Crear Grupo de Seguridad %s" - -#: ../nova/api/ec2/cloud.py:768 -#, python-format -msgid "group %s already exists" -msgstr "el grupo %s ya existe" - -#: ../nova/api/ec2/cloud.py:795 -#: ../nova/api/openstack/v2/contrib/security_groups.py:98 -#, python-format -msgid "Delete security group %s" -msgstr "Borrar grupo de seguridad %s" - -#: ../nova/api/openstack/v2/contrib/volumes.py:143 -#: ../nova/api/ec2/cloud.py:887 -#, python-format -msgid "Create volume of %s GB" -msgstr "Crear volumen de %s GB" - -#: ../nova/api/ec2/cloud.py:922 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:327 -#: ../nova/api/ec2/cloud.py:936 -#, python-format -msgid "Detach volume %s" -msgstr "Desasociar volumen %s" - -#: ../nova/api/ec2/cloud.py:1221 -msgid "Allocate address" -msgstr "Asignar dirección" - -#: ../nova/api/ec2/cloud.py:1233 -#, python-format -msgid "Release address %s" -msgstr "Liberar dirección %s" - -#: ../nova/api/ec2/cloud.py:1238 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1248 -#, python-format -msgid "Disassociate address %s" -msgstr "Desasociar dirección %s" - -#: ../nova/api/ec2/cloud.py:1296 -msgid "Going to start terminating instances" -msgstr "Se va a iniciar la finalización de las instancias" - -#: ../nova/api/ec2/cloud.py:1305 -#, python-format -msgid "Reboot instance %r" -msgstr "Reiniciar instancia %r" - -#: ../nova/api/ec2/cloud.py:1445 -#, python-format -msgid "De-registering image %s" -msgstr "Des-registrando la imagen %s" - -#: ../nova/api/ec2/cloud.py:1472 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 -#: ../nova/api/ec2/cloud.py:1500 ../nova/api/ec2/cloud.py:1515 -#, python-format -msgid "attribute not supported: %s" -msgstr "atributo no soportado: %s" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "id no valido: %s" - -#: ../nova/api/ec2/cloud.py:1518 -msgid "user or group not specified" -msgstr "usuario o grupo no especificado" - -#: ../nova/api/ec2/cloud.py:1520 -msgid "only group \"all\" is supported" -msgstr "sólo el grupo \"all\" está soportado" - -#: ../nova/api/ec2/cloud.py:1522 -msgid "operation_type must be add or remove" -msgstr "operation_type debe ser añadir o eliminar" - -#: ../nova/api/ec2/cloud.py:1523 -#, python-format -msgid "Updating image %s publicity" -msgstr "Actualizando imagen %s públicamente" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "Intentado la creación del nombre no único %s" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:388 -#, python-format -msgid "Starting VM %s..." -msgstr "Iniciando VM %s..." - -#: ../nova/virt/xenapi/vmops.py:391 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:437 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:467 -#, python-format -msgid "Instance %s: booted" -msgstr "Instancia %s: iniciada" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "Instancia no existente %s" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:612 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "Comenzando snapshot para la VM %s" - -#: ../nova/virt/xenapi/vmops.py:621 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:606 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "Finalizado el snapshot y la subida de la VM %s" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1086 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1764 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:288 ../nova/tests/test_compute.py:1165 -#, python-format -msgid "Running instances: %s" -msgstr "Ejecutando instancias: %s" - -#: ../nova/tests/test_compute.py:294 -#, python-format -msgid "After terminating instances: %s" -msgstr "Después de terminar las instancias: %s" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "Red a insertar en la configuración de openvpn" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "Mascara de red a insertar en la configuración de openvpn" - -#: ../nova/cloudpipe/pipelib.py:96 -#, python-format -msgid "Launching VPN for %s" -msgstr "Lanzando VPN para %s" - -#: ../nova/db/sqlalchemy/migration.py:36 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "La imagen %s no ha podido ser encontrada" - -#: ../nova/api/ec2/__init__.py:134 -msgid "Too many failed authentications." -msgstr "Demasiados intentos de autenticacion fallidos." - -#: ../nova/api/ec2/__init__.py:144 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:204 -#, python-format -msgid "Authentication Failure: %s" -msgstr "Fallo de autenticación: %s" - -#: ../nova/api/ec2/__init__.py:220 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:251 -#, python-format -msgid "action: %s" -msgstr "acción: %s" - -#: ../nova/api/ec2/__init__.py:253 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:328 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:359 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:365 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:377 -#, python-format -msgid "NotFound raised: %s" -msgstr "No encontrado: %s" - -#: ../nova/api/ec2/__init__.py:380 -#, python-format -msgid "ApiError raised: %s" -msgstr "Sucedió un ApiError: %s" - -#: ../nova/api/ec2/__init__.py:409 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "Sucedió un error inexperado: %s" - -#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" -"Ha sucedido un error desconocido. Por favor repite el intento de nuevo." - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "El usuario %s ya existe" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "El proyecto no puede ser creado porque el administrador %s no existe" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "El proyecto no puede ser creado porque el usuario %s no existe" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "El proyecto no puede ser creado porque el proyecto %s ya existe" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" -"El proyecto no puede ser modificado porque el administrador %s no existe" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "No se ha encontrado el usuario \"%s\"" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "No se ha encontrado el proyecto \"%s\"" - -#: ../nova/virt/xenapi_conn.py:159 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" -"Debes especificar xenapi_connection_url, xenapi_connection_username " -"(opcional), y xenapi_connection_password para usar connection_type=xenapi" - -#: ../nova/virt/xenapi_conn.py:542 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:551 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:577 ../nova/virt/xenapi_conn.py:590 -#, python-format -msgid "Got exception: %s" -msgstr "Obtenida excepción %s" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:73 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:63 -#, python-format -msgid "Caught error: %s" -msgstr "Capturado error: %s" - -#: ../nova/api/openstack/v2/__init__.py:113 -msgid "Including admin operations in API." -msgstr "Incluyendo operaciones de administración in API." - -#: ../nova/console/xvp.py:93 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:111 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:116 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:129 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:136 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:139 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:609 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:633 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:634 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:635 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:636 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 -#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "Failed to load partition: %s" -msgstr "Fallo al cargar la partición: %s" - -#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "Fallo al montar el sistema de ficheros: %s" - -#: ../nova/virt/disk.py:217 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:222 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "No se puede unir la imagen con el loopback: %s" - -#: ../nova/virt/disk.py:246 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:119 -msgid "In init host" -msgstr "En el host inicial" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "Intento de crear una vm duplicada %s" - -#: ../nova/virt/hyperv.py:166 -#, python-format -msgid "Starting VM %s " -msgstr "Comenzando VM %s " - -#: ../nova/virt/hyperv.py:168 -#, python-format -msgid "Started VM %s " -msgstr "VM %s iniciada " - -#: ../nova/virt/hyperv.py:170 -#, python-format -msgid "spawn vm failed: %s" -msgstr "Inicio de vm fallido: %s" - -#: ../nova/virt/hyperv.py:187 -#, python-format -msgid "Failed to create VM %s" -msgstr "Fallo al crear la VM %s" - -#: ../nova/virt/hyperv.py:206 -#, python-format -msgid "Set memory for vm %s..." -msgstr "Se ha establecido la memoria para vm %s..." - -#: ../nova/virt/hyperv.py:216 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "Establecidas vcpus para vm %s..." - -#: ../nova/virt/hyperv.py:220 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:245 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "Fallo al añadir unidad de disco a la VM %s" - -#: ../nova/virt/hyperv.py:248 -#, python-format -msgid "New disk drive path is %s" -msgstr "La nueva ruta para unidad de disco es %s" - -#: ../nova/virt/hyperv.py:265 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "Fallo al añadir el fichero vhd a la VM %s" - -#: ../nova/virt/hyperv.py:267 -#, python-format -msgid "Created disk for %s" -msgstr "Discos creados para %s" - -#: ../nova/virt/hyperv.py:271 -#, python-format -msgid "Creating nic for %s " -msgstr "Creando nic para %s " - -#: ../nova/virt/hyperv.py:290 -msgid "Failed creating a port on the external vswitch" -msgstr "Fallo al crear un puerto en el vswitch externo" - -#: ../nova/virt/hyperv.py:291 -#, python-format -msgid "Failed creating port for %s" -msgstr "Fallo creando puerto para %s" - -#: ../nova/virt/hyperv.py:294 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:304 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "Fallo al añadir nic a la VM %s" - -#: ../nova/virt/hyperv.py:306 -#, python-format -msgid "Created nic for %s " -msgstr "Creando nic para %s " - -#: ../nova/virt/hyperv.py:339 -#, python-format -msgid "WMI job failed: %s" -msgstr "Trabajo WMI falló: %s" - -#: ../nova/virt/hyperv.py:343 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:380 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "Recibida solicitud para destruir vm %s" - -#: ../nova/virt/hyperv.py:405 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "Fallo al destruir vm %s" - -#: ../nova/virt/hyperv.py:412 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:433 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:470 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:473 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "La instancia %d no se ha encontrado en get_network_topic" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "La instancia %d no tiene host" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:202 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" -"Quota de instancias superada. Sólo puedes ejecutar %s instancias más de este " -"tipo." - -#: ../nova/compute/api.py:251 -msgid "Creating a raw instance" -msgstr "Creando una instancia raw" - -#: ../nova/compute/api.py:306 -#, python-format -msgid "Going to run %s instances..." -msgstr "Vamos a ejecutar %s insntacias..." - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:818 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "La instancia %d no se ha encontrado durante la finalización" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "La instancia %d ha sido finalizada" - -#: ../nova/compute/api.py:1521 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" -"El dispositivo especificado no es válido: %s. Ejemplo de dispositivo: " -"/dev/vdb" - -#: ../nova/compute/api.py:1536 -msgid "Volume isn't attached to anything!" -msgstr "¡El volumen no está unido a nada!" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" -"Imposible conectar al servidor AMQP después de %d intentos. Apagando." - -#: ../nova/rpc/impl_carrot.py:220 -msgid "Reconnected to queue" -msgstr "Reconectado a la cola" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Fallo al obtener el mensaje de la cola" - -#: ../nova/rpc/impl_carrot.py:235 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 -#, python-format -msgid "received %s" -msgstr "recibido %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 -#, python-format -msgid "no method for message: %s" -msgstr "no hay método para el mensaje: %s" - -#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 -#, python-format -msgid "No method for message: %s" -msgstr "No hay método para el mensaje: %s" - -#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 -#, python-format -msgid "unpacked context: %s" -msgstr "contenido desempaquetado: %s" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Haciendo una llamada asíncrona..." - -#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID es %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:621 -#, python-format -msgid "response %s" -msgstr "respuesta %s" - -#: ../nova/rpc/impl_carrot.py:630 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:631 -#, python-format -msgid "message %s" -msgstr "mensaje %s" - -#: ../nova/volume/driver.py:79 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "Recuperandose de una ejecución fallida. Intenta el número %s" - -#: ../nova/volume/driver.py:89 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "el grupo de volumenes %s no existe" - -#: ../nova/volume/driver.py:342 -#, python-format -msgid "FAKE AOE: %s" -msgstr "Falso AOE: %s" - -#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 -#: ../nova/volume/driver.py:891 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:463 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "Falso ISCSI: %s" - -#: ../nova/volume/driver.py:475 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:545 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:547 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:208 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:78 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "La instancia %s no ha sido encontrada" - -#: ../nova/network/manager.py:386 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:525 -msgid "setting network host" -msgstr "configurando la red del host" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "Liberando IP %s" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:881 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:1289 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:157 -#, python-format -msgid "Introducing %s..." -msgstr "Introduciendo %s..." - -#: ../nova/virt/xenapi/volume_utils.py:103 -#: ../nova/virt/xenapi/volume_utils.py:170 -#: ../nova/virt/xenapi/volumeops.py:157 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:76 -#: ../nova/virt/xenapi/volume_utils.py:174 -msgid "Unable to create Storage Repository" -msgstr "Imposible crear el repositorio de almacenamiento" - -#: ../nova/virt/xenapi/volume_utils.py:186 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "Imposible encontrar SR en VBD %s" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "Olvidando SR %s... " - -#: ../nova/virt/xenapi/volume_utils.py:228 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:234 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "Olvidando SR %s completado." - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:249 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "Incapaz de insertar VDI en SR %s" - -#: ../nova/virt/xenapi/volume_utils.py:257 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "Imposible obtener copia del VDI %s en" - -#: ../nova/virt/xenapi/volume_utils.py:279 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "Inposible insertar VDI para SR %s" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:356 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "Punto de montaje no puede ser traducido: %s" - -#: ../nova/image/s3.py:365 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/image/s3.py:374 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/image/s3.py:385 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "Tipo de valor S3 %r desconocido" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "Petición autenticada" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "Listado de cubos solicitado" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "Lista de claves para el cubo %s" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "Intento no autorizado para acceder al cubo %s" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "Creando el cubo %s" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "Eliminando el cubo %s" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "Intento no autorizado de eliminar el cubo %s" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "No autorizado para subir imagen: directorio incorrecto %s" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "No autorizado para subir imagen: cubo %s no autorizado" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "Comenzando la subida de la imagen: %s" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "No autorizado para actualizar los atributos de la imagen %s" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "Actualizando los campos de usuario de la imagen %s" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "Intento no autorizado de borrar la imagen %s" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "Eliminada imagen: %s" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "Looking up user: %r" -msgstr "Buscando usuario: %r" - -#: ../nova/auth/manager.py:281 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "Fallo de autorización para la clave de acceso %s" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "No se ha encontrado usuario para la clave de acceso %s" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "Utilizando nombre de proyecto = nombre de usuario (%s)" - -#: ../nova/auth/manager.py:294 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "No se ha podido encontrar un proyecto con nombre %s" - -#: ../nova/auth/manager.py:303 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "El usuario %(uid)s no es miembro del proyecto %(pjid)s" - -#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 -#, python-format -msgid "Invalid signature for user %s" -msgstr "Firma invalida para el usuario %s" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "Las firmas no concuerdan" - -#: ../nova/auth/manager.py:428 -msgid "Must specify project" -msgstr "Debes especificar un proyecto" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "El rol %s es únicamente global" - -#: ../nova/auth/manager.py:469 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:472 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:498 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:501 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:574 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "Creado el proyecto %(name)s con administrador %(manager_user)s" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "modifying project %s" -msgstr "Modificando proyecto %s" - -#: ../nova/auth/manager.py:604 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "Agregando usuario %(uid)s para el proyecto %(pid)s" - -#: ../nova/auth/manager.py:625 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "Borrar usuario %(uid)s del proyecto %(pid)s" - -#: ../nova/auth/manager.py:655 -#, python-format -msgid "Deleting project %s" -msgstr "Borrando proyecto %s" - -#: ../nova/auth/manager.py:713 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "Deleting user %s" -msgstr "Borrando usuario %s" - -#: ../nova/auth/manager.py:732 -#, python-format -msgid "Access Key change for user %s" -msgstr "Cambio de clave de acceso para el usuario %s" - -#: ../nova/auth/manager.py:734 -#, python-format -msgid "Secret Key change for user %s" -msgstr "Cambio de clave secreta para el usuario %s" - -#: ../nova/auth/manager.py:736 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:781 -#, python-format -msgid "No vpn data for project %s" -msgstr "No hay datos vpn para el proyecto %s" - -#: ../nova/service.py:141 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:232 -msgid "Service killed that has no database entry" -msgstr "Se detuvo un servicio sin entrada en la base de datos" - -#: ../nova/service.py:269 -msgid "The service database object disappeared, Recreating it." -msgstr "El servicio objeto de base de datos ha desaparecido, recreándolo." - -#: ../nova/service.py:284 -msgid "Recovered model server connection!" -msgstr "Recuperada la conexión al servidor de modelos." - -#: ../nova/service.py:290 -msgid "model server went away" -msgstr "el servidor de modelos se ha ido" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "El objeto LDAP para %s no existe" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "El grupo no se puede crear porque el usuario %s no existe" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/exception.py:790 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "El usuario %(uid)s es actualmente miembro del grupo %(group_dn)s" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" -"El usuario %s no se pudo borrar de el grupo a causa de que el usuario no " -"existe" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "El usuario %s no es miembro de el grupo" - -#: ../nova/auth/ldapdriver.py:621 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" -"Se ha intentado eliminar el último miembro de un grupo. Eliminando el grupo " -"%s en su lugar." - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "El grupo con dn %s no existe" - -#: ../nova/virt/xenapi/network_utils.py:55 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "Encontrada una red no única para el puente %s" - -#: ../nova/virt/xenapi/network_utils.py:58 -#, python-format -msgid "Found no network for bridge %s" -msgstr "No se ha encontrado red para el puente %s" - -#: ../nova/api/ec2/admin.py:145 -#, python-format -msgid "Creating new user: %s" -msgstr "Creando nuevo usuario: %s" - -#: ../nova/api/ec2/admin.py:153 -#, python-format -msgid "Deleting user: %s" -msgstr "Eliminando usuario: %s" - -#: ../nova/api/ec2/admin.py:175 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:179 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:185 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:189 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 -msgid "operation must be add or remove" -msgstr "la operación debe ser añadir o eliminar" - -#: ../nova/api/ec2/admin.py:207 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:225 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "Crear proyecto %(name)s administrador por %(manager_user)s" - -#: ../nova/api/ec2/admin.py:238 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "Modificar proyecto: %(name)s administrado por %(manager_user)s" - -#: ../nova/api/ec2/admin.py:248 -#, python-format -msgid "Delete project: %s" -msgstr "Borrar proyecto: %s" - -#: ../nova/api/ec2/admin.py:262 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "Agregando usuario %(user)s al proyecto %(project)s" - -#: ../nova/api/ec2/admin.py:266 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "Eliminando el usuario %(user)s del proyecto %(project)s" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "Sirviendo %s" - -#~ msgid "unexpected exception getting connection" -#~ msgstr "excepción inexperada al obtener la conexión" - -#~ msgid "unexpected error during update" -#~ msgstr "error inesperado durante la actualización" - -#, python-format -#~ msgid "updating %s..." -#~ msgstr "actualizando %s..." - -#, python-format -#~ msgid "Found instance: %s" -#~ msgstr "Encontrada interfaz: %s" - -#, python-format -#~ msgid "PV Kernel in VDI:%d" -#~ msgstr "PV Kernel en VDI:%d" - -#, python-format -#~ msgid "Volume quota exceeded. You cannot create a volume of size %s" -#~ msgstr "Quota de volumen superada. No puedes crear un volumen de tamaño %s" - -#~ msgid "No such process" -#~ msgstr "No existe el proceso" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "Conjunto completo de opciones (FLAGS):" - -#~ msgid "Wrong number of arguments." -#~ msgstr "Cantidad de argumentos incorrecta" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "El \"pidfile\" %s no existe. Quizás el servicio no este corriendo.\n" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Iniciando %s" diff --git a/po/fr.po b/po/fr.po deleted file mode 100644 index 8e48752cf..000000000 --- a/po/fr.po +++ /dev/null @@ -1,2979 +0,0 @@ -# French translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-05-27 16:50+0000\n" -"Last-Translator: Capashen \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Pas d'hôte trouvé" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Erreur imprévue lors de l'éxecution de la commande" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Commande : %(cmd)s\n" -"Valeur retournée : %(exit_code)s\n" -"Sortie standard : %(stdout)r\n" -"Sortie d'erreur : %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "Remontée d'exception de la base de données" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Exception non prévue" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" -"Quota dépassé pour %(pid)s lors d'une tentative de création d'un volume de " -"%(size)sG" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Quota de volume dépassé. Vous ne pouvez pas créer un volume de %sG" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "Le status du volume doit être disponible" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Volume déjà attaché" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Volume déjà déttaché" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Echec lors de la lecture de l'ip privée" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Echec lors de la lecture de l'ip(s) privée(s)" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" -"La propriété %(param)s n'a pas été trouvée pour l'image %(_image_id)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "Pas de paire de clés définie" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "Instance %s non trouvée" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" -"Impossible de créer VDI sur SR %(sr_ref)s pour l'instance %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" -"Impossible d'utiliser SR %(sr_ref)s pour l'instance %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Impossible d'attacher le volume à l'instance %s" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" -"Le point de montage %(mountpoint)s a été attaché à l'instance " -"%(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Impossible de trouver le volume %s" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Impossible de détacher le volume %s" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" -"Le point de montage %(mountpoint)s à été détaché de l'instance " -"%(instance_name)s" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Type d'instance inconnu: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Nom du fichier contenant la racine de l'autorité de certification" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Nom de fichier de la clé privée" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "Nom de fichier de la racine de liste de révocation (CRL)" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Emplacement de sauvegarde des clefs" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "Emplacement de sauvegarde des racines d'autorité de certification" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Doit-on utiliser une autorité de certification pour chaque projet ?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" -"Sujet pour les certificats utilisateurs, %s pour le projet, utilisateur, " -"timestamp" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "Sujet de certificat pour projets, %s pour le projet, timestamp" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "Suject de certificat pour les vpns, %s pour le projet, timestamp" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "Chemin des propriétés: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "Typage de %(topic)s %(host)s pour %(method)s" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: décoration : |%s|" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: arguments : |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: vérouillé : |%s|" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin : |%s|" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: exécution : |%s|" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: ne s'éxécute pas |%s|" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "L'instance a déjà été crée" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "L'instance %s: est en train d'être démarée..." - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "instance %s: n'a pas pu être crée" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Arrêt de l'instance %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "Dé-allocation de l'adresss %s" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "Tentative de destruction d'une instance déjà détruite: %s" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "Redémarrage de l'instance %s" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"Tentative de redémarrage d'une instance non démarrée: %(instance_id)s " -"(state: %(state)s s'attendait à : %(running)s)" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "instance %s: création d'un instantané (snapshot)" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"Tentative de création d'un instantané (snapshot) pour une instance non " -"démarrée: %(instance_id)s (state: %(state)s sattendait à : %(running)s)" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"Tentative de ré-initialisation du mot de passe pour une instance non " -"démarrée: %(instance_id)s (state: %(instance_state)s expected: " -"%(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "instance %s: configuration du mot de passe admin" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" -"Tentative d'injection d'un fichier pour une instance non " -"démarrée:%(instance_id)s (state: %(instance_state)s s'attendait à : " -"%(expected_state)s)" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "instance %(nm)s: injection de fichier vers %(plain_path)s" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "instance %s: récupération" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "instance %s: dé-récupération" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "instance %s: mise en pause" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "instance %s: reprise après pause" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "instance %s: récupération des diagnostiques" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "instance %s: suspension" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "instance %s: reprise après suspension" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "instance %s: vérrouillage" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "instance %s: déverrouillage" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "instance %s: récupération de l'état de vérouillage" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "instance %s: redémarrage du réseau" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "Récupération de la sortie de la console de l'instance %s" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "instance %s: préparation d'une console ajax" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" -"instance %(instance_id)s: montage du volume %(volume_id)s à %(mountpoint)s" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" -"instance %(instance_id)s: Échec de montage %(mountpoint)s, supression" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" -"Démontage du volume %(volume_id)s du point de montage %(mp)s sur l'instance " -"%(instance_id)s" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "Démontage de volume d'une instance inconnue %s" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "Host %s n'est pas en fonction" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "Tous les hôtes ont trop de coeurs" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "Hôte %s non disponible" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "Tous les hôtes ont trop de mémoire" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "Tous les hôtes ont trop de réseaux" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "Ré-exportation de %s volumes" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "volume %s : exportation évitée" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "volume %s: création" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "volume %(vol_name)s: cŕeation d'un volume logique de %(vol_size)sG" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "volume %s: exportation en cours" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "volume %s: crée avec succès" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "Le volume est encore attaché" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "Le volume n'est pas local à ce noeud" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "volume %s: suppression de l'exportation" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "volume %s: suppression" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "volume %s: supprimé avec succès" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "%(text)s: _db_content => %(content)s" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "Fonction non implémentée" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "xenapi.fake n'a pas d'implémentation pour %s" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "Appel %(localname)s %(impl)s" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "Appel du getter %s" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" -"xenapi.fake n'a pas d'implementation pour %s ou il a été appelé avec le " -"mauvais nombre d'arguments" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "Ne peut pas tester les instances sans un env virtuel." - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "Besoin de surveiller l'instance %s jusqu'à son démarrage..." - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "Échec lors de l'ouverture d'une connexion à l'hyperviseur" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "Démarrage de l'interface VLAN %s" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "Démarrage de l'interface de Bridge %s" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "Hupping dnsmasq à renvoyé %s" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "Pid %d est dépassé, re-démarrage de dnsmasq" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "La destruction de radvd à renvoyé %s" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "Pid %d est dépassé, re-démarrage radvd" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "La destruction de dnsmasq à renvoyé %s" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "Exception interne : %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "La classe %s n'a pas pu être trouvée" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "Récupèration de %s" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Execution de la commande (sous-processus) : %s" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "Le résultat était %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "Execution de la cmd (SSH): %s" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "Debug dans le rappel : %s" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "Exécution de %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "L'adresse du lien local n'a pas été trouvé :%s" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "Impossible de trouver l'IP du lien local de %(interface)s :%(ex)s" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "Backend invalide : %s" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "backend %s" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "(%(nm)s) publication (key: %(routing_key)s) %(message)s" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "Publication vers la route %s" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Déclaration de la queue %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Déclaration de l'échange %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" -"Rattachement de %(queue)s vers %(exchange)s avec la clef %(routing_key)s" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "Récupération depuis %(queue)s: %(message)s" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "VM %s crée..." - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "VM %(instance_name)s crée en tant que %(vm_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "Création de VBD pour VM %(vm_ref)s, VDI %(vdi_ref)s ... " - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "VBD créé %(vbd_ref)s pour VM %(vm_ref)s, VDI %(vdi_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "VBD non trouvé dans l'instance %s" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "Impossible de deconnecter le VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "Impossible de supprimer le VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Création du VIF pour la VM %(vm_ref)s, réseau %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "VIF créé %(vif_ref)s pour la VM %(vm_ref)s, network %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" -"VDI créé %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" -"Création de l'instantané (snapshot) pour la VM %(vm_ref)s avec le label " -"'%(label)s'..." - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" -"Instantané (snapshot) créé %(template_vm_ref)s pour la VM %(vm_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" -"Demande de chargement à xapi de %(vdi_uuids)s en tant qu'ID %(image_id)s" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "Taille de l'image %(image)s:%(virtual_size)d" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "Image Glance %s" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "Copie de VDI %s vers /boot/guest sur dom0" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "Noyau/Ramdisk VDI %s détruit" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "Demande de récupération à xapi de %(url)s as %(access)s" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "Recherche du VDI %s pour le PV kernel" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "PV Kernel sur VDI :%s" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "Exécution de pygrub sur %s" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "Kernel Xen %s trouvé" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "Pas de kernel Xen trouvé. Démarrage en HVM." - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "Doublon de nom trouvé : %s" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "Le VDI %s est toujours disponible" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "(VM_UTILS) état xenserver vm -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "(VM_UTILS) xenapi power_state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "VHD %(vdi_uuid)s à pour parent %(parent_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "Re-parcours de SR %s" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" -"VHD tentatives de coalesence dépassé (%(counter)d > %(max_attempts)d), " -"abandon..." - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" -"L'UUID parent %(parent_uuid)s ne correspond pas au parent originel " -"%(original_parent_uuid)s, attente de coalesence..." - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "Pas de VDIs trouvé pour la VM %s" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" -"Nombre de VDIs non attendu (%(num_vdis)s) trouvés pour la VM %(vm_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "Création de VBD pour la VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "La création de VBD pour la VDI %s est terminée." - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "Connexion de VBD %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "Connexion de VBD %s terminée." - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "VBD %(vbd)s connecté en tant que %(orig_dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "VBD %(vbd)s connecté au mauvais device, re-connexion vers %(dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "Destruction de VBD pour la VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "Destruction de VBD pour la VDI %s terminée." - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "VBD.unplug terminé dés la première tentative." - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "VBD.unplug refusé : nouvel essai..." - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "VBD.unplug à enfin été achevée." - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "XenAPI.Failure ignorée dans VBD.unplug: %s" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "XenAPI.Failure %s ignorée" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" -"Ecriture de la table de partitionnement %(primary_first)d %(primary_last)d " -"vers %(dest)s..." - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "Ecriture de la table de partitionnement %s terminée." - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "Reception par Nested %(queue)s, %(value)s" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "Nested renvoi %s" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "%s Reçu" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "L'utilisation d'une requête de contexte vide est dévalué" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "Pas de service pour l'id %s" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "Pas de service pour %(host)s, %(binary)s" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "Aucune IP fixe définie" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "Pas d'IP flottante pour l'addresse %s" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "Pas d'adresse pour l'instance %s" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "Pas de bi-clef pour l'utilisation %(user_id)s, nommé %(name)s" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "Pas de réseau pourl'id %s" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "Pas de réseau défini" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "Pas de réseau pour le bridge %s" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "Pas de réseau pour l'instance %s" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "Le jeton %s n'existe pas" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "Pas de quota pour l'ID projet %s" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "Volume %s non trouvé" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "Pas de device d'exportation pour le volume %s" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "Pas d'id de destination trouvée pour le volume %s" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "Aucun groupe de sécurité avec l'id %s" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" -"Aucun groupe de sécurité nommé %(group_name)s pour le projet : %(project_id)s" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "Pas de groupe de sécurité ayant pour ID %s" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "Pas d'utilisateur ayant pour ID %s" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "Pas d'utilisateur avec la clef d'accès %s" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "Pas de projet ayant pour ID %s" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "Pas de groupe de console ayant pour ID %(pool_id)s" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" -"Pas de groupe de console de type %(console_type)s pour l'hote de calcul " -"%(compute_host)s sur le proxy %(host)s" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" -"Pas de console pour l'intance %(instance_id)s dans le groupe %(pool_id)s" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "sur l'intance %s" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "Pas de console ayant pour ID %(console_id)s %(idesc)s" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "Pas de zone ayant pour ID %(zone_id)s" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "Vérification de l'état de %s" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "L'état de %(name)s est %(state)s." - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "Connexion à libvirt: %s" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "Connexion à libvirt interrompue" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" -"instance %(instance_name)s: suppression des fichiers d'instance %(target)s" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "Chemin de device invalide %s" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "Pas de disque sur %s" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" -"Les instantanés (snapshot) d'instance ne sont pas disponible avec libvirt " -"pour le moment" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "instance %s: re-démarrée" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "_wait_for_reboot échouée : %s" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "instance %s: récupérée" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "_wait_for_rescue échouée : %s" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "instance %s: est active" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "instance %s: a démarrée" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "instance %s: n'a pas réussie à démarrer" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "virsh a retourné : %r" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "super, c'est un device" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "data: %(data)r, fpath: %(fpath)r" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "Contenu du fichier %(fpath)s: %(contents)r" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "Impossible de trouver un port ouvert" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "instance %s : Création de l'image" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "instance %(inst_name)s : injection de clef dans l'image %(img_id)s" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "instance %(inst_name)s : injection de réseau dans l'image %(img_id)s" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" -"instance %(inst_name)s : l'erreur d'injection de donné dans l'image " -"%(img_id)s (%(e)s) a été ignorée" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "instance %s: démarrage de la méthode toXML" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "instance %s: fin d'éxécution de la méthode toXML" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "Les diagnostiques ne sont pas disponibles pour libvirt" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" -"Tentative de suppression de filtre pour l'intance %s qui n'est pas filtrée" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "Impossible de récupérer les méta-donnérs pour l'IP : %s" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "Tentative d'instanciation d'un singleton" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "Quota dépassé pour %s lors de la tentative d'allocation d'adresse" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "Quota d'adresse dépassé. Vous ne pouvez pas allouer d'autre adresse" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "Destination %s allouée" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "Fin de récupération de %(url)s -- placé dans %(path)s" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "Doit mettre en oeuvre un calendrier de retrait" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "Ajout de console" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "Tentative de suppression d'une console non existante %(console_id)s." - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "non disponible" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "Le bi-clef %s existe déjà" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "Génération de la racine d'autorité de certification : %s" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "Création du bi-clef %s" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "Suppression du bi-clef %s" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s n'est pas un protocol ip valide" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "Interval de port invalide" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "Révocation de groupe de sécurité %s" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "Pas assez de parametres pour contruire un règle valide." - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "Pas de règle pour les paramètres spécifiés." - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "Authorisation du groupe de sécurité %s" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "Cette règle existe déjà dans le groupe %s" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "Création du groupe de sécurité %s" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "le groupe %s existe déjà" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "Suppression du groupe de sécurité %s" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "Création d'un volume de %s Go" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" -"Montage du volume %(volume_id)s sur l'instance %(instance_id)s en tant que " -"%(device)s" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "Dé-montage du volume %s" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "Allocation d'adresse" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "Désallocation de l'adresse %s" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" -"Association de l'adresse %(public_ip)s avec l'instance %(instance_id)s" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "Désassociation de l'adresse %s" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "Début de la destruction d'instance" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "Re-démarrage de l'instance %r" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "Dé-enregitrement de l'image %s" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "Image %(image_location)s enregistré avec l'id %(image_id)s" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "attribut non reconnu : %s" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "ID invalide : %s" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "Utilisateur ou groupe non spécifié" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "Seul le group \"tous\" est supporté" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" -"le type d'opération (operation_type) doit être ajout (add) ou suppression " -"(remove)" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "Mis à jour de la publication de l'image %s" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "Utilisation de la configuration paste.deploy sur : %s" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "Pas de configuration collé pour l'application : %s" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" -"App Config: %(api)s\n" -"%(config)r" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "API %s en cours d'éxécution" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "Pas d'API d'applications connue configurée pour %s." - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "Démarrage du noeud nova-api (version %s)" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "Pas de configuration collée trouvée : %s" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "La valeur %(value)s pour l'argument %(key)s est trop courte." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" -"La valeur %(value)s pour l'argument %(key)s contient des caractères " -"interdits." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" -"La valeur %(value)s pour l'argument %(key)s débute par un trait d'union." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "L'argument %s est requis." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" -"La valeur %(value)s pour l'argument %(key)s n'est pas valide. Les valeurs " -"autorisées sont ['true', 'false']." - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" -"La VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) a été créée sur " -"%(sr_ref)s." - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "Tentative de création d'un nom non unique %s" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "instance %(name)s: pas assez de mémoire" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "Démarrage de la VM %s..." - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "La VM %(instance_name)s a créé %(vm_ref)s." - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "Valeur interdite pour onset_files : '%s'" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "Injection du chemin d'accès : '%s'" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "Instance %s : démarée" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "Instance non présente %s" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "Début de création d'instantané (snapshot) pour la VM %s" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "Impossible de faire un instantané de %(vm_ref)s: %(exc)s" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "Fin de l'instantané et du chargement de VM %s" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "La VM %(vm)s est déjà arrété, exctinction évitée." - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "Suppression des fichiers noyau/ramdisk" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "Fichiers noyau/ramdisk supprimés" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" -"DELAI DEPASSE : L'appel de %(method)s à depasser de délai de réponse " -"maximal. VM id=%(instance_id)s; args=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" -"NON IMPLEMENTE : l'appel de %(method)s n'est pas pris en compte par l'agent. " -"VM id=%(instance_id)s; args=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" -"L'appel de %(method)s à renvoyé l'erreur : %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "Erreur OpenSSL : %s" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "Instance actives : %s" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "Après l'arrêt d'instances : %s" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "Patron du script à exécuter au boot d'instance cloudpipe" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "Réseau à passer à la configuration d'openvpn" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "Masque réseau à passer à la configuration d'openvpn" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "Démarrage du VPN pour %s" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "python-migrate n'est pas installé. Fin d'éxécution." - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "L'image %s n'a pas été trouvée" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "Trop d'erreur d'authentification" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" -"La clef d'accès %(access_key)s a rencontrée %(failures)d echecs " -"d'authentification et sera par conséquent vérouillée pour %(lock_mins)d " -"minutes." - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "Echec d'authentification : %s" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "Requête authentifiée pour : %(uname)s:%(pname)s)" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "action: %s" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "arg: %(key)s\t\tval: %(value)s" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" -"Requête non authorisé pour le controlleur=%(controller)s et " -"l'action=%(action)s" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "\"Instance non trouvée\" remontée : %s" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "\"Volume non trouvé\" remonté : %s" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "\"Non trouvé\" remonté : %s" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "\"Erreur API\" remontée : %s" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "\"Erreur inopinée\" remontée : %s" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" -"Une erreur inopinée à eu lieu. Merci d'essayer votre requête à nouveau." - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "L'utilisateur %s existe déjà" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "Le projet ne peut pas être créé car le manager %s n'existe pas" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "Le projet ne peut pas être créé car l'utiisateur %s n'existe pas" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "Le projet ne peut pas être créé car projet %s existe déjà" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "Le projet ne peut pas être modifié car le manager %s n'existe pas" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "Utilisateur \"%s\" non trouvé" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "Projet %s non trouvé" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" -"Doit spécifier xenapi_connection_url, xenapi_connection_username (optionel), " -"et xenapi_connection_password pour utiliser connection_type=xenapi" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "Tâche [%(name)s] %(task)s état : succès %(result)s" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "Tâche [%(name)s] %(task)s état : %(status)s %(error_info)s" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "Reçu exception : %s" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "Imposible de trouver une exportation iSCSI pour le volume %s" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" -"Requête API non supportée : controleur = %(controller)s, action = %(action)s" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "Erreur interceptée : %s" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "Inclusion des opérations d'admin dans l'API." - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "Reconstruction de la configuration xvp" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "Ré-écriture de %s" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "Arrêt xvp" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "Démarrage xvp" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "Erreur au démarrage xvp : %s" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "Re-démarrage xvp" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "xvp non actif..." - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" -"L'erreur çi dessus peut indiquer que la base de données n'a pas été créée.\n" -"Veuillez créer une base de données en utilisant nova-manage sync db avant " -"d'utiliser cette commande." - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" -"Plus de réseaux disponibles. Si vous venez d'installer nova, vous devez " -"exécuter une commande telle que :\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" -"L'erreur çi dessus peut indiquer que la base de données de certificats n'a " -"pas été créée.\n" -"Veuillez créer une base de données en exécutant nova-api server sur cet hôte." - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "réseau" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "adresse IP" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "adresse MAC" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "nom du serveur" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "hôte" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "masque de réseau" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "adresse de départ" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "Impossible de charger la partition: %s" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "Impossible de monter le système de fichier : %s" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "Device nbd %s n'est pas apparu" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "Impossible de lier l'image au loopback : %s" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "Pas de device nbd libre" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "%(filename)s, ligne %(line_info)d" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "Dans init host" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "Tentative de création de vm en doublon %s" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "Démarrage VM %s " - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "VM %s démarrée " - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "Erreur à l'activation VM : %s" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "Erreur de création VM %s" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "Réglage de la mémoire sur VM %s..." - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "Réglage vcpus sur vm %s..." - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" -"Création du disque pour %(vm_name)s par liaison avec le fichier disque " -"%(vhdfile)s" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "Impossible d'ajouter le disque à la VM %s" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "Nouveau chemin d'accès pour le disque : %s" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "Impossible d'ajouter le fichier vhd à la VM %s" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "Disque créé pour %s" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "Création de l'interface réseau pour %s " - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "Erreur de création de port sur le vswitch externe" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "Erreur de création de port pour %s" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "Le port switch %(vm_name)s a été créé sur le switch %(ext_path)s" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "Impossible d'ajouter une interface réseau à la VM %s" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "Interface réseau créée pour %s " - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "Tâche WMI echouée : %s" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "Tâche WMI réussie : %(desc)s, Elapsed=%(elap)s " - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "Requête de suppression de la VM %s reçue" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "Impossible de supprimer la VM %s" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "Suppression: disque %(vhdfile)s vm %(instance_name)s" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" -"Informations reçues pour la VM %(instance_id)s: état=%(state)s, " -"mem=%(memusage)s, num_cpu=%(numprocs)s, cpu_time=%(uptime)s" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "Changement d'état de la VM %(vm_name)s en %(req_state)s réussi" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "Impossible de changer l'état de la vm %(vm_name)s en %(req_state)s" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "Instance %d non trouvée dans get_network_topic" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "Instance %d n'a pas d'hôte" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" -"Quota dépassé pour %(pid)s, lors de la tentative d'exécution de " -"%(min_count)s instances" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" -"Quota d'instances dépassé. Vous ne pouvez éxécuter que %s instances de ce " -"type de plus." - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "Création d'une instance raw" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "Démarrage de %s instances..." - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "Envoi au scheduler de %(pid)s/%(uid)s's instance %(instance_id)s" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "Va essayer d'arrêter %s" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "L'instance %d n'a pas été trouvée durant l'arrêt" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "L'instance %d est déjà en cours d'arrêt" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "Device spécifié invalide : %s. Exemple de device: /dev/vdb" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "Le volume n'est pas attaché à quoi que ce soit!" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" -"Le serveur AMQP sur %(fl_host)s:%(fl_port)d n'est pas joignable. Nouvel " -"essai dans %(fl_intv)d secondes." - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" -"Impossible de se connecter au serveur AMQP après %d essais. Extinction." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Reconnection à la queue" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Impossible de récuperrer les message de la queue" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "Initialisation du Consomateur d'Adapteur pour %s" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "%s reçu" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "Pas de méthode pour le message : %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "Pas de méthode pour le message : %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "Renvoi de l'exception %s à l'appelant" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "Contexte décompacté : %s" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "En cours d'appel assynchrone..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID est %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "En cours de diffusion assynchrone" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "réponse %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "le sujet est %s" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "message %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "Récupération après une exécution erronée. Tentative numéro %s" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "Le groupe de volume %s n'existe pas" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "FAUX AOE: %s" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "ensure_export sauté. Pas d'iscsi_target " - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "remove_export sauté. Pas d'iscsi_target " - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "FAUX ISCSI: %s" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "rbd n'as pas de file %s" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "Sheepdog n'est pas actif : %s" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "Sheepdog n'est pas actif" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "Démarrage %(arg0)s sur %(host)s:%(port)s" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "Vous devez implémenter __call__" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "Allocation IP" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "Allocation périmée accepté ou changement de nom/adresse MAC d'hôte" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "Libération IP" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" -"%(action)s appelée pour MAC %(mac)s avec IP %(ip)s nom d'hôte %(hostname)s " -"sur l'interface %(interface)s" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "Instance %s Non trouvée" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "Désassociation de %s ip(s) fixes périmées" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "réglage de l'hôte réseau" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "Allocation IP %s" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "IP %s allouée qui n'est pas associée" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "IP %(address)s allouée à une mauvaise MAC %(inst_addr)s pour %(mac)s" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "IP %s alloué qui était déjà désallouée" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "Libération IP %s" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "IP %s libérée qui n'était pas associée" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" -"IP %(address)s libérée par une mauvaise MAC %(inst_addr)s pour %(mac)s" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "IP %s libérée qui n'était pas allouée" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" -"La somme du nombre de réseau et le début de vlan ne peut excéder 4094" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "Introduction de %s" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "%(label)s introduit comme %(sr_ref)s." - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "Impossible de créer le dépot de stockage" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "Impossible de trouver SR du VDB %s" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "Démémorisation du SR %s " - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" -"Exception %(exc)s ignorée pendant l'obtention de PBDs pour %(sr_ref)s" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "Exception %(exc)s ignorée pendant la deconnexion du PBD %(pbd)s" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "Démémorisation du SR %s terminée" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "Exception %(exc)s ignorée pendant la démémorisation du SR %(sr_ref)s" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "Impossible d'introduire VDI sur SR %s" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "Impossible de récuppérer l'enregistrement du VDI %s sur" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "Impossible d'introduire le VDI pour SR %s" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" -"Impossible de récuppérer les informations de destination %(device_path)s, " -"%(mountpoint)s" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "Le point de montage ne peut pas être traduit : %s" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "Impossible de déchiffrer la clef privée : %s" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "Impossible de déchiffrer le vecteur d'initialisation : %s" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "Impossible de déchiffrer le fichier image %(image_file)s: %(err)s" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "Type de valeur S3 inconnu %r" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "Requête authentifiée" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "Listes de conteneurs (buckets) demandée" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "List des clefs pour le conteneur (bucket) %s" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "Demande d'accès au conteneur %s non autorisé" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "Création du conteneur %s" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "Suppression du conteneur %s" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "Tentative de suppression du conteneur %s non autorisée" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "Récupération de l'objet : %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" -"Tentative d'accès à l'objet %(nm)s non autorisée pour le conteneur %(bname)s" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "Injection d'objet : %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" -"Tentative de chargement de l'objet %(nm)s vers le conteneur %(bname)s non " -"autorisée" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "Suppression de l'objet : %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" -"Tentative de suppression de l'objet %(nm)s non autorisé pour le conteneur " -"%(bname)s" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "Chargement d'image non autorisé : répertoire invalide %s" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "Chargement d'image non autorisé : conteneur non autorisé %s" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "Début de chargement d'image: %s" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "Tentative de mise a jour d'attributs non autorisée pour l'image %s" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" -"Basculement de l'attribut public de l'image %(image_id)s %(newstatus)r" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "Mise à jour des champs utilisateurs sur l'image %s" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "Tentative de suppression de l'image %s non autorisée" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "Image supprimée : %s" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "Recherche de l'utilisateur : %r" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "Autorisation refusée pour la clef d'accès %s" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "Pas d'utilisateur trouvé pour la clef d'accès %s" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "Nom de projet utilisé = nom d'utilisateur (%s)" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" -"Autorisation refusée : pas de projet nommé %(pjid)s (utilisateur=%(uname)s)" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "Aucun projet nommé %s trouvé" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" -"Autorisation refusée : utilisateur %(uname)s n'est ni admin ni membre du " -"projet %(pjname)s" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "L'utilisateur %(uid)s n'est pas membre du projet %(pjid)s" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "Signature non valide pour l'utilisateur %s" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "La signature ne correspond pas" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "Le projet doit être spécifié" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "Le rôle %s n'a pas été trouvé" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "Le rôle %s est obligatoirement global" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" -"Ajout du rôle %(role)s à l'utilisateur %(uid)s pour le projet %(pid)s" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "Ajout du rôle global %(role)s pour l'utilisateur %(uid)s" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" -"Suppression du rôle %(role)s pour l'utilisateur %(uid)s dans le projet " -"%(pid)s" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "Suppression du role global %(role)s pour l'utilisateur %(uid)s" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "Création du projet %(name)s ayant pour manager %(manager_user)s" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "modification du projet %s" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "Ajout de l'utilisateur %(uid)s au projet %(pid)s" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "Suppression de l'utilisateur %(uid)s du projet %(pid)s" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "Suppression du projet %s" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "Utilisateur créé %(rvname)s (admin: %(rvadmin)r)" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "Suppression de l'utilisateur %s" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "Clef d'accès changée pour l'utilisateur %s" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "Clef secrète changée pour l'utilisateur %s" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "Statut admin changé en %(admin)r pour l'utilisateur %(uid)s" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "Pas de données VPN pour le projet %s" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "Démarrage du noeud %(topic)s (version %(vcs_string)s)" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "Service détruit sans entrée dans la base de données" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" -"L'objet du service de base de données à disparru, re-création en cours." - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "Récupération du modelle de connexion serveur terminée!" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "Le modèle de serveur à disparu" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "L'utilisateur LDAP %s existe déjà" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "L'objet LDAP pour %s n'existe pas" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "L'utilisateur %s n'existe pas" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "Un groupe nommé %s existe déjà" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "Le groupe n'a pu être créé car l'utilisateur %s n'existe pas" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" -"L'utilisateur %s ne peut pas être trouvé dans le groupe car cet utilisateur " -"n'existe pas" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" -"L'utilisateur %s ne peut être ajouté au groupe car cet utilisateur n'existe " -"pas" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "Le group ayant pour dn %s n'existe pas" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "L'utilisateur %(uid)s est déjà membre du groupe %(group_dn)s" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" -"L'utilisateur %s ne peut être supprimé du groupe car cet utilisateur " -"n'existe pas" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "L'utilisateur %s n'est pas membre du groupe" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" -"Tentative de suppression du dernier membre d'un groupe. Essayez plutôt de " -"supprimer le group sur %s." - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" -"L'utilisateur %s ne peut être supprimé partout car l'utilisateur n'existe pas" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "Le groupe ayant pour dn %s n'existe pas" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "Réseau non unique trouvé pour le bridge %s" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "Aucun réseau trouvé pour le bridge %s" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "Création d'un nouvel utilisateur : %s" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "Suppression de l'utilisateur : %s" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" -"Ajout du rôle %(role)s à l'utilisateur %(user)s pour le projet %(project)s" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "Ajout du rôle global %(role)s à l'utilisateur %(user)s" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" -"Suppresion du rôle %(role)s de l'utilisateur %(user)s pour le projet " -"%(project)s" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "Suppression du rôle global %(role)s pour l'utilisateur %(user)s" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "L'opération doit être ajout ou suppression" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" -"Récupération de x509 pour l'utilisateur : %(name)s sur le projet : " -"%(project)s" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "Création du projet %(name)s géré par %(manager_user)s" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "Modification du projet: %(name)s géré par %(manager_user)s" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Supprimer le projet : %s" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "Ajout de l'utilisateur %(user)s au projet %(project)s" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "Suppression de l'utilisateur %(user)s du projet %(project)s" - -#~ msgid "Wrong number of arguments." -#~ msgstr "Nombre d'arguments incorrect." - -#~ msgid "No such process" -#~ msgstr "Aucun processus de ce type" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Démarrage de %s" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "Ensemble de propriétés complet :" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "" -#~ "Le fichier pid %s n'existe pas. Est-ce que le processus est en cours " -#~ "d'exécution ?\n" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "En train de servir %s" - -#, python-format -#~ msgid "Cannot get blockstats for \"%(disk)s\" on \"%(iid)s\"" -#~ msgstr "Ne peut pas récupérer blockstats pour \"%(disk)s\" sur \"%(iid)s\"" - -#, python-format -#~ msgid "Cannot get ifstats for \"%(interface)s\" on \"%(iid)s\"" -#~ msgstr "Ne peut pas récupérer ifstats pour \"%(interface)s\" sur \"%(iid)s\"" - -#~ msgid "unexpected error during update" -#~ msgstr "erreur inopinée pendant la ise à jour" - -#, python-format -#~ msgid "updating %s..." -#~ msgstr "mise à jour %s..." - -#, python-format -#~ msgid "Found instance: %s" -#~ msgstr "Instance trouvée : %s" - -#~ msgid "unexpected exception getting connection" -#~ msgstr "erreur inopinée pendant la connexion" - -#~ msgid "Starting instance monitor" -#~ msgstr "Démarrage du superviseur d'instance" diff --git a/po/it.po b/po/it.po deleted file mode 100644 index 8e740a9fb..000000000 --- a/po/it.po +++ /dev/null @@ -1,2825 +0,0 @@ -# Italian translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-10-27 15:00+0000\n" -"Last-Translator: DM74S \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-10-28 05:41+0000\n" -"X-Generator: Launchpad (build 14197)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Nessun host trovato" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "" -"Si e' verificato un errore inatteso durante l'esecuzione del comando." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Comando: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "DB eccezione wrappata" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Eccezione non gestita" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" -"Quota ecceduta per %(pid)s, tentato di creare un volume di dimensione " -"%(size)sG" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Quota volume ecceduta. Non puoi creare un volume di dimensione %sG" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "Lo stato del volume deve essere disponibile" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Il volume é già collegato" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Il volume é già scollegato" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Impossibile leggere l'indirizzo IP privato" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Impossibile leggere gli indirizzi IP pubblici" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" -"La proprietà %(param)s non é stata trovata per l'immagine %(_image_id)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "No keypairs definita" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "Istanza %s non trovata" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" -"Impossible creare il VDI su SR %(sr_ref)s per l'istanza %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "Impossibile usare SR %(sr_ref)s per l'istanza %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Impossibile montare il volume all'istanza %s" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "Mountpoint %(mountpoint)s montato all'istanza %(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Impossibile localizzare il volume %s" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Impossibile smontare il volume %s" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "Mountpoint %(mountpoint)s smontato dall'istanza %(instance_name)s" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Tipo dell'istanza sconosciuto: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "Filename di root CA" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Nome file della chiave privata" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "Nome file di root Certificate Revokation List" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Dove si conservano le chiavi" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "Dove si conserva root CA" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Si dovrebbe usare un CA per ogni progetto?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" -"Soggetto per il certificato degli utenti, %s per progetto, utente, orario" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "Soggetto per il certificato dei progetti, %s per progetto, orario" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "Soggetto per il certificato delle vpn, %s per progetto, orario" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "Percorso dei flags: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "Trasmissione asincrona a %(topic)s %(host)s for %(method)s" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorazione: |%s|" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: argomenti: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: bloccato: |%s|" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: esecuzione: |%s|" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: non esecuzione |%s|" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "L'istanza é stata già creata" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "Istanza %s: in esecuzione..." - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "Istanza %s: esecuzione fallita..." - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Terminando l'istanza %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "Deallocando l'indirizzo %s" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "Provando a distruggere una istanza già distrutta: %s" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "Riavviando l'istanza %s" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "istanza %s: creazione snapshot in corso" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "istanza %s: impostazione password di amministratore" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "istanza %s: in pausa" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "istanza %s: fuori pausa" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "istanza %s: ricezione diagnostiche" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "istanza %s: sospensione in corso" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "istanza %s: ripristino" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "istanza %s: bloccato" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "istanza %s: sbloccato" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "istanza %s: ripristino rete" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "L'host %s non è attivo" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "Gli host hanno troppi core" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "Host %s non disponibile" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "Gli Host hanno troppy gigabyte" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "Gli host hanno troppe reti" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "volume %s: creazione in corso" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "volume %s: creazione in corso per l'esportazione" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "volume %s: creato con successo" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "Volume ancora collegato" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "volume %s: rimuovendo" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "volume %s: rimosso con successo" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "Sollevando NotImplemented" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "Chiamando %(localname)s %(impl)s" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "Fallita l'apertura della connessione verso l'hypervisor" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "Avviando l'interfaccia VLAN %s" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "Avviando l'interfaccia Bridge per %s" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "Eccezione interna: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "Classe %s non può essere trovata" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "Prelievo %s" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Esecuzione del comando (sottoprocesso): %s" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "Il risultato é %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "Eseguendo cmd (SSH): %s" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "debug in callback: %s" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "Eseguendo %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "Pubblicando sulla route %s" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Dichiarando la coda %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Dichiarando il centralino %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "Creata VM %s.." - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "Creata VM %(instance_name)s come %(vm_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "Immagine Glance %s" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "Kernel/Ramdisk VDI %s distrutti" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "Cercando vdi %s per kernel PV" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" -"Impossibile connettersi al server AMQP dopo %d tentativi. Terminando " -"l'applicazione." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Riconnesso alla coda" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Impossibile prelevare il messaggio dalla coda" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "Inizializzando il Consumer Adapter per %s" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "ricevuto %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "nessun metodo per il messaggio: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "nessun metodo per il messagggio: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "Sollevando eccezione %s al chiamante" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "contesto decompresso: %s" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Facendo chiamata asincrona..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID é %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "risposta %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "argomento é %s" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "messaggio %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "Servizio terminato che non ha entry nel database" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "Il servizio é scomparso dal database, ricreo." - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "Connessione al model server ripristinata!" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "model server é scomparso" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "Insieme di FLAGS:" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "" -#~ "Il pidfile %s non esiste. Assicurarsi che il demone é in esecuzione.\n" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Avvio di %s" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "Servire %s" - -#~ msgid "Wrong number of arguments." -#~ msgstr "Numero errato di argomenti" - -#~ msgid "No such process" -#~ msgstr "Nessun processo trovato" diff --git a/po/ja.po b/po/ja.po deleted file mode 100644 index c71d7df9d..000000000 --- a/po/ja.po +++ /dev/null @@ -1,2895 +0,0 @@ -# Japanese translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-08-23 11:22+0000\n" -"Last-Translator: Thierry Carrez \n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "ホストが見つかりません" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "コマンド実行において予期しないエラーが発生しました。" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"コマンド: %(cmd)s\n" -"終了コード: %(exit_code)s\n" -"標準出力: %(stdout)r\n" -"標準エラー出力: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "DB 例外がラップ(wrapped)されました" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "キャッチされなかった例外" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "サイズ %(size)s GB のボリューム作成を行おうとしましたが、%(pid)s のサイズ制限を超えています。" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "ボリュームのサイズ制限を超えています。サイズ %s GB のボリュームは作成できません。" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "ボリュームのステータス(status)は available でなければなりません。" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "ボリュームは既に接続(attached)されています。" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "ボリュームは既に切断(detached)されています。" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "プライベート IP アドレスのリードに失敗しました" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "パブリック IP アドレスのリードに失敗しました" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "イメージ %(_image_id)s に対するプロパティ %(param)s が見つかりません" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "キーペアが定義されていません" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "例外: Compute.api::lock %s" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "例外: Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "例外: Compute.api::get_lock %s" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "例外: Compute.api::reset_network %s" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "例外: Compute.api::pause %s" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "例外: Compute.api::unpause %s" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "例外: compute.api::suspend %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "例外: compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "インスタンス %s が見つかりません。" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "ボリューム接続: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "インスタンス %(instance_name)s 用のSR %(sr_ref)s における VDI を作成できません" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "インスタンス %(instance_name)s 用のSR %(sr_ref)s が使用できません" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "インスタンス %s にボリュームを接続(attach)できません。" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "インスタンス %(instance_name)s にマウントポイント %(mountpoint)s を接続(attach)しました" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "ボリューム切断: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "ボリューム %s の存在が確認できません。" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "ボリューム %s を切断(detach)できません" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "インスタンス %(instance_name)s からマウントポイント %(mountpoint)s を切断(detach)しました" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "未知のインスタンスタイプ: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "ルートCAのファイル名" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "プライベートキーのファイル名" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "ルート証明書失効リストのファイル名" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "キーを格納するパス" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "ルートCAを格納するパス" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "プロジェクトごとにCAを使用するか否かのフラグ" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "ユーザの証明書のサブジェクト、%s はプロジェクト、ユーザ、タイムスタンプ" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "プロジェクトの証明書のサブジェクト、%s はプロジェクト、およびタイムスタンプ" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "vpnの証明書のサブジェクト、%sはプロジェクト、およびタイムスタンプ" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "Flags のパス: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "%(method)s 用に %(topic)s %(host)s を割り当て中" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorating: |%s|" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "check_instance_lock: 引数: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: locked: |%s|" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: executing: |%s|" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: not executing |%s|" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "インスタンスは既に生成されています。" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "インスタンス %s: 起動中…" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "インスタンス %s: 起動に失敗しました" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "インスタンス %s を停止中" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "アドレス %s の割当を解除中(deallocating)" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "既に消去済みのインスタンス%sを消去しようとしました。" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "Rebooting instance: インスタンス %s を再起動します。" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"実行していないインスタンスを再起動しようとしました: %(instance_id)s (state: %(state)s 期待される状態: " -"%(running)s)" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "snapshotting: インスタンス %s のスナップショットを取得中" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"実行していないインスタンスのスナップショットを取得しようとしました: %(instance_id)s (state: %(state)s " -"期待される状態: %(running)s)" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"実行していないインスタンスのパスワードをリセットしようとしました: %(instance_id)s (state: %(instance_state)s " -"期待される状態: %(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "インスタンス %s: 管理者用パスワードをセット中" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" -"実行していないインスタンスにファイルをインジェクトしようとしました: %(instance_id)s (state: " -"%(instance_state)s 期待される状態: %(expected_state)s)" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "インスタンス %(nm)s: ファイルを %(plain_path)s に埋め込み中" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "Rescuing: インスタンス %s をレスキューします。" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "Unrescuing: インスタンス %s をアンレスキューします。" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "pausing: インスタンス %s を一時停止します。" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "unpausing: インスタンス %s の一時停止を解除します。" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "retrieving diagnostics: インスタンス %s の診断情報を取得します。" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "suspending: インスタンス %s をサスペンドします。" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "resuming: インスタンス %s をレジュームします。" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "locking: インスタンス %s をロックします。" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "unlocking: インスタンス %s のロックを解除します。" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "getting locked state: インスタンス %s のロックを取得しました。" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "インスタンス %s: ネットワークをリセットします" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "Get console output: インスタンス %s のコンソール出力を取得します。" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "インスタンス %s: ajax consoleを接続します" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" -"インスタンス %(instance_id)s: ボリューム %(volume_id)s を %(mountpoint)s に接続中(attaching)" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "インスタンス %(instance_id)s: %(mountpoint)s へのアタッチに失敗しました。削除します。" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" -"インスタンス%(instance_id)s のマウントポイント %(mp)s からボリューム %(volume_id)s をデタッチします。" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "ボリュームを未知のインスタンス %s からデタッチします。" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "ホスト %s は稼働していません。" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "全てのホストにコア数の空きがありません。" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "ホスト %s は利用可能ではありません。" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "全てのホストが利用可能な容量(gigabytes)に達しています。" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "全てのホストがネットワークの最大数に達しています。" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "%s 個のボリュームを再エクスポートします。" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "ボリューム %s のエキスポートをスキップします。" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "ボリューム%sを作成します。" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "ボリューム %(vol_name)s: サイズ %(vol_size)sG のlvを作成します。" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "ボリューム %s をエクスポートします。" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "ボリューム %s の作成に成功しました。" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "ボリュームはアタッチされたままです。" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "ボリュームはこのノードのローカルではありません。" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "ボリューム %s のエクスポートを解除します。" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "ボリューム %s を削除します。" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "ボリューム %s の削除に成功しました。" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "%(text)s: _db_content => %(content)s" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "NotImplemented 例外を発生させます。" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "xenapi.fake には %s が実装されていません。" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "%(localname)s %(impl)s を呼び出します。" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "getter %s をコールします。" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "xenapi.fake に %s に関する実装がないか、引数の数が誤っています。" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "インスタンスのテストには実際の仮想環境が必要です。(fakeでは実行できません。)" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "インスタンス %s が実行するまで監視します…" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "ハイパーバイザへの接続に失敗しました。" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "VLANインタフェース %s を開始します。" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "%s 用のブリッジインタフェースを開始します。" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "dnsmasqに対してhupを送信しましたが %s が発生しました。" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "Pid %d は無効です。dnsmasqを再実行します。" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "radvd 停止が %s 例外を発行しました" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "Pid %d がストールしているので radvd を再実行しています…" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "dnsmasq をkillしましたが、 %s が発生しました。" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "内側で発生した例外: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "クラス %s が見つかりません。" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "ファイルをフェッチ: %s" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "コマンド実行(subprocess): %s" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "コマンド実行結果: %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "コマンド(SSH)を実行: %s" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "コールバック中のデバッグ: %s" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "コマンド実行: %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "リンクローカルアドレスが見つかりません: %s" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "%(interface)s のローカルIPアドレスのリンクが取得できません:%(ex)s" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "不正なバックエンドです: %s" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "バックエンドは %s です。" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "(%(nm)s) 公開 (キー: %(routing_key)s) %(message)s" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "ルート %s へパブリッシュ" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "queue %s の宣言" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "exchange %s の宣言" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "キー %(routing_key)s 付きで %(exchange)s に %(queue)s をバインドしています" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "%(queue)s から取得しています: %(message)s" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "VM %s を作成します。" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "%(vm_ref)s として VM %(instance_name)s を作成しています" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "VM %(vm_ref)s, VDI %(vdi_ref)s 用 VBD を作成しています… " - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "VM %(vm_ref)s, VDI %(vdi_ref)s 用仮想ブロックデバイス(VBD) %(vbd_ref)s を作成しました。" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "インスタンス %s のVBDが見つかりません。" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "VBD %s の unplug に失敗しました。" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "VBD %s の削除に失敗しました。" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "VM %(vm_ref)s, network %(network_ref)s 用仮想インターフェース(VIF)を作成しています。" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "VM %(vm_ref)s, network %(network_ref)s 用 VIF %(vif_ref)s を作成しました。" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" -"%(sr_ref)s 上に VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, " -"%(read_only)s) を作成しました。" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "ラベル '%(label)s' 付き VM %(vm_ref)s のスナップショットを作成しています…" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "VM %(vm_ref)s からスナップショット %(template_vm_ref)s を作成しました。" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "ID %(image_id)s として %(vdi_uuids)s のアップロードの為に xapi を問い合わせしています" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "イメージ %(image)s のサイズ:%(virtual_size)d" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "Glance イメージ %s" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "ドメイン0 上の /boot/guest に VDI %s をコピー中" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "カーネル/RAMディスク VDI %s が削除されました" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "%(access)s として %(url)s 取得の為に xapi を問い合わせしています" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "PV kernelのvdi %s を取得します。" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "VDI 中の PV カーネル:%s" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "%s に対して pygrub を実行しています" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "Xen Kernel %s が見つかりました。" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" -"No Xen kernel found. Booting HVM.\r\n" -"Xen 用カーネルが見つかりません。完全仮想化モード(HVM)で起動しています。" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "%s は重複しています。" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "VDI %s は依然として存在しています。" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "(VM_UTILS) xenserver の vm state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "(VM_UTILS) xenapi の power_state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "VHD %(vdi_uuid)s の親は %(parent_ref)s です" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "SR %s を再スキャンします。" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "VHD 作成が制限を越えました(%(counter)d > %(max_attempts)d)ので、中止しています…" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "親 %(parent_uuid)s が元々の親 %(original_parent_uuid)s と一致しません。作成を待機しています…" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "VM %s にVDIが存在しません。" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "VM %(vm_ref)s 用に予期しない数の VDI (%(num_vdis)s) が見つかりました" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "VDI %s 用に VBD を作成しています… " - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "VDI %s 用 VBD の作成が完了しました。" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "VBD %s を接続しています… " - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "仮想ブロックデバイス(VBD) %s の接続が完了しました。" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "%(orig_dev)s として仮想ブロックデバイス(VBD) %(vbd)s を接続しました" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "仮想ブロックデバイス(VBD) %(vbd)s は不正なデバイスに接続されましたので、%(dev)s に再マッピングしています" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "VDI %s 用の仮想ブロックデバイス(VBD)を削除しています… " - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "VDI %s 用の仮想ブロックデバイス(VBD)の削除が完了しました。" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "VBD.unplug は1回目で成功しました。" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "VBD.unplug が拒否されました: 再試行しています…" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "VBD.unplug は最終的に成功しました。" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "VBD.unplug 中の XenAPI.Failure を無視しています: %s" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "XenAPI.Failure %s を無視しています" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "%(dest)s にパーティションテーブル %(primary_first)d %(primary_last)d を書き込んでいます…" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "パーティションテーブル %s の書き込みが完了しました。" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "Nested received %(queue)s, %(value)s" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "ネストした戻り値: %s" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "%s を受信。" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "Request context を空とすることは非推奨です。" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "id %s のserviceが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "%(host)s, %(binary)s 用のサービスがありません" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "fixed ipが一つも定義されていません。" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "アドレス %s の floating ip が存在しません。" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "インスタンス %s に対するアドレスが見つかりません。" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "ユーザ %(user_id)s 名前 %(name)s のキーペアがありません。" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "id %s に該当するnetwork が存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "ネットワークが定義されていません。" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "ブリッジ %s に該当する network が存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "instance %s に該当する network が存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "トークン %s が存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "project_id %s に対するクオータが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "ボリューム %s が見つかりません。" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "ボリューム %s に関してエクスポートされているデバイスがありません。" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "ボリューム %s に対する target idが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "id %s のセキュリティグループが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "プロジェクト %(project_id)s に対する名称 %(group_name)s のセキュリティグループが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "id %s のセキュリティグループルールが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "id %s のユーザが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "アクセスキー %s に該当するユーザが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "id %s のプロジェクトが存在しません。" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "Id %(pool_id)s のコンソールプールがありません。" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" -"コンピュータホスト %(compute_host)s 用 %(console_type)s 型コンソールプールがプロキシホスト %(host)s " -"上にありません" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "プール %(pool_id)s に %(instance_id)s のコンソールがありません。" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "インスタンス %s 上" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "ID %(console_id)s %(idesc)s を持つコンソールがありません" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "ID %(zone_id)s を持つゾーンがありません" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "%s の状態を確認しています" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "%(name)s の現在の状態は %(state)s です" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "libvirt %s へ接続します。" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "libvirtへの接続が切れています。" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "インスタンス %(instance_name)s: インスタンスファイル群 %(target)s を削除しています" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "%s は不正なデバイスパスです" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "%s にディスクが存在しません。" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "インスタンスのスナップショットは現在libvirtに対してはサポートされていません。" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "インスタンス%s: 再起動しました。" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "_wait_for_reboot 失敗: %s" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "インスタンス %s: rescued" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "_wait_for_rescue 失敗: %s" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "インスタンス %s を起動中です。" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "インスタンス %s: 起動しました。" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "インスタンス %s の起動に失敗しました。" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "virsh の出力: %r" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "デバイスです。" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "データ: %(data)r, ファイルパス: %(fpath)r" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "ファイル %(fpath)s の内容: %(contents)r" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "開いたポートが見つかりません" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "インスタンス %s のイメージを生成します。" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "インスタンス %(inst_name)s: イメージ %(img_id)s に鍵情報を埋め込んでいます" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "インスタンス %(inst_name)s: イメージ %(img_id)s にネットワーク情報を埋め込んでいます" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "インスタンス %(inst_name)s: イメージ %(img_id)s へのデータ埋め込みのエラーを無視しています (%(e)s)" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "インスタンス %s: toXML メソッドを開始。" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "インスタンス %s: toXML メソッドを完了。" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "libvirt では診断(diagnostics)がサポートされていません" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "フィルタされていないインスタンス %s のフィルタ解除を試行しました" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "ip %s に対するメタデータの取得に失敗しました。" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "シングルトンをインスタンス化しようとしました。" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "アドレスを割り当てようとしましたが、%s のクオータを超えました。" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "アドレスのクオータを超えました。これ以上アドレスを割り当てることはできません。" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "ターゲット %s をアロケートしました。" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "%(url)s の取得を完了しました -- %(path)s に配置されました" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "予備の(fallback)スケジューラを実装する必要があります。" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "コンソールを追加しています" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "存在しないコンソール %(console_id)s を削除しようとしました" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "利用できません" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "キーペア %s は既に存在します" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "ルートCA %s を生成しています。" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "Create key pair: キーペア %s を作成します。" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "Delete key pair: キーペア %s を削除します。" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s は適切なipProtocolではありません。" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "ポートの範囲が不正です。" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "Revoke security group ingress: セキュリティグループ許可 %s の取消" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "有効なルールを作成する為の十分なパラメータがありません" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "指定されたパラメータに該当するルールがありません。" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "Authorize security group ingress: セキュリティグループ許可 %s" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "指定されたルールは既にグループ %s に存在しています。" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "Create Security Group: セキュリティグループ %s を作成します。" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "グループ %s は既に存在しています。" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "Delete security group: セキュリティグループ %s を削除します。" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "Create volume: %s GBのボリュームを作成します。" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "ボリューム %(volume_id)s をインスタンス %(instance_id)s のデバイス %(device)s に接続" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "Detach volume: ボリューム %s をデタッチします" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "Allocate address: アドレスを割り当てます。" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "Release address: アドレス %s を開放します。" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "インスタンス %(instance_id)s にアドレス %(public_ip)s を割り当て" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "Disassociate address: アドレス %s の関連付けを解除します。" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "インスタンス終了処理を開始します。" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "Reboot instance: インスタンス %r を再起動します。" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "De-registering image: イメージ %s を登録解除します。" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "イメージ %(image_location)s が ID %(image_id)s で登録されました" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "アトリビュート %s はサポートされていません。" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "id %s は不正です。" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "ユーザまたはグループが指定されていません。" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "グループ \"all\" のみサポートされています。" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "operation_type は add または remove の何れかである必要があります。" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "イメージ %s の公開設定を更新します。" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "%s にある paste.deploy 設定を使用しています" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "アプリケーション用 paste 設定がありません: %s" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" -"アプリケーション設定 %(api)s\n" -"%(config)r" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "%s API を実行しています" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "%s 中に既知の API アプリケーション設定がありません。" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "nova-api ノードを起動しています (バージョン %s)" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "%s 用の paste 設定が見つかりません" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "引数 %(key)s の値 %(value)s が短すぎます。" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "引数 %(key)s の値 %(value)s が不正な文字を含んでいます。" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "引数 %(key)s の値 %(value)s がハイフン(-)から始まっています。" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "引数 %s が必要です。" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "引数 %(key)s は値 %(value)s が許可されていません。有効な値は ['true', 'false'] です。" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" -"%(sr_ref)s 上に VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) を作成しました。" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "ユニークではないname %s を作成しようとしました。" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "インスタンス %(name)s: 十分な空きメモリがありません" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "VM %s を開始します…" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "%(vm_ref)s から作成された VM %(instance_name)s の実行が繰りかえされています。" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "onset_files 用の不正な値: '%s'" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "ファイルパス '%s' を埋め込んでいます" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "インスタンス%s: ブートしました。" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "インスタンス%s が存在しません。" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "VM %s に対するスナップショットを開始します。" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "%(vm_ref)s のスナップショットが作成出来ません: %(exc)s" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "VM %s のスナップショットとアップロードが完了しました。" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "VM %(vm)s は既に停止していますので、シャットダウンを省略します…" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "カーネル/RAMディスクファイルを削除しています" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "カーネル/RAMディスクファイルが削除されました" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" -"タイムアウト: %(method)s の呼び出しがタイムアウトしました。VM id=%(instance_id)s; 引数=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" -"未実装: %(method)s の呼び出しはエージェントに実装されていません。VM id=%(instance_id)s; 引数=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" -"%(method)s 呼び出しがエラーを返しました: %(e)s. VM id=%(instance_id)s; 引数=%(strargs)s" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "OpenSSL エラー: %s" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "インスタンス %s は実行中です。" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "インスタンス %s を終了した後です。" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "cloudpipeインスタンス起動時に実行するスクリプトのテンプレート" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "openvpnの設定に入れるネットワークの値" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "openvpnの設定に入れるネットマスクの値" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "%s 用のVPNを起動します。" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "python-migrate がインストールされていません。終了します。" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "イメージ %s が見つかりませんでした。" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "認証失敗の回数が多すぎます。" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" -"アクセスキー %(access_key)s は %(failures)d 回認証に失敗しましたので、%(lock_mins)d 分間ロックします。" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "%s の認証に失敗しました。" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "%(uname)s 用の認証リクエスト:%(pname)s)" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "アクション(action): %s" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "引数: %(key)s\t\t値: %(value)s" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "コントローラ=%(controller)s とアクション=%(action)s 用の許可されていないリクエスト" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "InstanceNotFound が発行されました: %s" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "VolumeNotFound が発行されました: %s" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "NotFound 発生: %s" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "APIエラー発生: %s" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "予期しないエラー発生: %s" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "未知のエラーが発生しました。再度リクエストを実行してください。" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "ユーザー %s は既に存在しています。" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "マネージャ %s が存在しないためプロジェクトを作成できません。" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "ユーザ %s が存在しないためプロジェクトを作成できません。" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "プロジェクト %s が既に存在するためプロジェクトを作成できません。" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "マネージャ %s が存在しないためプロジェクトを更新できません。" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "ユーザ \"%s\" が見つかりません。" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "プロジェクト \"%s\" が見つかりません。" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" -"connection_type=xenapi を使用するには、以下の指定が必要です: xenapi_connection_url, " -"xenapi_connection_username (オプション), xenapi_connection_password" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "タスク [%(name)s] %(task)s 状態: 成功 %(result)s" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "タスク [%(name)s] %(task)s 状態: %(status)s %(error_info)s" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "例外 %s が発生しました。" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "ボリューム %s 用の iSCSI エクスポートが見つかりません" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "未サポートの API リクエスト: コントローラ = %(controller)s, アクション = %(action)s" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "エラー %s をキャッチしました。" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "管理用オペレーション(admin operation)をAPIに登録します。" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "xvp 設定を再構築しています" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "%s を再度書き込みました" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "xvp を停止しています" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "xvp を開始しています" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "xvp の開始中にエラー: %s" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "xvp を再起動しています" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "xvp が実行されていません…" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" -"上記のエラーはデータベースが作成されていない為に表示されたのかも知れません。\n" -"このコマンドを実行する前に、nova-manage db sync を使用してデータベースを作成して下さい。" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" -"これ以上利用可能なネットワークがありません。これが新規のインストールであれば、\n" -"下記のようなコマンドを実行する必要があります:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" -"上記のエラーは認証 DB が作成されていない為に表示されるのかも知れません。\n" -"このホスト上で nova-api を実行してデータベースを作成して下さい。" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "ネットワーク" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "IPアドレス" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "MAC アドレス" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "ホスト名" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "ホスト" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "ネットマスク" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "開始アドレス" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "パーティション %s のロードに失敗しました。" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "ファイルシステム %s のマウントに失敗しました。" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "nbd デバイス %s が出現しません" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "イメージをループバック %s にアタッチできません。" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "空きの nbd デバイスがありません" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "%(filename)s, %(line_info)d 行目" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "In init host" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "VM %s を二重に作成しようとしました。" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "VM %s を開始します。 " - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "VM %s を開始しました。 " - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "vmの生成(spawn)に失敗しました: %s" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "VM %s の作成に失敗しました。" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "vm %s のメモリを設定します。" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "vm %s のvcpus を設定します。" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "ディスクファイル %(vhdfile)s 接続により、%(vm_name)s 用ディスクを作成しています" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "VM %s へのディスクドライブの追加に失敗しました。" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "新しいドライブパスは %s です。" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "vhdファイルの VM %s への追加に失敗しました。" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "%s に diskを作成します。" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "%s にNICを作成します。 " - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "外部vswitchへのポート作成に失敗しました。" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "ポート %s の作成に失敗しました。" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "スイッチ %(ext_path)s 上のスイッチポート %(vm_name)s が作成されました" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "VM %s に対してNICの追加に失敗しました。" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "%s のNICを作成しました。 " - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "WMIジョブに失敗しました: %s" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "WMI ジョブ成功: %(desc)s, 経過時間=%(elap)s " - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "destroy vm %s リクエストを受信しました。" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "vm %s の削除に失敗しました。" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "削除: ディスク %(vhdfile)s VM %(instance_name)s" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" -"VM %(instance_id)s 用情報取得: 状態=%(state)s, メモリ=%(memusage)s, CPU数=%(numprocs)s, " -"CPU時間=%(uptime)s" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "VM の状態が %(vm_name)s から %(req_state)s に無事変更されました" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" -"Failed to change vm state of \r\n" -"%(vm_name)s から %(req_state)s へのVM の状態変更に失敗しました" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "get_network_topicにおいてインスタンス %d が見つかりませんでした。" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "インスタンス %d にホストが登録されていません。" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "%(pid)s 用の制限(Quota)超過、%(min_count)s 個のインスタンスを実行しようとしました" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "インスタンスのクオータを超えました。このタイプにおいてはあと %s インスタンスしか実行できません。" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "raw instanceを生成します。" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "%s 個のインスタンスの起動を始めます…" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" -"Casting to scheduler for \r\n" -"\r\n" -"%(pid)s/%(uid)s のインスタンス %(instance_id)s 用のスケジューラを割り当て" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "%s を停止しようとしています" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "インスタンス %d が終了処理において見つかりませんでした。" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "インスタンス %d は既に終了済みです。" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "デバイスの指定 %s が不正です: デバイス指定の例: /dev/vdb" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "ボリュームはどこにもアタッチされていません。" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" -"%(fl_host)s 上の AMQP サーバ:%(fl_port)d が到達不能(unreachable)です。%(fl_intv)d " -"秒後に再試行します。" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "AMQPサーバーに %d 回接続を試みましたが、接続できませんでした。シャットダウンします。" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "キューに再接続しました。" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "キューからメッセージの取得に失敗しました。" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "%sのアダプターコンシューマー(Adapter Consumer)を初期化しています。" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "受信: %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "メッセージ %s に対するメソッドが存在しません。" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "メッセージ %s に対するメソッドが存在しません。" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "呼び出し元に 例外 %s を返却します。" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "context %s をアンパックしました。" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "非同期呼び出しを実行します…" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_IDは %s です。" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "非同期の割り当てを作成しています…" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "応答 %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "topic は %s です。" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "メッセージ %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "実行失敗からリカバリーします。%s 回目のトライ。" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "ボリュームグループ%sが存在しません。" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "偽のAOE: %s" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "ensure_export を省略しています。iscsi_target がありません。 " - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "remove_export を省略しています。iscsi_target がありません " - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "偽のISCSI: %s" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "rbd にプール %s がありません。" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "Sheepdog が動作していません: %s" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "Sheepdog が機能していません" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "%(host)s:%(port)s 上で %(arg0)s を開始しています" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "__call__ を実装しなければなりません" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "IP アドレスをリースしました" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "以前のリースを採用したか、MAC/ホスト名の変更を取得しました" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "IP アドレスを開放しています" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" -"インターフェース %(interface)s 上に IP アドレス %(ip)s、ホスト名 %(hostname)s を持った MAC アドレス " -"%(mac)s 用の %(action)s を呼び出しました" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "インスタンス %s が見つかりません。" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "無効になった %s 個の fixed ip を割当解除しました。" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "ネットワークホストの設定をします。" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "IP %s をリースします。" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "IP %s がリースされましたが関連付けられていません。" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "IP アドレス %(address)s が不正な MAC アドレス %(inst_addr)s 対 %(mac)s に割り当てられました" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "既に割当解除しているIP %s がリースされました。" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "IP アドレス %s を開放しています" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "割り当てていないIP %s が開放されました。" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "不正な MAC アドレス %(inst_addr)s 対 %(mac)s から IP アドレス %(address)s が開放されました" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "リースしていないIP %s が開放されました。" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "ネットワークの数とVLANの開始番号の和は 4094 より大きくできません。" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "%s を introduce します…" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "%(sr_ref)s として %(label)s を導入しました" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "Storage Repository を作成できません。" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "VBD %s から SRを取得できません。" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "SR %s をforgetします。 " - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "%(sr_ref)s 用の物理ブロックデバイス(PBD)取得時に例外 %(exc)s を無視しています" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "物理ブロックデバイス(PBD) %(pbd)s の取り外し時に例外 %(exc)s を無視しています" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "SR %s のforgetが完了。" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "SR %(sr_ref)s の登録削除時に例外 %(exc)s を無視しています" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "SR %s のVDIのintroduceができません。" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "VDI %s のレコードを取得できません。" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "SR %s のVDIをintroduceできません。" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "ターゲット情報 %(device_path)s, %(mountpoint)s を取得できません" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "マウントポイントを変換できません。 %s" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "プライベートキーの復号に失敗しました: %s" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "初期化ベクタの復号に失敗しました: %s" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "イメージファイル %(image_file)s の復号に失敗しました: %(err)s" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "未知のS3 value type %r です。" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "認証リクエスト" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "List of buckets が呼ばれました。" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "バケット %s のキーの一覧" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "Unauthorized attempt to access bucket: バケット %s に対するアクセスは許可されていません。" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "バケットを作成します。 %s" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "バケットを削除します。 %s" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "Unauthorized attempt to delete bucket: バケット %s に対する削除は許可されていません。" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "オブジェクトを取得しています: %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "バケット %(bname)s からのオブジェクト %(nm)s 取得は許可されていません" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "オブジェクトをアップロードしています: %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "バケット %(bname)s へのオブジェクト %(nm)s のアップロードは許可されていません" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "オブジェクトを削除しています: %(bname)s / %(nm)s" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "バケット %(bname)s 上のオブジェクト %(nm)s の削除は許可されていません" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" -"Not authorized to upload image: イメージの格納は許可されていません。ディレクトリ %s は正しくありません。" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" -"Not authorized to upload image: イメージの格納は許可されていません。バケット %s への格納は許可されていません。" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "イメージのアップロードを開始しました。 %s" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "Not authorized to update attributes: イメージ %s のアトリビュートの更新は許可されていません。" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "イメージ %(image_id)s %(newstatus)r の公開フラグを切り替えています" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "Updating user fields: イメージ %s のユーザフィールドを更新します。" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "Unauthorized attempt to delete image: イメージ %s の削除は許可されていません。" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "イメージ %s を削除しました。" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "ユーザ %r を検索します。" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "Failed authorization: アクセスキー %s の認証に失敗しました。" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "アクセスキー %s に対するユーザが見つかりませんでした。" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "ユーザ名 (%s) をプロジェクト名として使用します。" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "許可されません: %(pjid)s という名称のプロジェクトはありません (ユーザ=%(uname)s)" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "プロジェクト %s は見つかりませんでした。" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "許可されません: ユーザ %(uname)s は管理者でもプロジェクト %(pjname)s のメンバでもありません。" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "ユーザ %(uid)s はプロジェクト %(pjid)s のメンバではありません。" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "Invalid signature: ユーザ %s の署名が不正です。" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "署名が一致しません。" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "プロジェクトを指定してください。" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "ロール %s が見つかりません。" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "ロール %s はグローバルでのみ使用可能です。" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "プロジェクト %(pid)s のユーザ %(uid)s にロール %(role)s を付与します。" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "サイト共通のロール %(role)s をユーザ %(uid)s に付与します。" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "プロジェクト %(pid)s のユーザ %(uid)s からロール %(role)s を削除します。" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "ユーザ %(uid)s からサイト共通のロール %(role)s を削除します。" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "プロジェクト %(name)s を管理者 %(manager_user)s で作成しました。" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "modifying project: プロジェクト %s を更新します。" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "ユーザ %(uid)s をプロジェクト %(pid)s に追加します。" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "ユーザ %(uid)s をプロジェクト %(pid)s から削除します。" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "Deleting project: プロジェクト %s を削除します。" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "ユーザ %(rvname)s を作成しました。(管理者: %(rvadmin)r)" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "Deleting user: ユーザ %s を削除します。" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "Access Key change: ユーザ %s のアクセスキーを更新します。" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "Secret Key change: ユーザ %s のシークレットキーを更新します。" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "ユーザ %(uid)s に対して管理者状態が %(admin)r に設定されました。" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "プロジェクト %s に関するvpnデータがありません。" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "%(topic)s ノードを開始しています (バージョン %(vcs_string)s)" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "データベースにエントリの存在しないサービスを終了します。" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "サービスデータベースオブジェクトが消滅しました。再作成します。" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "モデルサーバへの接続を復旧しました。" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "モデルサーバが消滅しました。" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "LDAPユーザ %s はすでに存在します。" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "LDAPオブジェクト %s が存在しません。" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "ユーザ %s は存在しません" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "グループ %s は既に存在するため、作成できません。" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "ユーザ %s は存在しないため、グループの作成はできません。" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "ユーザ %s は存在しないため、グループ内で検索できません。" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "ユーザ %s は存在しないため、当該グループに追加できません。" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "識別名(DN) %s のグループは存在しません。" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "ユーザ %(uid)s はすでにグループ %(group_dn)s のメンバです。" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "ユーザ %s は存在しないため、当該グループから削除できません。" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "ユーザ %s は当該グループのメンバではありません。" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "グループの最後のメンバーを削除しようとしました。代わりにグループ %s を削除してください。" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "ユーザ %s は存在しないため、全ロールからの削除はできません。" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "dnが %s のグループは存在しません。" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "ブリッジ %s に対してブリッジが複数存在します。" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "ブリッジ %s に対するネットワークが存在しません。" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "Creating new user: 新しいユーザ %s を作成します。" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "Deleting user: ユーザ %s を削除します。" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "プロジェクト %(project)s のユーザ %(user)s にロール %(role)s を付与します。" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "ユーザ %(user)s にサイト共通なロール %(role)s を追加中" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "プロジェクト %(project)s のユーザ %(user)s からロール %(role)s を削除します。" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "ユーザ %(user)s からサイト共通なロール %(role)s を削除中" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "operation は add または remove の何れかである必要があります。" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "プロジェクト %(project)s のユーザ %(name)s の x509 証明書を取得します。" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "管理者 %(manager_user)s によって管理されるプロジェクト %(name)s を作成します。" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "管理者 %(manager_user)s によって管理されるプロジェクト %(name)s を変更します。" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Delete project: プロジェクト %s を削除しました。" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "ユーザ %(user)s をプロジェクト %(project)s に追加します。" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "ユーザ %(user)s をプロジェクト %(project)s から削除します。" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "%s サービスの開始" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "FLAGSの一覧:" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "pidfile %s が存在しません。デーモンは実行中ですか?\n" - -#, python-format -#~ msgid "updating %s..." -#~ msgstr "%s の情報の更新…" - -#~ msgid "unexpected error during update" -#~ msgstr "更新の最中に予期しないエラーが発生しました。" - -#~ msgid "unexpected exception getting connection" -#~ msgstr "接続に際し予期しないエラーが発生しました。" - -#, python-format -#~ msgid "Found instance: %s" -#~ msgstr "インスタンス %s が見つかりました。" - -#, python-format -#~ msgid "PV Kernel in VDI:%d" -#~ msgstr "VDIのPV Kernel: %d" - -#, python-format -#~ msgid "Volume quota exceeded. You cannot create a volume of size %s" -#~ msgstr "ボリュームのクオータを超えています。%sの大きさのボリュームは作成できません。" - -#~ msgid "Wrong number of arguments." -#~ msgstr "引数の数が異なります。" - -#~ msgid "No such process" -#~ msgstr "そのようなプロセスはありません" - -#, python-format -#~ msgid "Cannot get blockstats for \"%(disk)s\" on \"%(iid)s\"" -#~ msgstr "\"%(iid)s\" 上の \"%(disk)s\" 用のブロック統計(blockstats)が取得できません" - -#, python-format -#~ msgid "Cannot get ifstats for \"%(interface)s\" on \"%(iid)s\"" -#~ msgstr "\"%(iid)s\" 上の %(interface)s\" 用インターフェース統計(ifstats)が取得できません" - -#~ msgid "Starting instance monitor" -#~ msgstr "インスタンスモニタを開始しています" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "%s を起動中" diff --git a/po/ko.po b/po/ko.po deleted file mode 100644 index 64ea6cb76..000000000 --- a/po/ko.po +++ /dev/null @@ -1,2807 +0,0 @@ -# Korean translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-12-16 04:42+0000\n" -"Last-Translator: LZY \n" -"Language-Team: Korean \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-17 05:36+0000\n" -"X-Generator: Launchpad (build 14525)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "호스트가 발견되지 않았습니다" - -#: ../nova/exception.py:54 -msgid "Unexpected error while running command." -msgstr "명령 실행도중 예측하지 못한 에러가 발생했습니다" - -#: ../nova/exception.py:57 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "DB 예외처리가 설정되었습니다" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:127 -msgid "Uncaught exception" -msgstr "예외처리가 안되었습니다" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "%(size)sG 크기의 볼륨 생성도중 %(pid)s에 대한 quota가 초과되었습니다" - -#: ../nova/volume/api.py:57 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "볼륨의 quota가 초과되었습니다. %sG 크기의 볼륨을 만들 수 없습니다" - -#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 -#: ../nova/volume/api.py:230 -msgid "Volume status must be available" -msgstr "볼륨의 상태를 알 수 없습니다" - -#: ../nova/volume/api.py:174 -msgid "Volume is already attached" -msgstr "볼륨이 이미 장착되었습니다" - -#: ../nova/volume/api.py:180 -msgid "Volume is already detached" -msgstr "볼륨이 이미 탈착되었습니다" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "사설ip를 가져오는데 실패했습니다" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "공용ip를 가져오는데 실패했습니다" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "%(_image_id)s 이미지에 대한 %(param)s 속성이 없습니다" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "키페어가 정의되지 않았습니다" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:388 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "%s 인스턴스가 발견되지 않았습니다" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:50 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "볼륨장착: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:174 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "%(instance_name)s 인스턴스의 %(sr_ref)s SR에 대한 VDI 생성이 실패했습니다" - -#: ../nova/virt/xenapi/volumeops.py:187 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "%(instance_name)s 인스턴스의 %(sr_ref)s SR을 사용 할 수 없습니다" - -#: ../nova/virt/xenapi/volumeops.py:195 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "%s 인스턴스에 볼륨장착 할 수 없습니다" - -#: ../nova/virt/xenapi/volumeops.py:198 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 장착되었습니다" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:208 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "볼륨 탈착: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:216 -#, python-format -msgid "Unable to locate volume %s" -msgstr "%s 볼륨을 찾을수 없습니다" - -#: ../nova/virt/xenapi/volumeops.py:224 -#, python-format -msgid "Unable to detach volume %s" -msgstr "%s 볼륨 탈착에 실패했습니다" - -#: ../nova/virt/xenapi/volumeops.py:238 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "%(instance_name)s 인스턴스에 %(mountpoint)s 마운트지점이 탈착되었습니다" - -#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 -#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 -#, python-format -msgid "Unknown instance type: %s" -msgstr "%s 인스턴스 타입이 없습니다" - -#: ../nova/crypto.py:50 -msgid "Filename of root CA" -msgstr "CA 루트의 파일이름" - -#: ../nova/crypto.py:53 -msgid "Filename of private key" -msgstr "비밀키의 파일명" - -#: ../nova/crypto.py:55 -msgid "Filename of root Certificate Revokation List" -msgstr "인증서 폐기 목록의 루트 파일명" - -#: ../nova/crypto.py:57 -msgid "Where we keep our keys" -msgstr "키를 저장하는 경로" - -#: ../nova/crypto.py:59 -msgid "Where we keep our root CA" -msgstr "CA 루트를 저장하는 경로" - -#: ../nova/crypto.py:61 -msgid "Should we use a CA for each project?" -msgstr "각 프로젝트마다 CA를 사용하시겠습니까?" - -#: ../nova/crypto.py:65 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:70 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:75 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:277 -#, python-format -msgid "Flags path: %s" -msgstr "플래그 경로: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:101 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorating: |%s|" - -#: ../nova/compute/manager.py:104 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:107 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: locked: |%s|" - -#: ../nova/compute/manager.py:109 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:114 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: executing: |%s|" - -#: ../nova/compute/manager.py:118 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: not executing |%s|" - -#: ../nova/compute/manager.py:368 -msgid "Instance has already been created" -msgstr "인스턴스가 이미 생성되었습니다" - -#: ../nova/compute/manager.py:425 -#, python-format -msgid "instance %s: starting..." -msgstr "인스턴스 %s: 가동중..." - -#: ../nova/virt/xenapi/vmops.py:216 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "인스턴스 %s: 생성에 실패했습니다" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "인스턴스 %s를 종료합니다" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "주소 %s를 해지중입니다" - -#: ../nova/compute/manager.py:558 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "인스턴스 %s가 이미 삭제되었습니다" - -#: ../nova/compute/manager.py:709 -#, python-format -msgid "Rebooting instance %s" -msgstr "인스턴스 %s를 재부팅합니다" - -#: ../nova/compute/manager.py:599 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:768 -#, python-format -msgid "instance %s: snapshotting" -msgstr "인스턴스 %s: 스냅샷 저장중" - -#: ../nova/compute/manager.py:651 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "인스턴스 %s: 관리자 암호 설정중" - -#: ../nova/compute/manager.py:772 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:938 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:960 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:1240 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:1257 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:1285 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:1293 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:1310 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:1328 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:1336 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:1343 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:1352 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:1372 ../nova/api/ec2/cloud.py:800 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:1381 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:1239 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:1265 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:1472 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:1477 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:52 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:67 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:136 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:89 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:94 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:100 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:124 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:167 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:169 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:173 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:175 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:190 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 -#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:497 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:531 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:536 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:596 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:78 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:931 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:960 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:660 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:662 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:722 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:724 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:763 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:66 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:150 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:198 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:214 ../nova/utils.py:264 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:240 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:304 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:309 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:414 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:417 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:514 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:525 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:50 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:133 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:195 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:206 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:209 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:257 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:268 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1449 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1452 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:295 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:322 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:336 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#. NOTE(sirp): Currently we only support uploading images as VHD, there -#. is no RAW equivalent (yet) -#: ../nova/virt/xenapi/vm_utils.py:366 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#. TODO(sirp): This should eventually be the URI for the Glance image -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. We need to invoke a plugin for copying the -#. content of the VDI into the proper path. -#: ../nova/virt/xenapi/vm_utils.py:671 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:681 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:759 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1294 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1301 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1303 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/hyperv.py:450 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:819 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:857 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:859 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1101 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:915 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1152 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1159 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:911 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1221 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1223 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1225 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1228 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1242 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1246 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1258 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1263 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1268 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1271 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1280 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1140 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1361 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/rpc/common.py:142 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/rpc/common.py:150 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:50 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/compute/manager.py:192 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt/connection.py:226 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:240 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:394 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:670 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:693 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:697 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:708 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:745 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt/utils.py:218 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:854 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt/connection.py:1044 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt/connection.py:1183 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1187 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1330 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt/firewall.py:540 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/manager.py:296 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:190 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:165 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:91 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:219 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:227 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:385 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:414 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:349 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:211 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:196 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:218 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:765 -#: ../nova/api/openstack/v2/contrib/security_groups.py:138 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:768 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:795 -#: ../nova/api/openstack/v2/contrib/security_groups.py:98 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:143 -#: ../nova/api/ec2/cloud.py:887 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:922 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:327 -#: ../nova/api/ec2/cloud.py:936 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1221 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1233 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1238 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1248 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1296 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1305 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1445 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1472 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 -#: ../nova/api/ec2/cloud.py:1500 ../nova/api/ec2/cloud.py:1515 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1518 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1520 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1522 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1523 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:388 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:391 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:437 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:467 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:612 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:621 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:606 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1086 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1764 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:288 ../nova/tests/test_compute.py:1165 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:294 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:96 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:36 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:134 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:144 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:204 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:220 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:251 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:253 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:328 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:359 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:365 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:377 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:380 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:409 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:159 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:542 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:551 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:577 ../nova/virt/xenapi_conn.py:590 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:73 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:63 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:113 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:93 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:111 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:116 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:129 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:136 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:139 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:609 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:633 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:634 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:635 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:636 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 -#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:217 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:222 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:246 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:119 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:166 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:168 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:170 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:187 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:206 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:216 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:220 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:245 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:248 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:265 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:267 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:271 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:290 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:291 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:294 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:304 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:306 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:339 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:343 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:380 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:405 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:412 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:433 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:470 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:473 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:202 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:251 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:306 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:818 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:1521 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:1536 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:220 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:235 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:621 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:630 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:631 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:79 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:89 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:342 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 -#: ../nova/volume/driver.py:891 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:463 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:475 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:545 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:547 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:208 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:78 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:386 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:525 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:881 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:1289 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:157 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:103 -#: ../nova/virt/xenapi/volume_utils.py:170 -#: ../nova/virt/xenapi/volumeops.py:157 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:76 -#: ../nova/virt/xenapi/volume_utils.py:174 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:186 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:228 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:234 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:249 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:257 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:279 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:356 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/image/s3.py:365 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/image/s3.py:374 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/image/s3.py:385 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:281 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:294 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:303 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:428 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:469 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:472 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:498 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:501 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:574 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:604 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:625 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:655 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:713 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:732 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:734 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:736 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:781 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:141 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:232 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:269 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:284 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:290 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/exception.py:790 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:621 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:55 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:58 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:145 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:153 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:175 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:179 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:185 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:189 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:207 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:225 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:238 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:248 -#, python-format -msgid "Delete project: %s" -msgstr "프로젝트 삭제: %s" - -#: ../nova/api/ec2/admin.py:262 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "프로젝트 %(project)s에 사용자 %(user)s 등록" - -#: ../nova/api/ec2/admin.py:266 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "프로젝트 %(project)s에 사용자 %(user)s 삭제" diff --git a/po/oc.po b/po/oc.po deleted file mode 100644 index 71887285f..000000000 --- a/po/oc.po +++ /dev/null @@ -1,2794 +0,0 @@ -# Occitan (post 1500) translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-11-17 07:23+0000\n" -"Last-Translator: Cédric VALMARY (Tot en òc) \n" -"Language-Team: Occitan (post 1500) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-11-18 05:37+0000\n" -"X-Generator: Launchpad (build 14299)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Pas d'òste trobat" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Error imprevista al moment de l'execucion de la comanda" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Comanda : %(cmd)s\n" -"Valor retornada : %(exit_code)s\n" -"Sortida estandarda : %(stdout)r\n" -"Sortida d'error : %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "Remontada d'excepcion de la banca de donadas" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Excepcion pas prevista" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "L'estatut del volum deu èsser disponible" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Volum ja estacat" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Volum ja destacat" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Fracàs al moment de la lectura de l'ip privada" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Fracàs al moment de la lectura de las ip privadas" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "Pas de para de claus definida" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "Instància %s pas trobada" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Impossible d'estacar lo volum a l'instància %s" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Impossible de trobar lo volum %s" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Impossible de destacar lo volum %s" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Tipe d'instància desconegut : %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Nom de fichièr de la clau privada" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Emplaçament de salvament de las claus" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "L'utilizaire %s es pas membre del grop" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "Supression de l'utilizaire : %s" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Suprimir lo projècte : %s" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "Supression de l'utilizaire %(user)s del projècte %(project)s" diff --git a/po/pt_BR.po b/po/pt_BR.po deleted file mode 100644 index ff44b8092..000000000 --- a/po/pt_BR.po +++ /dev/null @@ -1,2867 +0,0 @@ -# Brazilian Portuguese translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2012-02-01 12:10+0000\n" -"Last-Translator: Tiago Hillebrandt \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-02-02 06:17+0000\n" -"X-Generator: Launchpad (build 14738)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Hosts não encontrados" - -#: ../nova/exception.py:69 -msgid "Unexpected error while running command." -msgstr "Erro inesperado ao executar o comando." - -#: ../nova/exception.py:72 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"Comando: %(cmd)s\n" -"Código de saída: %(exit_code)s\n" -"Saída padrão: %(stdout)r\n" -"Erro: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:127 -msgid "Uncaught exception" -msgstr "Exceção não capturada" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "Cota excedida para %(pid)s, tentando criar volume com %(size)sG" - -#: ../nova/volume/api.py:87 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" -"Cota excedida para o volume. Você não pode criar um volume com o tamanho %sG" - -#: ../nova/volume/api.py:134 ../nova/volume/api.py:210 -#: ../nova/volume/api.py:269 -msgid "Volume status must be available" -msgstr "O status do volume parece estar disponível" - -#: ../nova/volume/api.py:212 -msgid "Volume is already attached" -msgstr "O Volume já está anexado" - -#: ../nova/volume/api.py:218 -msgid "Volume is already detached" -msgstr "O Volume já está desanexado" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Falha ao ler o IP privado" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Falha ao ler o(s) IP(s) público(s)" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "%(param)s propriedade não foi encontrada para %(_image_id)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "Os keypairs não foram definidos" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:185 -#, python-format -msgid "Compute.api::lock %s" -msgstr "Compute.api::lock %s" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:203 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "Compute.api::unlock %s" - -#: ../nova/api/openstack/servers.py:388 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::get_lock %s" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:149 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::reset_network %s" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:58 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::pause %s" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:77 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::unpause %s" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:96 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::suspend %s" - -#: ../nova/api/openstack/compute/contrib/admin_actions.py:115 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::resume %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "Instancia %s não encontrada" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:50 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:174 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" -"Não é possível criar o VDI no SR %(sr_ref)s para a instância " -"%(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:187 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" -"Não é possível usar o SR %(sr_ref)s para a instância %(instance_name)s" - -#: ../nova/virt/xenapi/volumeops.py:195 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "Não é possível anexar o volume na instância %s" - -#: ../nova/virt/xenapi/volumeops.py:198 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" -"Ponto de montagem %(mountpoint)s conectada à instância %(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:208 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:216 -#, python-format -msgid "Unable to locate volume %s" -msgstr "Não é possível localizar o volume %s" - -#: ../nova/virt/xenapi/volumeops.py:224 -#, python-format -msgid "Unable to detach volume %s" -msgstr "Não é possível desconectar o volume %s" - -#: ../nova/virt/xenapi/volumeops.py:238 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" -"Ponto de montagem %(mountpoint)s desanexada da instância %(instance_name)s" - -#: ../nova/compute/instance_types.py:122 ../nova/compute/instance_types.py:134 -#: ../nova/compute/instance_types.py:148 ../nova/compute/instance_types.py:159 -#, python-format -msgid "Unknown instance type: %s" -msgstr "Tipo de instância desconhecido: %s" - -#: ../nova/crypto.py:51 -msgid "Filename of root CA" -msgstr "Nome do arquivo da CA raiz" - -#: ../nova/crypto.py:54 -msgid "Filename of private key" -msgstr "Nome do arquivo da chave privada" - -#: ../nova/crypto.py:55 -msgid "Filename of root Certificate Revokation List" -msgstr "Nome de arquivo da Lista de Revogação de Certificados" - -#: ../nova/crypto.py:58 -msgid "Where we keep our keys" -msgstr "Aonde armazenamos nossas chaves" - -#: ../nova/crypto.py:60 -msgid "Where we keep our root CA" -msgstr "Onde mantemos nosso CA raiz" - -#: ../nova/crypto.py:62 -msgid "Should we use a CA for each project?" -msgstr "Devemos usar um CA para cada projeto?" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" -"Assunto do certificado para usuários, %s para projeto, usuário, timestamp" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "Assunto do certificado para projetos, %s para projeto, timestamp" - -#: ../nova/crypto.py:75 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "Assunto do certificado para vpns, %s para projeto, timestamp" - -#: ../nova/crypto.py:310 -#, python-format -msgid "Flags path: %s" -msgstr "Localização dos sinalizadores: %s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "Moldagem para %(topic)s %(host)s para %(method)s" - -#: ../nova/compute/manager.py:113 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "check_instance_lock: decorating: |%s|" - -#: ../nova/compute/manager.py:104 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" -"check_instance_lock: argumentos: |%(self)s| |%(context)s| |%(instance_id)s|" - -#: ../nova/compute/manager.py:119 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: locked: |%s|" - -#: ../nova/compute/manager.py:121 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "check_instance_lock: admin: |%s|" - -#: ../nova/compute/manager.py:126 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: executando: |%s|" - -#: ../nova/compute/manager.py:130 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "check_instance_lock: not executando |%s|" - -#: ../nova/compute/manager.py:404 -msgid "Instance has already been created" -msgstr "A instância já foi criada" - -#: ../nova/compute/manager.py:461 -#, python-format -msgid "instance %s: starting..." -msgstr "instância %s: iniciando..." - -#: ../nova/virt/xenapi/vmops.py:234 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "instância %s: falha na geração" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "Terminando a instância %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "Desalocando o endereço %s" - -#: ../nova/compute/manager.py:601 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "tentando destruir instância já destruida: %s" - -#: ../nova/compute/manager.py:762 -#, python-format -msgid "Rebooting instance %s" -msgstr "Reiniciando a instância %s" - -#: ../nova/compute/manager.py:599 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"tentando reiniciar uma instancia com estado diferente de running: " -"%(instance_id)s (estado: %(state)s esperado: %(running)s)" - -#: ../nova/compute/manager.py:826 -#, python-format -msgid "instance %s: snapshotting" -msgstr "instância %s: fazendo um snapshot" - -#: ../nova/compute/manager.py:651 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" -"tentando fazer um snapshot de uma instância com estado diferente de running: " -" %(instance_id)s (estado: %(state)s esperado: %(running)s)" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"tentando limpar a senha de uma instância com estado diferente de running: " -"%(instance_id)s (estado: %(instance_state)s esperado: %(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "instância %s: configurando a senha do administrador" - -#: ../nova/compute/manager.py:772 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" -"tentando injetar o arquivo dentro de uma instância com estado diferente de " -"running: %(instance_id)s (estado: %(instance_state)s esperado: " -"%(expected_state)s)" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "instância %(nm)s: injetando um arquivo para %(plain_path)s" - -#: ../nova/compute/manager.py:1005 -#, python-format -msgid "instance %s: rescuing" -msgstr "instância %s: resgatando" - -#: ../nova/compute/manager.py:1029 -#, python-format -msgid "instance %s: unrescuing" -msgstr "instância %s: desfazendo o resgate" - -#: ../nova/compute/manager.py:1324 -#, python-format -msgid "instance %s: pausing" -msgstr "instância %s: pausando" - -#: ../nova/compute/manager.py:1342 -#, python-format -msgid "instance %s: unpausing" -msgstr "instância %s: saindo do pause" - -#: ../nova/compute/manager.py:1371 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "instância %s: recuperando os diagnósticos" - -#: ../nova/compute/manager.py:1380 -#, python-format -msgid "instance %s: suspending" -msgstr "instância %s: suspendendo" - -#: ../nova/compute/manager.py:1402 -#, python-format -msgid "instance %s: resuming" -msgstr "instância %s: resumindo" - -#: ../nova/compute/manager.py:1425 -#, python-format -msgid "instance %s: locking" -msgstr "instância %s: bloqueando" - -#: ../nova/compute/manager.py:1434 -#, python-format -msgid "instance %s: unlocking" -msgstr "instância %s: desbloqueando" - -#: ../nova/compute/manager.py:1442 -#, python-format -msgid "instance %s: getting locked state" -msgstr "instância %s: obtendo estado de bloqueio" - -#: ../nova/compute/manager.py:1452 -#, python-format -msgid "instance %s: reset network" -msgstr "instância %s: reset da rede" - -#: ../nova/compute/manager.py:1475 ../nova/api/ec2/cloud.py:781 -#, python-format -msgid "Get console output for instance %s" -msgstr "Obter saída do console para instância %s" - -#: ../nova/compute/manager.py:1500 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "instância %s: obtendo console ajax" - -#: ../nova/compute/manager.py:1239 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" -"instância %(instance_id)s: atachando volume %(volume_id)s para %(mountpoint)s" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:1265 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" -"instância %(instance_id)s: falha ao atachar ponto de montagem " -"%(mountpoint)s, removendo" - -#: ../nova/compute/manager.py:1472 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" -"Desconectando volume %(volume_id)s do ponto de montagem %(mp)s na instância " -"%(instance_id)s" - -#: ../nova/compute/manager.py:1603 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "Desconectando volume da instância desconhecida %s" - -#: ../nova/scheduler/simple.py:52 -#, python-format -msgid "Host %s is not alive" -msgstr "Host %s não está ativo" - -#: ../nova/scheduler/simple.py:67 -msgid "All hosts have too many cores" -msgstr "Todos os hosts tem muitos núcleos de CPU" - -#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 -#, python-format -msgid "Host %s not available" -msgstr "O host %s não está disponível" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many gigabytes" -msgstr "Todos os hosts tem muitos gigabytes" - -#: ../nova/scheduler/simple.py:136 -msgid "All hosts have too many networks" -msgstr "Todos os hosts tem muitas interfaces de rede" - -#: ../nova/volume/manager.py:87 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "Re-exportando %s volumes" - -#: ../nova/volume/manager.py:92 -#, python-format -msgid "volume %s: skipping export" -msgstr "volume %s: ignorando export" - -#: ../nova/volume/manager.py:98 -#, python-format -msgid "volume %s: creating" -msgstr "volume %s: criando" - -#: ../nova/volume/manager.py:110 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "volume %(vol_name)s: criando lv com tamanho %(vol_size)sG" - -#: ../nova/volume/manager.py:122 -#, python-format -msgid "volume %s: creating export" -msgstr "volume %s: criando o export" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: created successfully" -msgstr "volume %s: criado com sucesso" - -#: ../nova/volume/manager.py:165 -msgid "Volume is still attached" -msgstr "O volume continua atachado" - -#: ../nova/volume/manager.py:167 -msgid "Volume is not local to this node" -msgstr "O volume não pertence à este node" - -#: ../nova/volume/manager.py:171 -#, python-format -msgid "volume %s: removing export" -msgstr "volume %s: removendo export" - -#: ../nova/volume/manager.py:173 -#, python-format -msgid "volume %s: deleting" -msgstr "volume %s: removendo" - -#: ../nova/volume/manager.py:188 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "volume %s: remoção realizada com sucesso" - -#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:44 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "%(text)s: _db_content => %(content)s" - -#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 -#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 -msgid "Raising NotImplemented" -msgstr "Aumento não implementado" - -#: ../nova/virt/xenapi/fake.py:497 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "xenapi.fake não tem uma implementação para %s" - -#: ../nova/virt/xenapi/fake.py:531 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "Chamando %(localname)s %(impl)s" - -#: ../nova/virt/xenapi/fake.py:536 -#, python-format -msgid "Calling getter %s" -msgstr "Chamando o pai %s" - -#: ../nova/virt/xenapi/fake.py:596 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" -"xenapi.fake não tem implementação para %s ou foi chamado com um número de " -"argumentos inválido" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "Não é possível testar instâncias sem um ambiente virtual real" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "É necessário assistir a instância %s até ela estar rodando..." - -#: ../nova/virt/connection.py:78 -msgid "Failed to open connection to the hypervisor" -msgstr "Falha ao abrir a conexão com o hypervisor" - -#: ../nova/network/linux_net.py:963 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "Iniciando a VLAN %s" - -#: ../nova/network/linux_net.py:995 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "Iniciando a Bridge para %s" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:698 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:700 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "Pid %d está ultrapassado, reiniciando dnsmasq" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:760 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:762 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "Pid %d está ultrapassado, reiniciando radvd" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:763 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:66 -#, python-format -msgid "Inner Exception: %s" -msgstr "Exceção interna: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "Classe %s não pode ser encontrada" - -#: ../nova/utils.py:150 -#, python-format -msgid "Fetching %s" -msgstr "Buscando %s" - -#: ../nova/utils.py:201 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "Executando comando (subprocesso): %s" - -#: ../nova/utils.py:217 ../nova/utils.py:297 -#, python-format -msgid "Result was %s" -msgstr "Resultado foi %s" - -#: ../nova/utils.py:273 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "Executando o comando (SSH): %s" - -#: ../nova/utils.py:337 -#, python-format -msgid "debug in callback: %s" -msgstr "depuração em retorno de chamada: %s" - -#: ../nova/utils.py:342 -#, python-format -msgid "Running %s" -msgstr "Executando %s" - -#: ../nova/utils.py:480 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "Endereço para Link Local não encontrado: %s" - -#: ../nova/utils.py:483 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" -"Não foi possível atribuir um IP para o Link Local de %(interface)s :%(ex)s" - -#: ../nova/utils.py:580 -#, python-format -msgid "Invalid backend: %s" -msgstr "Backend inválido: %s" - -#: ../nova/utils.py:591 -#, python-format -msgid "backend %s" -msgstr "backend %s" - -#: ../nova/testing/fake/rabbit.py:50 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "(%(nm)s) publicar (key: %(routing_key)s) %(message)s" - -#: ../nova/testing/fake/rabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "Publicando para rota %s" - -#: ../nova/testing/fake/rabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Declarando fila %s" - -#: ../nova/testing/fake/rabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Declarando troca %s" - -#: ../nova/testing/fake/rabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "Ligação %(queue)s para %(exchange)s com chave %(routing_key)s" - -#: ../nova/testing/fake/rabbit.py:133 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "Recebendo de %(queue)s: %(message)s" - -#: ../nova/virt/xenapi/vm_utils.py:189 ../nova/virt/hyperv.py:189 -#, python-format -msgid "Created VM %s..." -msgstr "VM %s criada..." - -#: ../nova/virt/xenapi/vm_utils.py:192 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "VM %(instance_name)s criada como %(vm_ref)s." - -#: ../nova/virt/xenapi/volume_utils.py:206 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "Criando VBD para VM %(vm_ref)s, VDI %(vdi_ref)s ... " - -#: ../nova/virt/xenapi/volume_utils.py:209 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "VBD %(vbd_ref)s criado para VM %(vm_ref)s, VDI %(vdi_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:243 -#, python-format -msgid "VBD not found in instance %s" -msgstr "O VBD não foi encontrado na instância %s" - -#: ../nova/virt/xenapi/vm_utils.py:254 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "Não é possível desconectar o VBD %s" - -#: ../nova/virt/xenapi/vm_utils.py:265 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "Não é possível destruir o VBD %s" - -#: ../nova/virt/xenapi/vmops.py:1489 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "Criando a VIF para VM %(vm_ref)s, rede %(network_ref)s." - -#: ../nova/virt/xenapi/vmops.py:1492 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "VIF %(vif_ref)s criada para VM %(vm_ref)s, rede %(network_ref)s." - -#: ../nova/virt/xenapi/vm_utils.py:292 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" -"VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) no SR " -"%(sr_ref)s criada com sucesso." - -#: ../nova/virt/xenapi/vm_utils.py:319 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "Fazendo um snapshot da VM %(vm_ref)s com rótulo '%(label)s'..." - -#: ../nova/virt/xenapi/vm_utils.py:333 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "Snapshot %(template_vm_ref)s criado a partir da VM %(vm_ref)s." - -#. NOTE(sirp): Currently we only support uploading images as VHD, there -#. is no RAW equivalent (yet) -#: ../nova/virt/xenapi/vm_utils.py:363 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" -"Solicitando à xapi para realizar upload da imagem %(vdi_uuids)s com ID " -"%(image_id)s" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "Tamanho da imagem %(image)s:%(virtual_size)d" - -#. TODO(sirp): This should eventually be the URI for the Glance image -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "Glance image %s" -msgstr "Visão geral da imagem %s" - -#. We need to invoke a plugin for copying the -#. content of the VDI into the proper path. -#: ../nova/virt/xenapi/vm_utils.py:689 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "Copiando o VDI %s de /boot/guest no dom0" - -#: ../nova/virt/xenapi/vm_utils.py:699 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "Kernel/Ramdisk %s destruidos" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "Requisitando à xapi a busca da url %(url)s como %(access)s" - -#: ../nova/virt/xenapi/vm_utils.py:770 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "Verificando o vdi %s para kernel PV" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "Kernel PV no VDI: %s" - -#: ../nova/virt/xenapi/vm_utils.py:1313 -#, python-format -msgid "Running pygrub against %s" -msgstr "Rodando pygrub novamente %s" - -#: ../nova/virt/xenapi/vm_utils.py:1320 -#, python-format -msgid "Found Xen kernel %s" -msgstr "Kernel Xen encontrado: %s" - -#: ../nova/virt/xenapi/vm_utils.py:1322 -msgid "No Xen kernel found. Booting HVM." -msgstr "Kernel Xen não encontrado. Iniciando como HVM." - -#: ../nova/virt/hyperv.py:449 -#, python-format -msgid "duplicate name found: %s" -msgstr "nome duplicado encontrado: %s" - -#: ../nova/virt/xenapi/vm_utils.py:830 -#, python-format -msgid "VDI %s is still available" -msgstr "O VDI %s continua disponível" - -#: ../nova/virt/xenapi/vm_utils.py:876 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "(VM_UTILS) xenserver vm state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:878 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "(VM_UTILS) xenapi power_state -> |%s|" - -#: ../nova/virt/xenapi/vm_utils.py:1120 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "O VHD %(vdi_uuid)s tem pai %(parent_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:934 -#, python-format -msgid "Re-scanning SR %s" -msgstr "Re-escaneando SR %s" - -#: ../nova/virt/xenapi/vm_utils.py:1171 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1178 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:911 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "Nenhum VDIs encontrado para MV %s" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" -"Número de VDIs inesperado (%(num_vdis)s) encontrado para MV %(vm_ref)s" - -#: ../nova/virt/xenapi/vm_utils.py:1240 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "Criando VBD para VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:1242 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "O VBD para VDI %s foi criado." - -#: ../nova/virt/xenapi/vm_utils.py:1244 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "Conectando VBD %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:1247 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "O VDB %s foi conectado." - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "VBD %(vbd)s conectado como %(orig_dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "VBD %(vbd)s conectado no device errado, remapeando para %(dev)s" - -#: ../nova/virt/xenapi/vm_utils.py:1261 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "Destruindo VBD para o VDI %s ... " - -#: ../nova/virt/xenapi/vm_utils.py:1265 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "O VBD para o VDI %s foi destruído." - -#: ../nova/virt/xenapi/vm_utils.py:1277 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1282 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1287 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1290 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "Ignorando XenAPI.Failure em VBD.unplug: %s" - -#: ../nova/virt/xenapi/vm_utils.py:1299 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1140 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1380 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/rpc/common.py:142 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/rpc/common.py:150 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:56 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/compute/manager.py:223 -#, python-format -msgid "Checking state of %s" -msgstr "Verificando o estado de %s" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt/connection.py:225 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:239 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:401 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:678 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:701 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:705 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:716 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:745 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt/utils.py:218 -msgid "Unable to find an open port" -msgstr "Impossível localizar uma porta aberta" - -#: ../nova/virt/libvirt/connection.py:865 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt/connection.py:1057 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt/connection.py:1204 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1208 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1330 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/firewall.py:125 ../nova/virt/libvirt/firewall.py:486 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/metadata/handler.py:252 ../nova/api/metadata/handler.py:259 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "Falha ao obter metadados para o ip: %s" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "Tentativa de instanciar singleton" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/manager.py:338 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:195 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:190 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 ../nova/console/vmrc_manager.py:64 -msgid "Adding console" -msgstr "Adicionando console" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:218 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#: ../nova/crypto.py:112 -#, python-format -msgid "Generating root CA: %s" -msgstr "Gerando CA raiz: %s" - -#: ../nova/api/ec2/cloud.py:368 -#, python-format -msgid "Create key pair %s" -msgstr "Criar par de chaves %s" - -#: ../nova/api/ec2/cloud.py:395 -#, python-format -msgid "Delete key pair %s" -msgstr "Remover par de chaves %s" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s não é um ipProtocol válido" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "Intervalo de porta inválido" - -#: ../nova/api/openstack/compute/contrib/security_groups.py:497 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "Revogado entrada do grupo de segurança %s" - -#: ../nova/api/openstack/compute/contrib/security_groups.py:358 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:654 ../nova/api/ec2/cloud.py:710 -msgid "No rule for the specified parameters." -msgstr "Não existe regra para os parâmetros especificados" - -#: ../nova/api/openstack/compute/contrib/security_groups.py:343 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "Autorizada entrada do grupo de segurança %s" - -#: ../nova/api/openstack/compute/contrib/security_groups.py:365 -#, python-format -msgid "This rule already exists in group %s" -msgstr "Esta regra já existe no grupo %s" - -#: ../nova/api/ec2/cloud.py:746 -#: ../nova/api/openstack/compute/contrib/security_groups.py:282 -#, python-format -msgid "Create Security Group %s" -msgstr "Criar Grupo de Segurança %s" - -#: ../nova/api/ec2/cloud.py:749 -#, python-format -msgid "group %s already exists" -msgstr "group %s já existe" - -#: ../nova/api/ec2/cloud.py:776 -#: ../nova/api/openstack/compute/contrib/security_groups.py:237 -#, python-format -msgid "Delete security group %s" -msgstr "Excluir grupo de segurança %s" - -#: ../nova/api/openstack/compute/contrib/volumes.py:186 -#: ../nova/api/openstack/volume/volumes.py:215 ../nova/api/ec2/cloud.py:865 -#, python-format -msgid "Create volume of %s GB" -msgstr "Criar volume de %s GB" - -#: ../nova/api/ec2/cloud.py:899 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/openstack/compute/contrib/volumes.py:361 -#: ../nova/api/ec2/cloud.py:913 -#, python-format -msgid "Detach volume %s" -msgstr "Desanexar volume %s" - -#: ../nova/api/ec2/cloud.py:1190 -msgid "Allocate address" -msgstr "Alocar endereço" - -#: ../nova/api/ec2/cloud.py:1202 -#, python-format -msgid "Release address %s" -msgstr "Liberar endereço %s" - -#: ../nova/api/ec2/cloud.py:1207 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1217 -#, python-format -msgid "Disassociate address %s" -msgstr "Desatribuir endereço %s" - -#: ../nova/api/ec2/cloud.py:1265 -msgid "Going to start terminating instances" -msgstr "Começando a terminar instâncias" - -#: ../nova/api/ec2/cloud.py:1274 -#, python-format -msgid "Reboot instance %r" -msgstr "Reiniciar instância %r" - -#: ../nova/api/ec2/cloud.py:1415 -#, python-format -msgid "De-registering image %s" -msgstr "Removendo o registro da imagem %s" - -#: ../nova/api/ec2/cloud.py:1442 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:940 ../nova/api/ec2/cloud.py:997 -#: ../nova/api/ec2/cloud.py:1470 ../nova/api/ec2/cloud.py:1485 -#, python-format -msgid "attribute not supported: %s" -msgstr "atributo não suportado: %s" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "id inválido: %s" - -#: ../nova/api/ec2/cloud.py:1488 -msgid "user or group not specified" -msgstr "usuário ou grupo não especificado" - -#: ../nova/api/ec2/cloud.py:1490 -msgid "only group \"all\" is supported" -msgstr "apenas o grupo \"all\" é suportado" - -#: ../nova/api/ec2/cloud.py:1492 -msgid "operation_type must be add or remove" -msgstr "operation_type deve ser add ou remove" - -#: ../nova/api/ec2/cloud.py:1493 -#, python-format -msgid "Updating image %s publicity" -msgstr "Atualizando publicidade da imagem %s" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:449 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:452 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:426 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:467 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:622 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:631 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:616 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1109 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1817 -#, python-format -msgid "OpenSSL error: %s" -msgstr "Erro de OpenSSL: %s" - -#: ../nova/tests/test_compute.py:339 ../nova/tests/test_compute.py:1368 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:345 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:96 -#, python-format -msgid "Launching VPN for %s" -msgstr "Executando VPN para %s" - -#: ../nova/db/sqlalchemy/migration.py:36 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:140 -msgid "Too many failed authentications." -msgstr "Muitas falhas de autenticação." - -#: ../nova/api/ec2/__init__.py:150 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:267 -#, python-format -msgid "Authentication Failure: %s" -msgstr "Falha de Autenticação: %s" - -#: ../nova/api/ec2/__init__.py:283 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "action: %s" -msgstr "ação: %s" - -#: ../nova/api/ec2/__init__.py:316 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:391 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:462 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:468 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:480 -#, python-format -msgid "NotFound raised: %s" -msgstr "NotFound lançado: %s" - -#: ../nova/api/ec2/__init__.py:483 -#, python-format -msgid "ApiError raised: %s" -msgstr "ApiError lançado: %s" - -#: ../nova/api/ec2/__init__.py:512 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "Erro inexperado lançado: %s" - -#: ../nova/api/metadata/handler.py:254 ../nova/api/ec2/__init__.py:517 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" -"Ocorreu um erro desconhecido. Por favor tente sua requisição novamente." - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "Usuário %s já existe" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "Projeto não pode ser criado porque o gerente %s não existe." - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "Projeto não pode ser criado porque o usuário %s não existe" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "Projeto não pode ser criado porque o projeto %s já existe." - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "Projeto não pode ser modificado porque o gerente %s não existe." - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "Usuário \"%s\" não encontrado" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "Projeto \"%s\" não encontrado" - -#: ../nova/virt/xenapi_conn.py:159 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:569 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:578 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:604 ../nova/virt/xenapi_conn.py:617 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:73 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:43 -#, python-format -msgid "Caught error: %s" -msgstr "Capturado o erro: %s" - -#: ../nova/api/openstack/v2/__init__.py:113 -msgid "Including admin operations in API." -msgstr "Incluindo operações administrativas na API." - -#: ../nova/console/xvp.py:92 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:110 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:115 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:128 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:135 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:138 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:140 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:616 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:645 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:646 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:642 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:647 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:648 ../bin/nova-manage.py:1166 -#: ../bin/nova-manage.py:1282 ../bin/nova-manage.py:1314 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:857 ../nova/tests/test_nova_manage.py:181 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk/api.py:223 ../nova/virt/disk/guestfs.py:64 -#: ../nova/virt/disk/guestfs.py:78 ../nova/virt/disk/mount.py:112 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk/nbd.py:82 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk/loop.py:30 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#. really want to log this info, not raise -#: ../nova/virt/disk/nbd.py:52 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:45 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:119 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:166 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:168 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:170 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:187 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:206 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:216 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:220 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:245 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:248 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:265 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:267 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:271 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:290 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:291 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:294 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:304 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:306 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:339 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:343 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:379 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:404 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:411 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:433 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:469 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:472 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:215 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:264 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:336 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:872 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:1643 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:1659 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" -"Não foi possível conectar ao servidor AMQP após %d tentativas. Desligando." - -#: ../nova/rpc/impl_carrot.py:222 -msgid "Reconnected to queue" -msgstr "Reconectado à fila" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Falha ao obter mensagem da fila" - -#: ../nova/rpc/impl_carrot.py:237 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "Iniciando o Adaptador Consumidor para %s" - -#: ../nova/rpc/amqp.py:224 ../nova/rpc/impl_carrot.py:261 -#, python-format -msgid "received %s" -msgstr "recebido %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc/amqp.py:229 ../nova/rpc/impl_carrot.py:274 -#, python-format -msgid "no method for message: %s" -msgstr "sem método para mensagem: %s" - -#: ../nova/rpc/amqp.py:230 ../nova/rpc/impl_carrot.py:276 -#, python-format -msgid "No method for message: %s" -msgstr "Sem método para mensagem: %s" - -#: ../nova/rpc/amqp.py:141 ../nova/rpc/impl_carrot.py:460 -#, python-format -msgid "Returning exception %s to caller" -msgstr "Retornando exceção %s ao método de origem" - -#: ../nova/rpc/amqp.py:182 ../nova/rpc/impl_carrot.py:494 -#, python-format -msgid "unpacked context: %s" -msgstr "conteúdo descompactado: %s" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Fazendo chamada assíncrona..." - -#: ../nova/rpc/amqp.py:314 ../nova/rpc/impl_carrot.py:530 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID é %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:640 -#, python-format -msgid "response %s" -msgstr "resposta %s" - -#: ../nova/rpc/impl_carrot.py:649 -#, python-format -msgid "topic is %s" -msgstr "topico é %s" - -#: ../nova/rpc/impl_carrot.py:650 -#, python-format -msgid "message %s" -msgstr "mensagem %s" - -#: ../nova/volume/driver.py:79 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:89 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:342 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:847 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 -#: ../nova/volume/driver.py:891 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:463 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:475 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:545 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:547 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:207 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:54 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:74 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:386 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:705 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:1243 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:1692 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:157 -#, python-format -msgid "Introducing %s..." -msgstr "Introduzindo %s..." - -#: ../nova/virt/xenapi/volume_utils.py:103 -#: ../nova/virt/xenapi/volume_utils.py:170 -#: ../nova/virt/xenapi/volumeops.py:157 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:76 -#: ../nova/virt/xenapi/volume_utils.py:174 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:186 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:228 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:234 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:249 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:257 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:279 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:356 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "Ponto de montagem não pode ser traduzido: %s" - -#: ../nova/image/s3.py:361 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/image/s3.py:369 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/image/s3.py:380 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:280 -#, python-format -msgid "Looking up user: %r" -msgstr "Procurando usuário: %r" - -#: ../nova/auth/manager.py:284 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "Falha de autorização para chave de acesso %s" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "Nenhum usuário encontrado para chave de acesso %s" - -#: ../nova/auth/manager.py:290 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "Usando nome do projeto = nome do usuário (%s)" - -#: ../nova/auth/manager.py:297 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "Nenhum projeto chamado %s pode ser encontrado." - -#: ../nova/auth/manager.py:306 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:317 ../nova/auth/manager.py:339 -#, python-format -msgid "Invalid signature for user %s" -msgstr "Assinatura inválida para usuário %s" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "Assinatura não confere" - -#: ../nova/auth/manager.py:431 -msgid "Must specify project" -msgstr "Deve especificar projeto" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "O papel %s não foi encontrado" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "O papel %s é apenas global" - -#: ../nova/auth/manager.py:472 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:475 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:501 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:504 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:577 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:595 -#, python-format -msgid "modifying project %s" -msgstr "modificando projeto %s" - -#: ../nova/auth/manager.py:607 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "Adicionando usuário %(uid)s ao projeto %(pid)s" - -#: ../nova/auth/manager.py:628 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "Remover usuário %(uid)s do projeto %(pid)s" - -#: ../nova/auth/manager.py:658 -#, python-format -msgid "Deleting project %s" -msgstr "Excluindo projeto %s" - -#: ../nova/auth/manager.py:716 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:725 -#, python-format -msgid "Deleting user %s" -msgstr "Apagando usuário %s" - -#: ../nova/auth/manager.py:735 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:737 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:739 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:784 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:146 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:237 -msgid "Service killed that has no database entry" -msgstr "Encerrado serviço que não tem entrada na base de dados" - -#: ../nova/service.py:274 -msgid "The service database object disappeared, Recreating it." -msgstr "O objeto da base de dados do serviço desapareceu, Recriando." - -#: ../nova/service.py:289 -msgid "Recovered model server connection!" -msgstr "Recuperada conexão servidor de modelo." - -#: ../nova/service.py:295 -msgid "model server went away" -msgstr "servidor de modelo perdido" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "Usuário LDAP %s já existe" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "Objeto LDAP para %s não existe" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "Grupo não pode ser criado porque o grupo %s já existe" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "Grupo não pode ser criado porque o usuário %s não existe" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" -"Usuário %s não pode ser pesquisado no grupo porque o usuário não existe" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" -"Usuário %s não pode ser adicionado no grupo porque o usuário não existe" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "O grupo no dn %s não existe" - -#: ../nova/exception.py:817 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "Usuário %(uid)s já é um membro do grupo %(group_dn)s" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" -"Usuário %s não pode ser removido do grupo porque o usuário não existe" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "Usuário %s não é um membro do grupo" - -#: ../nova/auth/ldapdriver.py:621 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" -"Tentatica de remover o último membto de um grupo. Ao invés disso excluindo o " -"grupo %s." - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "Usuário %s não pode ser removido de tudo porque o usuário não existe" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "Grupo no dn %s não existe" - -#: ../nova/virt/xenapi/network_utils.py:55 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "Encontrado múltiplas redes para a bridge %s" - -#: ../nova/virt/xenapi/network_utils.py:58 -#, python-format -msgid "Found no network for bridge %s" -msgstr "Não foi encontrada rede para bridge %s" - -#: ../nova/api/ec2/admin.py:146 -#, python-format -msgid "Creating new user: %s" -msgstr "Criando novo usuário: %s" - -#: ../nova/api/ec2/admin.py:154 -#, python-format -msgid "Deleting user: %s" -msgstr "Excluindo usuário: %s" - -#: ../nova/api/ec2/admin.py:176 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" -"Adicionando função %(role)s para usuário %(user)s no projeto %(project)s" - -#: ../nova/api/ec2/admin.py:180 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:186 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "Removendo função %(role)s do usuário %(user)s no projeto %(project)s" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:195 ../nova/api/ec2/admin.py:272 -msgid "operation must be add or remove" -msgstr "operações devem ser adicionar e excluir" - -#: ../nova/api/ec2/admin.py:208 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "Obtendo x509 para usuário: %(name)s no projeto: %(project)s" - -#: ../nova/api/ec2/admin.py:226 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "Criado projeto %(name)s gerenciado por %(manager_user)s" - -#: ../nova/api/ec2/admin.py:239 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "Modifique o projeto: %(name)s gerenciado por %(manager_user)s" - -#: ../nova/api/ec2/admin.py:249 -#, python-format -msgid "Delete project: %s" -msgstr "Excluir projeto: %s" - -#: ../nova/api/ec2/admin.py:263 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "Adicionando usuário %(user)s no projeto %(project)s" - -#: ../nova/api/ec2/admin.py:267 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "Removendo usuário %(user)s do projeto %(project)s" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "Conjunto completo de FLAGS:" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Iniciando %s" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "Servindo %s" - -#~ msgid "No such process" -#~ msgstr "Processo inexistente" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "" -#~ "Arquivo do id do processo (pidfile) %s não existe. O Daemon está parado?\n" - -#~ msgid "Wrong number of arguments." -#~ msgstr "Número errado de argumentos." diff --git a/po/ru.po b/po/ru.po deleted file mode 100644 index 2bd6785c6..000000000 --- a/po/ru.po +++ /dev/null @@ -1,2808 +0,0 @@ -# Russian translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-08-23 11:22+0000\n" -"Last-Translator: Thierry Carrez \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "Узлы не найдены" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Неожиданная ошибка при выполнении команды." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Необработанное исключение" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Квота тома превышена. Вы не можете создать том размером %sG" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Том уже смотирован" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Том уже отмонтирован" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "Ошибка чтения приватного IP адреса" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "Ошибка чтения публичных IP адресов" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "Не определены ключевые пары" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Имя файла секретного ключа" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Путь к ключам" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "Вложенное исключение: %s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "Класс %s не найден" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "Результат %s" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "Выполняется %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Объявление очереди %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Объявление точки обмена %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "Получено %s" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "Нет диска в %s" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "Ошибка получения метаданных для ip: %s" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "Создание пары ключей %s" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "Удаление пары ключей %s" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "Неверный диапазон портов" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "Это правило уже существует в группе %s" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "группа %s уже существует" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "Создание раздела %s ГБ" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "аттрибут не поддерживается: %s" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "не указан пользователь или группа" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "Запуск VPN для %s" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "Слишком много неудачных попыток аутентификации." - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "Ошибка аутентификации: %s" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "действие: %s" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" -"Произошла неизвестная ошибка. Пожалуйста, попытайтесь повторить ваш запрос." - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "Пользователь %s уже существует" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "Проект не может быть создан поскольку менеджер %s не существует" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "Проект не может быть создан поскольку пользователь %s не существует" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "Проект не может быть созан поскольку проект %s уже существует" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "Пользователь \"%s\" не существует" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "Проект \"%s\" не найден" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "Ошибка монтирования файловой системы: %s" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "Запускается VM %s " - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "Запущен VM %s " - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "Создан диск для %s" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "Не удалось подключиться к серверу AMQP после %d попыток. Выключение." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Переподлючено к очереди" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Не удалось получить сообщение из очереди" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "получено %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "не определен метод для сообщения: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "Не определен метод для сообщения: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Выполняется асинхронный вызов..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID is %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "ответ %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "тема %s" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "сообщение %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "Удаленное изображение: %s" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "Не допустимая подпись для пользователя %s" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "Подпись не совпадает" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "Необходимо указать проект" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "Роль %s не может быть найдена" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "изменение проекта %s" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "Удаление проекта %s" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "Удаление пользователя %s" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "Нет vpn данных для проекта %s" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "Объект сервиса в базе данных отсутствует, Повторное создание." - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "Объект LDAP %s не существует" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "Создание нового пользователя: %s" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "Удаление пользователя: %s" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Удалить проект: %s" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Запускается %s" - -#~ msgid "unexpected error during update" -#~ msgstr "неожиданная ошибка во время обновления" - -#, python-format -#~ msgid "updating %s..." -#~ msgstr "обновление %s..." - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "pidfile %s не обнаружен. Демон не запущен?\n" - -#~ msgid "Wrong number of arguments." -#~ msgstr "Неверное число аргументов." diff --git a/po/tl.po b/po/tl.po deleted file mode 100644 index 313821143..000000000 --- a/po/tl.po +++ /dev/null @@ -1,2791 +0,0 @@ -# Tagalog translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-08-23 11:21+0000\n" -"Last-Translator: Thierry Carrez \n" -"Language-Team: Tagalog \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Merong hindi-inaasahang pagkakamali habang tumatakbo ang command." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "Kailangan bang gumamit ng CA bawat proyekto?" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" -"Hindi maka-konekta sa AMQP server pagkatapos ng %d ulit. Isasara na ang " -"sistema." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Muling kumonekta sa queue" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "Hindi nai-abot ang mensahe buhat sa queue" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "natanggap %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "walang paraan para sa mensahe: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "Walang paraan para sa mensahe: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" diff --git a/po/tr.po b/po/tr.po deleted file mode 100644 index 97893e620..000000000 --- a/po/tr.po +++ /dev/null @@ -1,2803 +0,0 @@ -# Turkish translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-12-14 18:10+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-15 05:54+0000\n" -"X-Generator: Launchpad (build 14487)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "" - -#: ../nova/exception.py:54 -msgid "Unexpected error while running command." -msgstr "" - -#: ../nova/exception.py:57 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:127 -msgid "Uncaught exception" -msgstr "" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:57 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 -#: ../nova/volume/api.py:230 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:174 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:180 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:388 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:50 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:174 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:187 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:195 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:198 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:208 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:216 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:224 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:238 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 -#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:50 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Filename of private key" -msgstr "" - -#: ../nova/crypto.py:55 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Where we keep our keys" -msgstr "" - -#: ../nova/crypto.py:59 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:61 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:65 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:70 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:75 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:277 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:101 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:104 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:107 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:109 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:114 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:118 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:334 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:391 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:216 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:524 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:675 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:599 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:734 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:651 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:772 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:902 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:924 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:1204 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:1221 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:1249 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:1257 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:1274 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:1292 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:1300 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:1307 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:1316 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:1336 ../nova/api/ec2/cloud.py:800 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:1345 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:1239 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:1265 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:1436 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:1441 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:52 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:67 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:136 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:89 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:94 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:100 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:124 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:167 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:169 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:173 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:175 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:190 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:495 ../nova/virt/xenapi/fake.py:594 -#: ../nova/virt/xenapi/fake.py:612 ../nova/virt/xenapi/fake.py:675 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:497 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:531 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:536 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:596 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:78 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:925 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:954 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:654 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:656 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:716 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:718 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:763 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:66 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:127 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:168 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:184 ../nova/utils.py:234 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:210 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:274 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:279 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:384 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:387 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:484 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:495 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:50 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/testing/fake/rabbit.py:133 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:195 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:206 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:209 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:257 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:268 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1451 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1454 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:295 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:324 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:338 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#. NOTE(sirp): Currently we only support uploading images as VHD, there -#. is no RAW equivalent (yet) -#: ../nova/virt/xenapi/vm_utils.py:368 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#. TODO(sirp): This should eventually be the URI for the Glance image -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. We need to invoke a plugin for copying the -#. content of the VDI into the proper path. -#: ../nova/virt/xenapi/vm_utils.py:673 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:761 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1295 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1302 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1304 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/hyperv.py:450 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:821 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:859 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:861 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1102 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:917 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1153 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1160 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:911 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1222 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1224 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1226 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1229 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1243 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1247 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1259 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1264 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1269 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1272 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1281 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1140 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1362 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/rpc/common.py:142 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/rpc/common.py:150 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:50 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/compute/manager.py:192 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt/connection.py:226 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:240 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:390 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:665 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:688 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:692 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:703 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:745 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt/utils.py:218 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:849 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt/connection.py:1039 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt/connection.py:1178 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1182 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1330 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt/firewall.py:540 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/manager.py:296 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:190 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:165 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:91 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:219 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:227 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:385 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:414 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:348 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:210 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:195 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:217 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:765 -#: ../nova/api/openstack/v2/contrib/security_groups.py:137 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:768 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:795 -#: ../nova/api/openstack/v2/contrib/security_groups.py:97 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:157 -#: ../nova/api/ec2/cloud.py:887 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:922 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:302 -#: ../nova/api/ec2/cloud.py:936 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1221 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1233 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1238 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1248 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1296 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1305 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1445 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1472 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 -#: ../nova/api/ec2/cloud.py:1500 ../nova/api/ec2/cloud.py:1515 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1518 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1520 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1522 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1523 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:388 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:391 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:437 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:467 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:612 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:621 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:606 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1086 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1761 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:204 ../nova/tests/test_compute.py:1051 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:210 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:96 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:36 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:134 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:144 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:204 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:220 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:251 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:253 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:328 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:359 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:365 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:377 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:380 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:409 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:159 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:536 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:545 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:571 ../nova/virt/xenapi_conn.py:584 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:73 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:63 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:113 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:93 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:111 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:116 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:129 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:136 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:139 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:609 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:633 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:634 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:635 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:636 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 -#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:217 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:222 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:246 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:119 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:166 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:168 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:170 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:187 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:206 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:216 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:220 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:245 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:248 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:265 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:267 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:271 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:290 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:291 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:294 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:304 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:306 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:339 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:343 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:380 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:405 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:412 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:433 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:470 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:473 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:199 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:248 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:303 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:812 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:1511 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:1526 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:220 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:235 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:621 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:630 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc/impl_carrot.py:631 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:79 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:89 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:342 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:251 ../nova/volume/driver.py:842 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:295 ../nova/volume/driver.py:304 -#: ../nova/volume/driver.py:886 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:463 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:475 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:545 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:547 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:208 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:78 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:386 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:523 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:870 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:1278 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:157 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:103 -#: ../nova/virt/xenapi/volume_utils.py:170 -#: ../nova/virt/xenapi/volumeops.py:157 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:76 -#: ../nova/virt/xenapi/volume_utils.py:174 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:186 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:228 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:234 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:249 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:257 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:279 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:356 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/image/s3.py:365 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/image/s3.py:374 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/image/s3.py:385 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:281 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:294 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:303 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:428 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:469 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:472 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:498 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:501 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:574 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:604 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:625 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:655 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:713 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:732 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:734 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:736 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:781 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:141 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:232 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:269 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:284 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:290 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/exception.py:785 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:621 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:55 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:58 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:145 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:153 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:175 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:179 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:185 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:189 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:207 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:225 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:238 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:248 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:262 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:266 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" diff --git a/po/uk.po b/po/uk.po deleted file mode 100644 index 8cdd408dc..000000000 --- a/po/uk.po +++ /dev/null @@ -1,2797 +0,0 @@ -# Ukrainian translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-08-23 11:21+0000\n" -"Last-Translator: Thierry Carrez \n" -"Language-Team: Ukrainian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-09-28 05:56+0000\n" -"X-Generator: Launchpad (build 14049)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "Неочікувана помилка при виконанні команди." - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "Необроблене виключення" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Ім'я файлу секретного ключа" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "Шлях до збережених ключів" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "Запускається %s" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "Оголошення черги %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "Оголошення точки обміну %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s не допустимий ipProtocol" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "Невірний діапазон портів" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "Це правило вже існує в групі %s" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "Вилучити групу безпеки %s" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "Створити розділ на %s ГБ" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "Від'єднати том %s" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "лише група \"всі\" підтримується" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "Занадто багато невдалих аутентифікацій." - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "Користувач %s вже існує" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "Користувач \"%s\" не знайдено" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "Проект \"%s\" не знайдено" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "Не вдалось під'єднатися до серверу AMQP після %d спроб. Вимкнення." - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "Оновлено з'єднання до черги" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "отримано %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "без порядку для повідомлень: %s" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "Без порядку для повідомлень: %s" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "Створення асинхронного виклику..." - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "MSG_ID %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "відповідь %s" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "заголовок %s" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "повідомлення %s" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "Вилучити проект: %s" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "Запускається %s" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "Обслуговування %s" diff --git a/po/zh_CN.po b/po/zh_CN.po deleted file mode 100644 index fd1420164..000000000 --- a/po/zh_CN.po +++ /dev/null @@ -1,2831 +0,0 @@ -# Chinese (Simplified) translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-12-09 11:53+0000\n" -"Last-Translator: xh2012@gmail.com \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-12-10 05:25+0000\n" -"X-Generator: Launchpad (build 14450)\n" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "启动 %s 中" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "没有找到主机" - -#: ../nova/exception.py:54 -msgid "Unexpected error while running command." -msgstr "运行命令时出现错误" - -#: ../nova/exception.py:57 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"命令: %(cmd)s\n" -"退出代码: %(exit_code)s\n" -"标准输出: %(stdout)r\n" -"标准出错: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "数据库异常" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:127 -msgid "Uncaught exception" -msgstr "未捕获异常" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "%(pid)s 超出配额,产生创建%(size)sG卷" - -#: ../nova/volume/api.py:57 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "卷磁盘配额已耗尽,不能创建 %sG 大小的卷" - -#: ../nova/volume/api.py:102 ../nova/volume/api.py:172 -#: ../nova/volume/api.py:230 -msgid "Volume status must be available" -msgstr "卷组状态必须可获取" - -#: ../nova/volume/api.py:174 -msgid "Volume is already attached" -msgstr "卷已挂载" - -#: ../nova/volume/api.py:180 -msgid "Volume is already detached" -msgstr "卷已卸载" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "获取内网IP失败" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "获取外网IP失败" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "没有找到镜像文件%(_image_id)s 的属性 %(param)s" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "未定义密钥对" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:165 -#, python-format -msgid "Compute.api::lock %s" -msgstr "compute.api::加锁 %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:182 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "compute.api::解锁 %s" - -#: ../nova/api/openstack/servers.py:388 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "Compute.api::得到锁 %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:131 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "Compute.api::重置网络 %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:59 -#, python-format -msgid "Compute.api::pause %s" -msgstr "Compute.api::暂停 %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:74 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "Compute.api::继续 %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:89 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::挂起 %s" - -#: ../nova/api/openstack/v2/contrib/admin_actions.py:104 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::回复 %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "实例 %s 没有找到" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:50 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "挂载卷:%(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:174 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "无法在SR %(sr_ref)s 上为实例 %(instance_name)s 创建 VDI" - -#: ../nova/virt/xenapi/volumeops.py:187 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "不能为实例%(instance_name)s使用SR %(sr_ref)s" - -#: ../nova/virt/xenapi/volumeops.py:195 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "无法挂载卷到虚拟机 %s" - -#: ../nova/virt/xenapi/volumeops.py:198 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "挂载点 %(mountpoint)s 挂载到虚拟机 %(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:208 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "卸载_volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:216 -#, python-format -msgid "Unable to locate volume %s" -msgstr "无法找到 %s 卷" - -#: ../nova/virt/xenapi/volumeops.py:224 -#, python-format -msgid "Unable to detach volume %s" -msgstr "无法卸载 %s 卷" - -#: ../nova/virt/xenapi/volumeops.py:238 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "挂载点 %(mountpoint)s 从虚拟机 %(instance_name)s 卸载" - -#: ../nova/compute/instance_types.py:115 ../nova/compute/instance_types.py:127 -#: ../nova/compute/instance_types.py:141 ../nova/compute/instance_types.py:152 -#, python-format -msgid "Unknown instance type: %s" -msgstr "未知的虚拟机类型:%s" - -#: ../nova/crypto.py:50 -msgid "Filename of root CA" -msgstr "根证书文件名" - -#: ../nova/crypto.py:53 -msgid "Filename of private key" -msgstr "私钥文件名" - -#: ../nova/crypto.py:55 -msgid "Filename of root Certificate Revokation List" -msgstr "已废除的根证书列表" - -#: ../nova/crypto.py:57 -msgid "Where we keep our keys" -msgstr "保存密钥的位置" - -#: ../nova/crypto.py:59 -msgid "Where we keep our root CA" -msgstr "保存根证书的位置" - -#: ../nova/crypto.py:61 -msgid "Should we use a CA for each project?" -msgstr "是否所有项目都是用证书授权(CA)?" - -#: ../nova/crypto.py:65 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "用户证书的标题,%s依次分别为项目,用户,时间戳" - -#: ../nova/crypto.py:70 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "项目证书的标题,%s依次分别为项目,时间戳" - -#: ../nova/crypto.py:75 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "VPN证书的标题,%s依次分别为项目,时间戳" - -#: ../nova/crypto.py:277 -#, python-format -msgid "Flags path: %s" -msgstr "Flag所在路径:%s" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:101 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:104 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:107 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "check_instance_lock: 被鎖定: |%s|" - -#: ../nova/compute/manager.py:109 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:114 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "check_instance_lock: 执行中: |%s|" - -#: ../nova/compute/manager.py:118 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:334 -msgid "Instance has already been created" -msgstr "虚拟机已经创建" - -#: ../nova/compute/manager.py:391 -#, python-format -msgid "instance %s: starting..." -msgstr "虚拟机 %s :启动" - -#: ../nova/virt/xenapi/vmops.py:216 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "正在结束实例 %s" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "取消分配地址 %s" - -#: ../nova/compute/manager.py:524 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "尝试销毁已经销毁的实例: %s" - -#: ../nova/compute/manager.py:675 -#, python-format -msgid "Rebooting instance %s" -msgstr "重启虚拟机 %s" - -#: ../nova/compute/manager.py:599 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "尝试重启没有在运行中实例: %(instance_id)s (状态: %(state)s 预料: %(running)s)" - -#: ../nova/compute/manager.py:734 -#, python-format -msgid "instance %s: snapshotting" -msgstr "实例 %s: 快照中" - -#: ../nova/compute/manager.py:651 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" -"尝试对没有在运行的实例重置密码: %(instance_id)s (状态: %(instance_state)s 预料: " -"%(expected_state)s)" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "虚拟机 %s:设置管理员密码" - -#: ../nova/compute/manager.py:772 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "实例%(nm)s:正在注入文件到%(plain_path)s" - -#: ../nova/compute/manager.py:902 -#, python-format -msgid "instance %s: rescuing" -msgstr "实例%s:救援中..." - -#: ../nova/compute/manager.py:924 -#, python-format -msgid "instance %s: unrescuing" -msgstr "实例%s:取消救援" - -#: ../nova/compute/manager.py:1191 -#, python-format -msgid "instance %s: pausing" -msgstr "实例 %s: 暂停" - -#: ../nova/compute/manager.py:1208 -#, python-format -msgid "instance %s: unpausing" -msgstr "实例 %s: 取消暫停" - -#: ../nova/compute/manager.py:1236 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "实例 %s: 取消检测" - -#: ../nova/compute/manager.py:1244 -#, python-format -msgid "instance %s: suspending" -msgstr "虚拟机 %s:挂起" - -#: ../nova/compute/manager.py:1261 -#, python-format -msgid "instance %s: resuming" -msgstr "实例 %s: 唤醒中。。。" - -#: ../nova/compute/manager.py:1279 -#, python-format -msgid "instance %s: locking" -msgstr "实例%s:锁定中" - -#: ../nova/compute/manager.py:1287 -#, python-format -msgid "instance %s: unlocking" -msgstr "实例%s:取消锁定" - -#: ../nova/compute/manager.py:1294 -#, python-format -msgid "instance %s: getting locked state" -msgstr "实例%s:获取锁状态" - -#: ../nova/compute/manager.py:1303 -#, python-format -msgid "instance %s: reset network" -msgstr "实例%s:重置网络" - -#: ../nova/compute/manager.py:1323 ../nova/api/ec2/cloud.py:800 -#, python-format -msgid "Get console output for instance %s" -msgstr "获取虚拟机 %s 控制台输出" - -#: ../nova/compute/manager.py:1332 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "虚拟机 %s :获取ajax控制台" - -#: ../nova/compute/manager.py:1239 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "实例%(instance_id)s:尝试挂载卷%(volume_id)s到%(mountpoint)s" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:1265 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "实例%(instance_id)s:挂载到%(mountpoint)s失败,移除中" - -#: ../nova/compute/manager.py:1423 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "移除挂载在实例%(instance_id)s上的%(mp)s卷%(volume_id)s" - -#: ../nova/compute/manager.py:1428 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "从未知实例%s中移除卷" - -#: ../nova/scheduler/simple.py:52 -#, python-format -msgid "Host %s is not alive" -msgstr "服务器%s已关机" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "所有服务器拥有太多处理器" - -#: ../nova/scheduler/simple.py:94 ../nova/scheduler/vsa.py:223 -#, python-format -msgid "Host %s not available" -msgstr "连接不到服务器%s" - -#: ../nova/scheduler/simple.py:117 -msgid "All hosts have too many gigabytes" -msgstr "所有服务器拥有太多硬盘空间" - -#: ../nova/scheduler/simple.py:134 -msgid "All hosts have too many networks" -msgstr "所有服务器拥有太多网络" - -#: ../nova/volume/manager.py:89 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "重新输出卷%s" - -#: ../nova/volume/manager.py:94 -#, python-format -msgid "volume %s: skipping export" -msgstr "跳过卷:%s" - -#: ../nova/volume/manager.py:100 -#, python-format -msgid "volume %s: creating" -msgstr "儲存量 %s: 在创造" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "卷%(vol_name)s:创建大小为%(vol_size)s的逻辑卷" - -#: ../nova/volume/manager.py:124 -#, python-format -msgid "volume %s: creating export" -msgstr "卷%s:正在创建" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: created successfully" -msgstr "卷%s:创建成功" - -#: ../nova/volume/manager.py:167 -msgid "Volume is still attached" -msgstr "卷仍在挂载中" - -#: ../nova/volume/manager.py:169 -msgid "Volume is not local to this node" -msgstr "卷不属于这个节点" - -#: ../nova/volume/manager.py:173 -#, python-format -msgid "volume %s: removing export" -msgstr "卷%s:移除中" - -#: ../nova/volume/manager.py:175 -#, python-format -msgid "volume %s: deleting" -msgstr "卷%s:删除中" - -#: ../nova/volume/manager.py:190 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "卷%s:删除成功" - -#: ../nova/virt/xenapi/fake.py:77 ../nova/virt/vmwareapi/fake.py:45 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:492 ../nova/virt/xenapi/fake.py:591 -#: ../nova/virt/xenapi/fake.py:609 ../nova/virt/xenapi/fake.py:672 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:494 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:528 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:533 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:593 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:78 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:923 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:952 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:652 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:654 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:714 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:716 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:763 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:67 -#, python-format -msgid "Inner Exception: %s" -msgstr "内层异常:%s" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "无法找到 %s 类" - -#: ../nova/utils.py:128 -#, python-format -msgid "Fetching %s" -msgstr "正在抓取 %s" - -#: ../nova/utils.py:169 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "正在运行(在子进程中)运行命令:%s" - -#: ../nova/utils.py:185 ../nova/utils.py:235 -#, python-format -msgid "Result was %s" -msgstr "运行结果为 %s" - -#: ../nova/utils.py:211 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:275 -#, python-format -msgid "debug in callback: %s" -msgstr "回调中debug:%s" - -#: ../nova/utils.py:280 -#, python-format -msgid "Running %s" -msgstr "正在运行 %s" - -#: ../nova/utils.py:385 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:388 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:485 -#, python-format -msgid "Invalid backend: %s" -msgstr "无效的后台:%s" - -#: ../nova/utils.py:496 -#, python-format -msgid "backend %s" -msgstr "后台 %s" - -#: ../nova/fakerabbit.py:50 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "发布并路由到 %s" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "正在声明队列 %s" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "正在声明交换(exchange) %s" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:133 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:192 ../nova/virt/hyperv.py:189 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:195 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:208 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:211 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:257 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:268 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1383 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1386 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:295 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:324 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:338 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#. NOTE(sirp): Currently we only support uploading images as VHD, there -#. is no RAW equivalent (yet) -#: ../nova/virt/xenapi/vm_utils.py:368 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#. TODO(sirp): This should eventually be the URI for the Glance image -#: ../nova/virt/xenapi/vm_utils.py:1157 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. We need to invoke a plugin for copying the -#. content of the VDI into the proper path. -#: ../nova/virt/xenapi/vm_utils.py:692 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:702 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:780 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1307 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1314 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1316 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/hyperv.py:450 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:832 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:870 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:872 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1046 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:928 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1097 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1104 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:911 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1234 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1236 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1238 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1241 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1255 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1259 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1271 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1276 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1281 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1284 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1293 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1140 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:1353 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/rpc/common.py:142 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/rpc/common.py:150 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/rpc/common.py:176 ../nova/tests/rpc/common.py:182 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:50 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/compute/manager.py:192 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt/connection.py:226 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:240 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:390 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:665 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:688 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:692 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:703 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:745 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt/utils.py:218 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:849 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt/connection.py:1039 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt/connection.py:1178 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1182 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt/connection.py:1330 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt/firewall.py:540 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/metadata/handler.py:250 ../nova/api/metadata/handler.py:257 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/manager.py:296 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:190 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:165 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:71 ../nova/console/vmrc_manager.py:64 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:91 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:219 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:227 -#, python-format -msgid "Generating root CA: %s" -msgstr "生成根证书: %s" - -#: ../nova/api/ec2/cloud.py:385 -#, python-format -msgid "Create key pair %s" -msgstr "创建键值对 %s" - -#: ../nova/api/ec2/cloud.py:414 -#, python-format -msgid "Delete key pair %s" -msgstr "删除键值对 %s" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "%s 是无效的IP协议" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "端口范围无效" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:348 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "撤销输入安全组 %s" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:210 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:673 ../nova/api/ec2/cloud.py:729 -msgid "No rule for the specified parameters." -msgstr "对给定的参数无特定规则。" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:195 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "验证输入安全组 %s" - -#: ../nova/api/openstack/v2/contrib/security_groups.py:217 -#, python-format -msgid "This rule already exists in group %s" -msgstr "这条规则已经存在安全组 %s 中。" - -#: ../nova/api/ec2/cloud.py:765 -#: ../nova/api/openstack/v2/contrib/security_groups.py:137 -#, python-format -msgid "Create Security Group %s" -msgstr "创建安全组 %s" - -#: ../nova/api/ec2/cloud.py:768 -#, python-format -msgid "group %s already exists" -msgstr "安全组 %s 已经存在" - -#: ../nova/api/ec2/cloud.py:795 -#: ../nova/api/openstack/v2/contrib/security_groups.py:97 -#, python-format -msgid "Delete security group %s" -msgstr "删除安全组 %s" - -#: ../nova/api/openstack/v2/contrib/volumes.py:157 -#: ../nova/api/ec2/cloud.py:887 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:922 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/openstack/v2/contrib/volumes.py:302 -#: ../nova/api/ec2/cloud.py:936 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1221 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1233 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1238 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1247 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1303 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1312 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1446 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1473 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:963 ../nova/api/ec2/cloud.py:1024 -#: ../nova/api/ec2/cloud.py:1501 ../nova/api/ec2/cloud.py:1516 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1519 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1521 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1523 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:1524 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:383 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:386 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:432 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:462 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:607 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:616 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:601 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1018 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:1693 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:204 ../nova/tests/test_compute.py:1026 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:210 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:96 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:36 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:134 -msgid "Too many failed authentications." -msgstr "认证失败过多" - -#: ../nova/api/ec2/__init__.py:144 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:204 -#, python-format -msgid "Authentication Failure: %s" -msgstr "认证失败:%s" - -#: ../nova/api/ec2/__init__.py:220 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:251 -#, python-format -msgid "action: %s" -msgstr "执行: %s" - -#: ../nova/api/ec2/__init__.py:253 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:328 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:359 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:365 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:377 -#, python-format -msgid "NotFound raised: %s" -msgstr "引起没有找到的错误: %s" - -#: ../nova/api/ec2/__init__.py:380 -#, python-format -msgid "ApiError raised: %s" -msgstr "引发了Api错误: %s" - -#: ../nova/api/ec2/__init__.py:409 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "引发了意外的错误:%s" - -#: ../nova/api/metadata/handler.py:252 ../nova/api/ec2/__init__.py:414 -msgid "An unknown error has occurred. Please try your request again." -msgstr "发生了一个未知的错误. 请重试你的请求." - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:159 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:534 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:543 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:569 ../nova/virt/xenapi_conn.py:582 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/driver.py:352 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:73 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:63 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/v2/__init__.py:113 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:93 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:111 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:116 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:129 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:136 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:139 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:609 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:633 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:634 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:635 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:636 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:637 ../bin/nova-manage.py:1136 -#: ../bin/nova-manage.py:1252 ../bin/nova-manage.py:1284 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:832 ../nova/tests/test_nova_manage.py:183 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:148 ../nova/virt/disk.py:180 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:217 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:222 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:246 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:119 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:166 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:168 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:170 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:187 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:206 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:216 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:220 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:245 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:248 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:265 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:267 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:271 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:290 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:291 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:294 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:304 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:306 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:339 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:343 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:380 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:405 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:412 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:433 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:470 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:473 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:199 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:248 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:303 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:814 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:1516 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:1531 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "已尝试 %d 次,均无法连接到AMQP服务器。关闭中。" - -#: ../nova/rpc/impl_carrot.py:220 -msgid "Reconnected to queue" -msgstr "重新与队列建立连接" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "从队列获取数据失败" - -#: ../nova/rpc/impl_carrot.py:235 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc/impl_kombu.py:600 ../nova/rpc/impl_carrot.py:255 -#, python-format -msgid "received %s" -msgstr "已接收 %s" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc/impl_kombu.py:605 ../nova/rpc/impl_carrot.py:268 -#, python-format -msgid "no method for message: %s" -msgstr "没有适用于消息 %s 的方法" - -#: ../nova/rpc/impl_kombu.py:606 ../nova/rpc/impl_carrot.py:270 -#, python-format -msgid "No method for message: %s" -msgstr "没有适用于消息 %s 的方法" - -#: ../nova/rpc/impl_kombu.py:779 ../nova/rpc/impl_carrot.py:453 -#, python-format -msgid "Returning exception %s to caller" -msgstr "返回 %s 异常给调用者" - -#: ../nova/rpc/impl_kombu.py:646 ../nova/rpc/impl_carrot.py:486 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "产生异步调用中……" - -#: ../nova/rpc/impl_kombu.py:733 ../nova/rpc/impl_carrot.py:522 -#, python-format -msgid "MSG_ID is %s" -msgstr "消息ID(MSG_ID)是 %s" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc/impl_carrot.py:621 -#, python-format -msgid "response %s" -msgstr "回复 %s" - -#: ../nova/rpc/impl_carrot.py:630 -#, python-format -msgid "topic is %s" -msgstr "话题是 %s" - -#: ../nova/rpc/impl_carrot.py:631 -#, python-format -msgid "message %s" -msgstr "消息 %s" - -#: ../nova/volume/driver.py:77 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:342 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:249 ../nova/volume/driver.py:832 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:288 ../nova/volume/driver.py:297 -#: ../nova/volume/driver.py:876 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:456 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:468 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:535 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:537 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:208 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:78 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:386 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:524 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:871 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:1279 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:159 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:103 -#: ../nova/virt/xenapi/volume_utils.py:172 -#: ../nova/virt/xenapi/volumeops.py:157 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:76 -#: ../nova/virt/xenapi/volume_utils.py:176 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:188 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:230 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:236 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:251 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:259 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:281 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:358 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/image/s3.py:365 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/image/s3.py:374 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/image/s3.py:385 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:281 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:294 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:303 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:314 ../nova/auth/manager.py:336 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:428 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:469 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:472 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:498 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:501 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:574 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:604 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:625 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:655 -#, python-format -msgid "Deleting project %s" -msgstr "删除项目 %s" - -#: ../nova/auth/manager.py:713 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "Deleting user %s" -msgstr "删除用户 %s" - -#: ../nova/auth/manager.py:732 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:734 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:736 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:781 -#, python-format -msgid "No vpn data for project %s" -msgstr "没有 %s 项目的vpn数据" - -#: ../nova/service.py:141 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:232 -msgid "Service killed that has no database entry" -msgstr "因无数据库记录,服务已被中止" - -#: ../nova/service.py:266 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:278 -msgid "Recovered model server connection!" -msgstr "与模型服务器(model server)的连接已恢复!" - -#: ../nova/service.py:284 -msgid "model server went away" -msgstr "失去与模型服务器的连接" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "LDAP 用户 %s 已存在" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "用户 %s 不存在" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "组不能被创建,因为组 %s 已经存在" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "组不能被创建,因为用户 %s 不存在" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "识别名为 %s 的组不存在" - -#: ../nova/exception.py:785 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "用户 %(uid)s 已经是 组 %(group_dn)s 中的成员" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "用户 %s 不能从组中删除,因为这个用户不存在" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "用户 %s 不是这个组的成员" - -#: ../nova/auth/ldapdriver.py:621 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "尝试删除组中最后一个成员,用删除组 %s 来代替。" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "用户 %s 不能从系统中删除,因为这个用户不存在" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "可识别名为 %s 的组不存在" - -#: ../nova/virt/xenapi/network_utils.py:55 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "发现网桥 %s 的网络不唯一" - -#: ../nova/virt/xenapi/network_utils.py:58 -#, python-format -msgid "Found no network for bridge %s" -msgstr "发现网桥 %s 没有网络" - -#: ../nova/api/ec2/admin.py:145 -#, python-format -msgid "Creating new user: %s" -msgstr "创建新用户: %s" - -#: ../nova/api/ec2/admin.py:153 -#, python-format -msgid "Deleting user: %s" -msgstr "删除用户: %s" - -#: ../nova/api/ec2/admin.py:175 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "添加角色 %(role)s 给项目 %(project)s 中的用户 %(user)s" - -#: ../nova/api/ec2/admin.py:179 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "给用户 %(user)s 添加站点角色 %(role)s" - -#: ../nova/api/ec2/admin.py:185 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "删除项目 %(project)s中用户 %(user)s的角色 %(role)s" - -#: ../nova/api/ec2/admin.py:189 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "删除用户 %(user)s 的站点角色 %(role)s" - -#: ../nova/api/ec2/admin.py:194 ../nova/api/ec2/admin.py:271 -msgid "operation must be add or remove" -msgstr "操作必须为添加或删除" - -#: ../nova/api/ec2/admin.py:207 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "获得用户: %(name)s 在项目 :%(project)s中的x509" - -#: ../nova/api/ec2/admin.py:225 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "创建被%(manager_user)s 管理的项目 %(name)s" - -#: ../nova/api/ec2/admin.py:238 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "更改被 %(manager_user)s 管理的项目: %(name)s" - -#: ../nova/api/ec2/admin.py:248 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:262 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "添加用户 %(user)s 到项目 %(project)s 中" - -#: ../nova/api/ec2/admin.py:266 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "从项目 %(project)s 中移除用户 %(user)s" - -#~ msgid "Full set of FLAGS:" -#~ msgstr "FLAGS全集:" - -#~ msgid "No such process" -#~ msgstr "没有该进程" - -#, python-format -#~ msgid "Serving %s" -#~ msgstr "正在为 %s 服务" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "pidfile %s 不存在,守护进程是否运行?\n" - -#~ msgid "Wrong number of arguments." -#~ msgstr "错误参数个数。" diff --git a/po/zh_TW.po b/po/zh_TW.po deleted file mode 100644 index 23f1d8eba..000000000 --- a/po/zh_TW.po +++ /dev/null @@ -1,2805 +0,0 @@ -# Chinese (Traditional) translation for nova -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the nova package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: nova\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2011-02-21 10:03-0500\n" -"PO-Revision-Date: 2011-10-21 09:12+0000\n" -"Last-Translator: Tom Fifield \n" -"Language-Team: Chinese (Traditional) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2011-10-22 05:25+0000\n" -"X-Generator: Launchpad (build 14170)\n" - -#: ../nova/scheduler/chance.py:37 ../nova/scheduler/zone.py:55 -#: ../nova/scheduler/simple.py:75 ../nova/scheduler/simple.py:110 -#: ../nova/scheduler/simple.py:122 -msgid "No hosts found" -msgstr "找不到主機" - -#: ../nova/exception.py:33 -msgid "Unexpected error while running command." -msgstr "非預期的執行錯誤" - -#: ../nova/exception.py:36 -#, python-format -msgid "" -"%(description)s\n" -"Command: %(cmd)s\n" -"Exit code: %(exit_code)s\n" -"Stdout: %(stdout)r\n" -"Stderr: %(stderr)r" -msgstr "" -"%(description)s\n" -"命令: %(cmd)s\n" -"退出代碼: %(exit_code)s\n" -"標準輸出: %(stdout)r\n" -"標準錯誤輸出: %(stderr)r" - -#: ../nova/exception.py:107 -msgid "DB exception wrapped" -msgstr "數據庫異常已封裝" - -#. exc_type, exc_value, exc_traceback = sys.exc_info() -#: ../nova/exception.py:120 -msgid "Uncaught exception" -msgstr "未知錯誤" - -#: ../nova/volume/api.py:45 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to create %(size)sG volume" -msgstr "" - -#: ../nova/volume/api.py:47 -#, python-format -msgid "Volume quota exceeded. You cannot create a volume of size %sG" -msgstr "Volume 超過限制。無法創建 volume 大小 %sG" - -#: ../nova/volume/api.py:71 ../nova/volume/api.py:96 -msgid "Volume status must be available" -msgstr "Volume 狀態需要可被使用" - -#: ../nova/volume/api.py:98 -msgid "Volume is already attached" -msgstr "Volume 已掛載" - -#: ../nova/volume/api.py:104 -msgid "Volume is already detached" -msgstr "Volume 已經卸載" - -#: ../nova/api/openstack/servers.py:72 -msgid "Failed to read private ip" -msgstr "讀取private ip 失敗" - -#: ../nova/api/openstack/servers.py:79 -msgid "Failed to read public ip(s)" -msgstr "讀取public ip 失敗" - -#: ../nova/api/openstack/servers.py:152 -#, python-format -msgid "%(param)s property not found for image %(_image_id)s" -msgstr "" - -#: ../nova/api/openstack/servers.py:168 -msgid "No keypairs defined" -msgstr "沒有定義的金鑰(keypair)配對" - -#: ../nova/api/openstack/servers.py:238 -#, python-format -msgid "Compute.api::lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:253 -#, python-format -msgid "Compute.api::unlock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:267 -#, python-format -msgid "Compute.api::get_lock %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:281 -#, python-format -msgid "Compute.api::reset_network %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:292 -#, python-format -msgid "Compute.api::pause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:303 -#, python-format -msgid "Compute.api::unpause %s" -msgstr "" - -#: ../nova/api/openstack/servers.py:314 -#, python-format -msgid "compute.api::suspend %s" -msgstr "compute.api::暫停 %s" - -#: ../nova/api/openstack/servers.py:325 -#, python-format -msgid "compute.api::resume %s" -msgstr "compute.api::繼續 %s" - -#: ../nova/virt/xenapi/volumeops.py:48 ../nova/virt/xenapi/volumeops.py:101 -#: ../nova/db/sqlalchemy/api.py:731 ../nova/virt/libvirt_conn.py:741 -#: ../nova/api/ec2/__init__.py:317 -#, python-format -msgid "Instance %s not found" -msgstr "找不到虛擬機器 %s" - -#. NOTE: No Resource Pool concept so far -#: ../nova/virt/xenapi/volumeops.py:51 -#, python-format -msgid "Attach_volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" -msgstr "掛載_Volume: %(instance_name)s, %(device_path)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:69 -#, python-format -msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s" -msgstr "無法替 instance實例 %(instance_name)s , 建立 VDI 在SR %(sr_ref)s" - -#: ../nova/virt/xenapi/volumeops.py:80 -#, python-format -msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s" -msgstr "無法替 instance實例 %(instance_name)s , 使用SR %(sr_ref)s" - -#: ../nova/virt/xenapi/volumeops.py:91 -#, python-format -msgid "Unable to attach volume to instance %s" -msgstr "無法掛載Volume 到虛擬機器 %s" - -#: ../nova/virt/xenapi/volumeops.py:93 -#, python-format -msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s" -msgstr "掛載點 %(mountpoint)s 掛載到虛擬機器 %(instance_name)s" - -#. Detach VBD from VM -#: ../nova/virt/xenapi/volumeops.py:104 -#, python-format -msgid "Detach_volume: %(instance_name)s, %(mountpoint)s" -msgstr "卸載_Volume: %(instance_name)s, %(mountpoint)s" - -#: ../nova/virt/xenapi/volumeops.py:112 -#, python-format -msgid "Unable to locate volume %s" -msgstr "找不到Volume %s" - -#: ../nova/virt/xenapi/volumeops.py:120 -#, python-format -msgid "Unable to detach volume %s" -msgstr "無法卸載 Volume %s" - -#: ../nova/virt/xenapi/volumeops.py:127 -#, python-format -msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s" -msgstr "掛載點 %(mountpoint)s 從虛擬機器 %(instance_name)s 卸載" - -#: ../nova/compute/instance_types.py:41 -#, python-format -msgid "Unknown instance type: %s" -msgstr "未知的虛擬機器規格: %s" - -#: ../nova/crypto.py:46 -msgid "Filename of root CA" -msgstr "" - -#: ../nova/crypto.py:49 -msgid "Filename of private key" -msgstr "Private key 私鑰檔案名稱" - -#: ../nova/crypto.py:51 -msgid "Filename of root Certificate Revokation List" -msgstr "" - -#: ../nova/crypto.py:53 -msgid "Where we keep our keys" -msgstr "我們的keys留存於何處" - -#: ../nova/crypto.py:55 -msgid "Where we keep our root CA" -msgstr "我們的根憑證留存於何處" - -#: ../nova/crypto.py:57 -msgid "Should we use a CA for each project?" -msgstr "是否需要一個project 使用一個CA" - -#: ../nova/crypto.py:61 -#, python-format -msgid "Subject for certificate for users, %s for project, user, timestamp" -msgstr "" - -#: ../nova/crypto.py:66 -#, python-format -msgid "Subject for certificate for projects, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:71 -#, python-format -msgid "Subject for certificate for vpns, %s for project, timestamp" -msgstr "" - -#: ../nova/crypto.py:258 -#, python-format -msgid "Flags path: %s" -msgstr "" - -#: ../nova/scheduler/manager.py:69 -#, python-format -msgid "Casting to %(topic)s %(host)s for %(method)s" -msgstr "" - -#: ../nova/compute/manager.py:78 -#, python-format -msgid "check_instance_lock: decorating: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:80 -#, python-format -msgid "" -"check_instance_lock: arguments: |%(self)s| |%(context)s| |%(instance_id)s|" -msgstr "" - -#: ../nova/compute/manager.py:84 -#, python-format -msgid "check_instance_lock: locked: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:86 -#, python-format -msgid "check_instance_lock: admin: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:91 -#, python-format -msgid "check_instance_lock: executing: |%s|" -msgstr "" - -#: ../nova/compute/manager.py:95 -#, python-format -msgid "check_instance_lock: not executing |%s|" -msgstr "" - -#: ../nova/compute/manager.py:179 -msgid "Instance has already been created" -msgstr "" - -#: ../nova/compute/manager.py:180 -#, python-format -msgid "instance %s: starting..." -msgstr "" - -#. pylint: disable=W0702 -#: ../nova/compute/manager.py:219 -#, python-format -msgid "instance %s: Failed to spawn" -msgstr "" - -#: ../nova/compute/manager.py:233 ../nova/tests/test_cloud.py:286 -#, python-format -msgid "Terminating instance %s" -msgstr "" - -#: ../nova/compute/manager.py:255 -#, python-format -msgid "Deallocating address %s" -msgstr "" - -#: ../nova/compute/manager.py:268 -#, python-format -msgid "trying to destroy already destroyed instance: %s" -msgstr "" - -#: ../nova/compute/manager.py:282 -#, python-format -msgid "Rebooting instance %s" -msgstr "" - -#: ../nova/compute/manager.py:287 -#, python-format -msgid "" -"trying to reboot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:311 -#, python-format -msgid "instance %s: snapshotting" -msgstr "" - -#: ../nova/compute/manager.py:316 -#, python-format -msgid "" -"trying to snapshot a non-running instance: %(instance_id)s (state: %(state)s " -"expected: %(running)s)" -msgstr "" - -#: ../nova/compute/manager.py:332 -#, python-format -msgid "" -"trying to reset the password on a non-running instance: %(instance_id)s " -"(state: %(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:335 -#, python-format -msgid "instance %s: setting admin password" -msgstr "" - -#: ../nova/compute/manager.py:353 -#, python-format -msgid "" -"trying to inject a file into a non-running instance: %(instance_id)s (state: " -"%(instance_state)s expected: %(expected_state)s)" -msgstr "" - -#: ../nova/compute/manager.py:362 -#, python-format -msgid "instance %(nm)s: injecting file to %(plain_path)s" -msgstr "" - -#: ../nova/compute/manager.py:372 -#, python-format -msgid "instance %s: rescuing" -msgstr "" - -#: ../nova/compute/manager.py:387 -#, python-format -msgid "instance %s: unrescuing" -msgstr "" - -#: ../nova/compute/manager.py:406 -#, python-format -msgid "instance %s: pausing" -msgstr "" - -#: ../nova/compute/manager.py:423 -#, python-format -msgid "instance %s: unpausing" -msgstr "" - -#: ../nova/compute/manager.py:440 -#, python-format -msgid "instance %s: retrieving diagnostics" -msgstr "" - -#: ../nova/compute/manager.py:453 -#, python-format -msgid "instance %s: suspending" -msgstr "" - -#: ../nova/compute/manager.py:472 -#, python-format -msgid "instance %s: resuming" -msgstr "" - -#: ../nova/compute/manager.py:491 -#, python-format -msgid "instance %s: locking" -msgstr "" - -#: ../nova/compute/manager.py:503 -#, python-format -msgid "instance %s: unlocking" -msgstr "" - -#: ../nova/compute/manager.py:513 -#, python-format -msgid "instance %s: getting locked state" -msgstr "" - -#: ../nova/compute/manager.py:526 -#, python-format -msgid "instance %s: reset network" -msgstr "" - -#: ../nova/compute/manager.py:535 ../nova/api/ec2/cloud.py:515 -#, python-format -msgid "Get console output for instance %s" -msgstr "" - -#: ../nova/compute/manager.py:543 -#, python-format -msgid "instance %s: getting ajax console" -msgstr "" - -#: ../nova/compute/manager.py:553 -#, python-format -msgid "" -"instance %(instance_id)s: attaching volume %(volume_id)s to %(mountpoint)s" -msgstr "" - -#. pylint: disable=W0702 -#. NOTE(vish): The inline callback eats the exception info so we -#. log the traceback here and reraise the same -#. ecxception below. -#: ../nova/compute/manager.py:569 -#, python-format -msgid "instance %(instance_id)s: attach failed %(mountpoint)s, removing" -msgstr "" - -#: ../nova/compute/manager.py:585 -#, python-format -msgid "" -"Detach volume %(volume_id)s from mountpoint %(mp)s on instance " -"%(instance_id)s" -msgstr "" - -#: ../nova/compute/manager.py:588 -#, python-format -msgid "Detaching volume from unknown instance %s" -msgstr "" - -#: ../nova/scheduler/simple.py:53 -#, python-format -msgid "Host %s is not alive" -msgstr "" - -#: ../nova/scheduler/simple.py:65 -msgid "All hosts have too many cores" -msgstr "" - -#: ../nova/scheduler/simple.py:87 -#, python-format -msgid "Host %s not available" -msgstr "" - -#: ../nova/scheduler/simple.py:99 -msgid "All hosts have too many gigabytes" -msgstr "" - -#: ../nova/scheduler/simple.py:119 -msgid "All hosts have too many networks" -msgstr "" - -#: ../nova/volume/manager.py:85 -#, python-format -msgid "Re-exporting %s volumes" -msgstr "" - -#: ../nova/volume/manager.py:90 -#, python-format -msgid "volume %s: skipping export" -msgstr "" - -#: ../nova/volume/manager.py:96 -#, python-format -msgid "volume %s: creating" -msgstr "" - -#: ../nova/volume/manager.py:108 -#, python-format -msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG" -msgstr "" - -#: ../nova/volume/manager.py:112 -#, python-format -msgid "volume %s: creating export" -msgstr "" - -#: ../nova/volume/manager.py:123 -#, python-format -msgid "volume %s: created successfully" -msgstr "" - -#: ../nova/volume/manager.py:131 -msgid "Volume is still attached" -msgstr "" - -#: ../nova/volume/manager.py:133 -msgid "Volume is not local to this node" -msgstr "" - -#: ../nova/volume/manager.py:136 -#, python-format -msgid "volume %s: removing export" -msgstr "" - -#: ../nova/volume/manager.py:138 -#, python-format -msgid "volume %s: deleting" -msgstr "" - -#: ../nova/volume/manager.py:147 -#, python-format -msgid "volume %s: deleted successfully" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:74 -#, python-format -msgid "%(text)s: _db_content => %(content)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:304 ../nova/virt/xenapi/fake.py:404 -#: ../nova/virt/xenapi/fake.py:422 ../nova/virt/xenapi/fake.py:478 -msgid "Raising NotImplemented" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:306 -#, python-format -msgid "xenapi.fake does not have an implementation for %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:341 -#, python-format -msgid "Calling %(localname)s %(impl)s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:346 -#, python-format -msgid "Calling getter %s" -msgstr "" - -#: ../nova/virt/xenapi/fake.py:406 -#, python-format -msgid "" -"xenapi.fake does not have an implementation for %s or it has been called " -"with the wrong number of arguments" -msgstr "" - -#: ../nova/tests/test_cloud.py:256 -msgid "Can't test instances without a real virtual env." -msgstr "" - -#: ../nova/tests/test_cloud.py:268 -#, python-format -msgid "Need to watch instance %s until it's running..." -msgstr "" - -#: ../nova/virt/connection.py:73 -msgid "Failed to open connection to the hypervisor" -msgstr "" - -#: ../nova/network/linux_net.py:187 -#, python-format -msgid "Starting VLAN inteface %s" -msgstr "" - -#: ../nova/network/linux_net.py:208 -#, python-format -msgid "Starting Bridge interface for %s" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:314 -#, python-format -msgid "Hupping dnsmasq threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:316 -#, python-format -msgid "Pid %d is stale, relaunching dnsmasq" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:358 -#, python-format -msgid "killing radvd threw %s" -msgstr "" - -#: ../nova/network/linux_net.py:360 -#, python-format -msgid "Pid %d is stale, relaunching radvd" -msgstr "" - -#. pylint: disable=W0703 -#: ../nova/network/linux_net.py:449 -#, python-format -msgid "Killing dnsmasq threw %s" -msgstr "" - -#: ../nova/utils.py:58 -#, python-format -msgid "Inner Exception: %s" -msgstr "" - -#: ../nova/utils.py:59 -#, python-format -msgid "Class %s cannot be found" -msgstr "" - -#: ../nova/utils.py:118 -#, python-format -msgid "Fetching %s" -msgstr "" - -#: ../nova/utils.py:130 -#, python-format -msgid "Running cmd (subprocess): %s" -msgstr "" - -#: ../nova/utils.py:143 ../nova/utils.py:183 -#, python-format -msgid "Result was %s" -msgstr "" - -#: ../nova/utils.py:159 -#, python-format -msgid "Running cmd (SSH): %s" -msgstr "" - -#: ../nova/utils.py:217 -#, python-format -msgid "debug in callback: %s" -msgstr "" - -#: ../nova/utils.py:222 -#, python-format -msgid "Running %s" -msgstr "" - -#: ../nova/utils.py:262 -#, python-format -msgid "Link Local address is not found.:%s" -msgstr "" - -#: ../nova/utils.py:265 -#, python-format -msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s" -msgstr "" - -#: ../nova/utils.py:363 -#, python-format -msgid "Invalid backend: %s" -msgstr "" - -#: ../nova/utils.py:374 -#, python-format -msgid "backend %s" -msgstr "" - -#: ../nova/fakerabbit.py:49 -#, python-format -msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s" -msgstr "" - -#: ../nova/fakerabbit.py:54 -#, python-format -msgid "Publishing to route %s" -msgstr "" - -#: ../nova/fakerabbit.py:84 -#, python-format -msgid "Declaring queue %s" -msgstr "" - -#: ../nova/fakerabbit.py:90 -#, python-format -msgid "Declaring exchange %s" -msgstr "" - -#: ../nova/fakerabbit.py:96 -#, python-format -msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s" -msgstr "" - -#: ../nova/fakerabbit.py:121 -#, python-format -msgid "Getting from %(queue)s: %(message)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:135 ../nova/virt/hyperv.py:171 -#, python-format -msgid "Created VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:138 -#, python-format -msgid "Created VM %(instance_name)s as %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:168 -#, python-format -msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:171 -#, python-format -msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:187 -#, python-format -msgid "VBD not found in instance %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:197 -#, python-format -msgid "Unable to unplug VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:209 -#, python-format -msgid "Unable to destroy VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:224 -#, python-format -msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:227 -#, python-format -msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:246 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) on " -"%(sr_ref)s." -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vm_utils.py:258 -#, python-format -msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:272 -#, python-format -msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:286 -#, python-format -msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:327 -#, python-format -msgid "Size for image %(image)s:%(virtual_size)d" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:332 -#, python-format -msgid "Glance image %s" -msgstr "" - -#. we need to invoke a plugin for copying VDI's -#. content into proper path -#: ../nova/virt/xenapi/vm_utils.py:342 -#, python-format -msgid "Copying VDI %s to /boot/guest on dom0" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:352 -#, python-format -msgid "Kernel/Ramdisk VDI %s destroyed" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:361 -#, python-format -msgid "Asking xapi to fetch %(url)s as %(access)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:386 ../nova/virt/xenapi/vm_utils.py:402 -#, python-format -msgid "Looking up vdi %s for PV kernel" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:397 -#, python-format -msgid "PV Kernel in VDI:%s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:405 -#, python-format -msgid "Running pygrub against %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:411 -#, python-format -msgid "Found Xen kernel %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:413 -msgid "No Xen kernel found. Booting HVM." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:425 ../nova/virt/hyperv.py:431 -#, python-format -msgid "duplicate name found: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:442 -#, python-format -msgid "VDI %s is still available" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:463 -#, python-format -msgid "(VM_UTILS) xenserver vm state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:465 -#, python-format -msgid "(VM_UTILS) xenapi power_state -> |%s|" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:525 -#, python-format -msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:542 -#, python-format -msgid "Re-scanning SR %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:567 -#, python-format -msgid "" -"VHD coalesce attempts exceeded (%(counter)d > %(max_attempts)d), giving up..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:574 -#, python-format -msgid "" -"Parent %(parent_uuid)s doesn't match original parent " -"%(original_parent_uuid)s, waiting for coalesce..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:590 -#, python-format -msgid "No VDIs found for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:594 -#, python-format -msgid "Unexpected number of VDIs (%(num_vdis)s) found for VM %(vm_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:653 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:188 -#, python-format -msgid "Creating VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:655 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:190 -#, python-format -msgid "Creating VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:657 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:192 -#, python-format -msgid "Plugging VBD %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:659 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:194 -#, python-format -msgid "Plugging VBD %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:661 -#, python-format -msgid "VBD %(vbd)s plugged as %(orig_dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:664 -#, python-format -msgid "VBD %(vbd)s plugged into wrong dev, remapping to %(dev)s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:668 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:197 -#, python-format -msgid "Destroying VBD for VDI %s ... " -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:671 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:200 -#, python-format -msgid "Destroying VBD for VDI %s done." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:683 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:211 -msgid "VBD.unplug successful first time." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:688 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:216 -msgid "VBD.unplug rejected: retrying..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:692 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:220 -msgid "VBD.unplug successful eventually." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:695 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:223 -#, python-format -msgid "Ignoring XenAPI.Failure in VBD.unplug: %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:704 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:66 -#, python-format -msgid "Ignoring XenAPI.Failure %s" -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:735 -#, python-format -msgid "" -"Writing partition table %(primary_first)d %(primary_last)d to %(dest)s..." -msgstr "" - -#: ../nova/virt/xenapi/vm_utils.py:747 -#, python-format -msgid "Writing partition table %s done." -msgstr "" - -#: ../nova/tests/test_rpc.py:89 -#, python-format -msgid "Nested received %(queue)s, %(value)s" -msgstr "" - -#: ../nova/tests/test_rpc.py:95 -#, python-format -msgid "Nested return %s" -msgstr "" - -#: ../nova/tests/test_rpc.py:120 ../nova/tests/test_rpc.py:126 -#, python-format -msgid "Received %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:44 -msgid "Use of empty request context is deprecated" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:133 -#, python-format -msgid "No service for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:251 -#, python-format -msgid "No service for %(host)s, %(binary)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:592 -msgid "No fixed ips defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:608 -#, python-format -msgid "No floating ip for address %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:629 -#, python-format -msgid "No address for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:961 -#, python-format -msgid "no keypair for user %(user_id)s, name %(name)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1076 ../nova/db/sqlalchemy/api.py:1156 -#, python-format -msgid "No network for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1086 -msgid "No networks defined" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1115 -#, python-format -msgid "No network for bridge %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1129 ../nova/db/sqlalchemy/api.py:1142 -#, python-format -msgid "No network for instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1277 -#, python-format -msgid "Token %s does not exist" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1302 -#, python-format -msgid "No quota for project_id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1455 ../nova/db/sqlalchemy/api.py:1501 -#: ../nova/api/ec2/__init__.py:323 -#, python-format -msgid "Volume %s not found" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1514 -#, python-format -msgid "No export device found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1527 -#, python-format -msgid "No target id found for volume %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1572 -#, python-format -msgid "No security group with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1589 -#, python-format -msgid "No security group named %(group_name)s for project: %(project_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1682 -#, python-format -msgid "No secuity group rule with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1756 -#, python-format -msgid "No user for id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1772 -#, python-format -msgid "No user for access key %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1834 -#, python-format -msgid "No project with id %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1979 -#, python-format -msgid "No console pool with id %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:1996 -#, python-format -msgid "" -"No console pool of type %(console_type)s for compute host %(compute_host)s " -"on proxy host %(host)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2035 -#, python-format -msgid "No console for instance %(instance_id)s in pool %(pool_id)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2057 -#, python-format -msgid "on instance %s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2058 -#, python-format -msgid "No console with id %(console_id)s %(idesc)s" -msgstr "" - -#: ../nova/db/sqlalchemy/api.py:2078 ../nova/db/sqlalchemy/api.py:2097 -#, python-format -msgid "No zone with id %(zone_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:160 -#, python-format -msgid "Checking state of %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:165 -#, python-format -msgid "Current state of %(name)s was %(state)s." -msgstr "" - -#: ../nova/virt/libvirt_conn.py:183 -#, python-format -msgid "Connecting to libvirt: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:196 -msgid "Connection to libvirt broke" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:258 -#, python-format -msgid "instance %(instance_name)s: deleting instance files %(target)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:283 -#, python-format -msgid "Invalid device path %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:313 -#, python-format -msgid "No disk at %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:320 -msgid "Instance snapshotting is not supported for libvirtat this time" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:336 -#, python-format -msgid "instance %s: rebooted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:339 -#, python-format -msgid "_wait_for_reboot failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:382 -#, python-format -msgid "instance %s: rescued" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:385 -#, python-format -msgid "_wait_for_rescue failed: %s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:411 -#, python-format -msgid "instance %s: is running" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:422 -#, python-format -msgid "instance %s: booted" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:425 ../nova/virt/xenapi/vmops.py:186 -#, python-format -msgid "instance %s: failed to boot" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:436 -#, python-format -msgid "virsh said: %r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:440 -msgid "cool, it's a device" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:448 -#, python-format -msgid "data: %(data)r, fpath: %(fpath)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:456 -#, python-format -msgid "Contents of file %(fpath)s: %(contents)r" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:489 -msgid "Unable to find an open port" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:563 -#, python-format -msgid "instance %s: Creating image" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:646 -#, python-format -msgid "instance %(inst_name)s: injecting key into image %(img_id)s" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:649 -#, python-format -msgid "instance %(inst_name)s: injecting net into image %(img_id)s" -msgstr "" - -#. This could be a windows image, or a vmdk format disk -#: ../nova/virt/libvirt_conn.py:657 -#, python-format -msgid "" -"instance %(inst_name)s: ignoring error injecting data into image %(img_id)s " -"(%(e)s)" -msgstr "" - -#. TODO(termie): cache? -#: ../nova/virt/libvirt_conn.py:665 -#, python-format -msgid "instance %s: starting toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:732 -#, python-format -msgid "instance %s: finished toXML method" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:751 -msgid "diagnostics are not supported for libvirt" -msgstr "" - -#: ../nova/virt/libvirt_conn.py:1225 -#, python-format -msgid "Attempted to unfilter instance %s which is not filtered" -msgstr "" - -#: ../nova/api/ec2/metadatarequesthandler.py:76 -#, python-format -msgid "Failed to get metadata for ip: %s" -msgstr "" - -#: ../nova/auth/fakeldap.py:33 -msgid "Attempted to instantiate singleton" -msgstr "" - -#: ../nova/network/api.py:39 -#, python-format -msgid "Quota exceeeded for %s, tried to allocate address" -msgstr "" - -#: ../nova/network/api.py:42 -msgid "Address quota exceeded. You cannot allocate any more addresses" -msgstr "" - -#: ../nova/tests/test_volume.py:162 -#, python-format -msgid "Target %s allocated" -msgstr "" - -#: ../nova/virt/images.py:70 -#, python-format -msgid "Finished retreving %(url)s -- placed in %(path)s" -msgstr "" - -#: ../nova/scheduler/driver.py:66 -msgid "Must implement a fallback schedule" -msgstr "" - -#: ../nova/console/manager.py:70 -msgid "Adding console" -msgstr "" - -#: ../nova/console/manager.py:90 -#, python-format -msgid "Tried to remove non-existant console %(console_id)s." -msgstr "" - -#: ../nova/api/direct.py:149 -msgid "not available" -msgstr "" - -#: ../nova/api/ec2/cloud.py:62 -#, python-format -msgid "The key_pair %s already exists" -msgstr "" - -#. TODO(vish): Do this with M2Crypto instead -#: ../nova/api/ec2/cloud.py:118 -#, python-format -msgid "Generating root CA: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:303 -#, python-format -msgid "Create key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:311 -#, python-format -msgid "Delete key pair %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:386 -#, python-format -msgid "%s is not a valid ipProtocol" -msgstr "" - -#: ../nova/api/ec2/cloud.py:390 -msgid "Invalid port range" -msgstr "" - -#: ../nova/api/ec2/cloud.py:421 -#, python-format -msgid "Revoke security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:430 ../nova/api/ec2/cloud.py:459 -msgid "Not enough parameters to build a valid rule." -msgstr "" - -#: ../nova/api/ec2/cloud.py:443 -msgid "No rule for the specified parameters." -msgstr "" - -#: ../nova/api/ec2/cloud.py:450 -#, python-format -msgid "Authorize security group ingress %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:464 -#, python-format -msgid "This rule already exists in group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:492 -#, python-format -msgid "Create Security Group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:495 -#, python-format -msgid "group %s already exists" -msgstr "" - -#: ../nova/api/ec2/cloud.py:507 -#, python-format -msgid "Delete security group %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:584 -#, python-format -msgid "Create volume of %s GB" -msgstr "" - -#: ../nova/api/ec2/cloud.py:612 -#, python-format -msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:629 -#, python-format -msgid "Detach volume %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:761 -msgid "Allocate address" -msgstr "" - -#: ../nova/api/ec2/cloud.py:766 -#, python-format -msgid "Release address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:771 -#, python-format -msgid "Associate address %(public_ip)s to instance %(instance_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:780 -#, python-format -msgid "Disassociate address %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:807 -msgid "Going to start terminating instances" -msgstr "" - -#: ../nova/api/ec2/cloud.py:815 -#, python-format -msgid "Reboot instance %r" -msgstr "" - -#: ../nova/api/ec2/cloud.py:867 -#, python-format -msgid "De-registering image %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:875 -#, python-format -msgid "Registered image %(image_location)s with id %(image_id)s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:882 ../nova/api/ec2/cloud.py:900 -#, python-format -msgid "attribute not supported: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:890 -#, python-format -msgid "invalid id: %s" -msgstr "" - -#: ../nova/api/ec2/cloud.py:903 -msgid "user or group not specified" -msgstr "" - -#: ../nova/api/ec2/cloud.py:905 -msgid "only group \"all\" is supported" -msgstr "" - -#: ../nova/api/ec2/cloud.py:907 -msgid "operation_type must be add or remove" -msgstr "" - -#: ../nova/api/ec2/cloud.py:908 -#, python-format -msgid "Updating image %s publicity" -msgstr "" - -#: ../bin/nova-api.py:52 -#, python-format -msgid "Using paste.deploy config at: %s" -msgstr "" - -#: ../bin/nova-api.py:57 -#, python-format -msgid "No paste configuration for app: %s" -msgstr "" - -#: ../bin/nova-api.py:59 -#, python-format -msgid "" -"App Config: %(api)s\n" -"%(config)r" -msgstr "" - -#: ../bin/nova-api.py:64 -#, python-format -msgid "Running %s API" -msgstr "" - -#: ../bin/nova-api.py:69 -#, python-format -msgid "No known API applications configured in %s." -msgstr "" - -#: ../bin/nova-api.py:83 -#, python-format -msgid "Starting nova-api node (version %s)" -msgstr "" - -#: ../bin/nova-api.py:89 -#, python-format -msgid "No paste configuration found for: %s" -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:84 -#, python-format -msgid "Argument %(key)s value %(value)s is too short." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:89 -#, python-format -msgid "Argument %(key)s value %(value)s contains invalid characters." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:94 -#, python-format -msgid "Argument %(key)s value %(value)s starts with a hyphen." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:102 -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:130 -#, python-format -msgid "Argument %s is required." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:117 -#, python-format -msgid "" -"Argument %(key)s may not take value %(value)s. Valid values are ['true', " -"'false']." -msgstr "" - -#: ../plugins/xenserver/xenapi/etc/xapi.d/plugins/pluginlib_nova.py:163 -#, python-format -msgid "" -"Created VDI %(vdi_ref)s (%(label)s, %(size)s, %(read_only)s) on %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:67 -#, python-format -msgid "Attempted to create non-unique name %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:73 -#, python-format -msgid "instance %(name)s: not enough free memory" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:148 -#, python-format -msgid "Starting VM %s..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:151 -#, python-format -msgid "Spawning VM %(instance_name)s created %(vm_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:162 -#, python-format -msgid "Invalid value for onset_files: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:167 -#, python-format -msgid "Injecting file path: '%s'" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:180 -#, python-format -msgid "Instance %s: booted" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:232 -#, python-format -msgid "Instance not present %s" -msgstr "" - -#. TODO(sirp): Add quiesce and VSS locking support when Windows support -#. is added -#: ../nova/virt/xenapi/vmops.py:261 -#, python-format -msgid "Starting snapshot for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:269 -#, python-format -msgid "Unable to Snapshot %(vm_ref)s: %(exc)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:280 -#, python-format -msgid "Finished snapshot and upload for VM %s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:356 -#, python-format -msgid "VM %(vm)s already halted, skipping shutdown..." -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:389 -msgid "Removing kernel/ramdisk files" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:399 -msgid "kernel/ramdisk files removed" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:561 -#, python-format -msgid "" -"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:564 -#, python-format -msgid "" -"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM " -"id=%(instance_id)s; args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:569 -#, python-format -msgid "" -"The call to %(method)s returned an error: %(e)s. VM id=%(instance_id)s; " -"args=%(strargs)s" -msgstr "" - -#: ../nova/virt/xenapi/vmops.py:760 -#, python-format -msgid "OpenSSL error: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:148 -#, python-format -msgid "Running instances: %s" -msgstr "" - -#: ../nova/tests/test_compute.py:154 -#, python-format -msgid "After terminating instances: %s" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:45 -msgid "Template for script to run on cloudpipe instance boot" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:48 -msgid "Network to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:51 -msgid "Netmask to push into openvpn config" -msgstr "" - -#: ../nova/cloudpipe/pipelib.py:97 -#, python-format -msgid "Launching VPN for %s" -msgstr "" - -#: ../nova/db/sqlalchemy/migration.py:35 -msgid "python-migrate is not installed. Exiting." -msgstr "" - -#: ../nova/image/s3.py:99 -#, python-format -msgid "Image %s could not be found" -msgstr "" - -#: ../nova/api/ec2/__init__.py:121 -msgid "Too many failed authentications." -msgstr "" - -#: ../nova/api/ec2/__init__.py:131 -#, python-format -msgid "" -"Access key %(access_key)s has had %(failures)d failed authentications and " -"will be locked out for %(lock_mins)d minutes." -msgstr "" - -#: ../nova/api/ec2/__init__.py:169 ../nova/objectstore/handler.py:140 -#, python-format -msgid "Authentication Failure: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:182 -#, python-format -msgid "Authenticated Request For %(uname)s:%(pname)s)" -msgstr "" - -#: ../nova/api/ec2/__init__.py:207 -#, python-format -msgid "action: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:209 -#, python-format -msgid "arg: %(key)s\t\tval: %(value)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:281 -#, python-format -msgid "" -"Unauthorized request for controller=%(controller)s and action=%(action)s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:314 -#, python-format -msgid "InstanceNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:320 -#, python-format -msgid "VolumeNotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:326 -#, python-format -msgid "NotFound raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:329 -#, python-format -msgid "ApiError raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:338 -#, python-format -msgid "Unexpected error raised: %s" -msgstr "" - -#: ../nova/api/ec2/__init__.py:343 -msgid "An unknown error has occurred. Please try your request again." -msgstr "" - -#: ../nova/auth/dbdriver.py:84 -#, python-format -msgid "User %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:106 ../nova/auth/ldapdriver.py:232 -#, python-format -msgid "Project can't be created because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:122 ../nova/auth/ldapdriver.py:243 -#, python-format -msgid "Project can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:135 ../nova/auth/ldapdriver.py:229 -#, python-format -msgid "Project can't be created because project %s already exists" -msgstr "" - -#: ../nova/auth/dbdriver.py:157 ../nova/auth/ldapdriver.py:268 -#, python-format -msgid "Project can't be modified because manager %s doesn't exist" -msgstr "" - -#: ../nova/auth/dbdriver.py:245 -#, python-format -msgid "User \"%s\" not found" -msgstr "" - -#: ../nova/auth/dbdriver.py:248 -#, python-format -msgid "Project \"%s\" not found" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:129 -msgid "" -"Must specify xenapi_connection_url, xenapi_connection_username (optionally), " -"and xenapi_connection_password to use connection_type=xenapi" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:311 -#, python-format -msgid "Task [%(name)s] %(task)s status: success %(result)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:317 -#, python-format -msgid "Task [%(name)s] %(task)s status: %(status)s %(error_info)s" -msgstr "" - -#: ../nova/virt/xenapi_conn.py:331 ../nova/virt/xenapi_conn.py:344 -#, python-format -msgid "Got exception: %s" -msgstr "" - -#: ../nova/volume/san.py:67 -#, python-format -msgid "Could not find iSCSI export for volume %s" -msgstr "" - -#: ../nova/api/ec2/apirequest.py:100 -#, python-format -msgid "" -"Unsupported API request: controller = %(controller)s, action = %(action)s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:55 -#, python-format -msgid "Caught error: %s" -msgstr "" - -#: ../nova/api/openstack/__init__.py:76 -msgid "Including admin operations in API." -msgstr "" - -#: ../nova/console/xvp.py:99 -msgid "Rebuilding xvp conf" -msgstr "" - -#: ../nova/console/xvp.py:116 -#, python-format -msgid "Re-wrote %s" -msgstr "" - -#: ../nova/console/xvp.py:121 -msgid "Stopping xvp" -msgstr "" - -#: ../nova/console/xvp.py:134 -msgid "Starting xvp" -msgstr "" - -#: ../nova/console/xvp.py:141 -#, python-format -msgid "Error starting xvp: %s" -msgstr "" - -#: ../nova/console/xvp.py:144 -msgid "Restarting xvp" -msgstr "" - -#: ../nova/console/xvp.py:146 -msgid "xvp not running..." -msgstr "" - -#: ../bin/nova-manage.py:272 -msgid "" -"The above error may show that the database has not been created.\n" -"Please create a database using nova-manage sync db before running this " -"command." -msgstr "" - -#: ../bin/nova-manage.py:426 -msgid "" -"No more networks available. If this is a new installation, you need\n" -"to call something like this:\n" -"\n" -" nova-manage network create 10.0.0.0/8 10 64\n" -"\n" -msgstr "" - -#: ../bin/nova-manage.py:431 -msgid "" -"The above error may show that the certificate db has not been created.\n" -"Please create a database by running a nova-api server on this host." -msgstr "" - -#: ../bin/nova-manage.py:447 ../bin/nova-manage.py:536 -msgid "network" -msgstr "" - -#: ../bin/nova-manage.py:448 -msgid "IP address" -msgstr "" - -#: ../bin/nova-manage.py:449 -msgid "MAC address" -msgstr "" - -#: ../bin/nova-manage.py:450 -msgid "hostname" -msgstr "" - -#: ../bin/nova-manage.py:451 -msgid "host" -msgstr "" - -#: ../bin/nova-manage.py:537 -msgid "netmask" -msgstr "" - -#: ../bin/nova-manage.py:538 -msgid "start address" -msgstr "" - -#: ../nova/virt/disk.py:69 -#, python-format -msgid "Failed to load partition: %s" -msgstr "" - -#: ../nova/virt/disk.py:91 -#, python-format -msgid "Failed to mount filesystem: %s" -msgstr "" - -#: ../nova/virt/disk.py:124 -#, python-format -msgid "nbd device %s did not show up" -msgstr "" - -#: ../nova/virt/disk.py:128 -#, python-format -msgid "Could not attach image to loopback: %s" -msgstr "" - -#: ../nova/virt/disk.py:151 -msgid "No free nbd devices" -msgstr "" - -#: ../doc/ext/nova_todo.py:46 -#, python-format -msgid "%(filename)s, line %(line_info)d" -msgstr "" - -#. FIXME(chiradeep): implement this -#: ../nova/virt/hyperv.py:118 -msgid "In init host" -msgstr "" - -#: ../nova/virt/hyperv.py:131 -#, python-format -msgid "Attempt to create duplicate vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:148 -#, python-format -msgid "Starting VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:150 -#, python-format -msgid "Started VM %s " -msgstr "" - -#: ../nova/virt/hyperv.py:152 -#, python-format -msgid "spawn vm failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:169 -#, python-format -msgid "Failed to create VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:188 -#, python-format -msgid "Set memory for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:198 -#, python-format -msgid "Set vcpus for vm %s..." -msgstr "" - -#: ../nova/virt/hyperv.py:202 -#, python-format -msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s" -msgstr "" - -#: ../nova/virt/hyperv.py:227 -#, python-format -msgid "Failed to add diskdrive to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:230 -#, python-format -msgid "New disk drive path is %s" -msgstr "" - -#: ../nova/virt/hyperv.py:247 -#, python-format -msgid "Failed to add vhd file to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:249 -#, python-format -msgid "Created disk for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:253 -#, python-format -msgid "Creating nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:272 -msgid "Failed creating a port on the external vswitch" -msgstr "" - -#: ../nova/virt/hyperv.py:273 -#, python-format -msgid "Failed creating port for %s" -msgstr "" - -#: ../nova/virt/hyperv.py:276 -#, python-format -msgid "Created switch port %(vm_name)s on switch %(ext_path)s" -msgstr "" - -#: ../nova/virt/hyperv.py:286 -#, python-format -msgid "Failed to add nic to VM %s" -msgstr "" - -#: ../nova/virt/hyperv.py:288 -#, python-format -msgid "Created nic for %s " -msgstr "" - -#: ../nova/virt/hyperv.py:321 -#, python-format -msgid "WMI job failed: %s" -msgstr "" - -#: ../nova/virt/hyperv.py:325 -#, python-format -msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s " -msgstr "" - -#: ../nova/virt/hyperv.py:361 -#, python-format -msgid "Got request to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:386 -#, python-format -msgid "Failed to destroy vm %s" -msgstr "" - -#: ../nova/virt/hyperv.py:393 -#, python-format -msgid "Del: disk %(vhdfile)s vm %(instance_name)s" -msgstr "" - -#: ../nova/virt/hyperv.py:415 -#, python-format -msgid "" -"Got Info for vm %(instance_id)s: state=%(state)s, mem=%(memusage)s, " -"num_cpu=%(numprocs)s, cpu_time=%(uptime)s" -msgstr "" - -#: ../nova/virt/hyperv.py:451 -#, python-format -msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/virt/hyperv.py:454 -#, python-format -msgid "Failed to change vm state of %(vm_name)s to %(req_state)s" -msgstr "" - -#: ../nova/compute/api.py:71 -#, python-format -msgid "Instance %d was not found in get_network_topic" -msgstr "" - -#: ../nova/compute/api.py:77 -#, python-format -msgid "Instance %d has no host" -msgstr "" - -#: ../nova/compute/api.py:97 -#, python-format -msgid "Quota exceeeded for %(pid)s, tried to run %(min_count)s instances" -msgstr "" - -#: ../nova/compute/api.py:99 -#, python-format -msgid "" -"Instance quota exceeded. You can only run %s more instances of this type." -msgstr "" - -#: ../nova/compute/api.py:112 -msgid "Creating a raw instance" -msgstr "" - -#: ../nova/compute/api.py:160 -#, python-format -msgid "Going to run %s instances..." -msgstr "" - -#: ../nova/compute/api.py:187 -#, python-format -msgid "Casting to scheduler for %(pid)s/%(uid)s's instance %(instance_id)s" -msgstr "" - -#: ../nova/compute/api.py:292 -#, python-format -msgid "Going to try to terminate %s" -msgstr "" - -#: ../nova/compute/api.py:296 -#, python-format -msgid "Instance %d was not found during terminate" -msgstr "" - -#: ../nova/compute/api.py:301 -#, python-format -msgid "Instance %d is already being terminated" -msgstr "" - -#: ../nova/compute/api.py:481 -#, python-format -msgid "Invalid device specified: %s. Example device: /dev/vdb" -msgstr "" - -#: ../nova/compute/api.py:496 -msgid "Volume isn't attached to anything!" -msgstr "" - -#: ../nova/rpc.py:98 -#, python-format -msgid "" -"AMQP server on %(fl_host)s:%(fl_port)d is unreachable. Trying again in " -"%(fl_intv)d seconds." -msgstr "" - -#: ../nova/rpc.py:103 -#, python-format -msgid "Unable to connect to AMQP server after %d tries. Shutting down." -msgstr "" - -#: ../nova/rpc.py:122 -msgid "Reconnected to queue" -msgstr "" - -#: ../nova/rpc.py:129 -msgid "Failed to fetch message from queue" -msgstr "" - -#: ../nova/rpc.py:159 -#, python-format -msgid "Initing the Adapter Consumer for %s" -msgstr "" - -#: ../nova/rpc.py:178 -#, python-format -msgid "received %s" -msgstr "" - -#. NOTE(vish): we may not want to ack here, but that means that bad -#. messages stay in the queue indefinitely, so for now -#. we just log the message and send an error string -#. back to the caller -#: ../nova/rpc.py:191 -#, python-format -msgid "no method for message: %s" -msgstr "" - -#: ../nova/rpc.py:192 -#, python-format -msgid "No method for message: %s" -msgstr "" - -#: ../nova/rpc.py:253 -#, python-format -msgid "Returning exception %s to caller" -msgstr "" - -#: ../nova/rpc.py:294 -#, python-format -msgid "unpacked context: %s" -msgstr "" - -#: ../nova/rpc.py:313 -msgid "Making asynchronous call..." -msgstr "" - -#: ../nova/rpc.py:316 -#, python-format -msgid "MSG_ID is %s" -msgstr "" - -#: ../nova/rpc.py:354 -msgid "Making asynchronous cast..." -msgstr "" - -#: ../nova/rpc.py:364 -#, python-format -msgid "response %s" -msgstr "" - -#: ../nova/rpc.py:373 -#, python-format -msgid "topic is %s" -msgstr "" - -#: ../nova/rpc.py:374 -#, python-format -msgid "message %s" -msgstr "" - -#: ../nova/volume/driver.py:78 -#, python-format -msgid "Recovering from a failed execute. Try number %s" -msgstr "" - -#: ../nova/volume/driver.py:87 -#, python-format -msgid "volume group %s doesn't exist" -msgstr "" - -#: ../nova/volume/driver.py:220 -#, python-format -msgid "FAKE AOE: %s" -msgstr "" - -#: ../nova/volume/driver.py:233 -msgid "Skipping ensure_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:279 ../nova/volume/driver.py:288 -msgid "Skipping remove_export. No iscsi_target " -msgstr "" - -#: ../nova/volume/driver.py:347 -#, python-format -msgid "FAKE ISCSI: %s" -msgstr "" - -#: ../nova/volume/driver.py:359 -#, python-format -msgid "rbd has no pool %s" -msgstr "" - -#: ../nova/volume/driver.py:414 -#, python-format -msgid "Sheepdog is not working: %s" -msgstr "" - -#: ../nova/volume/driver.py:416 -msgid "Sheepdog is not working" -msgstr "" - -#: ../nova/wsgi.py:68 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: ../nova/wsgi.py:147 -msgid "You must implement __call__" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:58 -msgid "leasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:73 -msgid "Adopted old lease or got a change of mac/hostname" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:80 -msgid "releasing ip" -msgstr "" - -#: ../bin/nova-dhcpbridge.py:123 -#, python-format -msgid "" -"Called %(action)s for mac %(mac)s with ip %(ip)s and hostname %(hostname)s " -"on interface %(interface)s" -msgstr "" - -#: ../nova/virt/fake.py:239 -#, python-format -msgid "Instance %s Not Found" -msgstr "" - -#: ../nova/network/manager.py:153 -#, python-format -msgid "Dissassociated %s stale fixed ip(s)" -msgstr "" - -#: ../nova/network/manager.py:157 -msgid "setting network host" -msgstr "" - -#: ../nova/network/manager.py:212 -#, python-format -msgid "Leasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:216 -#, python-format -msgid "IP %s leased that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:220 -#, python-format -msgid "IP %(address)s leased to bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:228 -#, python-format -msgid "IP %s leased that was already deallocated" -msgstr "" - -#: ../nova/network/manager.py:233 -#, python-format -msgid "Releasing IP %s" -msgstr "" - -#: ../nova/network/manager.py:237 -#, python-format -msgid "IP %s released that isn't associated" -msgstr "" - -#: ../nova/network/manager.py:241 -#, python-format -msgid "IP %(address)s released from bad mac %(inst_addr)s vs %(mac)s" -msgstr "" - -#: ../nova/network/manager.py:244 -#, python-format -msgid "IP %s released that was not leased" -msgstr "" - -#: ../nova/network/manager.py:519 -msgid "" -"The sum between the number of networks and the vlan start cannot be greater " -"than 4094" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:57 -#, python-format -msgid "Introducing %s..." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:74 -#, python-format -msgid "Introduced %(label)s as %(sr_ref)s." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:78 -msgid "Unable to create Storage Repository" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:90 -#, python-format -msgid "Unable to find SR from VBD %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:96 -#, python-format -msgid "Forgetting SR %s ... " -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:101 -#, python-format -msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:107 -#, python-format -msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:111 -#, python-format -msgid "Forgetting SR %s done." -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:113 -#, python-format -msgid "Ignoring exception %(exc)s when forgetting SR %(sr_ref)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:123 -#, python-format -msgid "Unable to introduce VDI on SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:128 -#, python-format -msgid "Unable to get record of VDI %s on" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:146 -#, python-format -msgid "Unable to introduce VDI for SR %s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:175 -#, python-format -msgid "Unable to obtain target information %(device_path)s, %(mountpoint)s" -msgstr "" - -#: ../nova/virt/xenapi/volume_utils.py:197 -#, python-format -msgid "Mountpoint cannot be translated: %s" -msgstr "" - -#: ../nova/objectstore/image.py:262 -#, python-format -msgid "Failed to decrypt private key: %s" -msgstr "" - -#: ../nova/objectstore/image.py:269 -#, python-format -msgid "Failed to decrypt initialization vector: %s" -msgstr "" - -#: ../nova/objectstore/image.py:277 -#, python-format -msgid "Failed to decrypt image file %(image_file)s: %(err)s" -msgstr "" - -#: ../nova/objectstore/handler.py:106 -#, python-format -msgid "Unknown S3 value type %r" -msgstr "" - -#: ../nova/objectstore/handler.py:137 -msgid "Authenticated request" -msgstr "" - -#: ../nova/objectstore/handler.py:182 -msgid "List of buckets requested" -msgstr "" - -#: ../nova/objectstore/handler.py:209 -#, python-format -msgid "List keys for bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:217 -#, python-format -msgid "Unauthorized attempt to access bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:235 -#, python-format -msgid "Creating bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:245 -#, python-format -msgid "Deleting bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:249 -#, python-format -msgid "Unauthorized attempt to delete bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:273 -#, python-format -msgid "Getting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:276 -#, python-format -msgid "Unauthorized attempt to get object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:296 -#, python-format -msgid "Putting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:299 -#, python-format -msgid "Unauthorized attempt to upload object %(nm)s to bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:318 -#, python-format -msgid "Deleting object: %(bname)s / %(nm)s" -msgstr "" - -#: ../nova/objectstore/handler.py:322 -#, python-format -msgid "Unauthorized attempt to delete object %(nm)s from bucket %(bname)s" -msgstr "" - -#: ../nova/objectstore/handler.py:396 -#, python-format -msgid "Not authorized to upload image: invalid directory %s" -msgstr "" - -#: ../nova/objectstore/handler.py:404 -#, python-format -msgid "Not authorized to upload image: unauthorized bucket %s" -msgstr "" - -#: ../nova/objectstore/handler.py:409 -#, python-format -msgid "Starting image upload: %s" -msgstr "" - -#: ../nova/objectstore/handler.py:423 -#, python-format -msgid "Not authorized to update attributes of image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:431 -#, python-format -msgid "Toggling publicity flag of image %(image_id)s %(newstatus)r" -msgstr "" - -#. other attributes imply update -#: ../nova/objectstore/handler.py:436 -#, python-format -msgid "Updating user fields on image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:450 -#, python-format -msgid "Unauthorized attempt to delete image %s" -msgstr "" - -#: ../nova/objectstore/handler.py:455 -#, python-format -msgid "Deleted image: %s" -msgstr "" - -#: ../nova/auth/manager.py:259 -#, python-format -msgid "Looking up user: %r" -msgstr "" - -#: ../nova/auth/manager.py:263 -#, python-format -msgid "Failed authorization for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:264 -#, python-format -msgid "No user found for access key %s" -msgstr "" - -#: ../nova/auth/manager.py:270 -#, python-format -msgid "Using project name = user name (%s)" -msgstr "" - -#: ../nova/auth/manager.py:277 -#, python-format -msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)" -msgstr "" - -#: ../nova/auth/manager.py:279 -#, python-format -msgid "No project called %s could be found" -msgstr "" - -#: ../nova/auth/manager.py:287 -#, python-format -msgid "" -"Failed authorization: user %(uname)s not admin and not member of project " -"%(pjname)s" -msgstr "" - -#: ../nova/auth/manager.py:289 -#, python-format -msgid "User %(uid)s is not a member of project %(pjid)s" -msgstr "" - -#: ../nova/auth/manager.py:298 ../nova/auth/manager.py:309 -#, python-format -msgid "Invalid signature for user %s" -msgstr "" - -#: ../nova/auth/manager.py:299 ../nova/auth/manager.py:310 -msgid "Signature does not match" -msgstr "" - -#: ../nova/auth/manager.py:380 -msgid "Must specify project" -msgstr "" - -#: ../nova/auth/manager.py:414 -#, python-format -msgid "The %s role can not be found" -msgstr "" - -#: ../nova/auth/manager.py:416 -#, python-format -msgid "The %s role is global only" -msgstr "" - -#: ../nova/auth/manager.py:420 -#, python-format -msgid "Adding role %(role)s to user %(uid)s in project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:423 -#, python-format -msgid "Adding sitewide role %(role)s to user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:448 -#, python-format -msgid "Removing role %(role)s from user %(uid)s on project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:451 -#, python-format -msgid "Removing sitewide role %(role)s from user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:515 -#, python-format -msgid "Created project %(name)s with manager %(manager_user)s" -msgstr "" - -#: ../nova/auth/manager.py:533 -#, python-format -msgid "modifying project %s" -msgstr "" - -#: ../nova/auth/manager.py:545 -#, python-format -msgid "Adding user %(uid)s to project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:566 -#, python-format -msgid "Remove user %(uid)s from project %(pid)s" -msgstr "" - -#: ../nova/auth/manager.py:592 -#, python-format -msgid "Deleting project %s" -msgstr "" - -#: ../nova/auth/manager.py:650 -#, python-format -msgid "Created user %(rvname)s (admin: %(rvadmin)r)" -msgstr "" - -#: ../nova/auth/manager.py:659 -#, python-format -msgid "Deleting user %s" -msgstr "" - -#: ../nova/auth/manager.py:669 -#, python-format -msgid "Access Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:671 -#, python-format -msgid "Secret Key change for user %s" -msgstr "" - -#: ../nova/auth/manager.py:673 -#, python-format -msgid "Admin status set to %(admin)r for user %(uid)s" -msgstr "" - -#: ../nova/auth/manager.py:722 -#, python-format -msgid "No vpn data for project %s" -msgstr "" - -#: ../nova/service.py:161 -#, python-format -msgid "Starting %(topic)s node (version %(vcs_string)s)" -msgstr "" - -#: ../nova/service.py:174 -msgid "Service killed that has no database entry" -msgstr "" - -#: ../nova/service.py:195 -msgid "The service database object disappeared, Recreating it." -msgstr "" - -#: ../nova/service.py:207 -msgid "Recovered model server connection!" -msgstr "" - -#: ../nova/service.py:213 -msgid "model server went away" -msgstr "" - -#: ../nova/auth/ldapdriver.py:174 -#, python-format -msgid "LDAP user %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:205 -#, python-format -msgid "LDAP object for %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:348 -#, python-format -msgid "User %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:472 -#, python-format -msgid "Group can't be created because group %s already exists" -msgstr "" - -#: ../nova/auth/ldapdriver.py:478 -#, python-format -msgid "Group can't be created because user %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:495 -#, python-format -msgid "User %s can't be searched in group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:507 -#, python-format -msgid "User %s can't be added to the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:510 ../nova/auth/ldapdriver.py:521 -#, python-format -msgid "The group at dn %s doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:513 -#, python-format -msgid "User %(uid)s is already a member of the group %(group_dn)s" -msgstr "" - -#: ../nova/auth/ldapdriver.py:524 -#, python-format -msgid "" -"User %s can't be removed from the group because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:528 -#, python-format -msgid "User %s is not a member of the group" -msgstr "" - -#: ../nova/auth/ldapdriver.py:542 -#, python-format -msgid "" -"Attempted to remove the last member of a group. Deleting the group at %s " -"instead." -msgstr "" - -#: ../nova/auth/ldapdriver.py:549 -#, python-format -msgid "User %s can't be removed from all because the user doesn't exist" -msgstr "" - -#: ../nova/auth/ldapdriver.py:564 -#, python-format -msgid "Group at dn %s doesn't exist" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:40 -#, python-format -msgid "Found non-unique network for bridge %s" -msgstr "" - -#: ../nova/virt/xenapi/network_utils.py:43 -#, python-format -msgid "Found no network for bridge %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:97 -#, python-format -msgid "Creating new user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:105 -#, python-format -msgid "Deleting user: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:127 -#, python-format -msgid "Adding role %(role)s to user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:131 -#, python-format -msgid "Adding sitewide role %(role)s to user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:137 -#, python-format -msgid "Removing role %(role)s from user %(user)s for project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:141 -#, python-format -msgid "Removing sitewide role %(role)s from user %(user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:146 ../nova/api/ec2/admin.py:223 -msgid "operation must be add or remove" -msgstr "" - -#: ../nova/api/ec2/admin.py:159 -#, python-format -msgid "Getting x509 for user: %(name)s on project: %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:177 -#, python-format -msgid "Create project %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:190 -#, python-format -msgid "Modify project: %(name)s managed by %(manager_user)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:200 -#, python-format -msgid "Delete project: %s" -msgstr "" - -#: ../nova/api/ec2/admin.py:214 -#, python-format -msgid "Adding user %(user)s to project %(project)s" -msgstr "" - -#: ../nova/api/ec2/admin.py:218 -#, python-format -msgid "Removing user %(user)s from project %(project)s" -msgstr "" - -#~ msgid "No such process" -#~ msgstr "沒有此一程序" - -#, python-format -#~ msgid "pidfile %s does not exist. Daemon not running?\n" -#~ msgstr "pidfile %s 不存在. Daemon未啟動?\n" - -#, python-format -#~ msgid "Starting %s" -#~ msgstr "正在啟動 %s" diff --git a/setup.cfg b/setup.cfg index 18179b152..6588b199f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,18 +9,18 @@ tag_date = 0 tag_svn_revision = 0 [compile_catalog] -directory = locale +directory = nova/locale domain = nova [update_catalog] domain = nova -output_dir = po -input_file = po/nova.pot +output_dir = nova/locale +input_file = nova/locale/nova.pot [extract_messages] -keywords = _ gettext ngettext +keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = po/nova.pot +output_file = nova/locale/nova.pot [nosetests] verbosity=2 diff --git a/setup.py b/setup.py index ec784d91f..6a876e6d1 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,6 @@ setup(name='nova', packages=find_packages(exclude=['bin', 'smoketests']), include_package_data=True, test_suite='nose.collector', - data_files=find_data_files('share/nova', 'tools'), scripts=['bin/clear_rabbit_queues', 'bin/instance-usage-audit', 'bin/nova-all', -- cgit