Imported Translations from Transifex

Change-Id: I7f3cd275f90661f52310abf0f353ed87a81f6db1
This commit is contained in:
OpenStack Jenkins 2013-10-12 06:17:15 +00:00
parent 7d31234638
commit 077a880ce0
49 changed files with 5774 additions and 1030 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-09-12 23:31+0000\n" "PO-Revision-Date: 2013-09-12 23:31+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Arabic " "Language-Team: Arabic "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12430,3 +12518,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian (Bulgaria) " "Language-Team: Bulgarian (Bulgaria) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bosnian " "Language-Team: Bosnian "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan " "Language-Team: Catalan "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech " "Language-Team: Czech "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Danish " "Language-Team: Danish "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-22 08:17+0000\n" "PO-Revision-Date: 2013-05-22 08:17+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: German " "Language-Team: German "
@ -167,35 +167,46 @@ msgstr ""
"Angefordertes Feld: %(field)s kann in Ziel: %(target_dict)s nicht " "Angefordertes Feld: %(field)s kann in Ziel: %(target_dict)s nicht "
"gefunden werden" "gefunden werden"
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "In Quotenfunktionen unterstütze Ressourcennamen" msgstr "In Quotenfunktionen unterstütze Ressourcennamen"
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "Standardanzahl an zulässigen Ressourcen pro Nutzer, Minus für unbegrenzt" msgstr "Standardanzahl an zulässigen Ressourcen pro Nutzer, Minus für unbegrenzt"
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "Anzahl an zulässigen Netzen pro Nutzer, Minus für unbegrenzt" msgstr "Anzahl an zulässigen Netzen pro Nutzer, Minus für unbegrenzt"
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "Anzahl an zulässigen Teilnetzen pro Nutzer, Minus für unbegrenzt" msgstr "Anzahl an zulässigen Teilnetzen pro Nutzer, Minus für unbegrenzt"
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "Standardtreiber zur Verwendung für Quotenprüfungen" msgstr "Standardtreiber zur Verwendung für Quotenprüfungen"
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "%s ist bereits registriert." msgstr "%s ist bereits registriert."
@ -1387,7 +1398,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "Agenten unter %(host)s über die Methode %(method)s benachrichtigen" msgstr "Agenten unter %(host)s über die Methode %(method)s benachrichtigen"
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7667,43 +7678,120 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
#, fuzzy #, fuzzy
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "Plug-in-Initialisierung abgeschlossen" msgstr "Plug-in-Initialisierung abgeschlossen"
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, fuzzy, python-format #, fuzzy, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "Netz %s für Agent nicht verwendet." msgstr "Netz %s für Agent nicht verwendet."
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13543,3 +13631,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (Australia) " "Language-Team: English (Australia) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United Kingdom) " "Language-Team: English (United Kingdom) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United States) " "Language-Team: English (United States) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish " "Language-Team: Spanish "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-08-29 05:16+0000\n" "PO-Revision-Date: 2013-08-29 05:16+0000\n"
"Last-Translator: Tom Fifield <tom@openstack.org>\n" "Last-Translator: Tom Fifield <tom@openstack.org>\n"
"Language-Team: Spanish (Mexico) " "Language-Team: Spanish (Mexico) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12777,3 +12865,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish (Finland) " "Language-Team: Finnish (Finland) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-09-28 05:40+0000\n" "PO-Revision-Date: 2013-09-28 05:40+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Filipino " "Language-Team: Filipino "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12417,3 +12505,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French " "Language-Team: French "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-08-27 04:58+0000\n" "PO-Revision-Date: 2013-08-27 04:58+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Hindi " "Language-Team: Hindi "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12795,3 +12883,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Croatian " "Language-Team: Croatian "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian " "Language-Team: Hungarian "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian " "Language-Team: Indonesian "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian " "Language-Team: Italian "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian (Italy) " "Language-Team: Italian (Italy) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-30 10:28+0000\n" "PO-Revision-Date: 2013-01-30 10:28+0000\n"
"Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n" "Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n"
"Language-Team: Japanese " "Language-Team: Japanese "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-04-19 14:53+0000\n" "PO-Revision-Date: 2013-04-19 14:53+0000\n"
"Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n" "Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n"
"Language-Team: ka_GE <LL@li.org>\n" "Language-Team: ka_GE <LL@li.org>\n"
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-09-18 00:19+0000\n" "PO-Revision-Date: 2013-09-18 00:19+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Kannada " "Language-Team: Kannada "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12429,3 +12517,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Korean " "Language-Team: Korean "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-04-28 05:13+0000\n" "PO-Revision-Date: 2013-04-28 05:13+0000\n"
"Last-Translator: ujuc Gang <potopro@gmail.com>\n" "Last-Translator: ujuc Gang <potopro@gmail.com>\n"
"Language-Team: ko_KR <LL@li.org>\n" "Language-Team: ko_KR <LL@li.org>\n"
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Malay " "Language-Team: Malay "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmål " "Language-Team: Norwegian Bokmål "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-09-05 06:03+0000\n" "PO-Revision-Date: 2013-09-05 06:03+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Nepali " "Language-Team: Nepali "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12681,3 +12769,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,9 +7,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: neutron " "Project-Id-Version: neutron "
"jenkins.neutron.propose.translation.update.105\n" "jenkins.neutron.propose.translation.update.106\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Dutch (Netherlands) " "Language-Team: Dutch (Netherlands) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-06-28 06:06+0000\n" "PO-Revision-Date: 2013-06-28 06:06+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Polish (Poland) " "Language-Team: Polish (Poland) "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese " "Language-Team: Portuguese "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese (Brazil) " "Language-Team: Portuguese (Brazil) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-06-08 07:51+0000\n" "PO-Revision-Date: 2013-06-08 07:51+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Romanian " "Language-Team: Romanian "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Russian " "Language-Team: Russian "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian (Russia) " "Language-Team: Russian (Russia) "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-08-27 04:58+0000\n" "PO-Revision-Date: 2013-08-27 04:58+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Slovak " "Language-Team: Slovak "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12795,3 +12883,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-06-28 06:06+0000\n" "PO-Revision-Date: 2013-06-28 06:06+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Slovenian (Slovenia) " "Language-Team: Slovenian (Slovenia) "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swahili (Kenya) " "Language-Team: Swahili (Kenya) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog " "Language-Team: Tagalog "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-09-28 05:40+0000\n" "PO-Revision-Date: 2013-09-28 05:40+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Tagalog (Philippines) " "Language-Team: Tagalog (Philippines) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12417,3 +12505,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Turkish (Turkey) " "Language-Team: Turkish (Turkey) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Ukrainian " "Language-Team: Ukrainian "
@ -166,35 +166,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1355,7 +1366,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7364,42 +7375,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13078,3 +13166,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-10-07 01:13+0000\n" "PO-Revision-Date: 2013-10-07 01:13+0000\n"
"Last-Translator: Tom Fifield <tom@openstack.org>\n" "Last-Translator: Tom Fifield <tom@openstack.org>\n"
"Language-Team: Urdu " "Language-Team: Urdu "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -12399,3 +12487,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) " "Language-Team: Vietnamese (Viet Nam) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) " "Language-Team: Chinese (China) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (Hong Kong) " "Language-Team: Chinese (Hong Kong) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "" msgstr ""
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "" msgstr ""
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "" msgstr ""
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "" msgstr ""
@ -1354,7 +1365,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "" msgstr ""
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "" msgstr ""
@ -7363,42 +7374,119 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, python-format #, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13077,3 +13165,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-10-11 06:16+0000\n" "POT-Creation-Date: 2013-10-12 06:15+0000\n"
"PO-Revision-Date: 2013-05-22 03:25+0000\n" "PO-Revision-Date: 2013-05-22 03:25+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Chinese (Taiwan) " "Language-Team: Chinese (Taiwan) "
@ -165,35 +165,46 @@ msgstr ""
msgid "Unable to find requested field: %(field)s in target: %(target_dict)s" msgid "Unable to find requested field: %(field)s in target: %(target_dict)s"
msgstr "在目標 %(target_dict)s 中找不到所要求的欄位:%(field)s" msgstr "在目標 %(target_dict)s 中找不到所要求的欄位:%(field)s"
#: neutron/quota.py:31 #: neutron/quota.py:37
msgid "Resource name(s) that are supported in quota features" msgid "Resource name(s) that are supported in quota features"
msgstr "配額功能中支援的資源名稱" msgstr "配額功能中支援的資源名稱"
#: neutron/quota.py:35 #: neutron/quota.py:41
msgid "Default number of resource allowed per tenant, minus for unlimited" msgid "Default number of resource allowed per tenant, minus for unlimited"
msgstr "每個 Tenant 所容許的預設資源數目,減號表示無限制" msgstr "每個 Tenant 所容許的預設資源數目,減號表示無限制"
#: neutron/quota.py:39 #: neutron/quota.py:45
msgid "Number of networks allowed per tenant,minus for unlimited" msgid "Number of networks allowed per tenant,minus for unlimited"
msgstr "每個 Tenant 所容許的網路數目,減號表示無限制" msgstr "每個 Tenant 所容許的網路數目,減號表示無限制"
#: neutron/quota.py:43 #: neutron/quota.py:49
msgid "Number of subnets allowed per tenant, minus for unlimited" msgid "Number of subnets allowed per tenant, minus for unlimited"
msgstr "每個 Tenant 所容許的子網路數目,減號表示無限制" msgstr "每個 Tenant 所容許的子網路數目,減號表示無限制"
#: neutron/quota.py:47 #: neutron/quota.py:53
msgid "Number of ports allowed per tenant, minus for unlimited" msgid "Number of ports allowed per tenant, minus for unlimited"
msgstr "" msgstr ""
#: neutron/quota.py:51 #: neutron/quota.py:57
msgid "Default driver to use for quota checks" msgid "Default driver to use for quota checks"
msgstr "要用於配額檢查的預設驅動程式" msgstr "要用於配額檢查的預設驅動程式"
#: neutron/quota.py:146 neutron/quota.py:151 #: neutron/quota.py:152 neutron/quota.py:157
msgid "Access to this resource was denied." msgid "Access to this resource was denied."
msgstr "" msgstr ""
#: neutron/quota.py:231 #: neutron/quota.py:230
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:235
#, python-format
msgid "Loaded quota_driver: %s."
msgstr ""
#: neutron/quota.py:244
#, python-format #, python-format
msgid "%s is already registered." msgid "%s is already registered."
msgstr "已登錄 %s。" msgstr "已登錄 %s。"
@ -1360,7 +1371,7 @@ msgid "Nofity agent at %(host)s the message %(method)s"
msgstr "將訊息通知 %(method)s 傳送給位於 %(host)s 處的代理程式" msgstr "將訊息通知 %(method)s 傳送給位於 %(host)s 處的代理程式"
#: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58 #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:58
#: neutron/services/vpn/service_drivers/ipsec.py:83 #: neutron/services/vpn/service_drivers/ipsec.py:85
#, python-format #, python-format
msgid "Notify agent at %(topic)s.%(host)s the message %(method)s" msgid "Notify agent at %(topic)s.%(host)s the message %(method)s"
msgstr "將訊息通知 %(method)s 傳送給位於 %(topic)s.%(host)s 處的代理程式" msgstr "將訊息通知 %(method)s 傳送給位於 %(topic)s.%(host)s 處的代理程式"
@ -7400,43 +7411,120 @@ msgstr ""
msgid "Mechanism driver %s failed in unbind_port" msgid "Mechanism driver %s failed in unbind_port"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:112 #: neutron/plugins/ml2/plugin.py:113
#, fuzzy #, fuzzy
msgid "Modular L2 Plugin initialization complete" msgid "Modular L2 Plugin initialization complete"
msgstr "已完成外掛程式起始設定" msgstr "已完成外掛程式起始設定"
#: neutron/plugins/ml2/plugin.py:141 #: neutron/plugins/ml2/plugin.py:142
msgid "network_type required" msgid "network_type required"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:180 #: neutron/plugins/ml2/plugin.py:181
#, fuzzy, python-format #, fuzzy, python-format
msgid "Network %s has no segments" msgid "Network %s has no segments"
msgstr "代理程式上未使用網路 %s。" msgstr "代理程式上未使用網路 %s。"
#: neutron/plugins/ml2/plugin.py:276 #: neutron/plugins/ml2/plugin.py:277
#, python-format #, python-format
msgid "" msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on " "In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s" "network %(network_id)s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:318 #: neutron/plugins/ml2/plugin.py:319
#, python-format #, python-format
msgid "mechanism_manager.create_network failed, deleting network '%s'" msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:439 #: neutron/plugins/ml2/plugin.py:379
#, python-format #, python-format
msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'" msgid "Deleting network %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:503 #: neutron/plugins/ml2/plugin.py:387 neutron/plugins/ml2/plugin.py:501
#, python-format #, python-format
msgid "mechanism_manager.create_port failed, deleting port '%s'" msgid "Ports to auto-delete: %s"
msgstr "" msgstr ""
#: neutron/plugins/ml2/plugin.py:591 #: neutron/plugins/ml2/plugin.py:393 neutron/plugins/ml2/plugin.py:507
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:400
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:410
msgid "Deleting network record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:419 neutron/plugins/ml2/plugin.py:521
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:426 neutron/plugins/ml2/plugin.py:528
#, python-format
msgid "Port %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:428 neutron/plugins/ml2/plugin.py:530
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:436
#, python-format
msgid "Subnet %s concurrently deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:438
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:448
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:462
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:492
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:517
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:540
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:569
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:624
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:641
msgid "Calling base delete_port"
msgstr ""
#: neutron/plugins/ml2/plugin.py:650
msgid "mechanism_manager.delete_port_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:659
#, python-format #, python-format
msgid "Port %(port)s updated up by agent not found" msgid "Port %(port)s updated up by agent not found"
msgstr "" msgstr ""
@ -13132,3 +13220,12 @@ msgstr ""
#~ msgid "Service on available: %(uri)s" #~ msgid "Service on available: %(uri)s"
#~ msgstr "" #~ msgstr ""
#~ msgid "mechanism_manager.create_network failed, deleting network '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_subnet failed, deleting subnet '%s'"
#~ msgstr ""
#~ msgid "mechanism_manager.create_port failed, deleting port '%s'"
#~ msgstr ""