+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-# Carsten Duch <cad@teuto.net>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: German (http://www.transifex.com/projects/p/neutron/language/"
-"de/)\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr ""
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "Laden von Plug-in: %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr ""
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "Ausgelöste HTTP-Ausnahme: %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s mit HTTP %(status)d zurückgegeben"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s hat einen Fehler zurückgegeben: %(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "Sicherheitsgruppenerweiterung wurde inaktiviert."
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "Vorbereiten von Filtern für Geräte %s"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "Sicherheitsgruppenregel aktualisiert %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "Sicherheitsgruppenmitglied aktualisiert %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "Provider-Regel aktualisiert"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "Gerätefilter für %r entfernen"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "Firewallregeln aktualisieren"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "DHCP-Agent gestartet"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "Synchronisation von Status"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "'agent_updated' (Agent aktualisiert) durch Serverseite %s!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "Agent der Ebene 3 gestartet"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "Gerät %s ist bereits vorhanden"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "Versuch, ungefilterten Portfilter %s zu aktualisieren"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "Versuch, ungefilterten Portfilter %r zu entfernen"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "Erweiterungsmanager wird initialisiert."
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "Geladene Erweiterung: %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"Das Zulassen der Sortierung ist aktiviert, da die native Paginierung die "
-"native Sortierung erfordert"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "OVS-Bereinigungsprozedur erfolgreich abgeschlossen"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "Agent erfolgreich initialisiert, läuft jetzt... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "Protokollfunktion aktiviert!"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "Konfigurations-Paste-Datei: %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"Überprüfung für CIDR: %(new_cidr)s fehlgeschlagen - Überschneidung mit "
-"Teilnetz %(subnet_id)s (CIDR: %(cidr)s)"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "Ungültige IP-Adresse in Pool gefunden: %(start)s - %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr ""
-"Angegebene IP-Adressen stimmen nicht mit der Teilnetz-IP-Version überein"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr ""
-"Anfangs-IP-Adresse (%(start)s) ist größer als Ende-IP-Adresse (%(end)s)"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr "Pool gefunden, der größer ist als Teilnetz-CIDR:%(start)s - %(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "Überschneidungen bei Bereichen gefunden: %(l_range)s und %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr ""
-"Port %s wird übersprungen, da keine IP-Adresse auf ihm konfiguriert ist"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Eventlet backdoor hört auf %(port)s für Prozess %(pid)d"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr ""
-"Überspringe periodische Aufgabe %(task)s weil der Intervall negativ ist"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "Überspringe periodische Aufgabe %(task)s weil sie deaktiviert ist"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "%s abgefangen. Vorgang wird beendet"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr ""
-"Übergeordneter Prozess wurde unerwartet abgebrochen. Vorgang wird beendet"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "Untergeordnetes Element %s abgefangen; Vorgang wird beendet"
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "Verzweigung zu schnell; im Ruhemodus"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "Untergeordnetes Element %d gestartet"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "Starten von %d Workers"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "Untergeordnetes Element %(pid)d durch Signal %(sig)d abgebrochen"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "Untergeordnete %(pid)s mit Status %(code)d beendet"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "%s abgefangen, untergeordnete Elemente werden gestoppt"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "Warten auf Beenden von %d untergeordneten Elementen"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "Zugeordnetes VLAN (%d) aus dem Pool"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "Kein %s-Plug-in geladen"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s: %(function_name)s mit Argumenten %(args)s ignoriert"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "RPC-'agent_id': %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "Port %(device)s aktualisiert. Details: %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "Gerät %s nicht für Plug-in definiert"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "Zusatzeinheit %s entfernt"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "Port %s aktualisiert."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "RPC-Dämon für Linux-Brückenagent gestartet!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "Agent nicht synchron mit Plug-in!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "Schnittstellenzuordnungen: %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "Bereiche für Netz-VLAN: %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr ""
-"Zuweisung von %(vlan_id)s als lokale VLAN-Adresse für net-id=%(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "Zurückfordern von vlan = %(vlan_id)s von net-id = %(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr ""
-"Zuordnung von physischem Netz %(physical_network)s zu Brücke %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "Agententunnel nicht synchron mit Plug-in!"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Spanish (http://www.transifex.com/projects/p/neutron/language/"
-"es/)\n"
-"Language: es\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr ""
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "Cargando complementos: %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr ""
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "Excepción de HTTP emitida: %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "Se ha devuelto %(url)s con HTTP %(status)d"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s ha devuelto un error: %(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "La extensión security-group se ha inhabilitado."
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "Preparando filtros para dispositivos %s"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "Se ha actualizado la regla de grupo de seguridad %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "Se ha actualizado el miembro de grupo de seguridad %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "Se ha actualizado regla de proveedor"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "Eliminar filtro de dispositivo para %r"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "Renovar reglas de cortafuegos"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "Se ha iniciado al agente DHCP"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "Sincronizando estado"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "agent_updated por el lado del servidor %s!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "Se ha iniciado al agente L3"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "El dispositivo %s ya existe"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "Se ha intentado actualizar el filtro de puerto que no está filtrado %s"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "Se ha intentado eliminar el filtro de puerto que no está filtrado %r"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "Inicializando gestor de ampliación."
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "Ampliación cargada: %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"Permitir ordenación está habilitado porque la paginación nativa requiere "
-"ordenación nativa"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "La limpieza de OVS se ha completado satisfactoriamente"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr ""
-"El agente se ha inicializado satisfactoriamente, ahora se está ejecutando... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "Registro habilitado."
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "Archivo de configuración de pegar: %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"Se ha encontrado un error en validación para CIDR: %(new_cidr)s; se solapa "
-"con la subred %(subnet_id)s (CIDR: %(cidr)s)"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr ""
-"Se ha encontrado una dirección IP no válida en la agrupación: %(start)s - "
-"%(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr ""
-"Las direcciones IP especificadas no coinciden con la versión de IP de subred "
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr ""
-"La IP de inicio (%(start)s) es mayor que la IP de finalización (%(end)s)"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr ""
-"Se ha encontrado una agrupación mayor que el CIDR de subred: %(start)s - "
-"%(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "Rangos de solapamiento encontrados: %(l_range)s y %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "Saltando el puerto %s, ya que no hay ninguna IP configurada en él"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Eventlet oculto escuchando en %(port)s para el proceso %(pid)d"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "Omitiendo la tarea periódica %(task)s porque el intervalo es negativo"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "Omitiendo la tarea periódica %(task)s porque está inhabilitada"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "Se ha captado %s, saliendo"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "El proceso padre se ha detenido inesperadamente, saliendo"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "Hijo captado %s, saliendo"
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "Bifurcación demasiado rápida, en reposo"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "Se ha iniciado el hijo %d"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "Iniciando %d trabajadores"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "Hijo %(pid)d matado por señal %(sig)d"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "El hijo %(pid)s ha salido con el estado %(code)d"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "Se ha captado %s, deteniendo hijos"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "En espera de %d hijos para salir"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "Vlan asignada (%d) de la agrupación"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "No se ha cargado ningún plug-in de %s"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr ""
-"Se ha ignorado %(plugin_key)s: %(function_name)s con los argumentos %(args)s "
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "agent_id de RPC: %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "Se ha actualizado el puerto %(device)s. Detalles: %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "El dispositivo %s no está definido en el plug-in"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "Se ha eliminado el adjunto %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "El puerto %s se ha actualizado."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "Se ha iniciado el daemon RPC de agente de LinuxBridge."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "El agente está fuera de sincronización con el plug-in."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "Correlaciones de interfaz: %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "Rangos de VLAN de red: %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr "Asignando %(vlan_id)s como vlan local para net-id=%(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "Reclamando vlan = %(vlan_id)s de net-id = %(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr ""
-"Correlacionando la red física %(physical_network)s con el puente %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "Túnel de agente fuera de sincronización con el plug-in. "
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-# Maxime COQUEREL <max.coquerel@gmail.com>, 2014
-# Patte D <pattedeph@gmail.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-04-01 13:11+0000\n"
-"Last-Translator: Patte D <pattedeph@gmail.com>\n"
-"Language-Team: French (http://www.transifex.com/projects/p/neutron/language/"
-"fr/)\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr "Chargement du plugin core: %s"
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr "Le service %s est supporté par le core plugin"
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "Chargement du plug-in : %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr "Chargement quota_driver: %s."
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr "Service Neutron démarré, en écoute sur %(host)s:%(port)s"
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "Exception HTTP générée : %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s retourné avec HTTP %(status)d"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s a retourné une erreur : %(exception)s."
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "Extension du groupe de sécurité désactivée."
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "Préparation des filtres pour les unités %s"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "Règle de groupe de sécurité mise à jour %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "Membre de groupe de sécurité mis à jour %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "Règle de fournisseur mise à jour"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "Suppression du filtre d'unités pour %r"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "Régénération des règles de pare-feu"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr "Port %(port_id)s n'est pas présent dans le pont %(br_name)s"
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "Agent DHCP démarré"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "Etat de synchronisation"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr "Etat de synchronisation complet"
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "agent_updated au niveau du serveur %s !"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "Agent de niveau 3 démarré"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr "Le processus est exécuté avec uid/gid: %(uid)s/%(gid)s"
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "L'unité %s existe déjà"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr ""
-"Tentative effectuée de mise à jour du filtre de ports (sans filtrage %s)"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr ""
-"Tentative effectuée de suppression du filtre de ports (sans filtrage %r)"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "Initialisation du gestionnaire d'extension."
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "Extension chargée : %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"Autorisation de tri activée car la mise en page native nécessite le tri natif"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr "Échec %(action)s (Erreur client): %(exc)s"
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "Le nettoyage d'OVS s'est terminé avec succès."
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "Agent initialisé avec succès, en cours d'exécution... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "Consignation activée !"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "Config du fichier de collage : %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr "IPv6 n'est pas activé sur le système."
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"La validation du routage CIDR %(new_cidr)s a échoué : il chevauche le sous-"
-"réseau %(subnet_id)s (CIDR : %(cidr)s) "
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "Adresse IP non valide trouvée dans le pool : %(start)s - %(end)s :"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr ""
-"Les adresses IP spécifiées ne correspondent à la version IP du sous-réseau"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr ""
-"L'adresse IP de début (%(start)s) est supérieure à l'adresse IP de fin "
-"(%(end)s)."
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr ""
-"Un pool plus volumineux que le routage CIDR de sous-réseau %(start)s - "
-"%(end)s a été trouvé."
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "Chevauchement d'intervalles trouvés : %(l_range)s et %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "Ignorer le port %s car aucune adresse IP n'est configurée"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Eventlet backdoor en écoute sur le port %(port)s for process %(pid)d"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "Tâche périodique %(task)s ignorée car son intervalle est négatif"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "Tâche périodique %(task)s car elle est désactivée"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "%s interceptée, sortie"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "Processus parent arrêté de manière inattendue, sortie"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "L'enfant a reçu %s, sortie"
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "Bifurcation trop rapide, pause"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "Enfant démarré %d"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "Démarrage des travailleurs %d"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "Enfant %(pid)d arrêté par le signal %(sig)d"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "Processus fils %(pid)s terminé avec le status %(code)d"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "%s interceptée, arrêt de l'enfant"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr "Pause demandée après suppression de thread. Nettoyage."
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "En attente %d enfants pour sortie"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "Réseau VLAN alloué (%d) depuis le pool"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "Aucun plug-in %s chargé"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s : %(function_name)s avec les arguments %(args)s ignoré"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "agent_id RPC : %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "Port %(device)s mis à jour. Détails : %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "Unité %s non définie sur le plug-in"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "Connexion %s retirée"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "Port %s mis à jour."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "Serveur démon RPC de l'agent LinuxBridge démarré !"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "Agent non synchronisé avec le plug-in !"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "Mappages d'interface : %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr "Tentative %(count)s de liaison port %(port)s"
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr "Le port %s a été effacé en même temps"
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr "Le sous-réseau %s a été effacé en même temps"
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-"L'information de liaison pour le port %s n'a pas été trouvée, elle peut déjà "
-"avoir été effacée."
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "Plages de réseau local virtuel de réseau : %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr "Nom du réseau changé en %s"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr "Nom de port changé en %s"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr "Démarrage du service de l'agent APIC"
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr "service de l'agent APIC démarré"
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr "Agent initialisé avec succès, en cours d'exécution..."
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr ""
-"Affectation de %(vlan_id)s comme réseau local virtuel pour net-id = "
-"%(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr ""
-"Récupération du réseau local virtuel = %(vlan_id)s à partir de net-id = "
-"%(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr "Ajout %s à la liste de ponts."
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr "Mappage du réseau physique %(physical_network)s sur le pont %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr "Configuration complète de l'équipement %s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr "Port auxiliaire %s ajouté"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "Tunnel d'agent désynchronisé avec le plug-in !"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr "Aucun équipement avec MAC %s défini sur l'agent."
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr "Appareil avec adresse MAC %s non-défini dans le plugin"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr "Retrait de l'appareil ayant pour mac_address %s"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr "Mappages d'Équipements Physiques: %s"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr "Equipements exclus: %s"
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr "Agent %s déjà présent"
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr "Le plugin avait déjà lancé les RPC dans le processus parent."
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-"Le fournisseur par défaut n'est pas spécifié pour le type de service %s"
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr "Chargement du pilote de Mesures %s"
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr "Chargement de pilote d'interface %s"
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-# PierAlberto <pieralbertopierini@gmail.com>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Italian (http://www.transifex.com/projects/p/neutron/language/"
-"it/)\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr ""
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "Caricamento plugin: %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr ""
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "Generata eccezione HTTP: %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s restituito con HTTP %(status)d"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s ha restituito un errore: %(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "Estensione di security-group disabilitata."
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "Preparazione filtri per i dispositivi %s"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "Regola gruppo di sicurezza aggiornata %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "Membro gruppo di sicurezza aggiornato %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "Provider regola aggiornato"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "Rimuovi filtro dispositivo per %r"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "Aggiorna regole firewall"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "Agent DHCP avviato"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "Stato sincronizzazione"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "agent_updated dal lato server %s!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "Agent L3 avviato"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "L'unità %s già esiste"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "Tentativo di aggiornare il filtro della porta che non è filtrata %s"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "Tentativo di rimuovere il filtro della porta che non è filtrata %r"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "Inizializzazione gestore estensioni."
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "Estensione caricata: %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"Consenti ordinamento è abilitato in quanto la paginaziona nativa richiede "
-"l'ordinamento nativo"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "Ripulitura di OVS completata correttamente"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "Agent inizializzato correttamente, ora in esecuzione... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "Accesso abilitato!"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "Configurazione file paste: %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"Convalida per CIDR: %(new_cidr)s non riuscita - si sovrappone con la "
-"sottorete %(subnet_id)s (CIDR: %(cidr)s)"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "Trovato un indirizzo IP invalido nel pool: %(start)s - %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr ""
-"Gli indirizzi IP specificati non corrispondono alla versione IP della "
-"sottorete"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr "L'IP iniziale (%(start)s) è superiore all'IP finale (%(end)s)"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr "Trovato un pool più grande della sottorete CIDR:%(start)s - %(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "Trovati gli intervalli di sovrapposizione: %(l_range)s e %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "La porta %s viene ignorata in quanto non ha nessun IP configurato"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Ascolto di eventlet backdoor su %(port)s per il processo %(pid)d"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr ""
-"Abbadono dell'attività periodica %(task)s perché l'intervalo è negativo"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "Abbadono dell'attività periodica %(task)s perché è disabilitata"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "Rilevato %s, esistente"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "Il processo principale è stato interrotto inaspettatamente, uscire"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "Cogliere Child %s, uscendo"
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "Sblocco troppo veloce, attendere"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "Child avviato %d"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "Avvio %d operatori"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "Child %(pid)d interrotto dal segnale %(sig)d"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "Child %(pid)s terminato con stato %(code)d"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "Intercettato %s, arresto in corso dei children"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "In attesa %d degli elementi secondari per uscire"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "vlan (%d) allocata dal pool"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "Nessun plugin %s caricato"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s: %(function_name)s con argomenti %(args)s ignorato"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "agent-id RPC: %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "Porta %(device)s aggiornata. Dettagli: %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "Unità %s non definita nel plugin"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "Collegamento %s rimosso"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "Porta %s aggiornata."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "LinuxBridge Agent RPC Daemon avviato!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "Agent non sincronizzato con il plugin!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "Associazioni interfaccia: %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "Intervalli di rete VLAN: %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr "Assegnazione %(vlan_id)s come vlan locale per net-id=%(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "Recupero vlan = %(vlan_id)s da net-id = %(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr "Associazione rete fisica %(physical_network)s al bridge %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "Il tunnel agent non è sincronizzato con il plugin!"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-# Sasuke(Kyohei MORIYAMA) <>, 2014
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Japanese (http://www.transifex.com/projects/p/neutron/"
-"language/ja/)\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr ""
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "プラグインの読み込み中: %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr ""
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "HTTP 例外がスローされました: %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "HTTP %(status)d の %(url)s が返されました"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s が障害を返しました: %(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "security-group 拡張を無効にしました。"
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "デバイス %s のフィルターを準備中"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "セキュリティー・グループ・ルールが %r を更新しました"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "セキュリティー・グループ・メンバーが %r を更新しました"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "プロバイダー・ルールが更新されました"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "%r のデバイス・フィルターを削除"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "ファイアウォール・ルールの最新表示"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "DHCP エージェントが始動しました"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "状態の同期中"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "サーバー・サイド %s による agent_updated!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "L3 エージェントが始動しました"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "デバイス %s は既に存在します"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "フィルター処理されていないポート・フィルター %s を更新しようとしました"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "フィルター処理されていないポート・フィルター %r を削除しようとしました"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "拡張マネージャーを初期化しています。"
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "拡張をロードしました: %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"ネイティブ・ページ編集にはネイティブ・ソートが必要なため、ソートの許可が有効"
-"になっています"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "OVS のクリーンアップが正常に完了しました"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "エージェントが正常に初期化されました。現在実行中です... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "ロギングは有効です"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "構成貼り付けファイル: %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr " このシステムでは、 IPv6が有効ではありません。"
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"CIDR %(new_cidr)s の検証が失敗しました。サブネット %(subnet_id)s (CIDR: "
-"%(cidr)s) とオーバーラップしています"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "プールで無効な IP アドレスが見つかりました: %(start)s から %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr "指定された IP アドレスが、サブネット IP バージョンと一致しません"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr "開始 IP (%(start)s) が終了 IP (%(end)s) より大きくなっています"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr ""
-"サブネット CIDR より大きいプールが見つかりました: %(start)s から %(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "オーバーラップする範囲が見つかりました: %(l_range)s から %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "ポート %s には IP が構成されていないため、このポートをスキップします"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Eventlet backdoorは、プロセス%(pid)dの%(port)sをリスニングしています。"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "タスクの間隔が負であるため、定期タスク %(task)s をスキップしています"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "タスクが使用不可であるため、定期タスク %(task)s をスキップしています"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "%s が見つかりました。終了しています"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "親プロセスが予期せずに停止しました。終了しています"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr ""
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "fork が早すぎます。スリープ状態にしています"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "子 %d を開始しました"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "%d ワーカーを開始しています"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "子 %(pid)d がシグナル %(sig)d によって強制終了されました"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "子 %(pid)s が状況 %(code)d で終了しました"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "%s が見つかりました。子を停止しています"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "%d 個の子で終了を待機しています"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "プールからの割り振り済み VLAN (%d)"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "%s プラグインはロードされませんでした"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr ""
-"%(plugin_key)s: 引数 %(args)s が指定された %(function_name)s は無視されます"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "RPC agent_id: %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "ポート %(device)s が更新されました。詳細: %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "デバイス %s がプラグインで定義されていません"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "接続機構 %s が削除されました"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "ポート %s が更新されました。"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "LinuxBridge Agent RPC デーモンが開始しました。"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "エージェントがプラグインと非同期です。"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "インターフェース・マッピング: %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "ネットワーク VLAN の範囲: %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr ""
-"%(vlan_id)s を net-id=%(net_uuid)s のローカル VLAN として割り当てています"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "VLAN = %(vlan_id)s を net-id = %(net_uuid)s から再利用中"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr ""
-"物理ネットワーク %(physical_network)s をブリッジ %(bridge)s にマップしていま"
-"す"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "エージェント・トンネルがプラグインと非同期です"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Korean (Korea) (http://www.transifex.com/projects/p/neutron/"
-"language/ko_KR/)\n"
-"Language: ko_KR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr ""
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "로딩 플러그인: %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr ""
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "HTTP 예외 처리: %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s이(가) HTTP %(status)d(으)로 리턴되었음"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s이(가) 결함을 리턴함: %(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "보안 그룹 확장을 사용하지 않습니다. "
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "%s 디바이스에 대한 필터 준비"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "보안 그룹 규칙이 %r을(를) 업데이트함"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "보안 그룹 멤버가 %r을(를) 업데이트함"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "제공자 규칙이 업데이트됨"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "%r의 디바이스 필터 제거"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "방화벽 규칙 새로 고치기"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "DHCP 에이전트가 시작됨"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "상태 동기화 중"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "서버측 %s!에 의한 agent_updated"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "L3 에이전트가 시작됨"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "%s 디바이스가 이미 존재함"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "필터링된 %s이(가) 아닌 포트 필터를 업데이트하려고 시도함"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "필터링된 %r이(가) 아닌 포트 필터를 제거하려고 시도함"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "확장기능 관리자를 초기화 중입니다. "
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "로드된 확장: %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"네이티브 페이지 번호 매기기에 네이티브 정렬이 필요하므로 정렬을 사용할 수 있"
-"음"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "OVS 정리가 완료됨"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "에이전트가 초기화되었으며, 지금 실행 중... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "로깅 사용!"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "구성 붙여넣기 파일: %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"CIDR %(new_cidr)s 유효성 검증 실패 - 서브넷 %(subnet_id)s(CIDR: %(cidr)s)과"
-"(와) 겹침"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "풀에서 올바르지 않은 IP 주소 발견: %(start)s - %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr "지정된 IP 주소가 서브넷 IP 버전과 일치하지 않음"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr "시작 IP(%(start)s)가 끝 IP(%(end)s)보다 큼"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr "서브넷 CIDR보다 큰 풀 발견: %(start)s - %(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "겹치는 범위 발견: %(l_range)s 및 %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "구성된 IP가 없어서 포트 %s을(를) 건너뜀"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Eventlet 백도어는 프로세스 %(pid)d 일 동안 %(port)s에서 수신"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "간격이 음수이기 때문에 주기적 태스크 %(task)s을(를) 건너뜀"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "사용 안하기 때문에 주기적 태스크 %(task)s을(를) 건너뜀"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "%s 발견, 종료 중"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "상위 프로세스가 예기치 않게 정지했습니다. 종료 중"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "자식으로 된 %s가 존재함."
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "포크가 너무 빠름. 정지 중"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "%d 하위를 시작했음"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "%d 작업자 시작 중"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "%(pid)d 하위가 %(sig)d 신호에 의해 강제 종료됨"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "%(pid)s 하위가 %(code)d 상태와 함께 종료했음"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "%s 발견, 하위 중지 중"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "%d 하위에서 종료하기를 대기 중임"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "풀에서 할당된 vlan(%d)"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "로드된 %s 플러그인이 없음"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s: %(args)s 인수를 갖는 %(function_name)s이(가) 무시됨"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "RPC agent_id: %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "%(device)s 포트가 업데이트되었습니다. 세부사항: %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "%s 디바이스가 플러그인에서 정의되지 않음"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "첨부 %s이(가) 제거됨"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "%s 포트가 업데이트되었습니다. "
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "LinuxBridge 에이전트 RPC 디먼이 시작되었습니다!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "에이전트가 플러그인과 동기화되지 않았습니다!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "인터페이스 맵핑: %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr "형식 드라이버 이름을 설정했습니다: %s"
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr "형식 드라이버 이름을 불러왔습니다: %s"
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr "등록된 형식: %s"
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr "network_types를 임대합니다: %s"
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr "'%s' 형식 드라이버 초기화중"
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr "매커니즘 드라이버 이름을 설정했습니다: %s"
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr "매커니즘 드라이버 이름을 불러왔습니다: %s"
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr "모듈러 L2 플러그인 초기화를 완료했습니다"
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "네트워크 VLAN 범위: %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr "%(vlan_id)s을(를) net-id=%(net_uuid)s에 대한 로컬 vlan으로 지정 중"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "net-id = %(net_uuid)s에서 vlan = %(vlan_id)s 재확보 중"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr "실제 네트워크 %(physical_network)s을(를) 브릿지 %(bridge)s에 맵핑 중"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "에이전트 터널이 플러그인과 동기화되지 않았습니다!"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: neutron 2015.1.dev240\n"
+"Project-Id-Version: neutron 2015.1.dev1.g2add4e5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
+"POT-Creation-Date: 2015-04-20 11:03+0200\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"
msgid "Timed out retrieving ofport on port %(pname)s. Exception: %(exception)s"
msgstr ""
-#: neutron/agent/common/ovs_lib.py:489
+#: neutron/agent/common/ovs_lib.py:506
#, python-format
msgid "OVS flows could not be applied on bridge %s"
msgstr ""
msgid "Network %s info call failed."
msgstr ""
-#: neutron/agent/dhcp/agent.py:577 neutron/agent/l3/agent.py:617
-#: neutron/agent/metadata/agent.py:304
+#: neutron/agent/dhcp/agent.py:577 neutron/agent/l3/agent.py:606
+#: neutron/agent/metadata/agent.py:311
#: neutron/plugins/hyperv/agent/l2_agent.py:94
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:108
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:779
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:276
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:284
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:129
#: neutron/services/metering/agents/metering_agent.py:283
msgid "Failed reporting state!"
msgstr ""
-#: neutron/agent/l3/agent.py:173 neutron/tests/unit/test_l3_agent.py:1914
+#: neutron/agent/l3/agent.py:172 neutron/tests/unit/agent/l3/test_agent.py:2084
#, python-format
msgid "Error importing interface driver '%s'"
msgstr ""
-#: neutron/agent/l3/agent.py:234 neutron/agent/linux/dhcp.py:786
+#: neutron/agent/l3/agent.py:232 neutron/agent/linux/dhcp.py:787
msgid "An interface driver must be specified"
msgstr ""
-#: neutron/agent/l3/agent.py:239
+#: neutron/agent/l3/agent.py:237
msgid "Router id is required if not using namespaces."
msgstr ""
-#: neutron/agent/l3/agent.py:246
+#: neutron/agent/l3/agent.py:244
#, python-format
msgid "%s used in config as ipv6_gateway is not a valid IPv6 link-local address."
msgstr ""
-#: neutron/agent/l3/agent.py:387
+#: neutron/agent/l3/agent.py:379
#, python-format
msgid "The external network bridge '%s' does not exist"
msgstr ""
-#: neutron/agent/l3/agent.py:447
+#: neutron/agent/l3/agent.py:433
#, python-format
msgid "Failed to fetch router information for '%s'"
msgstr ""
-#: neutron/agent/l3/agent.py:471
+#: neutron/agent/l3/agent.py:457
#, python-format
msgid "Removing incompatible router '%s'"
msgstr ""
-#: neutron/agent/l3/agent.py:475
+#: neutron/agent/l3/agent.py:461
#, python-format
msgid "Failed to process compatible router '%s'"
msgstr ""
-#: neutron/agent/l3/agent.py:524
+#: neutron/agent/l3/agent.py:513
msgid "Failed synchronizing routers due to RPC error"
msgstr ""
msgid "DVR: removed snat failed"
msgstr ""
-#: neutron/agent/l3/dvr_router.py:500
+#: neutron/agent/l3/dvr_router.py:505
msgid "Missing subnet/agent_gateway_port"
msgstr ""
msgid "Pidfile %s already exist. Daemon already running?"
msgstr ""
-#: neutron/agent/linux/dhcp.py:792
+#: neutron/agent/linux/dhcp.py:793
#, python-format
msgid "Error importing interface driver '%(driver)s': %(inner)s"
msgstr ""
-#: neutron/agent/linux/external_process.py:222
+#: neutron/agent/linux/external_process.py:224
#, python-format
msgid ""
"%(service)s for %(resource_type)s with uuid %(uuid)s not found. The "
"process should not have died"
msgstr ""
-#: neutron/agent/linux/external_process.py:242
+#: neutron/agent/linux/external_process.py:244
#, python-format
msgid "respawning %(service)s for uuid %(uuid)s"
msgstr ""
-#: neutron/agent/linux/external_process.py:248
+#: neutron/agent/linux/external_process.py:250
msgid "Exiting agent as programmed in check_child_processes_actions"
msgstr ""
-#: neutron/agent/linux/external_process.py:259
+#: neutron/agent/linux/external_process.py:261
#, python-format
msgid ""
"Exiting agent because of a malfunction with the %(service)s process "
msgid "Failed unplugging interface '%s'"
msgstr ""
-#: neutron/agent/linux/ip_lib.py:673
+#: neutron/agent/linux/ip_lib.py:678
#, python-format
msgid "Failed sending gratuitous ARP to %(addr)s on %(iface)s in namespace %(ns)s"
msgstr ""
msgid "Error received from ovsdb monitor: %s"
msgstr ""
-#: neutron/agent/linux/utils.py:219
+#: neutron/agent/linux/utils.py:220
#, python-format
msgid "Unable to convert value in %s"
msgstr ""
-#: neutron/agent/metadata/agent.py:109
+#: neutron/agent/metadata/agent.py:116
#: neutron/agent/metadata/namespace_proxy.py:56
msgid "Unexpected error."
msgstr ""
-#: neutron/agent/ovsdb/impl_idl.py:103
+#: neutron/agent/ovsdb/impl_idl.py:106
#, python-format
msgid "OVSDB Error: %s"
msgstr ""
#: neutron/cmd/sanity_check.py:126
msgid ""
+"Check for Open vSwitch support of ARP header matching failed. ARP "
+"spoofing suppression will not work. A newer version of OVS is required."
+msgstr ""
+
+#: neutron/cmd/sanity_check.py:135
+msgid ""
"Check for VF management support failed. Please ensure that the version of"
" ip link being used has VF support."
msgstr ""
-#: neutron/cmd/sanity_check.py:136
+#: neutron/cmd/sanity_check.py:145
msgid "Check for native OVSDB support failed."
msgstr ""
msgid "Unexpected exception while checking supported feature via command: %s"
msgstr ""
-#: neutron/cmd/sanity/checks.py:119
+#: neutron/cmd/sanity/checks.py:129
msgid "Unexpected exception while checking supported ip link command"
msgstr ""
-#: neutron/cmd/sanity/checks.py:165
+#: neutron/cmd/sanity/checks.py:175
#, python-format
msgid ""
"Failed to import required modules. Ensure that the python-openvswitch "
"%(agent)s"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:926 neutron/plugins/ml2/plugin.py:552
+#: neutron/db/db_base_plugin_v2.py:931 neutron/plugins/ml2/plugin.py:559
#, python-format
msgid "An exception occurred while creating the %(resource)s:%(item)s"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1689
+#: neutron/db/db_base_plugin_v2.py:1699
#, python-format
msgid "Unable to generate mac address after %s attempts"
msgstr ""
msgid "Exception encountered during router rescheduling."
msgstr ""
+#: neutron/db/l3_db.py:539
+msgid "Cannot have multiple IPv4 subnets on router port"
+msgstr ""
+
#: neutron/db/metering/metering_rpc.py:47
#, python-format
msgid "Unable to find agent %s."
"the roll back. of a remove_router_interface operation"
msgstr ""
-#: neutron/plugins/ibm/sdnve_neutron_plugin.py:661
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:679
#: neutron/services/l3_router/l3_sdnve.py:203
#, python-format
msgid "Delete floatingip failed in SDN-VE: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:255
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1617
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1629
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1712
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1724
#, python-format
msgid "%s Agent terminated!"
msgstr ""
msgid "Parsing physical_interface_mappings failed: %s. Agent terminated!"
msgstr ""
-#: neutron/plugins/ml2/db.py:242 neutron/plugins/ml2/db.py:328
-#: neutron/plugins/ml2/plugin.py:1303
+#: neutron/plugins/ml2/db.py:242 neutron/plugins/ml2/db.py:327
+#: neutron/plugins/ml2/plugin.py:1310
#, python-format
msgid "Multiple ports have port_id starting with %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:56
+#: neutron/plugins/ml2/managers.py:57
#, python-format
msgid ""
"Type driver '%(new_driver)s' ignored because type driver '%(old_driver)s'"
" is already registered for type '%(type)s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:72
+#: neutron/plugins/ml2/managers.py:73
#, python-format
msgid "No type driver for tenant network_type: %s. Service terminated!"
msgstr ""
-#: neutron/plugins/ml2/managers.py:144
+#: neutron/plugins/ml2/managers.py:145
#, python-format
msgid "Network %s has no segments"
msgstr ""
-#: neutron/plugins/ml2/managers.py:227 neutron/plugins/ml2/managers.py:254
+#: neutron/plugins/ml2/managers.py:228 neutron/plugins/ml2/managers.py:255
#, python-format
msgid "Failed to release segment '%s' because network type is not supported."
msgstr ""
-#: neutron/plugins/ml2/managers.py:326
+#: neutron/plugins/ml2/managers.py:330
#, python-format
msgid "Mechanism driver '%(name)s' failed in %(method)s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:612 neutron/plugins/ml2/managers.py:674
+#: neutron/plugins/ml2/managers.py:616 neutron/plugins/ml2/managers.py:678
#, python-format
msgid "Failed to bind port %(port)s on host %(host)s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:627
+#: neutron/plugins/ml2/managers.py:631
#, python-format
msgid ""
"Exceeded maximum binding levels attempting to bind port %(port)s on host "
"%(host)s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:670
+#: neutron/plugins/ml2/managers.py:674
#, python-format
msgid "Mechanism driver %s failed in bind_port"
msgstr ""
-#: neutron/plugins/ml2/managers.py:741
+#: neutron/plugins/ml2/managers.py:745
#, python-format
msgid "Extension driver '%(name)s' failed in %(method)s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:275
+#: neutron/plugins/ml2/plugin.py:282
#, python-format
msgid "Failed to commit binding results for %(port)s after %(max)s tries"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:432
+#: neutron/plugins/ml2/plugin.py:439
#, python-format
msgid "Serialized vif_details DB value '%(value)s' for port %(port)s is invalid"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:443
+#: neutron/plugins/ml2/plugin.py:450
#, python-format
msgid "Serialized profile DB value '%(value)s' for port %(port)s is invalid"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:529
+#: neutron/plugins/ml2/plugin.py:536
#, python-format
msgid "Could not find %s to delete."
msgstr ""
-#: neutron/plugins/ml2/plugin.py:532
+#: neutron/plugins/ml2/plugin.py:539
#, python-format
msgid "Could not delete %(res)s %(id)s."
msgstr ""
-#: neutron/plugins/ml2/plugin.py:565
+#: neutron/plugins/ml2/plugin.py:572
#, python-format
msgid ""
"mechanism_manager.create_%(res)s_postcommit failed for %(res)s: "
"'%(failed_id)s'. Deleting %(res)ss %(resource_ids)s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:611
+#: neutron/plugins/ml2/plugin.py:618
#, python-format
msgid "mechanism_manager.create_network_postcommit failed, deleting network '%s'"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:681
+#: neutron/plugins/ml2/plugin.py:688
#, python-format
msgid "Exception auto-deleting port %s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:693
+#: neutron/plugins/ml2/plugin.py:700
#, python-format
msgid "Exception auto-deleting subnet %s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:775
+#: neutron/plugins/ml2/plugin.py:782
msgid "mechanism_manager.delete_network_postcommit failed"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:796
+#: neutron/plugins/ml2/plugin.py:803
#, python-format
msgid "mechanism_manager.create_subnet_postcommit failed, deleting subnet '%s'"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:901
+#: neutron/plugins/ml2/plugin.py:908
#, python-format
msgid "Exception deleting fixed_ip from port %s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:910
+#: neutron/plugins/ml2/plugin.py:917
msgid "mechanism_manager.delete_subnet_postcommit failed"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:975
+#: neutron/plugins/ml2/plugin.py:982
#, python-format
msgid "mechanism_manager.create_port_postcommit failed, deleting port '%s'"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:987
+#: neutron/plugins/ml2/plugin.py:994
#, python-format
msgid "_bind_port_if_needed failed, deleting port '%s'"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:1017
+#: neutron/plugins/ml2/plugin.py:1024
#, python-format
msgid "_bind_port_if_needed failed. Deleting all ports from create bulk '%s'"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:1162
+#: neutron/plugins/ml2/plugin.py:1169
#, python-format
msgid "No Host supplied to bind DVR Port %s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:1284
+#: neutron/plugins/ml2/plugin.py:1291
#, python-format
msgid "mechanism_manager.delete_port_postcommit failed for port %s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:1316
+#: neutron/plugins/ml2/plugin.py:1323
#, python-format
msgid "Binding info for DVR port %s not found"
msgstr ""
msgid "a different subnet %s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:348
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:356
msgid "No tunnel_type specified, cannot create tunnels"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:351
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:374
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:359
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:382
#, python-format
msgid "tunnel_type %s not supported by agent"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:367
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:375
msgid "No tunnel_ip specified, cannot delete tunnels"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:371
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:379
msgid "No tunnel_type specified, cannot delete tunnels"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:509
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:517
#, python-format
msgid "No local VLAN available for net-id=%s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:548
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:556
#, python-format
msgid ""
"Cannot provision %(network_type)s network for net-id=%(net_uuid)s - "
"tunneling disabled"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:567
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:575
#, python-format
msgid ""
"Cannot provision flat network for net-id=%(net_uuid)s - no bridge for "
"physical_network %(physical_network)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:595
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:603
#, python-format
msgid ""
"Cannot provision VLAN network for net-id=%(net_uuid)s - no bridge for "
"physical_network %(physical_network)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:604
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:612
#, python-format
msgid ""
"Cannot provision unknown network type %(network_type)s for net-"
"id=%(net_uuid)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:660
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:668
#, python-format
msgid ""
"Cannot reclaim unknown network type %(network_type)s for net-"
"id=%(net_uuid)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:805
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:855
msgid ""
"Failed to create OVS patch port. Cannot have tunneling enabled on this "
"agent, since this version of OVS does not support tunnels or patch ports."
" Agent terminated!"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:932
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:982
#, python-format
msgid ""
"Bridge %(bridge)s for physical network %(physical_network)s does not "
"exist. Agent terminated!"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1084
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1174
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1286
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1379
#, python-format
msgid ""
"process_network_ports - iteration:%d - failure while retrieving port "
"details from server"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1315
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1408
#, python-format
msgid ""
"process_ancillary_network_ports - iteration:%d - failure while retrieving"
" port details from server"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1461
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1554
msgid "Error while synchronizing tunnels"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1531
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1625
msgid "Error while processing VIF ports"
msgstr ""
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: neutron 2015.1.dev240\n"
+"Project-Id-Version: neutron 2015.1.dev1.g2add4e5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
+"POT-Creation-Date: 2015-04-20 11:03+0200\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"
msgid "No ports here to refresh firewall"
msgstr ""
-#: neutron/agent/common/ovs_lib.py:393
+#: neutron/agent/common/ovs_lib.py:410
#, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s"
msgstr ""
msgid "Synchronizing state complete"
msgstr ""
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
+#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:611
#: neutron/services/metering/agents/metering_agent.py:286
#, python-format
msgid "agent_updated by server side %s!"
msgstr ""
-#: neutron/agent/l3/agent.py:551
+#: neutron/agent/l3/agent.py:540
msgid "L3 agent started"
msgstr ""
msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
msgstr ""
-#: neutron/agent/linux/dhcp.py:656
+#: neutron/agent/linux/dhcp.py:657
#, python-format
msgid ""
"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is "
#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1729
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
msgid "Agent initialized successfully, now running... "
msgstr ""
msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1507
+#: neutron/db/db_base_plugin_v2.py:1517
#, python-format
msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
msgstr ""
"rescheduling is disabled."
msgstr ""
-#: neutron/db/l3_db.py:1114
+#: neutron/db/l3_db.py:1178
#, python-format
msgid "Skipping port %s as no IP is configure on it"
msgstr ""
msgid "Centralizing distributed router %s is not supported"
msgstr ""
-#: neutron/db/l3_dvr_db.py:535
+#: neutron/db/l3_dvr_db.py:539
#, python-format
msgid "Agent Gateway port does not exist, so create one: %s"
msgstr ""
-#: neutron/db/l3_dvr_db.py:619
+#: neutron/db/l3_dvr_db.py:623
#, python-format
msgid "SNAT interface port list does not exist, so create one: %s"
msgstr ""
msgid "%d probe(s) deleted"
msgstr ""
+#: neutron/extensions/vlantransparent.py:45
+msgid "Disabled vlantransparent extension."
+msgstr ""
+
#: neutron/notifiers/nova.py:266
#, python-format
msgid "Nova event response: %s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1245
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
#, python-format
msgid "Port %(device)s updated. Details: %(details)s"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1303
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1320
#, python-format
msgid "Attachment %s removed"
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1332
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
#, python-format
msgid "Port %s updated."
msgstr ""
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1522
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
msgid "Agent out of sync with plugin!"
msgstr ""
msgid "Added segment %(id)s of type %(network_type)s for network %(network_id)s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:43
+#: neutron/plugins/ml2/managers.py:44
#, python-format
msgid "Configured type driver names: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:48
+#: neutron/plugins/ml2/managers.py:49
#, python-format
msgid "Loaded type driver names: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:64
+#: neutron/plugins/ml2/managers.py:65
#, python-format
msgid "Registered types: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:75
+#: neutron/plugins/ml2/managers.py:76
#, python-format
msgid "Tenant network_types: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:161
+#: neutron/plugins/ml2/managers.py:162
#, python-format
msgid "Initializing driver for type '%s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:270
+#: neutron/plugins/ml2/managers.py:271
#, python-format
msgid "Configured mechanism driver names: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:276
+#: neutron/plugins/ml2/managers.py:277
#, python-format
msgid "Loaded mechanism driver names: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:288
+#: neutron/plugins/ml2/managers.py:289
#, python-format
msgid "Registered mechanism drivers: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:293
+#: neutron/plugins/ml2/managers.py:294
#, python-format
msgid "Initializing mechanism driver '%s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:699
+#: neutron/plugins/ml2/managers.py:703
#, python-format
msgid "Configured extension driver names: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:705
+#: neutron/plugins/ml2/managers.py:709
#, python-format
msgid "Loaded extension driver names: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:716
+#: neutron/plugins/ml2/managers.py:720
#, python-format
msgid "Registered extension drivers: %s"
msgstr ""
-#: neutron/plugins/ml2/managers.py:722
+#: neutron/plugins/ml2/managers.py:726
#, python-format
msgid "Initializing extension driver '%s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:730
+#: neutron/plugins/ml2/managers.py:734
#, python-format
msgid "Got %(alias)s extension from driver '%(drv)s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:779
+#: neutron/plugins/ml2/managers.py:783
#, python-format
msgid "Extended network dict for driver '%(drv)s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:786
+#: neutron/plugins/ml2/managers.py:790
#, python-format
msgid "Extended subnet dict for driver '%(drv)s'"
msgstr ""
-#: neutron/plugins/ml2/managers.py:793
+#: neutron/plugins/ml2/managers.py:797
#, python-format
msgid "Extended port dict for driver '%(drv)s'"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:144
+#: neutron/plugins/ml2/plugin.py:151
msgid "Modular L2 Plugin initialization complete"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:281
+#: neutron/plugins/ml2/plugin.py:288
#, python-format
msgid "Attempt %(count)s to bind port %(port)s"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:678
+#: neutron/plugins/ml2/plugin.py:685
#, python-format
msgid "Port %s was deleted concurrently"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:689
+#: neutron/plugins/ml2/plugin.py:696
#, python-format
msgid "Subnet %s was deleted concurrently"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:1329
+#: neutron/plugins/ml2/plugin.py:1336
#, python-format
msgid ""
"Binding info for port %s was not found, it might have been deleted "
msgid "L2 Agent operating in DVR Mode with MAC %s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:526
#, python-format
msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:627
#, python-format
msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:717
+#, python-format
+msgid ""
+"Skipping ARP spoofing rules for port '%s' because it has port security "
+"disabled"
+msgstr ""
+
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:764
#, python-format
msgid "port_unbound(): net_uuid %s not in local_vlan_map"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:833
#, python-format
msgid "Adding %s to list of bridges."
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:976
#, python-format
msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1125
#, python-format
msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
#, python-format
msgid ""
"Port %s was not found on the integration bridge and will therefore not be"
" processed"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1272
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1291
#, python-format
msgid "Ancillary Port %s added"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1550
msgid "Agent tunnel out of sync with plugin!"
msgstr ""
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: neutron 2015.1.dev240\n"
+"Project-Id-Version: neutron 2015.1.dev1.g2add4e5\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
+"POT-Creation-Date: 2015-04-20 11:03+0200\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"
msgid "Add comments to iptables rules."
msgstr ""
-#: neutron/agent/common/config.py:69
+#: neutron/agent/common/config.py:68
+msgid ""
+"Maximum number of elements which can be stored in an IPset. If None is "
+"specified, the system default will be used."
+msgstr ""
+
+#: neutron/agent/common/config.py:72
+msgid ""
+"Initial hash size for an IPset. Must be a power of 2, else the kernel "
+"will round it up automatically. If None is specified, the system default "
+"will be used."
+msgstr ""
+
+#: neutron/agent/common/config.py:80
msgid "Action to be executed when a child process dies"
msgstr ""
-#: neutron/agent/common/config.py:71
+#: neutron/agent/common/config.py:82
msgid ""
"Interval between checks of child process liveness (seconds), use 0 to "
"disable"
msgstr ""
-#: neutron/agent/common/config.py:137
+#: neutron/agent/common/config.py:152
msgid "Top-level directory for maintaining dhcp state"
msgstr ""
msgid "Timeout in seconds for ovs-vsctl commands"
msgstr ""
-#: neutron/agent/common/ovs_lib.py:411
+#: neutron/agent/common/ovs_lib.py:428
#, python-format
msgid "Unable to determine mac address for %s"
msgstr ""
-#: neutron/agent/common/ovs_lib.py:505
+#: neutron/agent/common/ovs_lib.py:522
msgid "Cannot match priority on flow deletion or modification"
msgstr ""
-#: neutron/agent/common/ovs_lib.py:510
+#: neutron/agent/common/ovs_lib.py:527
msgid "Must specify one or more actions on flow addition or modification"
msgstr ""
msgid "Use broadcast in DHCP replies"
msgstr ""
-#: neutron/agent/l3/agent.py:278
+#: neutron/agent/l3/agent.py:276
msgid ""
"The 'gateway_external_network_id' option must be configured for this "
"agent as Neutron has more than one external network."
msgstr ""
#: neutron/agent/l3/keepalived_state_change.py:122
-#: neutron/agent/metadata/driver.py:43
#: neutron/agent/metadata/namespace_proxy.py:153
#: neutron/tests/functional/agent/l3/test_keepalived_state_change.py:31
msgid "Location of Metadata Proxy UNIX domain socket"
msgid "Unable to unlock pid file"
msgstr ""
-#: neutron/agent/linux/dhcp.py:239
+#: neutron/agent/linux/dhcp.py:240
#, python-format
msgid "Error while reading %s"
msgstr ""
-#: neutron/agent/linux/dhcp.py:246
+#: neutron/agent/linux/dhcp.py:247
#, python-format
msgid "Unable to convert value in %s"
msgstr ""
-#: neutron/agent/linux/dhcp.py:248
+#: neutron/agent/linux/dhcp.py:249
#, python-format
msgid "Unable to access %s"
msgstr ""
msgid "Admin username"
msgstr ""
-#: neutron/agent/linux/interface.py:53 neutron/agent/metadata/config.py:24
+#: neutron/agent/linux/interface.py:53 neutron/agent/metadata/config.py:56
#: neutron/plugins/metaplugin/common/config.py:65
msgid "Admin password"
msgstr ""
-#: neutron/agent/linux/interface.py:56 neutron/agent/metadata/config.py:27
+#: neutron/agent/linux/interface.py:56 neutron/agent/metadata/config.py:59
#: neutron/plugins/metaplugin/common/config.py:68
msgid "Admin tenant name"
msgstr ""
-#: neutron/agent/linux/interface.py:58 neutron/agent/metadata/config.py:29
+#: neutron/agent/linux/interface.py:58 neutron/agent/metadata/config.py:61
#: neutron/plugins/metaplugin/common/config.py:70
msgid "Authentication URL"
msgstr ""
-#: neutron/agent/linux/interface.py:60 neutron/agent/metadata/config.py:31
+#: neutron/agent/linux/interface.py:60 neutron/agent/metadata/config.py:63
#: neutron/common/config.py:49 neutron/plugins/metaplugin/common/config.py:72
msgid "The type of authentication to use"
msgstr ""
-#: neutron/agent/linux/interface.py:62 neutron/agent/metadata/config.py:33
+#: neutron/agent/linux/interface.py:62 neutron/agent/metadata/config.py:65
#: neutron/plugins/metaplugin/common/config.py:74
msgid "Authentication region"
msgstr ""
-#: neutron/agent/linux/interface.py:65 neutron/agent/metadata/config.py:43
+#: neutron/agent/linux/interface.py:65 neutron/agent/metadata/config.py:75
msgid "Network service endpoint type to pull from the keystone catalog"
msgstr ""
msgid "Location to store IPv6 RA config files"
msgstr ""
-#: neutron/agent/linux/utils.py:118
+#: neutron/agent/linux/utils.py:119
msgid ""
"\n"
"Command: {cmd}\n"
"Stderr: {stderr}"
msgstr ""
-#: neutron/agent/metadata/agent.py:110
+#: neutron/agent/metadata/agent.py:117
#: neutron/agent/metadata/namespace_proxy.py:57
msgid "An unknown error has occurred. Please try your request again."
msgstr ""
-#: neutron/agent/metadata/agent.py:187
+#: neutron/agent/metadata/agent.py:194
msgid ""
"Either one of parameter network_id or router_id must be passed to "
"_get_ports method."
msgstr ""
-#: neutron/agent/metadata/agent.py:249
+#: neutron/agent/metadata/agent.py:256
#: neutron/agent/metadata/namespace_proxy.py:102
msgid "Remote metadata server experienced an internal server error."
msgstr ""
-#: neutron/agent/metadata/agent.py:255
+#: neutron/agent/metadata/agent.py:262
#: neutron/agent/metadata/namespace_proxy.py:108
#, python-format
msgid "Unexpected response code: %s"
msgstr ""
-#: neutron/agent/metadata/config.py:22
+#: neutron/agent/metadata/config.py:23
+msgid "Location for Metadata Proxy UNIX domain socket."
+msgstr ""
+
+#: neutron/agent/metadata/config.py:26
+msgid ""
+"User (uid or name) running metadata proxy after its initialization (if "
+"empty: agent effective user)."
+msgstr ""
+
+#: neutron/agent/metadata/config.py:31
+msgid ""
+"Group (gid or name) running metadata proxy after its initialization (if "
+"empty: agent effective group)."
+msgstr ""
+
+#: neutron/agent/metadata/config.py:40
+msgid ""
+"Enable/Disable log watch by metadata proxy. It should be disabled when "
+"metadata_proxy_user/group is not allowed to read/write its log file and "
+"copytruncate logrotate option must be used if logrotate is enabled on "
+"metadata proxy log files. Option default value is deduced from "
+"metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent"
+" effective user id/name."
+msgstr ""
+
+#: neutron/agent/metadata/config.py:54
#: neutron/plugins/metaplugin/common/config.py:63
msgid "Admin user"
msgstr ""
-#: neutron/agent/metadata/config.py:36
+#: neutron/agent/metadata/config.py:68
msgid "Turn off verification of the certificate for ssl"
msgstr ""
-#: neutron/agent/metadata/config.py:39
+#: neutron/agent/metadata/config.py:71
msgid "Certificate Authority public key (CA cert) file for ssl"
msgstr ""
-#: neutron/agent/metadata/config.py:46
+#: neutron/agent/metadata/config.py:78
msgid "IP address used by Nova metadata server."
msgstr ""
-#: neutron/agent/metadata/config.py:49
+#: neutron/agent/metadata/config.py:81
msgid "TCP Port used by Nova metadata server."
msgstr ""
-#: neutron/agent/metadata/config.py:52
+#: neutron/agent/metadata/config.py:84
msgid "Shared secret to sign instance-id request"
msgstr ""
-#: neutron/agent/metadata/config.py:57
+#: neutron/agent/metadata/config.py:89
msgid "Protocol to access nova metadata, http or https"
msgstr ""
-#: neutron/agent/metadata/config.py:59
+#: neutron/agent/metadata/config.py:91
msgid "Allow to perform insecure SSL (https) requests to nova metadata"
msgstr ""
-#: neutron/agent/metadata/config.py:63
+#: neutron/agent/metadata/config.py:95
msgid "Client certificate for nova metadata api server."
msgstr ""
-#: neutron/agent/metadata/config.py:66
+#: neutron/agent/metadata/config.py:98
msgid "Private key of client certificate."
msgstr ""
-#: neutron/agent/metadata/config.py:73
-msgid "Location for Metadata Proxy UNIX domain socket"
+#: neutron/agent/metadata/config.py:112
+msgid ""
+"Metadata Proxy UNIX domain socket mode, 3 values allowed: 'deduce': "
+"deduce mode from metadata_proxy_user/group values, 'user': set metadata "
+"proxy socket mode to 0o644, to use when metadata_proxy_user is agent "
+"effective user or root, 'group': set metadata proxy socket mode to 0o664,"
+" to use when metadata_proxy_group is agent effective group or root, "
+"'all': set metadata proxy socket mode to 0o666, to use otherwise."
msgstr ""
-#: neutron/agent/metadata/config.py:76
+#: neutron/agent/metadata/config.py:126
msgid "Number of separate worker processes for metadata server"
msgstr ""
-#: neutron/agent/metadata/config.py:80
+#: neutron/agent/metadata/config.py:130
msgid "Number of backlog requests to configure the metadata server socket with"
msgstr ""
-#: neutron/agent/metadata/driver.py:47
-msgid ""
-"User (uid or name) running metadata proxy after its initialization (if "
-"empty: agent effective user)"
-msgstr ""
-
-#: neutron/agent/metadata/driver.py:52
-msgid ""
-"Group (gid or name) running metadata proxy after its initialization (if "
-"empty: agent effective group)"
-msgstr ""
-
-#: neutron/agent/metadata/driver.py:57
-msgid ""
-"Enable/Disable log watch by metadata proxy. It should be disabled when "
-"metadata_proxy_user/group is not allowed to read/write its log file and "
-"copytruncate logrotate option must be used if logrotate is enabled on "
-"metadata proxy log files. Option default value is deduced from "
-"metadata_proxy_user: watch log is enabled if metadata_proxy_user is agent"
-" effective user id/name."
-msgstr ""
-
#: neutron/agent/metadata/namespace_proxy.py:137
msgid "Network that will have instance metadata proxied."
msgstr ""
msgid "Duplicate hostroute '%s'"
msgstr ""
-#: neutron/api/v2/attributes.py:334 neutron/tests/unit/test_attributes.py:515
-#: neutron/tests/unit/test_attributes.py:529
-#: neutron/tests/unit/test_attributes.py:537
+#: neutron/api/v2/attributes.py:334
+#: neutron/tests/unit/api/v2/test_attributes.py:515
+#: neutron/tests/unit/api/v2/test_attributes.py:529
+#: neutron/tests/unit/api/v2/test_attributes.py:537
#, python-format
msgid "'%(data)s' isn't a recognized IP subnet cidr, '%(cidr)s' is recommended"
msgstr ""
msgstr ""
#: neutron/api/v2/resource.py:127
-#: neutron/tests/unit/test_api_v2_resource.py:248
+#: neutron/tests/unit/api/v2/test_resource.py:248
msgid "Request Failed: internal server error while processing your request."
msgstr ""
"ports created by Neutron on integration and external network bridges."
msgstr ""
-#: neutron/cmd/sanity_check.py:143
+#: neutron/cmd/sanity_check.py:152
msgid "Check for OVS vxlan support"
msgstr ""
-#: neutron/cmd/sanity_check.py:145
+#: neutron/cmd/sanity_check.py:154
msgid "Check for iproute2 vxlan support"
msgstr ""
-#: neutron/cmd/sanity_check.py:147
+#: neutron/cmd/sanity_check.py:156
msgid "Check for patch port support"
msgstr ""
-#: neutron/cmd/sanity_check.py:149
+#: neutron/cmd/sanity_check.py:158
msgid "Check for nova notification support"
msgstr ""
-#: neutron/cmd/sanity_check.py:151
+#: neutron/cmd/sanity_check.py:160
msgid "Check for ARP responder support"
msgstr ""
-#: neutron/cmd/sanity_check.py:153
+#: neutron/cmd/sanity_check.py:162
+msgid "Check for ARP header match support"
+msgstr ""
+
+#: neutron/cmd/sanity_check.py:164
msgid "Check for VF management support"
msgstr ""
-#: neutron/cmd/sanity_check.py:155
+#: neutron/cmd/sanity_check.py:166
msgid "Check netns permission settings"
msgstr ""
-#: neutron/cmd/sanity_check.py:157
+#: neutron/cmd/sanity_check.py:168
msgid "Check minimal dnsmasq version"
msgstr ""
-#: neutron/cmd/sanity_check.py:159
+#: neutron/cmd/sanity_check.py:170
msgid "Check ovsdb native interface support"
msgstr ""
msgid "Cannot disable enable_dhcp with ipv6 attributes set"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1020
+#: neutron/db/db_base_plugin_v2.py:1030
#, python-format
msgid "%(name)s '%(addr)s' does not match the ip_version '%(ip_version)s'"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1044
+#: neutron/db/db_base_plugin_v2.py:1054
msgid "Gateway is not valid on subnet"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1064 neutron/db/db_base_plugin_v2.py:1078
+#: neutron/db/db_base_plugin_v2.py:1074 neutron/db/db_base_plugin_v2.py:1088
#: neutron/plugins/opencontrail/contrail_plugin.py:312
msgid "new subnet"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1071
+#: neutron/db/db_base_plugin_v2.py:1081
#, python-format
msgid "Error parsing dns address %s"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1087
+#: neutron/db/db_base_plugin_v2.py:1097
msgid "ipv6_ra_mode is not valid when ip_version is 4"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1091
+#: neutron/db/db_base_plugin_v2.py:1101
msgid "ipv6_address_mode is not valid when ip_version is 4"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1224
+#: neutron/db/db_base_plugin_v2.py:1234
msgid "allocation_pools allowed only for specific subnet requests."
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1304
+#: neutron/db/db_base_plugin_v2.py:1314
msgid "ip_version must be specified in the absence of cidr and subnetpool_id"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1321
+#: neutron/db/db_base_plugin_v2.py:1331
msgid "cidr and prefixlen must not be supplied together"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1332
+#: neutron/db/db_base_plugin_v2.py:1342
msgid "A cidr must be specified in the absence of a subnet pool"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1583
+#: neutron/db/db_base_plugin_v2.py:1593
msgid "Existing prefixes must be a subset of the new prefixes"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1650
+#: neutron/db/db_base_plugin_v2.py:1660
msgid "Subnet pool has existing allocations"
msgstr ""
-#: neutron/db/db_base_plugin_v2.py:1657
+#: neutron/db/db_base_plugin_v2.py:1667
msgid "mac address update"
msgstr ""
msgid "Cannot specify both subnet-id and port-id"
msgstr ""
-#: neutron/db/l3_db.py:514
-msgid "Router port must have exactly one fixed IP"
+#: neutron/db/l3_db.py:518
+#, python-format
+msgid ""
+"Cannot have multiple router ports with the same network id if both "
+"contain IPv6 subnets. Existing port %(p)s has IPv6 subnet(s) and network "
+"id %(nid)s"
msgstr ""
-#: neutron/db/l3_db.py:528
+#: neutron/db/l3_db.py:560
msgid "Subnet for router interface must have a gateway IP"
msgstr ""
-#: neutron/db/l3_db.py:532
+#: neutron/db/l3_db.py:564
#, python-format
msgid ""
"IPv6 subnet %s configured to receive RAs from an external router cannot "
"be added to Neutron Router."
msgstr ""
-#: neutron/db/l3_db.py:712
+#: neutron/db/l3_db.py:776
#, python-format
msgid "Cannot add floating IP to port on subnet %s which has no gateway_ip"
msgstr ""
-#: neutron/db/l3_db.py:753
+#: neutron/db/l3_db.py:817
#, python-format
msgid ""
"Port %(port_id)s is associated with a different tenant than Floating IP "
"%(floatingip_id)s and therefore cannot be bound."
msgstr ""
-#: neutron/db/l3_db.py:757
+#: neutron/db/l3_db.py:821
#, python-format
msgid ""
"Cannot create floating IP and bind it to Port %s, since that port is "
"owned by a different tenant."
msgstr ""
-#: neutron/db/l3_db.py:769
+#: neutron/db/l3_db.py:833
#, python-format
msgid "Port %(id)s does not have fixed ip %(address)s"
msgstr ""
-#: neutron/db/l3_db.py:776
+#: neutron/db/l3_db.py:840
#, python-format
msgid "Cannot add floating IP to port %s that has no fixed IP addresses"
msgstr ""
-#: neutron/db/l3_db.py:780
+#: neutron/db/l3_db.py:844
#, python-format
msgid ""
"Port %s has multiple fixed IPs. Must provide a specific IP when "
"assigning a floating IP"
msgstr ""
-#: neutron/db/l3_db.py:809
+#: neutron/db/l3_db.py:873
msgid "fixed_ip_address cannot be specified without a port_id"
msgstr ""
-#: neutron/db/l3_db.py:849
+#: neutron/db/l3_db.py:913
#, python-format
msgid "Network %s is not a valid external network"
msgstr ""
-#: neutron/db/l3_db.py:993
+#: neutron/db/l3_db.py:1057
#, python-format
msgid "has device owner %s"
msgstr ""
" Only admin can override."
msgstr ""
-#: neutron/db/l3_dvr_db.py:551
+#: neutron/db/l3_dvr_db.py:555
msgid "Unable to create the Agent Gateway Port"
msgstr ""
-#: neutron/db/l3_dvr_db.py:584
+#: neutron/db/l3_dvr_db.py:588
msgid "Unable to create the SNAT Interface Port"
msgstr ""
msgid "API for retrieving service providers for Neutron advanced services"
msgstr ""
+#: neutron/extensions/vlantransparent.py:27
+msgid "Backend does not support VLAN Transparency."
+msgstr ""
+
#: neutron/ipam/subnet_alloc.py:106
#, python-format
msgid "Insufficient prefix space to allocate subnet size /%s"
msgid "Update router-add-interface failed in SDN-VE: %s"
msgstr ""
-#: neutron/plugins/ibm/sdnve_neutron_plugin.py:556
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:562
#: neutron/services/l3_router/l3_sdnve.py:128
msgid "No port ID"
msgstr ""
-#: neutron/plugins/ibm/sdnve_neutron_plugin.py:562
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:568
#: neutron/services/l3_router/l3_sdnve.py:134
msgid "No fixed IP"
msgstr ""
-#: neutron/plugins/ibm/sdnve_neutron_plugin.py:590
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:588
+#, python-format
+msgid ""
+"Update router-remove-interface failed SDN-VE: subnet %(sid) is not "
+"associated with any ports on router %(rid)"
+msgstr ""
+
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:603
#, python-format
msgid "Update router-remove-interface failed SDN-VE: %s"
msgstr ""
-#: neutron/plugins/ibm/sdnve_neutron_plugin.py:622
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:640
#, python-format
msgid "Creating floating ip operation failed in SDN-VE controller: %s"
msgstr ""
-#: neutron/plugins/ibm/sdnve_neutron_plugin.py:650
+#: neutron/plugins/ibm/sdnve_neutron_plugin.py:668
#, python-format
msgid "Update floating ip failed in SDN-VE: %s"
msgstr ""
" network MTU value that differs from the default segment_mtu value."
msgstr ""
-#: neutron/plugins/ml2/managers.py:89
+#: neutron/plugins/ml2/managers.py:90
msgid "network_type required"
msgstr ""
-#: neutron/plugins/ml2/managers.py:192 neutron/plugins/ml2/managers.py:201
+#: neutron/plugins/ml2/managers.py:193 neutron/plugins/ml2/managers.py:202
#, python-format
msgid "network_type value '%s' not supported"
msgstr ""
-#: neutron/plugins/ml2/plugin.py:219
+#: neutron/plugins/ml2/plugin.py:226
msgid "binding:profile value too large"
msgstr ""
msgid "%(method)s failed."
msgstr ""
-#: neutron/plugins/ml2/common/exceptions.py:28
-msgid "Backend does not support VLAN Transparency."
-msgstr ""
-
#: neutron/plugins/ml2/drivers/type_flat.py:33
msgid ""
"List of physical_network names with which flat networks can be created. "
"error: %(error)s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1559
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1653
msgid ""
"DVR deployments for VXLAN/GRE underlays require L2-pop to be enabled, in "
"both the Agent and Server side."
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1577
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1671
#, python-format
msgid "Parsing bridge_mappings failed: %s."
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1598
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1693
#, python-format
msgid "Invalid tunnel type specified: %s"
msgstr ""
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1601
+#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1696
msgid "Tunneling cannot be enabled without a valid local_ip."
msgstr ""
#: neutron/plugins/openvswitch/common/config.py:78
msgid ""
+"Enable suppression of ARP responses that don't match an IP address that "
+"belongs to the port from which they originate. Note: This prevents the "
+"VMs attached to this agent from spoofing, it doesn't protect them from "
+"other devices which have the capability to spoof (e.g. bare metal or VMs "
+"attached to agents without this flag set to True). Spoofing rules will "
+"not be added to any ports that have port security disabled. This requires"
+" a version of OVS that supports matching ARP headers."
+msgstr ""
+
+#: neutron/plugins/openvswitch/common/config.py:89
+msgid ""
"Set or un-set the don't fragment (DF) bit on outgoing IP packet carrying "
"GRE/VXLAN tunnel."
msgstr ""
-#: neutron/plugins/openvswitch/common/config.py:81
+#: neutron/plugins/openvswitch/common/config.py:92
msgid "Make the l2 agent run in DVR mode."
msgstr ""
-#: neutron/plugins/openvswitch/common/config.py:83
+#: neutron/plugins/openvswitch/common/config.py:94
msgid ""
"Set new timeout in seconds for new rpc calls after agent receives "
"SIGTERM. If value is set to 0, rpc timeout won't be changed"
msgid "Keepalived didn't respawn"
msgstr ""
-#: neutron/tests/unit/test_api_v2_resource.py:157
-#: neutron/tests/unit/test_api_v2_resource.py:202
+#: neutron/tests/unit/agent/linux/test_iptables_manager.py:842
+#: neutron/tests/unit/agent/linux/test_iptables_manager.py:876
+#, python-format
+msgid ""
+"IPTablesManager.apply failed to apply the following set of iptables "
+"rules:\n"
+"%s"
+msgstr ""
+
+#: neutron/tests/unit/api/v2/test_resource.py:157
+#: neutron/tests/unit/api/v2/test_resource.py:202
msgid "Unmapped error"
msgstr ""
-#: neutron/tests/unit/test_api_v2_resource.py:261
+#: neutron/tests/unit/api/v2/test_resource.py:261
msgid ""
"The server has either erred or is incapable of performing the requested "
"operation."
msgstr ""
-#: neutron/tests/unit/test_iptables_manager.py:842
-#: neutron/tests/unit/test_iptables_manager.py:876
-#, python-format
-msgid ""
-"IPTablesManager.apply failed to apply the following set of iptables "
-"rules:\n"
-"%s"
-msgstr ""
-
-#: neutron/tests/unit/ml2/test_ml2_plugin.py:309
+#: neutron/tests/unit/plugins/ml2/test_plugin.py:310
#, python-format
msgid "Deleting port %s"
msgstr ""
-#: neutron/tests/unit/ml2/test_ml2_plugin.py:310
+#: neutron/tests/unit/plugins/ml2/test_plugin.py:311
#, python-format
msgid "The port '%s' was deleted"
msgstr ""
-#: neutron/tests/unit/ml2/drivers/mechanism_logger.py:33
+#: neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:33
#, python-format
msgid ""
"%(method)s called with network settings %(current)s (original settings "
"%(original)s) and network segments %(segments)s"
msgstr ""
-#: neutron/tests/unit/ml2/drivers/mechanism_logger.py:60
+#: neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:60
#, python-format
msgid ""
"%(method)s called with subnet settings %(current)s (original settings "
"%(original)s)"
msgstr ""
-#: neutron/tests/unit/ml2/drivers/mechanism_logger.py:86
+#: neutron/tests/unit/plugins/ml2/drivers/mechanism_logger.py:86
#, python-format
msgid ""
"%(method)s called with port settings %(current)s (original settings "
"%(segments_to_bind)s"
msgstr ""
-#: neutron/tests/unit/ml2/extensions/test_extension.py:54
+#: neutron/tests/unit/plugins/ml2/extensions/fake_extension.py:54
msgid "Adds test attributes to core resources."
msgstr ""
-#: neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py:955
-#: neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py:972
+#: neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py:961
+#: neutron/tests/unit/plugins/openvswitch/agent/test_ovs_neutron_agent.py:978
#, python-format
msgid "Failed to set-up %(type)s tunnel port to %(ip)s"
msgstr ""
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
-"neutron/language/pt_BR/)\n"
-"Language: pt_BR\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr "Serviço %s é suportado pelo plugin núcleo"
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "Carregando Plug-in: %s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-"Inserindo política: %(new_policy)s no lugar de política deprecada: "
-"%(old_policy)s"
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr "Serviço Neutron iniciado, escutando em %(host)s:%(port)s"
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "Exceção de HTTP lançada: %s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s retornado com HTTP %(status)d"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s retornou uma falha: %(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "Extensão de grupo de segurança desativada."
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "Preparando filtros para dispositivos %s"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "Regra do grupo de segurança atualizada %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "Membro do grupo de segurança atualizado %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "Regra do provedor atualizada"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "Remover filtro de dispositivo para %r"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "Atualizar regras de firewall"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr "Nenhuma porta aqui para atualizar firewall"
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "Agente DHCP iniciado"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "Sincronizando estado"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "agent_updated por lado do servidor %s!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "Agente L3 iniciado"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "O dispositivo %s já existe"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "Tentou atualizar o filtro de porta que não foi filtrado %s"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "Tentou remover o filtro de porta que não foi filtrado %r"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "Inicializando o Extension Manager."
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "Extensão carregada: %s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr ""
-"Permitir que a classificação seja ativada porque a paginação nativa requer "
-"classificação nativa"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "Limpeza de OVS concluída com êxito"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "Agente inicializado com êxito; em execução agora... "
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "Criação de log ativada!"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "Arquivo de colagem configurado: %s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"A validação para CIDR: %(new_cidr)s falhou - se sobrepõe com a sub-rede "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "Localizado endereço IP inválido no pool: %(start)s - %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr "Endereços IP especificado não correspondem à versão do IP da sub-rede"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr "IP inicial (%(start)s) é maior que IP final (%(end)s)"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr "Localizado pool maior que a sub-rede CIDR:%(start)s - %(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "Localizados intervalos de sobreposição: %(l_range)s e %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "Ignorando a porta %s porque nenhum IP está configurado nela"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Backdoor de Eventlet escutando na porta %(port)s pelo processo %(pid)d"
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "Ignorando tarefa periódica %(task)s porque seu intervalo é negativo"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "Ignorando tarefa periódica %(task)s porque ela está desativada"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "%s capturadas, saindo"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "Processo pai saiu inesperadamente, saindo"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "Filho capturado %s, terminando"
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "Bifurcação muito rápida, suspendendo"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "Filho %d iniciado"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "Iniciando %d trabalhadores"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "%(pid)d filho eliminado pelo sinal %(sig)d"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "Filho %(pid)s encerrando com status %(code)d"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "%s capturado, parando filhos"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "Aguardando em %d filhos para sair"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "alocada VLAN (%d) do pool"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "Nenhum %s Plug-in carregado"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s: %(function_name)s com args %(args)s ignorado"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "agent_id de RPC: %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "Porta %(device)s atualizada. Detalhes: %(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "Dispositivo %s não definido no plug-in"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "Anexo %s removido"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "Porta %s atualizada."
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "Daemon RPC do Agente LinuxBridge Iniciado!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "Agente fora de sincronização com o plug-in!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "Mapeamentos da interface: %s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-"Adicionado segmento %(id)s de tipo %(network_type)s para a rede "
-"%(network_id)s"
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr "Configurado nomes para o driver de tipo: %s"
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr "Carregados nomes do driver de tipo: %s"
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr "Tipos registrados: %s"
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr "Tipos de network_types: %s"
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr "inicializando driver para o tipo '%s'"
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr "Configurados nomes para o driver de mecanismo: %s"
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr "Carregados nomes do driver de mecanismo: %s"
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr "Registrados drivers de mecanismo : %s"
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr "Inicializando driver de mecanismo '%s'"
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr "Inicialização de plug-in L2 modular concluída"
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr "Nomes arbitrários de rede flat physical_network permitidos"
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr "Nomes permitidos de rede flat physical_network : %s"
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr "Inicialização do ML2 FlatTypeDriver concluída"
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr "Inicialização do ML2 LocalTypeDriver concluída"
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr "%(type)s faixas de ID: %(range)s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "Intervalos de VLAN de rede: %s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr "Inicialização do VlanTypeDriver concluída"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr "Nome da rede alterado para %s"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr "Designando %(vlan_id)s como vlan local para net-id=%(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "Recuperando vlan = %(vlan_id)s a partir de net-id = %(net_uuid)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr "Adicionando %s na lista de pontes."
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr "Mapeamento de rede física %(physical_network)s para a ponte %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr "Porta auxiliar %s adicionada"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "Túnel do agente fora de sincronização com o plug-in!"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr "Provedor padrão não foi especificado para o tipo de serviço %s"
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr "Carregando driver de medição %s"
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-# 汪军 <wwyyzz08@sina.com>, 2015
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/neutron/"
-"language/zh_CN/)\n"
-"Language: zh_CN\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr "加载核心插件: %s"
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr "服务%s由核心插件支持"
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "正在装入插件:%s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr "在被废弃的策略:%(old_policy)s位置上插入策略:%(new_policy)s "
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr "Neutron服务启动,正在%(host)s:%(port)s上监听"
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "HTTP 异常抛出:%s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s 随HTTP %(status)d返回"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s 返回了故障:%(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "已禁用安全组扩展。"
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "正在为设备 %s 准备过滤器"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "已更新安全组规则 %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "已更新安全组成员 %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "已更新提供程序规则"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "请为 %r 除去设备过滤器"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "请刷新防火墙规则"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "已启动 DHCP 代理"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "正在使状态同步"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr "同步状态完成"
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "服务器端 %s 已更新代理!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "已启动 L3 代理"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr "路由器%(router_id)s 转换为%(state)s"
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr "进程运行uid/gid: %(uid)s/%(gid)s"
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "设备 %s 已存在"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "已尝试更新未过滤的端口过滤器 %s"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "已尝试除去未过滤的端口过滤器 %r"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "正在初始化扩展管理员。"
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "加载的扩展:%s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr "已启用允许排序,因为本机分页需要本机排序"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr "%(action)s 失败 (客户端错误): %(exc)s"
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr "正在删除端口: %s"
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "OVS 清除已成功完成"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "代理已成功初始化,现在正在运行..."
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "已启用日志记录!"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr "%(prog)s 版本 %(version)s"
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "配置粘贴文件:%s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr "IPv6在本系统上未使能。"
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr "在主机 %(host)s上添加网络%(net)s到代理%(agent)%s"
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"针对 CIDR %(new_cidr)s 的验证失败 - 与子网 %(subnet_id)s(CIDR 为 %(cidr)s)"
-"重叠"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "在池中找到无效 IP 地址:%(start)s - %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr "指定的 IP 地址与子网 IP 版本不匹配"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr "起始 IP (%(start)s) 大于结束 IP (%(end)s)"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr "找到超过子网 CIDR (%(start)s - %(end)s) 的池"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "找到重叠范围:%(l_range)s 和 %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "正在跳过端口 %s,因为没有在该端口上配置任何 IP"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr "SNAT 已经绑定到服务节点。"
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr "表 %(old_t)r 已经更名为 %(new_t)r"
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr "Eventlet为进程 %(pid)d 在后台监听 %(port)s "
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "正在跳过周期性任务 %(task)s,因为其时间间隔为负"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "正在跳过周期性任务 %(task)s,因为它已禁用"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "捕获到 %s,正在退出"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "父进程已意外终止,正在退出"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr "子代捕获 %s,正在退出"
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "派生速度太快,正在休眠"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "已启动子代 %d"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "正在启动 %d 工作程序"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "信号 %(sig)d 已终止子代 %(pid)d"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "子代 %(pid)s 已退出,状态为 %(code)d"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "捕获到 %s,正在停止子代"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr "线程结束,正在清理"
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "正在等待 %d 个子代退出"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "已从池分配 vlan (%d)"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "未装入任何 %s 插件"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s:已忽略具有自变量 %(args)s 的 %(function_name)s"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr "SDN-VE 控制器 IP 地址: %s"
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "RPC agent_id:%s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "端口 %(device)s 已更新。详细信息:%(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "未在插件上定义设备 %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "已除去附件 %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "端口 %s 已更新。"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "LinuxBridge 代理 RPC 守护程序已启动!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "代理与插件不同步!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "接口映射:%s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr "增添segment%(id)s种类%(network_type)s在网络%(network_id)s"
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr "配置类型驱动名字: %s"
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr "已加载驱动程序: %s"
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr "已注册类型: %s"
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr "项目网络类型: %s"
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr "为类型 '%s'初始化驱动"
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr "配置装置驱动名称: %s"
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr "已加载的装置驱动名称: %s"
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr "初始化扩展驱动 '%s'"
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr "L2插件模块初始化完成"
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr "端口 %s 被同时删除"
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr "子网 %s 同时被删除 "
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr "允许平面物理网络使用任意名字"
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr "可以使用的平面物理网络名字: %s"
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr "完成ML2 FlatTypeDriver的初始化"
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr "完成L2插件模块初始化"
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr "%(type)s ID 范围: %(range)s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "网络 VLAN 范围:%s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr "Vlan类型驱动初始化完成"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr "网络名改变为 %s"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr "端口名改变为 %s"
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr "APIC 服务代理启动中 ..."
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr "APIC 服务代理已启动"
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr "APIC 主机代理: 代理正启动在 %s"
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr "APIC 主机代理: 已启动在 %s"
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr "正在初始化CRD客户端 ..."
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr "对于网络标识 %(net_uuid)s,正在将 %(vlan_id)s 分配为本地 vlan"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "正在从网络标识 %(net_uuid)s 恢复 vlan %(vlan_id)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr "正在将物理网络 %(physical_network)s 映射至网桥 %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr "设备 %s 的配置已完成。"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "代理隧道与插件不同步!"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr "物理设备映射:%s"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr "正在加载接口驱动 %s"
+++ /dev/null
-# Translations template for neutron.
-# Copyright (C) 2015 ORGANIZATION
-# This file is distributed under the same license as the neutron project.
-#
-# Translators:
-msgid ""
-msgstr ""
-"Project-Id-Version: Neutron\n"
-"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-04-03 06:13+0000\n"
-"PO-Revision-Date: 2015-03-31 22:26+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
-"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/neutron/"
-"language/zh_TW/)\n"
-"Language: zh_TW\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 1.3\n"
-"Plural-Forms: nplurals=1; plural=0;\n"
-
-#: neutron/manager.py:115
-#, python-format
-msgid "Loading core plugin: %s"
-msgstr ""
-
-#: neutron/manager.py:155
-#, python-format
-msgid "Service %s is supported by the core plugin"
-msgstr ""
-
-#: neutron/manager.py:173
-#, python-format
-msgid "Loading Plugin: %s"
-msgstr "正在載入外掛程式:%s"
-
-#: neutron/policy.py:114
-#, python-format
-msgid ""
-"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
-msgstr ""
-
-#: neutron/quota.py:215
-msgid ""
-"ConfDriver is used as quota_driver because the loaded plugin does not "
-"support 'quotas' table."
-msgstr ""
-
-#: neutron/quota.py:220
-#, python-format
-msgid "Loaded quota_driver: %s."
-msgstr ""
-
-#: neutron/service.py:178
-#, python-format
-msgid "Neutron service started, listening on %(host)s:%(port)s"
-msgstr ""
-
-#: neutron/wsgi.py:779
-#, python-format
-msgid "%(method)s %(url)s"
-msgstr "%(method)s %(url)s"
-
-#: neutron/wsgi.py:796
-#, python-format
-msgid "HTTP exception thrown: %s"
-msgstr "已擲出 HTTP 異常狀況:%s"
-
-#: neutron/wsgi.py:812
-#, python-format
-msgid "%(url)s returned with HTTP %(status)d"
-msgstr "%(url)s 傳回了 HTTP %(status)d"
-
-#: neutron/wsgi.py:815
-#, python-format
-msgid "%(url)s returned a fault: %(exception)s"
-msgstr "%(url)s 傳回了錯誤:%(exception)s"
-
-#: neutron/agent/securitygroups_rpc.py:82
-msgid "Disabled security-group extension."
-msgstr "已停用安全群組延伸。"
-
-#: neutron/agent/securitygroups_rpc.py:84
-msgid "Disabled allowed-address-pairs extension."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:214
-#, python-format
-msgid ""
-"Skipping method %s as firewall is disabled or configured as "
-"NoopFirewallDriver."
-msgstr ""
-
-#: neutron/agent/securitygroups_rpc.py:226
-#, python-format
-msgid "Preparing filters for devices %s"
-msgstr "正在準備裝置 %s 的過濾器"
-
-#: neutron/agent/securitygroups_rpc.py:256
-#, python-format
-msgid "Security group rule updated %r"
-msgstr "安全群組規則已更新 %r"
-
-#: neutron/agent/securitygroups_rpc.py:263
-#, python-format
-msgid "Security group member updated %r"
-msgstr "安全群組成員已更新 %r"
-
-#: neutron/agent/securitygroups_rpc.py:285
-msgid "Provider rule updated"
-msgstr "已更新提供者規則"
-
-#: neutron/agent/securitygroups_rpc.py:297
-#, python-format
-msgid "Remove device filter for %r"
-msgstr "移除 %r 的裝置過濾器"
-
-#: neutron/agent/securitygroups_rpc.py:307
-msgid "Refresh firewall rules"
-msgstr "重新整理防火牆規則"
-
-#: neutron/agent/securitygroups_rpc.py:311
-msgid "No ports here to refresh firewall"
-msgstr ""
-
-#: neutron/agent/common/ovs_lib.py:393
-#, python-format
-msgid "Port %(port_id)s not present in bridge %(br_name)s"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:93 neutron/agent/dhcp/agent.py:589
-msgid "DHCP agent started"
-msgstr "已啟動 DHCP 代理程式"
-
-#: neutron/agent/dhcp/agent.py:144
-msgid "Synchronizing state"
-msgstr "正在同步化狀態"
-
-#: neutron/agent/dhcp/agent.py:165
-msgid "Synchronizing state complete"
-msgstr ""
-
-#: neutron/agent/dhcp/agent.py:586 neutron/agent/l3/agent.py:622
-#: neutron/services/metering/agents/metering_agent.py:286
-#, python-format
-msgid "agent_updated by server side %s!"
-msgstr "agent_updated 是由伺服器端 %s 執行!"
-
-#: neutron/agent/l3/agent.py:551
-msgid "L3 agent started"
-msgstr "已啟動 L3 代理程式"
-
-#: neutron/agent/l3/ha.py:114
-#, python-format
-msgid "Router %(router_id)s transitioned to %(state)s"
-msgstr ""
-
-#: neutron/agent/l3/ha.py:124
-#, python-format
-msgid ""
-"Router %s is not managed by this agent. It was possibly deleted concurrently."
-msgstr ""
-
-#: neutron/agent/linux/daemon.py:102
-#, python-format
-msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
-msgstr ""
-
-#: neutron/agent/linux/dhcp.py:656
-#, python-format
-msgid ""
-"Cannot apply dhcp option %(opt)s because it's ip_version %(version)d is not "
-"in port's address IP versions"
-msgstr ""
-
-#: neutron/agent/linux/interface.py:268 neutron/agent/linux/interface.py:319
-#: neutron/agent/linux/interface.py:377 neutron/agent/linux/interface.py:420
-#, python-format
-msgid "Device %s already exists"
-msgstr "裝置 %s 已存在"
-
-#: neutron/agent/linux/iptables_firewall.py:114
-#, python-format
-msgid "Attempted to update port filter which is not filtered %s"
-msgstr "已嘗試更新未過濾的埠過濾器 %s"
-
-#: neutron/agent/linux/iptables_firewall.py:125
-#, python-format
-msgid "Attempted to remove port filter which is not filtered %r"
-msgstr "已嘗試移除未過濾的埠過濾器 %r"
-
-#: neutron/api/extensions.py:404
-msgid "Initializing extension manager."
-msgstr "正在起始設定延伸管理程式。"
-
-#: neutron/api/extensions.py:562
-#, python-format
-msgid "Loaded extension: %s"
-msgstr "已載入延伸:%s"
-
-#: neutron/api/v2/base.py:93
-msgid ""
-"Allow sorting is enabled because native pagination requires native sorting"
-msgstr "已啟用容許排序,因為原生分頁需要原生排序"
-
-#: neutron/api/v2/resource.py:94
-#, python-format
-msgid "%(action)s failed (client error): %(exc)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:135
-#, python-format
-msgid "Notify callbacks for %(resource)s, %(event)s"
-msgstr ""
-
-#: neutron/callbacks/manager.py:142
-#, python-format
-msgid "Calling callback %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:73
-#, python-format
-msgid "Deleting port: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:103
-#, python-format
-msgid "Cleaning bridge: %s"
-msgstr ""
-
-#: neutron/cmd/ovs_cleanup.py:110
-msgid "OVS cleanup completed successfully"
-msgstr "已順利完成 OVS 清理"
-
-#: neutron/cmd/eventlet/plugins/hyperv_neutron_agent.py:43
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1017
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1634
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
-msgid "Agent initialized successfully, now running... "
-msgstr "已順利地起始設定代理程式,現正在執行中..."
-
-#: neutron/common/config.py:204
-msgid "Logging enabled!"
-msgstr "已啟用記載!"
-
-#: neutron/common/config.py:205
-#, python-format
-msgid "%(prog)s version %(version)s"
-msgstr ""
-
-#: neutron/common/config.py:224
-#, python-format
-msgid "Config paste file: %s"
-msgstr "配置貼上檔案:%s"
-
-#: neutron/common/ipv6_utils.py:63
-msgid "IPv6 is not enabled on this system."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:161
-msgid ""
-"Skipping periodic DHCP agent status check because automatic network "
-"rescheduling is disabled."
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:196
-#, python-format
-msgid "Scheduling unhosted network %s"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:203
-#, python-format
-msgid ""
-"Failed to schedule network %s, no eligible agents or it might be already "
-"scheduled by another server"
-msgstr ""
-
-#: neutron/db/agentschedulers_db.py:211
-#, python-format
-msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
-msgstr ""
-
-#: neutron/db/db_base_plugin_v2.py:630
-#, python-format
-msgid ""
-"Validation for CIDR: %(new_cidr)s failed - overlaps with subnet "
-"%(subnet_id)s (CIDR: %(cidr)s)"
-msgstr ""
-"驗證 CIDR %(new_cidr)s 失敗 - 與子網路 %(subnet_id)s (CIDR %(cidr)s) 重疊"
-
-#: neutron/db/db_base_plugin_v2.py:657
-#, python-format
-msgid "Found invalid IP address in pool: %(start)s - %(end)s:"
-msgstr "在儲存區中發現無效的 IP 位址:%(start)s - %(end)s:"
-
-#: neutron/db/db_base_plugin_v2.py:664
-msgid "Specified IP addresses do not match the subnet IP version"
-msgstr "指定的 IP 位址與子網路 IP 版本不符"
-
-#: neutron/db/db_base_plugin_v2.py:668
-#, python-format
-msgid "Start IP (%(start)s) is greater than end IP (%(end)s)"
-msgstr "起始 IP (%(start)s) 大於結尾 IP (%(end)s)"
-
-#: neutron/db/db_base_plugin_v2.py:673
-#, python-format
-msgid "Found pool larger than subnet CIDR:%(start)s - %(end)s"
-msgstr "找到的儲存區大於子網路 CIDR:%(start)s - %(end)s"
-
-#: neutron/db/db_base_plugin_v2.py:697
-#, python-format
-msgid "Found overlapping ranges: %(l_range)s and %(r_range)s"
-msgstr "發現重疊的範圍:%(l_range)s 及 %(r_range)s"
-
-#: neutron/db/db_base_plugin_v2.py:1507
-#, python-format
-msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
-msgstr ""
-
-#: neutron/db/l3_agentschedulers_db.py:78
-msgid ""
-"Skipping period L3 agent status check because automatic router rescheduling "
-"is disabled."
-msgstr ""
-
-#: neutron/db/l3_db.py:1114
-#, python-format
-msgid "Skipping port %s as no IP is configure on it"
-msgstr "正在跳過埠 %s,因為其上沒有配置 IP"
-
-#: neutron/db/l3_dvr_db.py:86
-#, python-format
-msgid "Centralizing distributed router %s is not supported"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:535
-#, python-format
-msgid "Agent Gateway port does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvr_db.py:619
-#, python-format
-msgid "SNAT interface port list does not exist, so create one: %s"
-msgstr ""
-
-#: neutron/db/l3_dvrscheduler_db.py:312
-msgid "SNAT already bound to a service node."
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:188
-#, python-format
-msgid ""
-"Attempt %(count)s to allocate a VRID in the network %(network)s for the "
-"router %(router)s"
-msgstr ""
-
-#: neutron/db/l3_hamode_db.py:271
-#, python-format
-msgid ""
-"Number of available agents lower than max_l3_agents_per_router. L3 agents "
-"available: %s"
-msgstr ""
-
-#: neutron/db/migration/alembic_migrations/heal_script.py:221
-#, python-format
-msgid "Table %(old_t)r was renamed to %(new_t)r"
-msgstr ""
-
-#: neutron/debug/commands.py:107
-#, python-format
-msgid "%d probe(s) deleted"
-msgstr ""
-
-#: neutron/notifiers/nova.py:266
-#, python-format
-msgid "Nova event response: %s"
-msgstr ""
-
-#: neutron/openstack/common/eventlet_backdoor.py:146
-#, python-format
-msgid "Eventlet backdoor listening on %(port)s for process %(pid)d"
-msgstr ""
-
-#: neutron/openstack/common/periodic_task.py:120
-#, python-format
-msgid "Skipping periodic task %(task)s because its interval is negative"
-msgstr "正在跳過定期作業 %(task)s,因為其間隔為負數"
-
-#: neutron/openstack/common/periodic_task.py:125
-#, python-format
-msgid "Skipping periodic task %(task)s because it is disabled"
-msgstr "正在跳過定期作業 %(task)s,因為它已停用"
-
-#: neutron/openstack/common/service.py:173
-#, python-format
-msgid "Caught %s, exiting"
-msgstr "已捕捉到 %s,正在結束"
-
-#: neutron/openstack/common/service.py:231
-msgid "Parent process has died unexpectedly, exiting"
-msgstr "母程序已非預期地當掉,正在結束"
-
-#: neutron/openstack/common/service.py:262
-#, python-format
-msgid "Child caught %s, exiting"
-msgstr ""
-
-#: neutron/openstack/common/service.py:301
-msgid "Forking too fast, sleeping"
-msgstr "分岔太快,正在休眠"
-
-#: neutron/openstack/common/service.py:320
-#, python-format
-msgid "Started child %d"
-msgstr "已開始子行程 %d"
-
-#: neutron/openstack/common/service.py:330
-#, python-format
-msgid "Starting %d workers"
-msgstr "正在啟動 %d 個工作程式"
-
-#: neutron/openstack/common/service.py:347
-#, python-format
-msgid "Child %(pid)d killed by signal %(sig)d"
-msgstr "信號 %(sig)d 結束了子項 %(pid)d"
-
-#: neutron/openstack/common/service.py:351
-#, python-format
-msgid "Child %(pid)s exited with status %(code)d"
-msgstr "子項 %(pid)s 已結束,狀態為 %(code)d"
-
-#: neutron/openstack/common/service.py:390
-#, python-format
-msgid "Caught %s, stopping children"
-msgstr "已捕捉到 %s,正在停止子項"
-
-#: neutron/openstack/common/service.py:399
-msgid "Wait called after thread killed. Cleaning up."
-msgstr ""
-
-#: neutron/openstack/common/service.py:415
-#, python-format
-msgid "Waiting on %d children to exit"
-msgstr "正在等待 %d 個子項結束"
-
-#: neutron/plugins/brocade/NeutronPlugin.py:307
-#, python-format
-msgid "Allocated vlan (%d) from the pool"
-msgstr "已從儲存區配置 VLAN (%d)"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:117
-#, python-format
-msgid "No %s Plugin loaded"
-msgstr "未載入 %s 外掛程式"
-
-#: neutron/plugins/cisco/models/virt_phy_sw_v2.py:118
-#, python-format
-msgid "%(plugin_key)s: %(function_name)s with args %(args)s ignored"
-msgstr "%(plugin_key)s:已忽略帶有引數 %(args)s 的 %(function_name)s"
-
-#: neutron/plugins/embrane/common/utils.py:44
-msgid "No ip allocation set"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:77
-#, python-format
-msgid "The IP addr of available SDN-VE controllers: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:80
-#, python-format
-msgid "The SDN-VE controller IP address: %s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:236
-msgid "Bad resource for forming a list request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:246
-msgid "Bad resource for forming a show request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:256
-msgid "Bad resource for forming a create request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:268
-msgid "Bad resource for forming a update request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:279
-msgid "Bad resource for forming a delete request"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api.py:307
-#, python-format
-msgid "Non matching tenant and network types: %(ttype)s %(ntype)s"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:32
-msgid "Fake SDNVE controller initialized"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:35
-msgid "Fake SDNVE controller: list"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:39
-msgid "Fake SDNVE controller: show"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:43
-msgid "Fake SDNVE controller: create"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:47
-msgid "Fake SDNVE controller: update"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:51
-msgid "Fake SDNVE controller: delete"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:55
-msgid "Fake SDNVE controller: get tenant by id"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:59
-msgid "Fake SDNVE controller: check and create tenant"
-msgstr ""
-
-#: neutron/plugins/ibm/sdnve_api_fake.py:63
-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:189
-#, python-format
-msgid ""
-"Mapping physical network %(physical_network)s to interface %(interface)s"
-msgstr ""
-
-#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:220
-#, 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:234
-#, python-format
-msgid "Controller IPs: %s"
-msgstr ""
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:793
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:89
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:99
-#, python-format
-msgid "RPC agent_id: %s"
-msgstr "RPC agent_id:%s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:863
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1155
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:209
-#, python-format
-msgid "Port %(device)s updated. Details: %(details)s"
-msgstr "已更新埠 %(device)s。詳細資料:%(details)s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:896
-#, python-format
-msgid "Device %s not defined on plugin"
-msgstr "外掛程式上未定義裝置 %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:903
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1210
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1227
-#, python-format
-msgid "Attachment %s removed"
-msgstr "已移除連接裝置 %s"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:915
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1239
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:235
-#, python-format
-msgid "Port %s updated."
-msgstr "已更新埠 %s。"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:968
-msgid "LinuxBridge Agent RPC Daemon Started!"
-msgstr "已啟動「LinuxBridge 代理程式 RPC 常駐程式」!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:978
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1429
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
-msgid "Agent out of sync with plugin!"
-msgstr "代理程式與外掛程式不同步!"
-
-#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1012
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:43
-#, python-format
-msgid "Interface mappings: %s"
-msgstr "介面對映:%s"
-
-#: neutron/plugins/ml2/db.py:60
-#, python-format
-msgid ""
-"Added segment %(id)s of type %(network_type)s for network %(network_id)s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:43
-#, python-format
-msgid "Configured type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:48
-#, python-format
-msgid "Loaded type driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:64
-#, python-format
-msgid "Registered types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:75
-#, python-format
-msgid "Tenant network_types: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:161
-#, python-format
-msgid "Initializing driver for type '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:270
-#, python-format
-msgid "Configured mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:276
-#, python-format
-msgid "Loaded mechanism driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:288
-#, python-format
-msgid "Registered mechanism drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:293
-#, python-format
-msgid "Initializing mechanism driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:699
-#, python-format
-msgid "Configured extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:705
-#, python-format
-msgid "Loaded extension driver names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:716
-#, python-format
-msgid "Registered extension drivers: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:722
-#, python-format
-msgid "Initializing extension driver '%s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:730
-#, python-format
-msgid "Got %(alias)s extension from driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:779
-#, python-format
-msgid "Extended network dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:786
-#, python-format
-msgid "Extended subnet dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/managers.py:793
-#, python-format
-msgid "Extended port dict for driver '%(drv)s'"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:144
-msgid "Modular L2 Plugin initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:281
-#, python-format
-msgid "Attempt %(count)s to bind port %(port)s"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:678
-#, python-format
-msgid "Port %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:689
-#, python-format
-msgid "Subnet %s was deleted concurrently"
-msgstr ""
-
-#: neutron/plugins/ml2/plugin.py:1329
-#, python-format
-msgid ""
-"Binding info for port %s was not found, it might have been deleted already."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:72
-msgid "Arbitrary flat physical_network names allowed"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:78
-#, python-format
-msgid "Allowable flat physical_network names: %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_flat.py:85
-msgid "ML2 FlatTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_local.py:37
-msgid "ML2 LocalTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_tunnel.py:116
-#, python-format
-msgid "%(type)s ID ranges: %(range)s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:99
-#, python-format
-msgid "Network VLAN ranges: %s"
-msgstr "網路 VLAN 範圍:%s"
-
-#: neutron/plugins/ml2/drivers/type_vlan.py:166
-msgid "VlanTypeDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:104
-#, python-format
-msgid "Network %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:117
-#, python-format
-msgid "Network name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:147
-#, python-format
-msgid "Network %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:243
-#, python-format
-msgid "VM %s is not created as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:257
-#, python-format
-msgid "Port name changed to %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/arista/mechanism_arista.py:310
-#, python-format
-msgid "VM %s is not updated as it is not found in Arista DB"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:78
-msgid "APIC service agent starting ..."
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:95
-msgid "APIC service agent started"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:179
-#, python-format
-msgid "APIC host agent: agent starting on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:199
-#, python-format
-msgid "APIC host agent: started on %s"
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:40
-msgid "Initializing CRD client... "
-msgstr ""
-
-#: neutron/plugins/ml2/drivers/mlnx/agent/eswitch_neutron_agent.py:54
-msgid "Agent initialised successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/ml2/extensions/port_security.py:33
-msgid "PortSecurityExtensionDriver initialization complete"
-msgstr ""
-
-#: neutron/plugins/oneconvergence/agent/nvsd_neutron_agent.py:153
-msgid "NVSD Agent initialized successfully, now running... "
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py:204
-#, python-format
-msgid "L2 Agent operating in DVR Mode with MAC %s"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:518
-#, python-format
-msgid "Assigning %(vlan_id)s as local vlan for net-id=%(net_uuid)s"
-msgstr "正在將 %(vlan_id)s 指派為 net-id = %(net_uuid)s 的本端 VLAN"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:619
-#, python-format
-msgid "Reclaiming vlan = %(vlan_id)s from net-id = %(net_uuid)s"
-msgstr "正在從 net-id = %(net_uuid)s 收回 VLAN = %(vlan_id)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:714
-#, python-format
-msgid "port_unbound(): net_uuid %s not in local_vlan_map"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:783
-#, python-format
-msgid "Adding %s to list of bridges."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:926
-#, python-format
-msgid "Mapping physical network %(physical_network)s to bridge %(bridge)s"
-msgstr "正在將實體網路 %(physical_network)s 對映到橋接器 %(bridge)s"
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1035
-#, python-format
-msgid "Port '%(port_name)s' has lost its vlan tag '%(vlan_tag)d'!"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1149
-#, python-format
-msgid ""
-"Port %s was not found on the integration bridge and will therefore not be "
-"processed"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
-#, python-format
-msgid "Configuration for device %s completed."
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1198
-#, python-format
-msgid "Ancillary Port %s added"
-msgstr ""
-
-#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1457
-msgid "Agent tunnel out of sync with plugin!"
-msgstr "代理程式通道與外掛程式不同步!"
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:191
-#, python-format
-msgid "No device with MAC %s defined on agent."
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:216
-#, python-format
-msgid "Device with MAC %s not defined on plugin"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:223
-#, python-format
-msgid "Removing device with mac_address %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:244
-msgid "SRIOV NIC Agent RPC Daemon Started!"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:333
-#, python-format
-msgid "Physical Devices mappings: %s"
-msgstr ""
-
-#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:334
-#, python-format
-msgid "Exclude Devices: %s"
-msgstr ""
-
-#: neutron/scheduler/dhcp_agent_scheduler.py:110
-#, python-format
-msgid "Agent %s already present"
-msgstr ""
-
-#: neutron/server/__init__.py:50
-msgid "RPC was already started in parent process by plugin."
-msgstr ""
-
-#: neutron/services/service_base.py:99
-#, python-format
-msgid "Default provider is not specified for service type %s"
-msgstr ""
-
-#: neutron/services/l3_router/l3_arista.py:247
-msgid "Syncing Neutron Router DB <-> EOS"
-msgstr ""
-
-#: neutron/services/metering/agents/metering_agent.py:96
-#, python-format
-msgid "Loading Metering driver %s"
-msgstr ""
-
-#: neutron/services/metering/drivers/iptables/iptables_driver.py:89
-#, python-format
-msgid "Loading interface driver %s"
-msgstr ""