Imported Translations from Transifex

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

Change-Id: I07afc0351a19e1c855a4659ffc0088674f4fdb6c
This commit is contained in:
OpenStack Proposal Bot 2014-12-10 06:08:03 +00:00
parent ab866ffe2f
commit 073fe48ccf
13 changed files with 1438 additions and 2137 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-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
"de/)\n"
@ -38,13 +38,13 @@ msgstr "Synchronisation von Status"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "'agent_updated' (Agent aktualisiert) durch Serverseite %s!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "Agent der Ebene 3 gestartet"
@ -151,11 +151,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "Protokollfunktion aktiviert!"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "Konfigurations-Paste-Datei: %s"
@ -581,6 +586,7 @@ msgid "Agent out of sync with plugin!"
msgstr "Agent nicht synchron mit Plug-in!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -605,9 +611,109 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
"Schleifeniteration hat Intervall (%(polling_interval)s contra %(elapsed)s) "
"überschritten!"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1046,6 +1152,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "Agententunnel nicht synchron mit Plug-in!"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1300,60 +1410,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1364,30 +1420,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
"es/)\n"
@ -37,13 +37,13 @@ msgstr "Sincronizando estado"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "agent_updated por el lado del servidor %s!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "Se ha iniciado al agente L3"
@ -150,11 +150,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "Registro habilitado."
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "Archivo de configuración de pegar: %s"
@ -582,6 +587,7 @@ msgid "Agent out of sync with plugin!"
msgstr "El agente está fuera de sincronización con el plug-in."
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -607,9 +613,109 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
"La iteración de bucle ha superado el intervalo (%(polling_interval)s frente "
"a %(elapsed)s)."
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1047,6 +1153,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "Túnel de agente fuera de sincronización con el plug-in. "
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1301,60 +1411,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1365,30 +1421,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
"fr/)\n"
@ -38,13 +38,13 @@ msgstr "Etat de synchronisation"
msgid "Synchronizing state complete"
msgstr "Etat de synchronisation complet"
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "agent_updated au niveau du serveur %s !"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "Agent de niveau 3 démarré"
@ -152,11 +152,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr "Échec %(action)s (Erreur client): %(exc)s"
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "Consignation activée !"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "Config du fichier de collage : %s"
@ -582,6 +587,7 @@ msgid "Agent out of sync with plugin!"
msgstr "Agent non synchronisé avec le plug-in !"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -606,9 +612,109 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
"L'itération de boucle a dépassé l'intervalle (%(polling_interval)s contre "
"%(elapsed)s) !"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1050,6 +1156,10 @@ msgstr "Configuration complète de l'équipement %s"
msgid "Agent tunnel out of sync with plugin!"
msgstr "Tunnel d'agent désynchronisé avec le plug-in !"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1303,60 +1413,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr "Port SNAT trouvé pour le sous réseau %s"
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr "Ports SNAT non trouvé pour le sous réseau %s"
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1367,30 +1423,6 @@ msgstr ""
msgid "Loading interface driver %s"
msgstr ""
#: neutron/services/vpn/plugin.py:45
#, python-format
msgid "VPN plugin using service driver: %s"
msgstr "Plugin VPN utilisant le pilote de service: %s"
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:333
msgid "Sending status report update to plugin"
msgstr "Envoi du rapport de mise à jour du plugin"
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr "ECHEC: Création de la connexion site à site IPsec %s"
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr "SUCCES: Création de la connexion site à site IPsec %s"
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
"it/)\n"
@ -38,13 +38,13 @@ msgstr "Stato sincronizzazione"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "agent_updated dal lato server %s!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "Agent L3 avviato"
@ -151,11 +151,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "Accesso abilitato!"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "Configurazione file paste: %s"
@ -579,6 +584,7 @@ msgid "Agent out of sync with plugin!"
msgstr "Agent non sincronizzato con il plugin!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -603,9 +609,108 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
"L'iterazione loop supera l'intervallo (%(polling_interval)s vs. %(elapsed)s)!"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1043,6 +1148,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "Il tunnel agent non è sincronizzato con il plugin!"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1296,60 +1405,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1360,30 +1415,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
"language/ja/)\n"
@ -38,13 +38,13 @@ msgstr "状態の同期中"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "サーバー・サイド %s による agent_updated!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "L3 エージェントが始動しました"
@ -151,11 +151,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "ロギングは有効です"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "構成貼り付けファイル: %s"
@ -578,6 +583,7 @@ msgid "Agent out of sync with plugin!"
msgstr "エージェントがプラグインと非同期です。"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -602,9 +608,108 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
"ループ反復が間隔を超えました (%(polling_interval)s に対して %(elapsed)s)。"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1043,6 +1148,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "エージェント・トンネルがプラグインと非同期です"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1298,60 +1407,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1362,30 +1417,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
"language/ko_KR/)\n"
@ -37,13 +37,13 @@ msgstr "상태 동기화 중"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "서버측 %s!에 의한 agent_updated"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "L3 에이전트가 시작됨"
@ -150,11 +150,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "로깅 사용!"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "구성 붙여넣기 파일: %s"
@ -575,6 +580,7 @@ msgid "Agent out of sync with plugin!"
msgstr "에이전트가 플러그인과 동기화되지 않았습니다!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -599,9 +605,107 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr "루프 반복이 간격을 초과했습니다(%(polling_interval)s 대 %(elapsed)s)!"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1039,6 +1143,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "에이전트 터널이 플러그인과 동기화되지 않았습니다!"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1292,60 +1400,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1356,30 +1410,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n"
"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+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"
@ -48,98 +48,98 @@ msgstr ""
msgid "Network %s info call failed."
msgstr ""
#: neutron/agent/dhcp_agent.py:593 neutron/agent/l3_agent.py:1989
#: neutron/agent/dhcp_agent.py:593 neutron/agent/l3_agent.py:1994
#: neutron/agent/metadata/agent.py:416
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:148
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:110
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:794
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:213
#: neutron/plugins/nec/agent/nec_neutron_agent.py:179
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:276
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:276
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:131
#: neutron/services/loadbalancer/agent/agent_manager.py:120
#: neutron/services/metering/agents/metering_agent.py:278
msgid "Failed reporting state!"
msgstr ""
#: neutron/agent/l3_agent.py:507 neutron/tests/unit/test_l3_agent.py:1939
#: neutron/agent/l3_agent.py:512 neutron/tests/unit/test_l3_agent.py:1939
#, python-format
msgid "Error importing interface driver '%s'"
msgstr ""
#: neutron/agent/l3_agent.py:579 neutron/agent/linux/dhcp.py:809
#: neutron/agent/l3_agent.py:584 neutron/agent/linux/dhcp.py:809
msgid "An interface driver must be specified"
msgstr ""
#: neutron/agent/l3_agent.py:584
#: neutron/agent/l3_agent.py:589
msgid "Router id is required if not using namespaces."
msgstr ""
#: neutron/agent/l3_agent.py:602
#: neutron/agent/l3_agent.py:607
msgid "RuntimeError in obtaining router list for namespace cleanup."
msgstr ""
#: neutron/agent/l3_agent.py:627
#: neutron/agent/l3_agent.py:632
#, python-format
msgid "Failed to destroy stale router namespace %s"
msgstr ""
#: neutron/agent/l3_agent.py:643 neutron/agent/linux/dhcp.py:238
#: neutron/agent/l3_agent.py:648 neutron/agent/linux/dhcp.py:238
#, python-format
msgid "Failed trying to delete namespace: %s"
msgstr ""
#: neutron/agent/l3_agent.py:845
#: neutron/agent/l3_agent.py:850
#: neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py:632
#, python-format
msgid "Ignoring multiple IPs on router port %s"
msgstr ""
#: neutron/agent/l3_agent.py:1192
#: neutron/agent/l3_agent.py:1197
#, python-format
msgid "Failed sending gratuitous ARP: %s"
msgstr ""
#: neutron/agent/l3_agent.py:1260
#: neutron/agent/l3_agent.py:1265
msgid "DVR: no map match_port found!"
msgstr ""
#: neutron/agent/l3_agent.py:1465
#: neutron/agent/l3_agent.py:1470
msgid "DVR: error adding redirection logic"
msgstr ""
#: neutron/agent/l3_agent.py:1477
#: neutron/agent/l3_agent.py:1482
msgid "DVR: removed snat failed"
msgstr ""
#: neutron/agent/l3_agent.py:1573
#: neutron/agent/l3_agent.py:1578
msgid "Missing subnet/agent_gateway_port"
msgstr ""
#: neutron/agent/l3_agent.py:1716
#: neutron/agent/l3_agent.py:1721
msgid "DVR: Failed updating arp entry"
msgstr ""
#: neutron/agent/l3_agent.py:1765
#: neutron/agent/l3_agent.py:1770
#, python-format
msgid "The external network bridge '%s' does not exist"
msgstr ""
#: neutron/agent/l3_agent.py:1805
#: neutron/agent/l3_agent.py:1810
#, python-format
msgid "Failed to fetch router information for '%s'"
msgstr ""
#: neutron/agent/l3_agent.py:1823
#: neutron/agent/l3_agent.py:1828
#, python-format
msgid "Removing incompatible router '%s'"
msgstr ""
#: neutron/agent/l3_agent.py:1860
#: neutron/agent/l3_agent.py:1865
msgid "Failed synchronizing routers due to RPC error"
msgstr ""
#: neutron/agent/l3_agent.py:1863
#: neutron/agent/l3_agent.py:1868
#: neutron/services/metering/agents/metering_agent.py:62
msgid "Failed synchronizing routers"
msgstr ""
@ -524,6 +524,7 @@ msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:448
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:383
#: neutron/plugins/nec/agent/nec_neutron_agent.py:222
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:159
msgid "Error in agent event loop"
msgstr ""
@ -801,6 +802,64 @@ msgstr ""
msgid "Hyper-V Exception: %(hyperv_exeption)s while removing rule: %(rule)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:176
#, python-format
msgid "Error: Could not reach server: %(url)s Exception: %(excp)s."
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:368
#, python-format
msgid "Did not find tenant: %r"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:234
#, python-format
msgid "Delete net failed after deleting the network in DB: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:351
#, python-format
msgid "Delete port operation failed in SDN-VE after deleting the port from DB: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:416
#, python-format
msgid ""
"Delete subnet operation failed in SDN-VE after deleting the subnet from "
"DB: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:497
#, python-format
msgid ""
"Delete router operation failed in SDN-VE after deleting the router in DB:"
" %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:541
msgid ""
"SdnvePluginV2._add_router_interface_only: failed to add the interface in "
"the roll back. of a remove_router_interface operation"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:661
#, python-format
msgid "Delete floatingip failed in SDN-VE: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:200
#, python-format
msgid ""
"Interface %(interface)s for physical network %(physical_network)s does "
"not exist. Agent terminated!"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1551
#, python-format
msgid "%s Agent terminated!"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:183
#, python-format
msgid "Failed creating vxlan interface for %(segmentation_id)s"
@ -1393,6 +1452,68 @@ msgstr ""
msgid "Error while processing VIF ports"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:237
msgid "Failed to create subnet, deleting it from neutron"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:301
#, python-format
msgid "Deleting newly created neutron port %s"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:374
msgid "Failed to create floatingip"
msgstr ""
#: neutron/plugins/oneconvergence/plugin.py:413
msgid "Failed to create router"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:89
#, python-format
msgid "Login Failed: %s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:90
#, python-format
msgid "Unable to establish connection with Controller %s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:92
msgid "Retrying after 1 second..."
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:102
msgid "login failed"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:133
#, python-format
msgid "request: Request failed from Controller side :%s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:138
#, python-format
msgid "Response is Null, Request timed out: %(method)s to %(uri)s"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:150
#, python-format
msgid ""
"Request %(method)s %(uri)s body = %(body)s failed with status %(status)s."
" Reason: %(reason)s)"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:159
#, python-format
msgid "%(method)s to %(url)s, unexpected response code: %(status)d"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:165
#, python-format
msgid "Request failed from Controller side with Status=%s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:159
msgid ""
"DVR: Failed to obtain a valid local DVR MAC address - L2 Agent operating "
@ -1470,11 +1591,6 @@ msgid ""
" port details from server"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1551
#, python-format
msgid "%s Agent terminated!"
msgstr ""
#: neutron/plugins/sriovnicagent/eswitch_manager.py:47
#, python-format
msgid "Failed to get devices for %s"
@ -1716,83 +1832,83 @@ msgid ""
"%(sec_group_id)s"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:888
#: neutron/plugins/vmware/plugins/service.py:903
#, python-format
msgid "Failed to create firewall on vShield Edge bound on router %s"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:895
#: neutron/plugins/vmware/plugins/service.py:910
msgid "Bad Firewall request Input"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1116
#: neutron/plugins/vmware/plugins/service.py:1131
#, python-format
msgid "Failed to find the edge with vip_id: %s"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1187
#: neutron/plugins/vmware/plugins/service.py:1202
#, python-format
msgid "Failed to create healthmonitor associated with pool id: %s!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1204
#: neutron/plugins/vmware/plugins/service.py:1219
msgid "Failed to create pool on vshield edge"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1264
#: neutron/plugins/vmware/plugins/service.py:1279
msgid "Failed to create vip!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1304
#: neutron/plugins/vmware/plugins/service.py:1319
#, python-format
msgid "Failed to update vip with id: %s!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1321
#: neutron/plugins/vmware/plugins/service.py:1336
#, python-format
msgid "Failed to delete vip with id: %s!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1377
#: neutron/plugins/vmware/plugins/service.py:1392
#, python-format
msgid "Failed to update pool with id: %s!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1399
#: neutron/plugins/vmware/plugins/service.py:1446
#: neutron/plugins/vmware/plugins/service.py:1469
#: neutron/plugins/vmware/plugins/service.py:1414
#: neutron/plugins/vmware/plugins/service.py:1461
#: neutron/plugins/vmware/plugins/service.py:1484
msgid "Failed to update pool with the member"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1425
#: neutron/plugins/vmware/plugins/service.py:1440
msgid "Failed to update old pool with the member"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1489
#: neutron/plugins/vmware/plugins/service.py:1504
#, python-format
msgid "Failed to update monitor with id: %s!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1528
#: neutron/plugins/vmware/plugins/service.py:1543
msgid "Failed to associate monitor with pool!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1559
#: neutron/plugins/vmware/plugins/service.py:1574
msgid "Failed to update pool with pool_monitor!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1601
#: neutron/plugins/vmware/plugins/service.py:1616
msgid "Bad or unsupported Input request!"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1604
#: neutron/plugins/vmware/plugins/service.py:1619
#, python-format
msgid ""
"Failed to update ipsec VPN configuration with vpnservice: "
"%(vpnservice_id)s on vShield Edge: %(edge_id)s"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:1756
#: neutron/plugins/vmware/plugins/service.py:1771
#, python-format
msgid "Router %s not found"
msgstr ""
@ -1948,82 +2064,82 @@ msgstr ""
msgid "Failed to delete ipsec vpn configuration with edge_id: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:180
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:185
#, python-format
msgid "Failed to create app profile on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:191
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:196
#, python-format
msgid "Failed to create vip on vshield edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:226
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:231
msgid "Failed to get vip on edge"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:243
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:248
#, python-format
msgid "Failed to update app profile on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:251
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:256
#, python-format
msgid "Failed to update vip on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:262
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:267
#, python-format
msgid "vip not found on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:265
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:270
#, python-format
msgid "Failed to delete vip on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:270
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:275
#, python-format
msgid "app profile not found on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:273
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:278
#, python-format
msgid "Failed to delete app profile on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:284
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:289
msgid "Failed to create pool"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:311
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:316
msgid "Failed to get pool on edge"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:323
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:328
msgid "Failed to update pool"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:333
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:338
msgid "Failed to delete pool"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:343
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:348
#, python-format
msgid "Failed to create monitor on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:371
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:376
#, python-format
msgid "Failed to get monitor on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:388
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:393
#, python-format
msgid "Failed to update monitor on edge: %s"
msgstr ""
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:399
#: neutron/plugins/vmware/vshield/edge_loadbalancer_driver.py:404
msgid "Failed to delete monitor"
msgstr ""
@ -2082,30 +2198,6 @@ msgstr ""
msgid "Failed fwaas process services sync"
msgstr ""
#: neutron/services/firewall/agents/varmour/varmour_api.py:122
msgid "vArmourRestAPI: Could not establish HTTP connection"
msgstr ""
#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:62
#, python-format
msgid "Failed to create firewall: %s"
msgstr ""
#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:106
#, python-format
msgid "Failed to delete firewall: %s"
msgstr ""
#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:119
#, python-format
msgid "Failed to update firewall: %s"
msgstr ""
#: neutron/services/firewall/drivers/linux/iptables_fwaas.py:145
#, python-format
msgid "Failed to apply default policy on firewall: %s"
msgstr ""
#: neutron/services/l3_router/l3_arista.py:113
#, python-format
msgid "Error creating router on Arista HW router=%s "
@ -2152,138 +2244,6 @@ msgid ""
"router_id=%(router_id)s"
msgstr ""
#: neutron/services/loadbalancer/plugin.py:80
#, python-format
msgid "Delete associated loadbalancer pools before removing providers %s"
msgstr ""
#: neutron/services/loadbalancer/plugin.py:188
#, python-format
msgid "Failed to delete pool %s, putting it in ERROR state"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:140
#, python-format
msgid "Error updating statistics on pool %s"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:156
msgid "Unable to retrieve ready devices"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:173
#: neutron/services/loadbalancer/agent/agent_manager.py:239
#, python-format
msgid "No device driver on agent: %s."
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:182
#, python-format
msgid "Unable to deploy instance for pool: %s"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:193
#, python-format
msgid "Unable to destroy device for pool: %s"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:207
#, python-format
msgid "%(operation)s %(obj)s %(id)s failed on device driver %(driver)s"
msgstr ""
#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:393
#, python-format
msgid "Unable to kill haproxy process: %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:56
msgid "No NetScaler Control Center URI specified. Cannot connect."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:134
#, python-format
msgid "SSL error occurred while connecting to %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:138
#, python-format
msgid "Connection error occurred while connecting to %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:143
#, python-format
msgid "Request to %s timed out"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:149
msgid "Request did not specify a valid URL"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:152
#, python-format
msgid "Too many redirects occurred for request to %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:155
#, python-format
msgid "A request error while connecting to %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:159
#, python-format
msgid "A unknown error occurred during request to %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:166
#, python-format
msgid "Unable to login. Invalid credentials passed.for: %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/ncc_client.py:171
#, python-format
msgid "Failed %(method)s operation on %(url)s status code: %(response_status)s"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:280
#, python-format
msgid "Failed to remove workflow %s. Going to set vip to ERROR status"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:476
#, python-format
msgid "Post-remove workflow function %r failed"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:701
msgid ""
"REST client is not able to recover since only one vDirect server is "
"configured."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:741
msgid "vdirectRESTClient: Could not establish HTTPS connection"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:748
msgid "vdirectRESTClient: Could not establish HTTP connection"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:765
#, python-format
msgid "vdirectRESTClient: %(action)s failure, %(e)r"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:845
#, python-format
msgid "Operation %(operation)s failed. Reason: %(msg)s"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:906
#, python-format
msgid "Post-operation function %(func)r failed after operation %(oper)r"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:180
#, python-format
msgid "Driver %(driver)s does not implement %(func)s"
@ -2294,52 +2254,6 @@ msgstr ""
msgid "Driver %(driver)s:%(func)s runtime error"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:124
#, python-format
msgid "%(method)s: Unable to connect to CSR(%(host)s)"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:129
#, python-format
msgid "%(method)s: Unexpected error for CSR (%(host)s): %(error)s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:159
#, python-format
msgid "Failed authentication with CSR %(host)s [%(status)s]"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:194
#, python-format
msgid "%(method)s: Request timeout for CSR(%(host)s)"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:619
#, python-format
msgid "Unable to create %(resource)s %(which)s: %(status)d"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:632
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:660
#, python-format
msgid "Internal error - '%s' is not defined"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:739
#, python-format
msgid "Unable to change %(tunnel)s admin state to %(state)s"
msgstr ""
#: neutron/services/vpn/device_drivers/ipsec.py:248
#, python-format
msgid "Failed to enable vpn process on router %s"
msgstr ""
#: neutron/services/vpn/device_drivers/ipsec.py:259
#, python-format
msgid "Failed to disable vpn process on router %s"
msgstr ""
#: neutron/tests/unit/cisco/l3/device_handling_test_support.py:99
#, python-format
msgid "Failed to delete port %(p_id)s for vm instance %(v_id)s due to %(err)s"

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n"
"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+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"
@ -36,13 +36,13 @@ msgstr ""
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr ""
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr ""
@ -146,11 +146,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr ""
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr ""
@ -567,6 +572,7 @@ msgid "Agent out of sync with plugin!"
msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -591,9 +597,105 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid "Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid "Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1030,6 +1132,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1281,60 +1387,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1345,30 +1397,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron 2015.1.dev641.gccdff95\n"
"Project-Id-Version: neutron 2015.1.dev657.ge55e715\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+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"
@ -56,7 +56,7 @@ msgid ""
"port %(port_id)s, for router %(router_id)s will be considered"
msgstr ""
#: neutron/agent/dhcp_agent.py:587 neutron/agent/l3_agent.py:1984
#: neutron/agent/dhcp_agent.py:587 neutron/agent/l3_agent.py:1989
#: neutron/agent/metadata/agent.py:411
#: neutron/plugins/cisco/cfg_agent/cfg_agent.py:321
#: neutron/services/metering/agents/metering_agent.py:273
@ -65,7 +65,7 @@ msgid ""
" will be disabled."
msgstr ""
#: neutron/agent/l3_agent.py:528
#: neutron/agent/l3_agent.py:533
#, python-format
msgid ""
"l3-agent cannot check service plugins enabled at the neutron server when "
@ -74,19 +74,19 @@ msgid ""
"warning. Detail message: %s"
msgstr ""
#: neutron/agent/l3_agent.py:540
#: neutron/agent/l3_agent.py:545
#, python-format
msgid ""
"l3-agent cannot check service plugins enabled on the neutron server. "
"Retrying. Detail message: %s"
msgstr ""
#: neutron/agent/l3_agent.py:770
#: neutron/agent/l3_agent.py:775
#, python-format
msgid "Info for router %s were not found. Skipping router removal"
msgstr ""
#: neutron/agent/l3_agent.py:1109
#: neutron/agent/l3_agent.py:1114
#, python-format
msgid "Unable to configure IP address for floating IP: %s"
msgstr ""
@ -466,6 +466,11 @@ msgid ""
"Hyper-V Server 2012 R2 or above."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:428
#, python-format
msgid "Ignoring admin_state_up=False for router=%r. Overriding with True"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:83
msgid "VXLAN is enabled, a valid local_ip must be provided"
msgstr ""
@ -769,6 +774,10 @@ msgstr ""
msgid "Device %s not defined on plugin"
msgstr ""
#: neutron/plugins/oneconvergence/lib/plugin_helper.py:110
msgid "No Token, Re-login"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:154
#, python-format
msgid ""
@ -1104,7 +1113,7 @@ msgid ""
"security group %(sec_group_id)s was not found on the backend"
msgstr ""
#: neutron/plugins/vmware/plugins/service.py:542
#: neutron/plugins/vmware/plugins/service.py:557
#, python-format
msgid "Did not found lswitch %s in NSX"
msgstr ""
@ -1144,28 +1153,6 @@ msgstr ""
msgid "No L3 agents can host the router %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:71
#, python-format
msgid "Firewall %(fw)s unexpectedly deleted by agent, status was %(status)s"
msgstr ""
#: neutron/services/firewall/agents/varmour/varmour_router.py:102
#, python-format
msgid "Ignoring multiple IPs on router port %s"
msgstr ""
#: neutron/services/firewall/agents/varmour/varmour_router.py:285
msgid "Unable to parse interface mapping."
msgstr ""
#: neutron/services/firewall/agents/varmour/varmour_router.py:288
msgid "Unable to read interface mapping."
msgstr ""
#: neutron/services/firewall/drivers/varmour/varmour_fwaas.py:109
msgid "Unsupported IP version rule."
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:110
#, python-format
msgid "No active lbaas agents for pool %s"
@ -1176,18 +1163,6 @@ msgstr ""
msgid "No lbaas agent supporting device driver %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:72
#, python-format
msgid "Multiple lbaas agents found on host %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/common/agent_driver_base.py:164
#, python-format
msgid ""
"Cannot update status: %(obj_type)s %(obj_id)s not found in the DB, it was"
" probably deleted concurrently"
msgstr ""
#: neutron/services/loadbalancer/drivers/embrane/driver.py:130
#, python-format
msgid "Subnet assigned to pool %s doesn't exist, backend port can't be created"
@ -1200,48 +1175,3 @@ msgid ""
"deleted"
msgstr ""
#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:172
#, python-format
msgid "Stats socket not found for pool %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/haproxy/namespace_driver.py:214
#, python-format
msgid "Error while connecting to stats socket: %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:298
#, python-format
msgid "pip nport delete failed: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:688
#, python-format
msgid "Fliping servers. Current is: %(server)s, switching to %(secondary)s"
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:709
#, python-format
msgid "vDirect server is not responding (%s)."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:713
#, python-format
msgid "vDirect server is not active (%s)."
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_csr_rest_client.py:115
#, python-format
msgid "%(method)s: Request timeout%(ssl)s (%(timeout).3f sec) for CSR(%(host)s)"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:645
#, python-format
msgid "Unable to delete %(resource)s %(which)s: %(status)d"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:727
#, python-format
msgid "Unable to find connection %s"
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"neutron/language/pt_BR/)\n"
@ -39,13 +39,13 @@ msgstr "Sincronizando estado"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "agent_updated por lado do servidor %s!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "Agente L3 iniciado"
@ -152,11 +152,16 @@ msgstr ""
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "Criação de log ativada!"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "Arquivo de colagem configurado: %s"
@ -577,6 +582,7 @@ msgid "Agent out of sync with plugin!"
msgstr "Agente fora de sincronização com o plug-in!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -601,9 +607,109 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr ""
"A iteração do loop excedeu o intervalo (%(polling_interval)s vs. "
"%(elapsed)s)!"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1043,6 +1149,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "Túnel do agente fora de sincronização com o plug-in!"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1296,60 +1406,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1360,30 +1416,6 @@ msgstr "Carregando driver de medição %s"
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
"language/zh_CN/)\n"
@ -37,13 +37,13 @@ msgstr "正在使状态同步"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "服务器端 %s 已更新代理!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "已启动 L3 代理"
@ -148,11 +148,16 @@ msgstr "已启用允许排序,因为本机分页需要本机排序"
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "已启用日志记录!"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "配置粘贴文件:%s"
@ -573,6 +578,7 @@ msgid "Agent out of sync with plugin!"
msgstr "代理与插件不同步!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -597,9 +603,107 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr "循环迭代超过时间间隔(%(polling_interval)s 对 %(elapsed)s"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1037,6 +1141,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "代理隧道与插件不同步!"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1290,60 +1398,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1354,30 +1408,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""

View File

@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-12-07 06:07+0000\n"
"PO-Revision-Date: 2014-12-05 22:51+0000\n"
"POT-Creation-Date: 2014-12-10 06:07+0000\n"
"PO-Revision-Date: 2014-12-10 00:24+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/"
"language/zh_TW/)\n"
@ -37,13 +37,13 @@ msgstr "正在同步化狀態"
msgid "Synchronizing state complete"
msgstr ""
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1994
#: neutron/agent/dhcp_agent.py:602 neutron/agent/l3_agent.py:1999
#: neutron/services/metering/agents/metering_agent.py:281
#, python-format
msgid "agent_updated by server side %s!"
msgstr "agent_updated 是由伺服器端 %s 執行!"
#: neutron/agent/l3_agent.py:1896
#: neutron/agent/l3_agent.py:1901
msgid "L3 agent started"
msgstr "已啟動 L3 代理程式"
@ -148,11 +148,16 @@ msgstr "已啟用容許排序,因為原生分頁需要原生排序"
msgid "%(action)s failed (client error): %(exc)s"
msgstr ""
#: neutron/common/config.py:165
#: neutron/common/config.py:166
msgid "Logging enabled!"
msgstr "已啟用記載!"
#: neutron/common/config.py:181
#: neutron/common/config.py:167
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:186
#, python-format
msgid "Config paste file: %s"
msgstr "配置貼上檔案:%s"
@ -572,6 +577,7 @@ msgid "Agent out of sync with plugin!"
msgstr "代理程式與外掛程式不同步!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:469
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:267
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1035
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:164
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1564
@ -596,9 +602,107 @@ msgstr ""
msgid "Removing port filter"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:76
#, python-format
msgid "The IP addr of available SDN-VE controllers: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:79
#, python-format
msgid "The SDN-VE controller IP address: %s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:235
msgid "Bad resource for forming a list request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:245
msgid "Bad resource for forming a show request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:255
msgid "Bad resource for forming a create request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:267
msgid "Bad resource for forming a update request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:278
msgid "Bad resource for forming a delete request"
msgstr ""
#: neutron/plugins/ibm/sdnve_api.py:306
#, python-format
msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:194
#, python-format
msgid ""
"Mapping physical network %(physical_network)s to interface %(interface)s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:225
#, python-format
msgid ""
"Loop iteration exceeded interval (%(polling_interval)s vs. %(elapsed)s)!"
msgstr "迴圈反覆運算已超出間隔(%(polling_interval)s 與 %(elapsed)s"
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:239
#, python-format
msgid "Controller IPs: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:808
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:217
#: neutron/plugins/nec/agent/nec_neutron_agent.py:141
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:109
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:100
#, python-format
msgid "RPC agent_id: %s"
@ -1036,6 +1140,10 @@ msgstr ""
msgid "Agent tunnel out of sync with plugin!"
msgstr "代理程式通道與外掛程式不同步!"
#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:173
msgid "NVSD Agent initialized successfully, now running... "
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:198
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
@ -1289,60 +1397,6 @@ msgstr ""
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:333
#, python-format
msgid "Destroying pool %s due to agent disabling"
msgstr ""
#: neutron/services/loadbalancer/agent/agent_manager.py:336
#, python-format
msgid "Agent_updated by server side %s!"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:168
#, python-format
msgid "NetScaler driver poolmember creation: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:415
#, python-format
msgid "Found an existing SNAT port for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:418
#, python-format
msgid "Found no SNAT ports for subnet %s"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:438
#, python-format
msgid "Created SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:445
#, python-format
msgid "Removed SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:451
#, python-format
msgid "No SNAT port found for subnet %s. Creating one..."
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:458
#, python-format
msgid "SNAT port: %r"
msgstr ""
#: neutron/services/loadbalancer/drivers/netscaler/netscaler_driver.py:467
#, python-format
msgid "Removing SNAT port for subnet %s as this is the last pool using it..."
msgstr ""
#: neutron/services/loadbalancer/drivers/radware/driver.py:417
msgid "Starting operation completion handling thread"
msgstr ""
#: neutron/services/metering/agents/metering_agent.py:99
#, python-format
msgid "Loading Metering driver %s"
@ -1353,30 +1407,6 @@ msgstr ""
msgid "Loading interface driver %s"
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:333
msgid "Sending status report update to plugin"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:713
#, python-format
msgid "FAILED: Create of IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:716
#, python-format
msgid "SUCCESS: Created IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/device_drivers/cisco_ipsec.py:731
#, python-format
msgid "SUCCESS: Deleted IPSec site-to-site connection %s"
msgstr ""
#: neutron/services/vpn/service_drivers/cisco_csr_db.py:226
#, python-format
msgid ""