diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-07-07 06:02:02 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2014-07-07 06:02:02 +0000 |
commit | aaa710542b3c96e560a46486e221027b36406088 (patch) | |
tree | 8a72060c4f5e8e5e1254f135094a294238edfeeb /ironic/locale/en_AU | |
parent | c87cbe62ec5efd166392ba777e63a690e11ebdb7 (diff) | |
download | ironic-aaa710542b3c96e560a46486e221027b36406088.tar.gz |
Imported Translations from Transifex
Change-Id: I8dd0d1763f7fe0ceec73ad3724300d15133a3071
Diffstat (limited to 'ironic/locale/en_AU')
-rw-r--r-- | ironic/locale/en_AU/LC_MESSAGES/ironic.po | 85 |
1 files changed, 50 insertions, 35 deletions
diff --git a/ironic/locale/en_AU/LC_MESSAGES/ironic.po b/ironic/locale/en_AU/LC_MESSAGES/ironic.po index 2143f9c3d..a6d7cc6f8 100644 --- a/ironic/locale/en_AU/LC_MESSAGES/ironic.po +++ b/ironic/locale/en_AU/LC_MESSAGES/ironic.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Ironic\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-06-25 06:02+0000\n" -"PO-Revision-Date: 2014-06-24 09:24+0000\n" +"POT-Creation-Date: 2014-07-07 06:01+0000\n" +"PO-Revision-Date: 2014-07-04 11:34+0000\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Language-Team: English (Australia) " "(http://www.transifex.com/projects/p/ironic/language/en_AU/)\n" @@ -34,16 +34,16 @@ msgstr "Node %(node)s is already in the '%(state)s' state." msgid "Node %s is already being provisioned or decommissioned." msgstr "Node %s is already being provisioned or decommissioned." -#: ironic/api/controllers/v1/node.py:504 +#: ironic/api/controllers/v1/node.py:509 msgid "Chassis id not specified." msgstr "Chassis id not specified." -#: ironic/api/controllers/v1/node.py:682 +#: ironic/api/controllers/v1/node.py:687 #, python-format msgid "Node %s can not be updated while a state transition is in progress." msgstr "Node %s can not be updated while a state transition is in progress." -#: ironic/api/controllers/v1/port.py:169 +#: ironic/api/controllers/v1/port.py:170 msgid "Node id not specified." msgstr "Node id not specified." @@ -104,7 +104,26 @@ msgstr "Serving on http://%(host)s:%(port)s" msgid "Configuration:" msgstr "Configuration:" -#: ironic/common/disk_partitioner.py:126 +#: ironic/common/disk_partitioner.py:131 +#, python-format +msgid "Failed to check the device %(device)s with fuser: %(err)s" +msgstr "" + +#: ironic/common/disk_partitioner.py:164 +#, python-format +msgid "" +"Disk partitioning failed on device %(device)s. Processes with the " +"following PIDs are holding it: %(pids)s. Time out waiting for completion." +msgstr "" + +#: ironic/common/disk_partitioner.py:170 +#, python-format +msgid "" +"Disk partitioning failed on device %(device)s. Fuser exited with " +"\"%(fuser_err)s\". Time out waiting for completion." +msgstr "" + +#: ironic/common/disk_partitioner.py:196 #, python-format msgid "" "Partition information from parted for device %(device)s does not match " @@ -473,17 +492,21 @@ msgstr "Could not perform authorisation process for service catalog: %s" msgid "No keystone service catalog loaded" msgstr "No keystone service catalog loaded" -#: ironic/common/neutron.py:94 +#: ironic/common/neutron.py:67 +msgid "Neutron auth_strategy should be either \"noauth\" or \"keystone\"." +msgstr "" + +#: ironic/common/neutron.py:111 #, python-format msgid "Failed to update Neutron port %s." msgstr "Failed to update Neutron port %s." -#: ironic/common/neutron.py:108 +#: ironic/common/neutron.py:125 #, python-format msgid "Failed to update MAC address on Neutron port %s." msgstr "Failed to update MAC address on Neutron port %s." -#: ironic/common/neutron.py:135 +#: ironic/common/neutron.py:152 #, python-format msgid "" "No VIFs found for node %(node)s when attempting to update Neutron DHCP " @@ -492,12 +515,12 @@ msgstr "" "No VIFs found for node %(node)s when attempting to update Neutron DHCP " "BOOT options." -#: ironic/common/neutron.py:154 +#: ironic/common/neutron.py:171 #, python-format msgid "Failed to set DHCP BOOT options for any port on node %s." msgstr "Failed to set DHCP BOOT options for any port on node %s." -#: ironic/common/neutron.py:158 +#: ironic/common/neutron.py:175 #, python-format msgid "" "Some errors were encountered when updating the DHCP BOOT options for node" @@ -506,6 +529,10 @@ msgstr "" "Some errors were encountered when updating the DHCP BOOT options for node" " %(node)s on the following ports: %(ports)s." +#: ironic/common/neutron.py:190 +msgid "Waiting 15 seconds for Neutron." +msgstr "" + #: ironic/common/policy.py:31 msgid "JSON file representing policy." msgstr "JSON file representing policy." @@ -1339,36 +1366,36 @@ msgstr "" msgid "Power state %s not found." msgstr "Power state %s not found." -#: ironic/nova/virt/ironic/driver.py:255 +#: ironic/nova/virt/ironic/driver.py:259 #, python-format msgid "" "Failed to add deploy parameters on node %(node)s when provisioning the " "instance %(instance)s" msgstr "" -#: ironic/nova/virt/ironic/driver.py:271 +#: ironic/nova/virt/ironic/driver.py:278 #, python-format msgid "" "Failed clean up the parameters on node %(node)s when unprovisioning the " "instance %(instance)s" msgstr "" -#: ironic/nova/virt/ironic/driver.py:275 +#: ironic/nova/virt/ironic/driver.py:282 #, python-format msgid "Fail to clean up node %s parameters" msgstr "" -#: ironic/nova/virt/ironic/driver.py:300 +#: ironic/nova/virt/ironic/driver.py:307 #, python-format msgid "Failed to provision instance %(inst)s: %(reason)s" msgstr "Failed to provision instance %(inst)s: %(reason)s" -#: ironic/nova/virt/ironic/driver.py:417 +#: ironic/nova/virt/ironic/driver.py:487 #, python-format msgid "Ironic node uuid not supplied to driver for instance %s." msgstr "Ironic node uuid not supplied to driver for instance %s." -#: ironic/nova/virt/ironic/driver.py:438 +#: ironic/nova/virt/ironic/driver.py:509 #, python-format msgid "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " @@ -1377,7 +1404,7 @@ msgstr "" "Ironic node: %(id)s failed to validate. (deploy: %(deploy)s, power: " "%(power)s)" -#: ironic/nova/virt/ironic/driver.py:451 +#: ironic/nova/virt/ironic/driver.py:522 #, python-format msgid "" "Error preparing deploy for instance %(instance)s on baremetal node " @@ -1386,17 +1413,17 @@ msgstr "" "Error preparing deploy for instance %(instance)s on baremetal node " "%(node)s." -#: ironic/nova/virt/ironic/driver.py:464 +#: ironic/nova/virt/ironic/driver.py:535 #, python-format msgid "Failed to request Ironic to provision instance %(inst)s: %(reason)s" msgstr "" -#: ironic/nova/virt/ironic/driver.py:477 +#: ironic/nova/virt/ironic/driver.py:548 #, python-format msgid "Error deploying instance %(instance)s on baremetal node %(node)s." msgstr "" -#: ironic/nova/virt/ironic/driver.py:511 +#: ironic/nova/virt/ironic/driver.py:580 #, python-format msgid "" "Error destroying the instance on node %(node)s. Provision state still " @@ -1405,7 +1432,7 @@ msgstr "" "Error destroying the instance on node %(node)s. Provision state still " "'%(state)s'." -#: ironic/nova/virt/ironic/driver.py:623 +#: ironic/nova/virt/ironic/driver.py:769 #, python-format msgid "" "Ironic node: %(id)s virtual to physical interface count missmatch (Vif " @@ -1414,23 +1441,11 @@ msgstr "" "Ironic node: %(id)s virtual to physical interface count missmatch (Vif " "count: %(vif_count)d, Pif count: %(pif_count)d)" -#: ironic/nova/virt/ironic/driver.py:696 -#, python-format -msgid "" -"Failed to add deploy parameters on node %(node)s when rebuilding the " -"instance %(instance)s" -msgstr "" - -#: ironic/nova/virt/ironic/driver.py:707 +#: ironic/nova/virt/ironic/driver.py:887 #, python-format msgid "Failed to request Ironic to rebuild instance %(inst)s: %(reason)s" msgstr "" -#: ironic/nova/virt/ironic/patcher.py:68 -#, python-format -msgid "'%s' not found in flavor's extra_specs" -msgstr "" - #: ironic/objects/base.py:69 #, python-format msgid "Error setting %(attr)s" |