Imported Translations from Transifex

For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Icd40b3f0556c735637c940072306c52124df2f54
This commit is contained in:
OpenStack Proposal Bot 2014-11-02 06:05:13 +00:00
parent 314f8530dd
commit 95460b74bc
16 changed files with 256 additions and 490 deletions

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
"de/)\n"
@ -20,7 +20,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -186,6 +186,12 @@ msgstr "Warten aufgerufen nach dem der Thread abgebrochen wurde. Bereinige."
msgid "Waiting on %d children to exit"
msgstr "Warten auf Beenden von %d untergeordneten Elementen"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -1,339 +0,0 @@
# Translations template for neutron.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the neutron project.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (Australia) (http://www.transifex.com/projects/p/"
"neutron/language/en_AU/)\n"
"Language: en_AU\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: neutron/policy.py:110
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:80
msgid "Disabled security-group extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:82
msgid "Disabled allowed-address-pairs extension."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:198
#, python-format
msgid ""
"Skipping method %s as firewall is disabled or configured as "
"NoopFirewallDriver."
msgstr ""
#: neutron/agent/securitygroups_rpc.py:209
#, python-format
msgid "Preparing filters for devices %s"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:239
#, python-format
msgid "Security group rule updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:246
#, python-format
msgid "Security group member updated %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:268
msgid "Provider rule updated"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:280
#, python-format
msgid "Remove device filter for %r"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:290
msgid "Refresh firewall rules"
msgstr ""
#: neutron/agent/securitygroups_rpc.py:294
msgid "No ports here to refresh firewall"
msgstr ""
#: neutron/agent/linux/ovs_lib.py:422
#, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s"
msgstr ""
#: neutron/common/ipv6_utils.py:62
msgid "IPv6 is not enabled on this system."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:83
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_hamode_db.py:176
#, python-format
msgid ""
"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
"router %(router)s"
msgstr ""
#: neutron/db/l3_hamode_db.py:257
#, python-format
msgid ""
"Number of available agents lower than max_l3_agents_per_router. L3 agents "
"available: %s"
msgstr ""
#: neutron/debug/commands.py:107
#, python-format
msgid "%d probe(s) deleted"
msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, python-format
msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
msgstr "Eventlet backdoor listening on %(port)s for process %(pid)d"
#: neutron/openstack/common/lockutils.py:82
#, python-format
msgid "Created lock path: %s"
msgstr "Created lock path: %s"
#: neutron/openstack/common/lockutils.py:194
#, python-format
msgid "Failed to remove file %(file)s"
msgstr ""
#: neutron/openstack/common/periodic_task.py:126
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
msgstr "Skipping periodic task %(task)s because its interval is negative"
#: neutron/openstack/common/periodic_task.py:131
#, python-format
msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "Skipping periodic task %(task)s because it is disabled"
#: neutron/openstack/common/service.py:174
#, python-format
msgid "Caught %s, exiting"
msgstr "Caught %s, exiting"
#: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting"
msgstr "Parent process has died unexpectedly, exiting"
#: neutron/openstack/common/service.py:263
#, python-format
msgid "Child caught %s, exiting"
msgstr ""
#: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping"
msgstr "Forking too fast, sleeping"
#: neutron/openstack/common/service.py:321
#, python-format
msgid "Started child %d"
msgstr "Started child %d"
#: neutron/openstack/common/service.py:331
#, python-format
msgid "Starting %d workers"
msgstr "Starting %d workers"
#: neutron/openstack/common/service.py:348
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "Child %(pid)d killed by signal %(sig)d"
#: neutron/openstack/common/service.py:352
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "Child %(pid)s exited with status %(code)d"
#: neutron/openstack/common/service.py:391
#, python-format
msgid "Caught %s, stopping children"
msgstr "Caught %s, stopping children"
#: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up."
msgstr ""
#: neutron/openstack/common/service.py:416
#, python-format
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
msgid "APIC service agent starting ..."
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
msgid "APIC service agent started"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:189
#, python-format
msgid "APIC host agent: agent starting on %s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:209
#, python-format
msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:379
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:907
msgid "Agent out of sync with plugin!"
msgstr ""
#: neutron/plugins/nuage/syncmanager.py:46
msgid "Starting the sync between Neutron and VSD"
msgstr ""
#: neutron/plugins/nuage/syncmanager.py:59
msgid "Sync between Neutron and VSD completed successfully"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:163
msgid "drop non tenant packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:182
#, python-format
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:165
msgid "Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:452
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:502
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:570
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:651
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:785
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be "
"processed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:799
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:818
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:829
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:912
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:335
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:715
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:718
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:733
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_cfg_loader.py:56
#, python-format
msgid "Scanning config files %s for Cisco CSR configurations"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""
"Mapped connection %(conn_id)s to Tunnel%(tunnel_id)d using IKE policy ID "
"%(ike_id)d and IPSec policy ID %(ipsec_id)d"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:238
#, python-format
msgid "Removed mapping for connection %s"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:63
#, python-format
msgid "spawned: %d"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:75
#, python-format
msgid "_handle_request called: %s"
msgstr ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"neutron/language/en_GB/)\n"
@ -20,7 +20,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -185,6 +185,12 @@ msgstr "Wait called after thread killed. Cleaning up."
msgid "Waiting on %d children to exit"
msgstr "Waiting on %d children to exit"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 11:04+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
"es/)\n"
@ -19,7 +19,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -183,6 +183,12 @@ msgstr ""
msgid "Waiting on %d children to exit"
msgstr "En espera de %d hijos para salir"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -8,9 +8,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-29 06:06+0000\n"
"PO-Revision-Date: 2014-10-28 14:52+0000\n"
"Last-Translator: Maxime COQUEREL <max.coquerel@gmail.com>\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
"fr/)\n"
"Language: fr\n"
@ -184,6 +184,12 @@ msgstr "Pause demandée après suppression de thread. Nettoyage."
msgid "Waiting on %d children to exit"
msgstr "En attente %d enfants pour sortie"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
"it/)\n"
@ -20,7 +20,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -185,6 +185,12 @@ msgstr "Attendere la chiamata dopo l'uccisione de filo. Bonifica."
msgid "Waiting on %d children to exit"
msgstr "In attesa %d degli elementi secondari per uscire"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 11:04+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
"language/ja/)\n"
@ -20,7 +20,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -184,6 +184,12 @@ msgstr ""
msgid "Waiting on %d children to exit"
msgstr "%d 個の子で終了を待機しています"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
"language/ko_KR/)\n"
@ -19,7 +19,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -183,6 +183,12 @@ msgstr "쓰레드가 죽기를 기다려서, 지웁니다. "
msgid "Waiting on %d children to exit"
msgstr "%d 하위에서 종료하기를 대기 중임"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev166.gf1384cc\n"
"Project-Id-Version: neutron 2015.1.dev238.gd810707\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:20+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,19 +17,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: neutron/policy.py:119
#: neutron/policy.py:120
#, python-format
msgid ""
"Backward compatibility unavailable for deprecated policy %s. The policy "
"will not be enforced"
msgstr ""
#: neutron/policy.py:311
#: neutron/policy.py:312
#, python-format
msgid "Policy check error while calling %s!"
msgstr ""
#: neutron/agent/l3_agent.py:1852
#: neutron/agent/l3_agent.py:1849
#, python-format
msgid "Removing incompatible router '%s'"
msgstr ""
@ -65,12 +65,22 @@ msgstr ""
msgid "Failed deleting egress connection state of floatingip %s"
msgstr ""
#: neutron/cmd/sanity_check.py:58
#: neutron/agent/linux/ip_link_support.py:107
msgid "Failed executing ip command"
msgstr ""
#: neutron/cmd/sanity_check.py:60
msgid ""
"Nova notifications are enabled, but novaclient is not installed. Either "
"disable nova notifications or install python-novaclient."
msgstr ""
#: neutron/cmd/sanity_check.py:80
msgid ""
"Check for VF management support failed. Please ensure that the version of"
" ip link being used has VF support."
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:141
#, python-format
msgid "Failed to reschedule router %s"
@ -231,7 +241,7 @@ msgstr ""
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:2098
#: neutron/plugins/vmware/plugins/base.py:2106
#, python-format
msgid ""
"Rolling back database changes for gateway device %s because of an error "

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev166.gf1384cc\n"
"Project-Id-Version: neutron 2015.1.dev238.gd810707\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 1.3\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated "
@ -182,6 +182,13 @@ msgstr ""
msgid "Waiting on %d children to exit"
msgstr ""
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted "
"already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev213.g18a238c\n"
"Project-Id-Version: neutron 2015.1.dev238.gd810707\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-29 06:06+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -373,50 +373,50 @@ msgstr ""
msgid "Could not deserialize data"
msgstr ""
#: neutron/agent/dhcp_agent.py:51
#: neutron/agent/dhcp_agent.py:52
msgid "Interval to resync."
msgstr ""
#: neutron/agent/dhcp_agent.py:54
#: neutron/agent/dhcp_agent.py:55
msgid "The driver used to manage the DHCP server."
msgstr ""
#: neutron/agent/dhcp_agent.py:56
#: neutron/agent/dhcp_agent.py:57
msgid "Support Metadata requests on isolated networks."
msgstr ""
#: neutron/agent/dhcp_agent.py:58
#: neutron/agent/dhcp_agent.py:59
msgid ""
"Allows for serving metadata requests from a dedicated network. Requires "
"enable_isolated_metadata = True"
msgstr ""
#: neutron/agent/dhcp_agent.py:62
#: neutron/agent/dhcp_agent.py:63
msgid "Number of threads to use during sync process."
msgstr ""
#: neutron/agent/dhcp_agent.py:65 neutron/agent/l3_agent.py:498
#: neutron/agent/dhcp_agent.py:66 neutron/agent/l3_agent.py:498
#: neutron/agent/metadata/namespace_proxy.py:165
msgid "Location of Metadata Proxy UNIX domain socket"
msgstr ""
#: neutron/agent/dhcp_agent.py:102
#: neutron/agent/dhcp_agent.py:103
#, python-format
msgid ""
"The '%s' DHCP-driver does not support retrieving of a list of existing "
"networks"
msgstr ""
#: neutron/agent/dhcp_agent.py:109 neutron/agent/dhcp_agent.py:600
#: neutron/agent/dhcp_agent.py:110 neutron/agent/dhcp_agent.py:612
msgid "DHCP agent started"
msgstr ""
#: neutron/agent/dhcp_agent.py:118
#: neutron/agent/dhcp_agent.py:119
#, python-format
msgid "Calling driver for network: %(net)s action: %(action)s"
msgstr ""
#: neutron/agent/dhcp_agent.py:134
#: neutron/agent/dhcp_agent.py:135
#, python-format
msgid ""
"Unable to %(action)s dhcp for %(net_id)s: there is a conflict with its "
@ -424,58 +424,58 @@ msgid ""
"exist."
msgstr ""
#: neutron/agent/dhcp_agent.py:143 neutron/agent/dhcp_agent.py:202
#: neutron/agent/dhcp_agent.py:144 neutron/agent/dhcp_agent.py:213
#, python-format
msgid "Network %s has been deleted."
msgstr ""
#: neutron/agent/dhcp_agent.py:145
#: neutron/agent/dhcp_agent.py:146
#, python-format
msgid "Unable to %(action)s dhcp for %(net_id)s."
msgstr ""
#: neutron/agent/dhcp_agent.py:155
#: neutron/agent/dhcp_agent.py:161
msgid "Synchronizing state"
msgstr ""
#: neutron/agent/dhcp_agent.py:167
#: neutron/agent/dhcp_agent.py:173
#, python-format
msgid "Unable to sync network state on deleted network %s"
msgstr ""
#: neutron/agent/dhcp_agent.py:173
#: neutron/agent/dhcp_agent.py:182
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:177
#: neutron/agent/dhcp_agent.py:186
msgid "Unable to sync network state."
msgstr ""
#: neutron/agent/dhcp_agent.py:190
#: neutron/agent/dhcp_agent.py:201
#, python-format
msgid "resync: %(reason)s"
msgid "resync (%(network)s): %(reason)s"
msgstr ""
#: neutron/agent/dhcp_agent.py:206
#: neutron/agent/dhcp_agent.py:217
#, python-format
msgid "Network %s info call failed."
msgstr ""
#: neutron/agent/dhcp_agent.py:219
#: neutron/agent/dhcp_agent.py:230
#, python-format
msgid ""
"Network %s may have been deleted and its resources may have already been "
"disposed."
msgstr ""
#: neutron/agent/dhcp_agent.py:351
#: neutron/agent/dhcp_agent.py:363
#, python-format
msgid ""
"%(port_num)d router ports found on the metadata access network. Only the "
"port %(port_id)s, for router %(router_id)s will be considered"
msgstr ""
#: neutron/agent/dhcp_agent.py:582 neutron/agent/l3_agent.py:2014
#: neutron/agent/dhcp_agent.py:594 neutron/agent/l3_agent.py:2014
#: neutron/agent/metadata/agent.py:414
#: neutron/plugins/cisco/cfg_agent/cfg_agent.py:326
#: neutron/services/metering/agents/metering_agent.py:270
@ -484,7 +484,7 @@ msgid ""
" will be disabled."
msgstr ""
#: neutron/agent/dhcp_agent.py:588 neutron/agent/l3_agent.py:2019
#: neutron/agent/dhcp_agent.py:600 neutron/agent/l3_agent.py:2019
#: neutron/agent/metadata/agent.py:419
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:108
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
@ -497,12 +497,12 @@ msgstr ""
msgid "Failed reporting state!"
msgstr ""
#: neutron/agent/dhcp_agent.py:595
#: neutron/agent/dhcp_agent.py:607
#, python-format
msgid "Agent updated: %(payload)s"
msgstr ""
#: neutron/agent/dhcp_agent.py:597 neutron/agent/l3_agent.py:2024
#: neutron/agent/dhcp_agent.py:609 neutron/agent/l3_agent.py:2024
#: neutron/services/metering/agents/metering_agent.py:278
#, python-format
msgid "agent_updated by server side %s!"
@ -1182,6 +1182,16 @@ msgstr ""
msgid "Force ip_lib calls to use the root helper"
msgstr ""
#: neutron/agent/linux/ip_link_support.py:32
#, python-format
msgid "ip link command is not supported: %(reason)s"
msgstr ""
#: neutron/agent/linux/ip_link_support.py:36
#, python-format
msgid "ip link capability %(capability)s is not supported"
msgstr ""
#: neutron/agent/linux/iptables_firewall.py:87
#, python-format
msgid "Preparing device (%s) filter"
@ -2056,46 +2066,54 @@ msgstr ""
msgid "Request Failed: internal server error while processing your request."
msgstr ""
#: neutron/cmd/sanity_check.py:39
#: neutron/cmd/sanity_check.py:41
msgid ""
"Check for Open vSwitch VXLAN support failed. Please ensure that the "
"version of openvswitch being used has VXLAN support."
msgstr ""
#: neutron/cmd/sanity_check.py:48
#: neutron/cmd/sanity_check.py:50
msgid ""
"Check for Open vSwitch patch port support failed. Please ensure that the "
"version of openvswitch being used has patch port support or disable "
"features requiring patch ports (gre/vxlan, etc.)."
msgstr ""
#: neutron/cmd/sanity_check.py:68
#: neutron/cmd/sanity_check.py:70
msgid ""
"Check for Open vSwitch ARP responder support failed. Please ensure that "
"the version of openvswitch being used has ARP flows support."
msgstr ""
#: neutron/cmd/sanity_check.py:77
#: neutron/cmd/sanity_check.py:89
msgid "Check for vxlan support"
msgstr ""
#: neutron/cmd/sanity_check.py:79
#: neutron/cmd/sanity_check.py:91
msgid "Check for patch port support"
msgstr ""
#: neutron/cmd/sanity_check.py:81
#: neutron/cmd/sanity_check.py:93
msgid "Check for nova notification support"
msgstr ""
#: neutron/cmd/sanity_check.py:83
#: neutron/cmd/sanity_check.py:95
msgid "Check for ARP responder support"
msgstr ""
#: neutron/cmd/sanity/checks.py:72
#: neutron/cmd/sanity_check.py:97
msgid "Check for VF management support"
msgstr ""
#: neutron/cmd/sanity/checks.py:73
#, python-format
msgid "Unexpected exception while checking supported feature via command: %s"
msgstr ""
#: neutron/cmd/sanity/checks.py:105
msgid "Unexpected exception while checking supported ip link command"
msgstr ""
#: neutron/common/config.py:37
msgid "The host IP to bind to"
msgstr ""
@ -3083,10 +3101,10 @@ msgstr ""
#: neutron/db/securitygroups_rpc_base.py:57
#, python-format
msgid "%s must implement get_port_from_device."
msgid "%s must implement get_port_from_device or get_ports_from_devices."
msgstr ""
#: neutron/db/securitygroups_rpc_base.py:349
#: neutron/db/securitygroups_rpc_base.py:358
#, python-format
msgid "No valid gateway port on subnet %s is found for IPv6 RA"
msgstr ""
@ -4422,7 +4440,7 @@ msgstr ""
msgid "Syntax error in server config file, aborting plugin"
msgstr ""
#: neutron/plugins/bigswitch/plugin.py:125 neutron/plugins/ml2/db.py:215
#: neutron/plugins/bigswitch/plugin.py:125
#, python-format
msgid "get_port_and_sgs() called for port_id %s"
msgstr ""
@ -4597,129 +4615,129 @@ msgstr ""
msgid "No certificates were found to verify controller %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:388
#: neutron/plugins/bigswitch/servermanager.py:389
#, python-format
msgid ""
"Could not retrieve initial certificate from controller %(server)s. Error "
"details: %(error)s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:393
#: neutron/plugins/bigswitch/servermanager.py:394
#, python-format
msgid "Storing to certificate for host %(server)s at %(path)s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:448
#: neutron/plugins/bigswitch/servermanager.py:449
msgid "Server requires synchronization, but no topology function was defined."
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:463
#: neutron/plugins/bigswitch/servermanager.py:464
#, python-format
msgid ""
"ServerProxy: %(action)s failure for servers: %(server)r Response: "
"%(response)s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:469
#: neutron/plugins/bigswitch/servermanager.py:470
#, python-format
msgid ""
"ServerProxy: Error details: status=%(status)d, reason=%(reason)r, "
"ret=%(ret)s, data=%(data)r"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:476
#: neutron/plugins/bigswitch/servermanager.py:477
#, python-format
msgid "ServerProxy: %(action)s failure for all servers: %(server)r"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:501
#: neutron/plugins/bigswitch/servermanager.py:502
#, python-format
msgid ""
"NeutronRestProxyV2: Received and ignored error code %(code)s on "
"%(action)s action to resource %(resource)s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:511
#: neutron/plugins/bigswitch/servermanager.py:512
#, python-format
msgid "Unable to create remote router: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:517
#: neutron/plugins/bigswitch/servermanager.py:518
#, python-format
msgid "Unable to update remote router: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:522
#: neutron/plugins/bigswitch/servermanager.py:523
#, python-format
msgid "Unable to delete remote router: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:528
#: neutron/plugins/bigswitch/servermanager.py:529
#, python-format
msgid "Unable to add router interface: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:533
#: neutron/plugins/bigswitch/servermanager.py:534
#, python-format
msgid "Unable to delete remote intf: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:539
#: neutron/plugins/bigswitch/servermanager.py:540
#, python-format
msgid "Unable to create remote network: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:545
#: neutron/plugins/bigswitch/servermanager.py:550
#: neutron/plugins/bigswitch/servermanager.py:546
#: neutron/plugins/bigswitch/servermanager.py:551
#, python-format
msgid "Unable to update remote network: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:559
#: neutron/plugins/bigswitch/servermanager.py:560
#, python-format
msgid "No device MAC attached to port %s. Skipping notification to controller."
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:564
#: neutron/plugins/bigswitch/servermanager.py:565
#, python-format
msgid "Unable to create remote port: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:569
#: neutron/plugins/bigswitch/servermanager.py:570
#, python-format
msgid "Unable to delete remote port: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:579
#: neutron/plugins/bigswitch/servermanager.py:580
#, python-format
msgid "Unable to create floating IP: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:584
#: neutron/plugins/bigswitch/servermanager.py:585
#, python-format
msgid "Unable to update floating IP: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:589
#: neutron/plugins/bigswitch/servermanager.py:590
#, python-format
msgid "Unable to delete floating IP: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:594
#: neutron/plugins/bigswitch/servermanager.py:595
#, python-format
msgid "Unable to retrieve switch: %s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:599
#: neutron/plugins/bigswitch/servermanager.py:600
msgid "Backend server(s) do not support automated consitency checks."
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:603
#: neutron/plugins/bigswitch/servermanager.py:604
#, python-format
msgid "Consistency watchdog disabled by polling interval setting of %s."
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:615
#: neutron/plugins/bigswitch/servermanager.py:616
msgid "Encountered an error checking controller health."
msgstr ""
@ -8456,23 +8474,23 @@ msgid ""
"neutron.ml2.extension_drivers namespace."
msgstr ""
#: neutron/plugins/ml2/db.py:56
#: neutron/plugins/ml2/db.py:62
#, python-format
msgid "Added segment %(id)s of type %(network_type)s for network %(network_id)s"
msgstr ""
#: neutron/plugins/ml2/db.py:200 neutron/plugins/ml2/db.py:252
#: neutron/plugins/ml2/plugin.py:1060
#: neutron/plugins/ml2/db.py:206 neutron/plugins/ml2/db.py:290
#: neutron/plugins/ml2/plugin.py:1068
#, python-format
msgid "Multiple ports have port_id starting with %s"
msgstr ""
#: neutron/plugins/ml2/db.py:206
#: neutron/plugins/ml2/db.py:212
#, python-format
msgid "get_port_from_device_mac() called for mac %s"
msgstr ""
#: neutron/plugins/ml2/db.py:248
#: neutron/plugins/ml2/db.py:286
#, python-format
msgid "No binding found for port %(port_id)s"
msgstr ""
@ -8614,163 +8632,163 @@ msgstr ""
msgid "Extended port dict for driver '%(drv)s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:137
#: neutron/plugins/ml2/plugin.py:138
msgid "Modular L2 Plugin initialization complete"
msgstr ""
#: neutron/plugins/ml2/plugin.py:208
#: neutron/plugins/ml2/plugin.py:209
msgid "binding:profile value too large"
msgstr ""
#: neutron/plugins/ml2/plugin.py:264
#: neutron/plugins/ml2/plugin.py:265
#, python-format
msgid "Failed to commit binding results for %(port)s after %(max)s tries"
msgstr ""
#: neutron/plugins/ml2/plugin.py:270
#: neutron/plugins/ml2/plugin.py:271
#, python-format
msgid "Attempt %(count)s to bind port %(port)s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:396
#: neutron/plugins/ml2/plugin.py:397
#, python-format
msgid "Serialized vif_details DB value '%(value)s' for port %(port)s is invalid"
msgstr ""
#: neutron/plugins/ml2/plugin.py:407
#: neutron/plugins/ml2/plugin.py:408
#, python-format
msgid "Serialized profile DB value '%(value)s' for port %(port)s is invalid"
msgstr ""
#: neutron/plugins/ml2/plugin.py:476
#: neutron/plugins/ml2/plugin.py:477
#, python-format
msgid ""
"In _notify_port_updated(), no bound segment for port %(port_id)s on "
"network %(network_id)s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:510
#: neutron/plugins/ml2/plugin.py:511
#, python-format
msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:573
#: neutron/plugins/ml2/plugin.py:574
#, python-format
msgid "Deleting network %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:600
#: neutron/plugins/ml2/plugin.py:601
#, python-format
msgid "Ports to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:606 neutron/plugins/ml2/plugin.py:734
#: neutron/plugins/ml2/plugin.py:607 neutron/plugins/ml2/plugin.py:735
msgid "Tenant-owned ports exist"
msgstr ""
#: neutron/plugins/ml2/plugin.py:614
#: neutron/plugins/ml2/plugin.py:615
#, python-format
msgid "Subnets to auto-delete: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:626
#: neutron/plugins/ml2/plugin.py:627
#, python-format
msgid "Deleting network record %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:631 neutron/plugins/ml2/plugin.py:746
#: neutron/plugins/ml2/plugin.py:632 neutron/plugins/ml2/plugin.py:747
msgid "Committing transaction"
msgstr ""
#: neutron/plugins/ml2/plugin.py:637
#: neutron/plugins/ml2/plugin.py:638
msgid "A concurrent port creation has occurred"
msgstr ""
#: neutron/plugins/ml2/plugin.py:646
#: neutron/plugins/ml2/plugin.py:647
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:654
#: neutron/plugins/ml2/plugin.py:655
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:663
#: neutron/plugins/ml2/plugin.py:664
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:679
#: neutron/plugins/ml2/plugin.py:680
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:711
#: neutron/plugins/ml2/plugin.py:712
#, python-format
msgid "Deleting subnet %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:728
#: neutron/plugins/ml2/plugin.py:729
#, python-format
msgid "Ports to auto-deallocate: %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:743
#: neutron/plugins/ml2/plugin.py:744
msgid "Deleting subnet record"
msgstr ""
#: neutron/plugins/ml2/plugin.py:762
#: neutron/plugins/ml2/plugin.py:763
#, python-format
msgid "Exception deleting fixed_ip from port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:772
#: neutron/plugins/ml2/plugin.py:773
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
#: neutron/plugins/ml2/plugin.py:808
#: neutron/plugins/ml2/plugin.py:809
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:820
#: neutron/plugins/ml2/plugin.py:821
#, python-format
msgid "_bind_port_if_needed failed, deleting port '%s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:906
#: neutron/plugins/ml2/plugin.py:907
#, python-format
msgid "No Host supplied to bind DVR Port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:970
#: neutron/plugins/ml2/plugin.py:976
#: neutron/tests/unit/ml2/test_ml2_plugin.py:148
#, python-format
msgid "Deleting port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:990
#: neutron/plugins/ml2/plugin.py:996
#: neutron/tests/unit/ml2/test_ml2_plugin.py:149
#, python-format
msgid "The port '%s' was deleted"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1045
#: neutron/plugins/ml2/plugin.py:1051
#, python-format
msgid "mechanism_manager.delete_port_postcommit failed for port %s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1069
#: neutron/plugins/ml2/plugin.py:1077
#, python-format
msgid "Binding info for DVR port %s not found"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1095
#: neutron/plugins/ml2/plugin.py:1113
#, python-format
msgid "Port %(port)s updated up by agent not found"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1125
#: neutron/plugins/ml2/plugin.py:1143
#, python-format
msgid "Port %s not found during update"
msgstr ""
@ -9620,14 +9638,12 @@ msgid ""
"switch:'%(switch_ip)s'"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py:123
#: neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py:162
#: neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py:171
#: neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py:157
#, python-format
msgid "NexusDriver: %s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py:178
#: neutron/plugins/ml2/drivers/cisco/nexus/nexus_network_driver.py:199
#, python-format
msgid "NexusDriver created VLAN: %s"
msgstr ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"neutron/language/pt_BR/)\n"
@ -19,7 +19,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -185,6 +185,12 @@ msgstr "Espera requisitada depois que thread foi morta. Limpando."
msgid "Waiting on %d children to exit"
msgstr "Aguardando em %d filhos para sair"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:35+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Telugu (India) (http://www.transifex.com/projects/p/neutron/"
"language/te_IN/)\n"
@ -20,7 +20,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -184,6 +184,12 @@ msgstr "థ్రెడ్ మృతి తర్వాత అని వేచ
msgid "Waiting on %d children to exit"
msgstr "%d పిల్లల వెయిటింగ్ నిష్క్రమణ"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
"neutron/language/vi_VN/)\n"
@ -19,7 +19,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -183,6 +183,12 @@ msgstr "Chờ đợi được gọi sau khi luồng bị huỷ. Làm sạch."
msgid "Waiting on %d children to exit"
msgstr "Chờ đợi %d tiến trình con để thoát "
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:51+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
"language/zh_CN/)\n"
@ -19,7 +19,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -183,6 +183,12 @@ msgstr ""
msgid "Waiting on %d children to exit"
msgstr "正在等待 %d 个子代退出"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-22 06:19+0000\n"
"PO-Revision-Date: 2014-10-21 10:35+0000\n"
"POT-Creation-Date: 2014-11-02 06:04+0000\n"
"PO-Revision-Date: 2014-10-29 20:02+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/"
"language/zh_TW/)\n"
@ -19,7 +19,7 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: neutron/policy.py:110
#: neutron/policy.py:111
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
@ -183,6 +183,12 @@ msgstr ""
msgid "Waiting on %d children to exit"
msgstr "正在等待 %d 個子項結束"
#: neutron/plugins/ml2/plugin.py:953 neutron/plugins/ml2/plugin.py:1089
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted already."
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:79
#, python-format
msgid "%(type)s ID ranges: %(range)s"