From: OpenStack Jenkins Date: Thu, 2 Jan 2014 06:34:00 +0000 (+0000) Subject: Imported Translations from Transifex X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=e3adc46a9d5fd732dc5f0bfc2040d1e21567566e;p=openstack-build%2Fneutron-build.git Imported Translations from Transifex Change-Id: Ie39eae9336254407ac8688135f932763d860cf7b --- diff --git a/neutron/locale/ar/LC_MESSAGES/neutron.po b/neutron/locale/ar/LC_MESSAGES/neutron.po index 097197ae5..9ca4ba8d4 100644 --- a/neutron/locale/ar/LC_MESSAGES/neutron.po +++ b/neutron/locale/ar/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-09-12 23:31+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Arabic " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13240,12 +13289,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/bg_BG/LC_MESSAGES/neutron.po b/neutron/locale/bg_BG/LC_MESSAGES/neutron.po index 98aa3cb35..56523d715 100644 --- a/neutron/locale/bg_BG/LC_MESSAGES/neutron.po +++ b/neutron/locale/bg_BG/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bulgarian (Bulgaria) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/bn_IN/LC_MESSAGES/neutron.po b/neutron/locale/bn_IN/LC_MESSAGES/neutron.po index 7728e702b..e80e1966a 100644 --- a/neutron/locale/bn_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/bn_IN/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-10-20 01:34+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Bengali (India) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13170,12 +13219,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/bs/LC_MESSAGES/neutron.po b/neutron/locale/bs/LC_MESSAGES/neutron.po index 49b8572d3..bc7439ea0 100644 --- a/neutron/locale/bs/LC_MESSAGES/neutron.po +++ b/neutron/locale/bs/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Bosnian " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ca/LC_MESSAGES/neutron.po b/neutron/locale/ca/LC_MESSAGES/neutron.po index 9a18a8f08..bc201c981 100644 --- a/neutron/locale/ca/LC_MESSAGES/neutron.po +++ b/neutron/locale/ca/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/cs/LC_MESSAGES/neutron.po b/neutron/locale/cs/LC_MESSAGES/neutron.po index a407dbef6..cf91a22c4 100644 --- a/neutron/locale/cs/LC_MESSAGES/neutron.po +++ b/neutron/locale/cs/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Czech " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/da/LC_MESSAGES/neutron.po b/neutron/locale/da/LC_MESSAGES/neutron.po index 8af64c8f9..a45c9f473 100644 --- a/neutron/locale/da/LC_MESSAGES/neutron.po +++ b/neutron/locale/da/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Danish " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/de/LC_MESSAGES/neutron.po b/neutron/locale/de/LC_MESSAGES/neutron.po index 2f72ddf6a..37b7e490a 100644 --- a/neutron/locale/de/LC_MESSAGES/neutron.po +++ b/neutron/locale/de/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-22 08:17+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: German " @@ -177,19 +177,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "In Quotenfunktionen unterstütze Ressourcennamen" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" -msgstr "Standardanzahl an zulässigen Ressourcen pro Nutzer, Minus für unbegrenzt" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" -msgstr "Anzahl an zulässigen Netzen pro Nutzer, Minus für unbegrenzt" +msgid "Number of networks allowed per tenant.A negative value means unlimited." +msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" -msgstr "Anzahl an zulässigen Teilnetzen pro Nutzer, Minus für unbegrenzt" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." +msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -623,7 +625,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "Routerport %s verfügt über keine IP-Adresse" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1484,6 +1486,21 @@ msgstr "Geladene Plug-ins implementieren Schnittstelle für Erweiterung %s nicht msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2314,14 +2331,14 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" "Die Konfiguration des Agenten %(agent_type)s auf Host %(host)s ist " "ungültig." -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "Nachricht mit ungültiger Zeitmarke empfangen" @@ -2670,17 +2687,17 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "Keine IP-Adressen für externes Netz %s verfügbar" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "Netz %s ist kein gültiges externes Netz" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "Router verfügt bereits über einen Port auf Teilnetz %s" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " @@ -2689,34 +2706,34 @@ msgstr "" "Überschneidungen zwischen CIDR %(subnet_cidr)s von Teilnetz %(subnet_id)s" " und CIDR %(cidr)s von Teilnetz %(sub_id)s" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "Entweder 'subnet_id' oder 'port_id' muss angegeben sein" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "Angabe sowohl von Teilnetz-ID als auch von Port-ID nicht möglich" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "Routerport muss über genau eine statische IP-Adresse verfügen" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" "Teilnetz für Routerschnittstelle muss über eine Gateway-IP-Adresse " "verfügen" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" "Dynamische IP-Adresse kann nicht zu Port auf Teilnetz %s ohne " "'gateway_ip' hinzugefügt werden" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " @@ -2725,26 +2742,26 @@ msgstr "" "Port %(port_id)s ist einem anderen Nutzer zugeordnet als die dynamische " "IP-Adresse %(floatingip_id)s und kann daher nicht gebunden werden." -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "Port %(id)s verfügt nicht über statische IP-Adresse %(address)s" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" "Dynamische IP-Adresse kann nicht zu Port %s hinzugefügt werden, der über " "keine statischen IP-Adressen verfügt" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " @@ -2754,11 +2771,11 @@ msgstr "" "bestimmten IP-Adresse bei Zuweisung einer dynamischen IP-Adresse " "erforderlich" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "'fixed_ip_address' kann nicht ohne 'port_id' angegeben werden" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " @@ -2767,12 +2784,12 @@ msgstr "" "Port %(port_id)s hat Eigentümer %(port_owner)s, aber keine IP-Adresse und" " kann daher gelöscht werden" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "Mehrere dynamische IP-Adressen für Port %s gefunden" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "Port %s wird übersprungen, da keine IP-Adresse auf ihm konfiguriert ist" @@ -3216,15 +3233,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3307,12 +3328,14 @@ msgstr "" "Adressen erforderlich ist. " #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" -msgstr "Anzahl an zulässigen Routern pro Nutzer, -1 für unbegrenzt" +msgid "Number of routers allowed per tenant. A negative value means unlimited." +msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" -msgstr "Anzahl an zulässigen dynamischen IP-Adressen pro Nutzer, -1 für unbegrenzt" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 #, python-format @@ -3585,12 +3608,16 @@ msgid "'%s' is not an integer or uuid" msgstr "'%s' ist keine Ganzzahl und keine UUID" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" -msgstr "Anzahl an zulässigen Sicherheitsgruppen pro Nutzer, -1 für unbegrenzt" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" -msgstr "Anzahl an zulässigen Sicherheitsregeln pro Nutzer, -1 für unbegrenzt" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/extensions/servicetype.py:54 msgid "Neutron Service Type Management" @@ -4680,42 +4707,42 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " @@ -4724,7 +4751,7 @@ msgstr "" "In dieser Plug-in-Version wird das Einstellen von 'admin_state_up=False' " "nicht unterstützt. Einstellungen werden ignoriert für Ressource: %s" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " @@ -4733,7 +4760,7 @@ msgstr "" "Der Betriebsstatus wird intern vom Plug-in eingestellt. Die Einstellung " "'status=%s' wird ignoriert." -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9941,6 +9968,11 @@ msgstr "" msgid "The request has timed out." msgstr "Die Anforderung hat das zulässige Zeitlimit überschritten." +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -10139,11 +10171,6 @@ msgstr "Fehler beim Erstellen der logischen Warteschlange" msgid "Failed to delete logical queue" msgstr "Fehler beim Löschen der logischen Warteschlange" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10706,7 +10733,12 @@ msgstr "" "Angegebener Name: '%s' überschreitet die maximale Länge. Er wird auf NVP " "abgeschnitten" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -13224,6 +13256,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -14345,12 +14394,43 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" #~ msgstr "" +#~ "Standardanzahl an zulässigen Ressourcen pro" +#~ " Nutzer, Minus für unbegrenzt" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "Anzahl an zulässigen Netzen pro Nutzer, Minus für unbegrenzt" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "Anzahl an zulässigen Teilnetzen pro Nutzer, Minus für unbegrenzt" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "Anzahl an zulässigen Routern pro Nutzer, -1 für unbegrenzt" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" +#~ "Anzahl an zulässigen dynamischen IP-" +#~ "Adressen pro Nutzer, -1 für unbegrenzt" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "Anzahl an zulässigen Sicherheitsgruppen pro Nutzer, -1 für unbegrenzt" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" +#~ msgstr "Anzahl an zulässigen Sicherheitsregeln pro Nutzer, -1 für unbegrenzt" diff --git a/neutron/locale/en_AU/LC_MESSAGES/neutron.po b/neutron/locale/en_AU/LC_MESSAGES/neutron.po index b4d53d123..b86f9c797 100644 --- a/neutron/locale/en_AU/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_AU/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Australia) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/en_GB/LC_MESSAGES/neutron.po b/neutron/locale/en_GB/LC_MESSAGES/neutron.po index e86e85fe9..f82ff59f9 100644 --- a/neutron/locale/en_GB/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_GB/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United Kingdom) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/en_US/LC_MESSAGES/neutron.po b/neutron/locale/en_US/LC_MESSAGES/neutron.po index 0b4e3e040..af690d61b 100644 --- a/neutron/locale/en_US/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_US/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (United States) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/es/LC_MESSAGES/neutron.po b/neutron/locale/es/LC_MESSAGES/neutron.po index 2ee19c1a8..a5f124355 100644 --- a/neutron/locale/es/LC_MESSAGES/neutron.po +++ b/neutron/locale/es/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Spanish " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/es_MX/LC_MESSAGES/neutron.po b/neutron/locale/es_MX/LC_MESSAGES/neutron.po index 2269df8e8..775dcdb3d 100644 --- a/neutron/locale/es_MX/LC_MESSAGES/neutron.po +++ b/neutron/locale/es_MX/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-08-29 05:16+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Spanish (Mexico) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13587,12 +13636,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/eu/LC_MESSAGES/neutron.po b/neutron/locale/eu/LC_MESSAGES/neutron.po index 41a45663d..a11d69f17 100644 --- a/neutron/locale/eu/LC_MESSAGES/neutron.po +++ b/neutron/locale/eu/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-11-15 00:14+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Basque " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13128,12 +13177,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/eu_ES/LC_MESSAGES/neutron.po b/neutron/locale/eu_ES/LC_MESSAGES/neutron.po index 15a2cebac..2cbfeab80 100644 --- a/neutron/locale/eu_ES/LC_MESSAGES/neutron.po +++ b/neutron/locale/eu_ES/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-11-15 02:27+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Basque (Spain) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13128,12 +13177,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/fa/LC_MESSAGES/neutron.po b/neutron/locale/fa/LC_MESSAGES/neutron.po index dc33c5bc0..d68f630a2 100644 --- a/neutron/locale/fa/LC_MESSAGES/neutron.po +++ b/neutron/locale/fa/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-11-15 02:28+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Persian " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13128,12 +13177,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/fi_FI/LC_MESSAGES/neutron.po b/neutron/locale/fi_FI/LC_MESSAGES/neutron.po index c2aa657e5..1974bf099 100644 --- a/neutron/locale/fi_FI/LC_MESSAGES/neutron.po +++ b/neutron/locale/fi_FI/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish (Finland) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/fil/LC_MESSAGES/neutron.po b/neutron/locale/fil/LC_MESSAGES/neutron.po index 5d879f536..4db1e6969 100644 --- a/neutron/locale/fil/LC_MESSAGES/neutron.po +++ b/neutron/locale/fil/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-09-28 05:40+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Filipino " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13227,12 +13276,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/fr/LC_MESSAGES/neutron.po b/neutron/locale/fr/LC_MESSAGES/neutron.po index fb6e90c05..6fa612c72 100644 --- a/neutron/locale/fr/LC_MESSAGES/neutron.po +++ b/neutron/locale/fr/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: French " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/gl/LC_MESSAGES/neutron.po b/neutron/locale/gl/LC_MESSAGES/neutron.po index 62251845c..68f93062b 100644 --- a/neutron/locale/gl/LC_MESSAGES/neutron.po +++ b/neutron/locale/gl/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-10-28 23:23+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Galician " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13152,12 +13201,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/hi/LC_MESSAGES/neutron.po b/neutron/locale/hi/LC_MESSAGES/neutron.po index 735ac7b49..445dda2ce 100644 --- a/neutron/locale/hi/LC_MESSAGES/neutron.po +++ b/neutron/locale/hi/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-08-27 04:58+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Hindi " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13605,12 +13654,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/hr/LC_MESSAGES/neutron.po b/neutron/locale/hr/LC_MESSAGES/neutron.po index 603f64bf3..a19af5b43 100644 --- a/neutron/locale/hr/LC_MESSAGES/neutron.po +++ b/neutron/locale/hr/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Croatian " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/hu/LC_MESSAGES/neutron.po b/neutron/locale/hu/LC_MESSAGES/neutron.po index 4f71d9dfe..5bd39cf4e 100644 --- a/neutron/locale/hu/LC_MESSAGES/neutron.po +++ b/neutron/locale/hu/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hungarian " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/id/LC_MESSAGES/neutron.po b/neutron/locale/id/LC_MESSAGES/neutron.po index 72041eddb..1ba893976 100644 --- a/neutron/locale/id/LC_MESSAGES/neutron.po +++ b/neutron/locale/id/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Indonesian " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/is_IS/LC_MESSAGES/neutron.po b/neutron/locale/is_IS/LC_MESSAGES/neutron.po index 69a6cbdd1..eb53b5599 100644 --- a/neutron/locale/is_IS/LC_MESSAGES/neutron.po +++ b/neutron/locale/is_IS/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-12-16 02:36+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Icelandic (Iceland) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13003,11 +13052,41 @@ msgstr "" #~ msgstr "" #~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" #~ msgstr "" #~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + diff --git a/neutron/locale/it/LC_MESSAGES/neutron.po b/neutron/locale/it/LC_MESSAGES/neutron.po index 18597f2e7..8a6dbe29b 100644 --- a/neutron/locale/it/LC_MESSAGES/neutron.po +++ b/neutron/locale/it/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Italian " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/it_IT/LC_MESSAGES/neutron.po b/neutron/locale/it_IT/LC_MESSAGES/neutron.po index 878faeef2..d6203d90f 100644 --- a/neutron/locale/it_IT/LC_MESSAGES/neutron.po +++ b/neutron/locale/it_IT/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian (Italy) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ja/LC_MESSAGES/neutron.po b/neutron/locale/ja/LC_MESSAGES/neutron.po index 518fa9f56..f53b8e775 100644 --- a/neutron/locale/ja/LC_MESSAGES/neutron.po +++ b/neutron/locale/ja/LC_MESSAGES/neutron.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-30 10:28+0000\n" "Last-Translator: Tomoyuki KATO \n" "Language-Team: Japanese " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ka_GE/LC_MESSAGES/neutron.po b/neutron/locale/ka_GE/LC_MESSAGES/neutron.po index d0a541f17..761807f4a 100644 --- a/neutron/locale/ka_GE/LC_MESSAGES/neutron.po +++ b/neutron/locale/ka_GE/LC_MESSAGES/neutron.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-04-19 14:53+0000\n" "Last-Translator: Nika Chkhikvishvili \n" "Language-Team: ka_GE \n" @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/km/LC_MESSAGES/neutron.po b/neutron/locale/km/LC_MESSAGES/neutron.po index b767469f6..f83dfc6e5 100644 --- a/neutron/locale/km/LC_MESSAGES/neutron.po +++ b/neutron/locale/km/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-11-15 02:27+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Khmer " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13128,12 +13177,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/kn/LC_MESSAGES/neutron.po b/neutron/locale/kn/LC_MESSAGES/neutron.po index b7ece1d64..84317f4f7 100644 --- a/neutron/locale/kn/LC_MESSAGES/neutron.po +++ b/neutron/locale/kn/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-09-18 00:19+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Kannada " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13239,12 +13288,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ko/LC_MESSAGES/neutron.po b/neutron/locale/ko/LC_MESSAGES/neutron.po index 1bf0c79f9..f5ddd1d72 100644 --- a/neutron/locale/ko/LC_MESSAGES/neutron.po +++ b/neutron/locale/ko/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Korean " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ko_KR/LC_MESSAGES/neutron.po b/neutron/locale/ko_KR/LC_MESSAGES/neutron.po index 3eb4e1cb0..769f15334 100644 --- a/neutron/locale/ko_KR/LC_MESSAGES/neutron.po +++ b/neutron/locale/ko_KR/LC_MESSAGES/neutron.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-04-28 05:13+0000\n" "Last-Translator: ujuc Gang \n" "Language-Team: ko_KR \n" @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ml_IN/LC_MESSAGES/neutron.po b/neutron/locale/ml_IN/LC_MESSAGES/neutron.po index 291ba7b55..e398c9cf4 100644 --- a/neutron/locale/ml_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/ml_IN/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-11-17 05:24+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Malayalam (India) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13128,12 +13177,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/mr_IN/LC_MESSAGES/neutron.po b/neutron/locale/mr_IN/LC_MESSAGES/neutron.po index 1fb24481d..76b1a703b 100644 --- a/neutron/locale/mr_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/mr_IN/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-10-16 22:17+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Marathi (India) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13173,12 +13222,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ms/LC_MESSAGES/neutron.po b/neutron/locale/ms/LC_MESSAGES/neutron.po index 1144058d6..253d6a915 100644 --- a/neutron/locale/ms/LC_MESSAGES/neutron.po +++ b/neutron/locale/ms/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Malay " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/nb/LC_MESSAGES/neutron.po b/neutron/locale/nb/LC_MESSAGES/neutron.po index 5d83f971c..887672cb5 100644 --- a/neutron/locale/nb/LC_MESSAGES/neutron.po +++ b/neutron/locale/nb/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Norwegian Bokmål " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ne/LC_MESSAGES/neutron.po b/neutron/locale/ne/LC_MESSAGES/neutron.po index 162bf081e..057a22b73 100644 --- a/neutron/locale/ne/LC_MESSAGES/neutron.po +++ b/neutron/locale/ne/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-09-05 06:03+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Nepali " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13491,12 +13540,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/neutron.pot b/neutron/locale/neutron.pot index 2a976ae29..4dd4b3827 100644 --- a/neutron/locale/neutron.pot +++ b/neutron/locale/neutron.pot @@ -1,15 +1,15 @@ # Translations template for neutron. -# Copyright (C) 2013 ORGANIZATION +# Copyright (C) 2014 ORGANIZATION # This file is distributed under the same license as the neutron project. -# FIRST AUTHOR , 2013. +# FIRST AUTHOR , 2014. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: neutron " -"jenkins.neutron.propose.translation.update.178\n" +"jenkins.neutron.propose.translation.update.191\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 diff --git a/neutron/locale/nl_NL/LC_MESSAGES/neutron.po b/neutron/locale/nl_NL/LC_MESSAGES/neutron.po index b8bc1fe34..221795992 100644 --- a/neutron/locale/nl_NL/LC_MESSAGES/neutron.po +++ b/neutron/locale/nl_NL/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch (Netherlands) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/pa_IN/LC_MESSAGES/neutron.po b/neutron/locale/pa_IN/LC_MESSAGES/neutron.po index 84104bc20..1cc01321a 100644 --- a/neutron/locale/pa_IN/LC_MESSAGES/neutron.po +++ b/neutron/locale/pa_IN/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-12-15 04:38+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Panjabi (Punjabi) (India) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13003,11 +13052,41 @@ msgstr "" #~ msgstr "" #~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" #~ msgstr "" #~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + diff --git a/neutron/locale/pl_PL/LC_MESSAGES/neutron.po b/neutron/locale/pl_PL/LC_MESSAGES/neutron.po index a50a5552b..277114ae4 100644 --- a/neutron/locale/pl_PL/LC_MESSAGES/neutron.po +++ b/neutron/locale/pl_PL/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-06-28 06:06+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Polish (Poland) " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/pt/LC_MESSAGES/neutron.po b/neutron/locale/pt/LC_MESSAGES/neutron.po index c4fc98885..c5343ced3 100644 --- a/neutron/locale/pt/LC_MESSAGES/neutron.po +++ b/neutron/locale/pt/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/pt_BR/LC_MESSAGES/neutron.po b/neutron/locale/pt_BR/LC_MESSAGES/neutron.po index bd6f7503a..cbe0d716c 100644 --- a/neutron/locale/pt_BR/LC_MESSAGES/neutron.po +++ b/neutron/locale/pt_BR/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (Brazil) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ro/LC_MESSAGES/neutron.po b/neutron/locale/ro/LC_MESSAGES/neutron.po index c05857585..0f4e90eba 100644 --- a/neutron/locale/ro/LC_MESSAGES/neutron.po +++ b/neutron/locale/ro/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-06-08 07:51+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Romanian " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ru/LC_MESSAGES/neutron.po b/neutron/locale/ru/LC_MESSAGES/neutron.po index 68a9371a4..6c11d5e11 100644 --- a/neutron/locale/ru/LC_MESSAGES/neutron.po +++ b/neutron/locale/ru/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Russian " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ru_RU/LC_MESSAGES/neutron.po b/neutron/locale/ru_RU/LC_MESSAGES/neutron.po index 6b8f4d4e7..5ecdbfcca 100644 --- a/neutron/locale/ru_RU/LC_MESSAGES/neutron.po +++ b/neutron/locale/ru_RU/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Russian (Russia) " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/sk/LC_MESSAGES/neutron.po b/neutron/locale/sk/LC_MESSAGES/neutron.po index a7ffcaa70..0d1f08e42 100644 --- a/neutron/locale/sk/LC_MESSAGES/neutron.po +++ b/neutron/locale/sk/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-08-27 04:58+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Slovak " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13605,12 +13654,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/sl_SI/LC_MESSAGES/neutron.po b/neutron/locale/sl_SI/LC_MESSAGES/neutron.po index 55ec14fd2..730962407 100644 --- a/neutron/locale/sl_SI/LC_MESSAGES/neutron.po +++ b/neutron/locale/sl_SI/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-06-28 06:06+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Slovenian (Slovenia) " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/sv/LC_MESSAGES/neutron.po b/neutron/locale/sv/LC_MESSAGES/neutron.po index 6d245bc6b..ff04483d1 100644 --- a/neutron/locale/sv/LC_MESSAGES/neutron.po +++ b/neutron/locale/sv/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-11-15 02:27+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Swedish " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13128,12 +13177,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/sw_KE/LC_MESSAGES/neutron.po b/neutron/locale/sw_KE/LC_MESSAGES/neutron.po index eeaa7110f..990d9cf61 100644 --- a/neutron/locale/sw_KE/LC_MESSAGES/neutron.po +++ b/neutron/locale/sw_KE/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swahili (Kenya) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/tl/LC_MESSAGES/neutron.po b/neutron/locale/tl/LC_MESSAGES/neutron.po index abb2040ba..0b0fc8eef 100644 --- a/neutron/locale/tl/LC_MESSAGES/neutron.po +++ b/neutron/locale/tl/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Tagalog " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/tl_PH/LC_MESSAGES/neutron.po b/neutron/locale/tl_PH/LC_MESSAGES/neutron.po index a4642e43f..98dbd3d51 100644 --- a/neutron/locale/tl_PH/LC_MESSAGES/neutron.po +++ b/neutron/locale/tl_PH/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-09-28 05:40+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Tagalog (Philippines) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13227,12 +13276,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/tr_TR/LC_MESSAGES/neutron.po b/neutron/locale/tr_TR/LC_MESSAGES/neutron.po index 5c22763e7..893d834c8 100644 --- a/neutron/locale/tr_TR/LC_MESSAGES/neutron.po +++ b/neutron/locale/tr_TR/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Turkish (Turkey) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/uk/LC_MESSAGES/neutron.po b/neutron/locale/uk/LC_MESSAGES/neutron.po index 3861dbb8c..b728151fa 100644 --- a/neutron/locale/uk/LC_MESSAGES/neutron.po +++ b/neutron/locale/uk/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Ukrainian " @@ -176,19 +176,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1452,6 +1454,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2219,12 +2236,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2549,94 +2566,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3061,15 +3078,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3135,11 +3156,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3392,11 +3415,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4441,56 +4468,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9581,6 +9608,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9769,11 +9801,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10304,7 +10331,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12767,6 +12799,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13888,12 +13937,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/ur/LC_MESSAGES/neutron.po b/neutron/locale/ur/LC_MESSAGES/neutron.po index 17c7a505e..fdcb91bb0 100644 --- a/neutron/locale/ur/LC_MESSAGES/neutron.po +++ b/neutron/locale/ur/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-10-07 01:13+0000\n" "Last-Translator: Tom Fifield \n" "Language-Team: Urdu " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13209,12 +13258,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/vi_VN/LC_MESSAGES/neutron.po b/neutron/locale/vi_VN/LC_MESSAGES/neutron.po index ae84663f1..e24209cdd 100644 --- a/neutron/locale/vi_VN/LC_MESSAGES/neutron.po +++ b/neutron/locale/vi_VN/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Vietnamese (Viet Nam) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/zh_CN/LC_MESSAGES/neutron.po b/neutron/locale/zh_CN/LC_MESSAGES/neutron.po index 3a46960a5..4239b9d2c 100644 --- a/neutron/locale/zh_CN/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_CN/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n" "Last-Translator: openstackjenkins \n" "Language-Team: Chinese (China) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/zh_HK/LC_MESSAGES/neutron.po b/neutron/locale/zh_HK/LC_MESSAGES/neutron.po index c69e809d7..789d7d33c 100644 --- a/neutron/locale/zh_HK/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_HK/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Neutron\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" +msgid "Number of networks allowed per tenant.A negative value means unlimited." msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -612,7 +614,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1451,6 +1453,21 @@ msgstr "" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2218,12 +2235,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "" @@ -2548,94 +2565,94 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " "of subnet %(sub_id)s" msgstr "" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "" @@ -3060,15 +3077,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3134,11 +3155,13 @@ msgid "" msgstr "" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" +msgid "Number of routers allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 @@ -3391,11 +3414,15 @@ msgid "'%s' is not an integer or uuid" msgstr "" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/servicetype.py:54 @@ -4440,56 +4467,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9580,6 +9607,11 @@ msgstr "" msgid "The request has timed out." msgstr "" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9768,11 +9800,6 @@ msgstr "" msgid "Failed to delete logical queue" msgstr "" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10303,7 +10330,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12766,6 +12798,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13887,12 +13936,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" #~ msgstr "" diff --git a/neutron/locale/zh_TW/LC_MESSAGES/neutron.po b/neutron/locale/zh_TW/LC_MESSAGES/neutron.po index 766952e90..21d174cf8 100644 --- a/neutron/locale/zh_TW/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_TW/LC_MESSAGES/neutron.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Quantum\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2013-12-23 06:37+0000\n" +"POT-Creation-Date: 2014-01-02 06:32+0000\n" "PO-Revision-Date: 2013-05-22 03:25+0000\n" "Last-Translator: daisy.ycguo \n" "Language-Team: Chinese (Taiwan) " @@ -175,19 +175,21 @@ msgid "Resource name(s) that are supported in quota features" msgstr "配額功能中支援的資源名稱" #: neutron/quota.py:41 -msgid "Default number of resource allowed per tenant, minus for unlimited" -msgstr "每個 Tenant 所容許的預設資源數目,減號表示無限制" +msgid "" +"Default number of resource allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/quota.py:45 -msgid "Number of networks allowed per tenant,minus for unlimited" -msgstr "每個 Tenant 所容許的網路數目,減號表示無限制" +msgid "Number of networks allowed per tenant.A negative value means unlimited." +msgstr "" #: neutron/quota.py:49 -msgid "Number of subnets allowed per tenant, minus for unlimited" -msgstr "每個 Tenant 所容許的子網路數目,減號表示無限制" +msgid "Number of subnets allowed per tenant, A negative value means unlimited." +msgstr "" #: neutron/quota.py:53 -msgid "Number of ports allowed per tenant, minus for unlimited" +msgid "Number of ports allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/quota.py:57 @@ -613,7 +615,7 @@ msgstr "" msgid "Router port %s has no IP address" msgstr "路由器埠 %s 沒有 IP 位址" -#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:832 +#: neutron/agent/l3_agent.py:375 neutron/db/l3_db.py:831 #: neutron/services/firewall/agents/varmour/varmour_router.py:103 #, python-format msgid "Ignoring multiple IPs on router port %s" @@ -1457,6 +1459,21 @@ msgstr "所載入的外掛程式未實作延伸 %s 介面" msgid "Unknown API version specified" msgstr "" +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:80 +#, python-format +msgid "" +"No DHCP agents are associated with network '%(net_id)s'. Unable to send " +"notification for '%(method)s' with payload: %(payload)s" +msgstr "" + +#: neutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.py:91 +#, python-format +msgid "" +"Only %(active)d of %(total)d DHCP agents associated with network " +"'%(net_id)s' are marked as active, so notifications may be sent to " +"inactive agents." +msgstr "" + #: neutron/api/rpc/agentnotifiers/l3_rpc_agent_api.py:38 #, python-format msgid "Nofity agent at %(host)s the message %(method)s" @@ -2225,12 +2242,12 @@ msgid "" "report_interval, to be sure the agent is down for good." msgstr "" -#: neutron/db/agents_db.py:89 +#: neutron/db/agents_db.py:93 #, python-format msgid "Configuration for agent %(agent_type)s on host %(host)s is invalid." msgstr "主機 %(host)s 上代理程式 %(agent_type)s 的配置無效。" -#: neutron/db/agents_db.py:208 +#: neutron/db/agents_db.py:212 msgid "Message with invalid timestamp received" msgstr "收到含有無效時間戳記的訊息" @@ -2555,17 +2572,17 @@ msgstr "" msgid "No IPs available for external network %s" msgstr "外部網路 %s 沒有可用的 IP" -#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:608 +#: neutron/db/l3_db.py:188 neutron/db/l3_db.py:607 #, python-format msgid "Network %s is not a valid external network" msgstr "網路 %s 不是有效的外部網路" -#: neutron/db/l3_db.py:283 +#: neutron/db/l3_db.py:282 #, python-format msgid "Router already has a port on subnet %s" msgstr "路由器在子網路 %s 上已經有埠" -#: neutron/db/l3_db.py:297 +#: neutron/db/l3_db.py:296 #, python-format msgid "" "Cidr %(subnet_cidr)s of subnet %(subnet_id)s overlaps with cidr %(cidr)s " @@ -2574,77 +2591,77 @@ msgstr "" "子網路 %(subnet_id)s 的 CIDR %(subnet_cidr)s 與子網路 %(sub_id)s 的 CIDR %(cidr)s " "重疊" -#: neutron/db/l3_db.py:306 neutron/db/l3_db.py:383 +#: neutron/db/l3_db.py:305 neutron/db/l3_db.py:382 #: neutron/plugins/bigswitch/plugin.py:1003 #: neutron/plugins/bigswitch/plugin.py:1012 msgid "Either subnet_id or port_id must be specified" msgstr "必須指定 subnet_id 或 port_id" -#: neutron/db/l3_db.py:313 +#: neutron/db/l3_db.py:312 msgid "Cannot specify both subnet-id and port-id" msgstr "無法同時指定 subnet-id 及 port-id" -#: neutron/db/l3_db.py:324 +#: neutron/db/l3_db.py:323 msgid "Router port must have exactly one fixed IP" msgstr "路由器埠必須正好只有一個固定 IP" -#: neutron/db/l3_db.py:339 +#: neutron/db/l3_db.py:338 msgid "Subnet for router interface must have a gateway IP" msgstr "路由器介面的子網路必須具有閘道 IP" -#: neutron/db/l3_db.py:468 neutron/plugins/nec/nec_router.py:197 +#: neutron/db/l3_db.py:467 neutron/plugins/nec/nec_router.py:197 #, python-format msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip" msgstr "無法將浮動 IP 新增至子網路 %s 上沒有 gateway_ip 的埠" -#: neutron/db/l3_db.py:507 +#: neutron/db/l3_db.py:506 #, python-format msgid "" "Port %(port_id)s is associated with a different tenant than Floating IP " "%(floatingip_id)s and therefore cannot be bound." msgstr "埠 %(port_id)s 已與浮動 IP %(floatingip_id)s 之外的 Tenant 產生關聯,因此無法連結。" -#: neutron/db/l3_db.py:511 +#: neutron/db/l3_db.py:510 #, python-format msgid "" "Cannnot create floating IP and bind it to Port %s, since that port is " "owned by a different tenant." msgstr "" -#: neutron/db/l3_db.py:523 +#: neutron/db/l3_db.py:522 #, python-format msgid "Port %(id)s does not have fixed ip %(address)s" msgstr "埠 %(id)s 沒有固定 IP %(address)s" -#: neutron/db/l3_db.py:530 +#: neutron/db/l3_db.py:529 #, python-format msgid "Cannot add floating IP to port %s that hasno fixed IP addresses" msgstr "無法將浮動 IP 新增至沒有固定 IP 位址的埠 %s" -#: neutron/db/l3_db.py:534 +#: neutron/db/l3_db.py:533 #, python-format msgid "" "Port %s has multiple fixed IPs. Must provide a specific IP when " "assigning a floating IP" msgstr "埠 %s 具有多個固定 IP。指派浮動 IP 時必須提供特定 IP" -#: neutron/db/l3_db.py:576 neutron/plugins/nicira/NeutronPlugin.py:1780 +#: neutron/db/l3_db.py:575 neutron/plugins/nicira/NeutronPlugin.py:1780 msgid "fixed_ip_address cannot be specified without a port_id" msgstr "如果未指定 port_id,則無法指定 fixed_ip_address" -#: neutron/db/l3_db.py:732 +#: neutron/db/l3_db.py:731 #, python-format msgid "" "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "be deleted" msgstr "埠 %(port_id)s 具有擁有者 %(port_owner)s,但沒有 IP 位址,因此可以刪除" -#: neutron/db/l3_db.py:750 +#: neutron/db/l3_db.py:749 #, python-format msgid "Multiple floating IPs found for port %s" msgstr "找到埠 %s 的多個浮動 IP" -#: neutron/db/l3_db.py:838 +#: neutron/db/l3_db.py:837 #, python-format msgid "Skipping port %s as no IP is configure on it" msgstr "正在跳過埠 %s,因為其上沒有配置 IP" @@ -3071,15 +3088,19 @@ msgid "%(msg_ip)s and %(msg_subnet)s" msgstr "" #: neutron/extensions/firewall.py:286 -msgid "Number of firewalls allowed per tenant, -1 for unlimited" +msgid "Number of firewalls allowed per tenant. A negative value means unlimited." msgstr "" #: neutron/extensions/firewall.py:290 -msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall policies allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/firewall.py:294 -msgid "Number of firewall rules allowed per tenant, -1 for unlimited" +msgid "" +"Number of firewall rules allowed per tenant. A negative value means " +"unlimited." msgstr "" #: neutron/extensions/l3.py:36 @@ -3149,12 +3170,14 @@ msgid "" msgstr "無法更新路由器 %(router_id)s 的閘道,因為一個以上的浮動 IP 需要外部網路 %(net_id)s 的閘道。" #: neutron/extensions/l3.py:142 -msgid "Number of routers allowed per tenant, -1 for unlimited" -msgstr "每個 Tenant 所容許的路由器數目,-1 表示無限制" +msgid "Number of routers allowed per tenant. A negative value means unlimited." +msgstr "" #: neutron/extensions/l3.py:146 -msgid "Number of floating IPs allowed per tenant, -1 for unlimited" -msgstr "每個 Tenant 所容許的浮動 IP 數目,-1 表示無限制" +msgid "" +"Number of floating IPs allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/extensions/l3_ext_gw_mode.py:28 #, python-format @@ -3406,12 +3429,16 @@ msgid "'%s' is not an integer or uuid" msgstr "'%s' 不是整數或 UUID" #: neutron/extensions/securitygroup.py:229 -msgid "Number of security groups allowed per tenant,-1 for unlimited" -msgstr "每個 Tenant 所容許的安全群組數目,-1 表示無限制" +msgid "" +"Number of security groups allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/extensions/securitygroup.py:233 -msgid "Number of security rules allowed per tenant, -1 for unlimited" -msgstr "每個 Tenant 所容許的安全規則數目,-1 表示無限制" +msgid "" +"Number of security rules allowed per tenant. A negative value means " +"unlimited." +msgstr "" #: neutron/extensions/servicetype.py:54 msgid "Neutron Service Type Management" @@ -4461,56 +4488,56 @@ msgstr "" msgid "NeutronRestProxyV2: create_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1044 +#: neutron/plugins/bigswitch/plugin.py:1041 #, python-format msgid "NeutronRestProxyV2: Unable to create remote floating IP: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1050 +#: neutron/plugins/bigswitch/plugin.py:1047 msgid "NeutronRestProxyV2: update_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1065 +#: neutron/plugins/bigswitch/plugin.py:1059 msgid "NeutronRestProxyV2: delete_floatingip() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1080 +#: neutron/plugins/bigswitch/plugin.py:1069 msgid "NeutronRestProxyV2: diassociate_floatingips() called" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1095 +#: neutron/plugins/bigswitch/plugin.py:1087 msgid "NeutronRestProxyV2: too many external networks" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1157 +#: neutron/plugins/bigswitch/plugin.py:1149 #, python-format msgid "Unable to update remote topology: %s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1173 +#: neutron/plugins/bigswitch/plugin.py:1165 msgid "Adding host route: " msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1174 +#: neutron/plugins/bigswitch/plugin.py:1166 #, python-format msgid "Destination:%(dst)s nexthop:%(next)s" msgstr "" -#: neutron/plugins/bigswitch/plugin.py:1249 +#: neutron/plugins/bigswitch/plugin.py:1241 #, python-format msgid "" "Setting admin_state_up=False is not supported in this plugin version. " "Ignoring setting for resource: %s" msgstr "此外掛程式版本不支援設定 admin_state_up = False。正在忽略對資源的設定:%s" -#: neutron/plugins/bigswitch/plugin.py:1255 +#: neutron/plugins/bigswitch/plugin.py:1247 #, python-format msgid "" "Operational status is internally set by the plugin. Ignoring setting " "status=%s." msgstr "作業狀態是由外掛程式在內部設定。正在忽略設定狀態 = %s。" -#: neutron/plugins/bigswitch/plugin.py:1282 +#: neutron/plugins/bigswitch/plugin.py:1274 #, python-format msgid "Unrecognized vif_type in configuration [%s]. Defaulting to ovs. " msgstr "" @@ -9625,6 +9652,11 @@ msgstr "" msgid "The request has timed out." msgstr "要求已逾時。" +#: neutron/plugins/nicira/check_nsx_config.py:47 +#, python-format +msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." +msgstr "" + #: neutron/plugins/nicira/dhcpmeta_modes.py:93 #, python-format msgid "Unable to run Neutron with config option '%s', as NVP does not support it" @@ -9813,11 +9845,6 @@ msgstr "無法建立邏輯佇列" msgid "Failed to delete logical queue" msgstr "無法刪除邏輯佇列" -#: neutron/plugins/nicira/nvplib.py:1429 -#, python-format -msgid "Error '%(err)s' when connecting to controller(s): %(ctl)s." -msgstr "" - #: neutron/plugins/nicira/api_client/client.py:116 #, python-format msgid "[%d] no API providers currently available." @@ -10348,7 +10375,12 @@ msgstr "" msgid "Specified name:'%s' exceeds maximum length. It will be truncated on NVP" msgstr "所指定的名稱 '%s' 超出長度上限。將在 NVP 上截斷" -#: neutron/plugins/nicira/dbexts/nicira_db.py:66 +#: neutron/plugins/nicira/dbexts/nicira_db.py:67 +#, python-format +msgid "Port mapping for %s already available" +msgstr "" + +#: neutron/plugins/nicira/dbexts/nicira_db.py:80 #, python-format msgid "NSX identifiers for neutron port %s not yet stored in Neutron DB" msgstr "" @@ -12817,6 +12849,23 @@ msgstr "" msgid "Unmapped error" msgstr "" +#: neutron/tests/unit/bigswitch/fake_server.py:71 +#, python-format +msgid "" +"Request: action=%(action)s, uri=%(uri)r, body=%(body)s, " +"headers=%(headers)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:116 +#, python-format +msgid "No floating IPs in requesturi=%(uri)s, body=%(body)s" +msgstr "" + +#: neutron/tests/unit/bigswitch/fake_server.py:125 +#, python-format +msgid "Expected floating IPs from multiple tenants.uri=%(uri)s, body=%(body)s" +msgstr "" + #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:227 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:251 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:272 @@ -13938,12 +13987,39 @@ msgstr "" #~ msgid "A nvp lport identifier was not found for neutron port '%s'" #~ msgstr "" -#~ msgid "" -#~ "Invalid data format for extra-dhcp-" -#~ "opt, provide a list of dicts: " -#~ "%(data)s" +#~ msgid "DHCP is disabled: nothing to do" #~ msgstr "" -#~ msgid "DHCP is disabled: nothing to do" +#~ msgid "Default number of resource allowed per tenant, minus for unlimited" +#~ msgstr "每個 Tenant 所容許的預設資源數目,減號表示無限制" + +#~ msgid "Number of networks allowed per tenant,minus for unlimited" +#~ msgstr "每個 Tenant 所容許的網路數目,減號表示無限制" + +#~ msgid "Number of subnets allowed per tenant, minus for unlimited" +#~ msgstr "每個 Tenant 所容許的子網路數目,減號表示無限制" + +#~ msgid "Number of ports allowed per tenant, minus for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewalls allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall policies allowed per tenant, -1 for unlimited" +#~ msgstr "" + +#~ msgid "Number of firewall rules allowed per tenant, -1 for unlimited" #~ msgstr "" +#~ msgid "Number of routers allowed per tenant, -1 for unlimited" +#~ msgstr "每個 Tenant 所容許的路由器數目,-1 表示無限制" + +#~ msgid "Number of floating IPs allowed per tenant, -1 for unlimited" +#~ msgstr "每個 Tenant 所容許的浮動 IP 數目,-1 表示無限制" + +#~ msgid "Number of security groups allowed per tenant,-1 for unlimited" +#~ msgstr "每個 Tenant 所容許的安全群組數目,-1 表示無限制" + +#~ msgid "Number of security rules allowed per tenant, -1 for unlimited" +#~ msgstr "每個 Tenant 所容許的安全規則數目,-1 表示無限制" +