neutron/neutron/locale/ko_KR/LC_MESSAGES/neutron-log-info.po

1445 lines
41 KiB
Plaintext

# 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-03-04 06:14+0000\n"
"PO-Revision-Date: 2015-03-03 18:49+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:120
#, python-format
msgid ""
"Inserting policy:%(new_policy)s in place of deprecated policy:%(old_policy)s"
msgstr ""
#: neutron/quota.py:227
msgid ""
"ConfDriver is used as quota_driver because the loaded plugin does not "
"support 'quotas' table."
msgstr ""
#: neutron/quota.py:232
#, 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:774
#, python-format
msgid "%(method)s %(url)s"
msgstr "%(method)s %(url)s"
#: neutron/wsgi.py:791
#, python-format
msgid "HTTP exception thrown: %s"
msgstr "HTTP 예외 처리: %s"
#: neutron/wsgi.py:807
#, python-format
msgid "%(url)s returned with HTTP %(status)d"
msgstr "%(url)s이(가) HTTP %(status)d(으)로 리턴되었음"
#: neutron/wsgi.py:810
#, 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/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:1135
#: neutron/services/metering/agents/metering_agent.py:278
#, python-format
msgid "agent_updated by server side %s!"
msgstr "서버측 %s!에 의한 agent_updated"
#: neutron/agent/l3/agent.py:1064
msgid "L3 agent started"
msgstr "L3 에이전트가 시작됨"
#: neutron/agent/linux/daemon.py:80
#, python-format
msgid "Process runs with uid/gid: %(uid)s/%(gid)s"
msgstr ""
#: neutron/agent/linux/dhcp.py:650
#, 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:259 neutron/agent/linux/interface.py:310
#: neutron/agent/linux/interface.py:368 neutron/agent/linux/interface.py:411
#, python-format
msgid "Device %s already exists"
msgstr "%s 디바이스가 이미 존재함"
#: neutron/agent/linux/iptables_firewall.py:92
#, python-format
msgid "Attempted to update port filter which is not filtered %s"
msgstr "필터링된 %s이(가) 아닌 포트 필터를 업데이트하려고 시도함"
#: neutron/agent/linux/iptables_firewall.py:103
#, python-format
msgid "Attempted to remove port filter which is not filtered %r"
msgstr "필터링된 %r이(가) 아닌 포트 필터를 제거하려고 시도함"
#: neutron/agent/linux/ovs_lib.py:386
#, python-format
msgid "Port %(port_id)s not present in bridge %(br_name)s"
msgstr ""
#: 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/common/config.py:189
msgid "Logging enabled!"
msgstr "로깅 사용!"
#: neutron/common/config.py:190
#, python-format
msgid "%(prog)s version %(version)s"
msgstr ""
#: neutron/common/config.py:209
#, 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:153
msgid ""
"Skipping periodic DHCP agent status check because automatic network "
"rescheduling is disabled."
msgstr ""
#: neutron/db/agentschedulers_db.py:188
#, python-format
msgid "Scheduling unhosted network %s"
msgstr ""
#: neutron/db/agentschedulers_db.py:195
#, 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:203
#, python-format
msgid "Adding network %(net)s to agent %(agent)%s on host %(host)s"
msgstr ""
#: neutron/db/db_base_plugin_v2.py:577
#, 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:604
#, 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:611
msgid "Specified IP addresses do not match the subnet IP version"
msgstr "지정된 IP 주소가 서브넷 IP 버전과 일치하지 않음"
#: neutron/db/db_base_plugin_v2.py:615
#, 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:620
#, 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:644
#, 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:1253
#, python-format
msgid "Found IP allocation %(alloc)s on subnet %(subnet)s, cannot delete"
msgstr ""
#: neutron/db/l3_agentschedulers_db.py:77
msgid ""
"Skipping period L3 agent status check because automatic router rescheduling "
"is disabled."
msgstr ""
#: neutron/db/l3_db.py:1074
#, python-format
msgid "Ignoring multiple IPs on router port %s"
msgstr "라우터 포트 %s의 다중 IP를 무시하는 중"
#: neutron/db/l3_db.py:1080
#, python-format
msgid "Skipping port %s as no IP is configure on it"
msgstr "구성된 IP가 없어서 포트 %s을(를) 건너뜀"
#: neutron/db/l3_dvr_db.py:79
#, python-format
msgid "Centralizing distributed router %s is not supported"
msgstr ""
#: neutron/db/l3_dvr_db.py:90
#, python-format
msgid "No Service associated, so safe to migrate: %s listed"
msgstr ""
#: neutron/db/l3_dvr_db.py:526
#, python-format
msgid "Agent Gateway port does not exist, so create one: %s"
msgstr ""
#: neutron/db/l3_dvr_db.py:610
#, python-format
msgid "SNAT interface port list does not exist, so create one: %s"
msgstr ""
#: neutron/db/l3_dvrscheduler_db.py:307
msgid "SNAT already bound to a service node."
msgstr ""
#: neutron/db/l3_hamode_db.py:187
#, 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:270
#, 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:309
#, python-format
msgid "Nova event response: %s"
msgstr ""
#: neutron/openstack/common/eventlet_backdoor.py:140
#, 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:132
#, python-format
msgid "Skipping periodic task %(task)s because its interval is negative"
msgstr "간격이 음수이기 때문에 주기적 태스크 %(task)s을(를) 건너뜀"
#: neutron/openstack/common/periodic_task.py:137
#, python-format
msgid "Skipping periodic task %(task)s because it is disabled"
msgstr "사용 안하기 때문에 주기적 태스크 %(task)s을(를) 건너뜀"
#: neutron/openstack/common/service.py:174
#, python-format
msgid "Caught %s, exiting"
msgstr "%s 발견, 종료 중"
#: neutron/openstack/common/service.py:232
msgid "Parent process has died unexpectedly, exiting"
msgstr "상위 프로세스가 예기치 않게 정지했습니다. 종료 중"
#: neutron/openstack/common/service.py:263
#, python-format
msgid "Child caught %s, exiting"
msgstr "자식으로 된 %s가 존재함."
#: neutron/openstack/common/service.py:302
msgid "Forking too fast, sleeping"
msgstr "포크가 너무 빠름. 정지 중"
#: neutron/openstack/common/service.py:321
#, python-format
msgid "Started child %d"
msgstr "%d 하위를 시작했음"
#: neutron/openstack/common/service.py:331
#, python-format
msgid "Starting %d workers"
msgstr "%d 작업자 시작 중"
#: neutron/openstack/common/service.py:348
#, python-format
msgid "Child %(pid)d killed by signal %(sig)d"
msgstr "%(pid)d 하위가 %(sig)d 신호에 의해 강제 종료됨"
#: neutron/openstack/common/service.py:352
#, python-format
msgid "Child %(pid)s exited with status %(code)d"
msgstr "%(pid)s 하위가 %(code)d 상태와 함께 종료했음"
#: neutron/openstack/common/service.py:391
#, python-format
msgid "Caught %s, stopping children"
msgstr "%s 발견, 하위 중지 중"
#: neutron/openstack/common/service.py:400
msgid "Wait called after thread killed. Cleaning up."
msgstr "쓰레드가 죽기를 기다려서, 지웁니다. "
#: neutron/openstack/common/service.py:416
#, python-format
msgid "Waiting on %d children to exit"
msgstr "%d 하위에서 종료하기를 대기 중임"
#: neutron/plugins/bigswitch/plugin.py:476
#, python-format
msgid "NeutronRestProxy: Starting plugin. Version=%s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:120
#, python-format
msgid "The following capabilities were received for %(server)s: %(cap)s"
msgstr ""
#: neutron/plugins/bigswitch/servermanager.py:514
#, python-format
msgid ""
"NeutronRestProxyV2: Received and ignored error code %(code)s on %(action)s "
"action to resource %(resource)s"
msgstr ""
#: neutron/plugins/bigswitch/db/consistency_db.py:196
msgid "Failed to take lock. Another process updated the DB first."
msgstr ""
#: neutron/plugins/brocade/NeutronPlugin.py:307
#, python-format
msgid "Allocated vlan (%d) from the pool"
msgstr "풀에서 할당된 vlan(%d)"
#: neutron/plugins/cisco/cfg_agent/cfg_agent.py:141
msgid "Cisco cfg agent started"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/cfg_agent.py:274
msgid "[Agent registration] Agent successfully registered"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_status.py:143
#, python-format
msgid ""
"Hosting device: %(hd_id)s @ %(ip)s hasn't passed minimum boot time. Skipping "
"it. "
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_status.py:147
#, python-format
msgid "Checking hosting device: %(hd_id)s @ %(ip)s for reachability."
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_status.py:154
#, python-format
msgid ""
"Hosting device: %(hd_id)s @ %(ip)s is now reachable. Adding it to response"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_status.py:158
#, python-format
msgid "Hosting device: %(hd_id)s @ %(ip)s still not reachable "
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:321
#, python-format
msgid "Interfaces:%s"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:336
#, python-format
msgid "IP Address:%s"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:373
#, python-format
msgid "Enabled interface %s "
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:392
#, python-format
msgid "VRFs:%s"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:466
#, python-format
msgid "VRF %s successfully created"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:476
#, python-format
msgid "VRF %s removed"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/device_drivers/csr1kv/csr1kv_routing_driver.py:680
#, python-format
msgid "%s successfully executed"
msgstr ""
#: neutron/plugins/cisco/cfg_agent/service_helpers/routing_svc_helper.py:372
#, python-format
msgid "Router: %(id)s is on an unreachable hosting device. "
msgstr ""
#: neutron/plugins/cisco/db/l3/device_handling_db.py:149
#, python-format
msgid ""
"The virtual management network has %d subnets. The first one will be used."
msgstr ""
#: neutron/plugins/cisco/db/l3/device_handling_db.py:367
msgid ""
"Not all Nova services are up and running. Skipping this CSR1kv vm create "
"request."
msgstr ""
#: neutron/plugins/cisco/db/l3/device_handling_db.py:404
msgid "Created a CSR1kv hosting device VM"
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:318
#, python-format
msgid "Attempting to schedule router %s."
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:330
#, python-format
msgid "Successfully scheduled router %(r_id)s to hosting device %(d_id)s"
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:337
#, python-format
msgid "Un-schedule router %s."
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:350
#, python-format
msgid "Backlogging router %s for renewed scheduling attempt later"
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:357
#, python-format
msgid "Router %s removed from backlog"
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:367
msgid "Processing router (scheduling) backlog"
msgstr ""
#: neutron/plugins/cisco/db/l3/l3_router_appliance_db.py:387
msgid "Synchronizing router (scheduling) backlog"
msgstr ""
#: neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py:290
#, python-format
msgid "Resource deletion attempt %d starting"
msgstr ""
#: neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py:310
msgid "Resource deletion succeeded"
msgstr ""
#: neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py:413
#, python-format
msgid "Updating trunk: %(action)s VLAN %(tag)d for network_id %(id)s"
msgstr ""
#: neutron/plugins/cisco/l3/plugging_drivers/n1kv_trunking_driver.py:460
#, python-format
msgid ""
"Attempt %(attempt)d to find trunk ports for hosting device %(hd_id)s failed. "
"Trying again in %(time)d seconds."
msgstr ""
#: 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/hyperv/hyperv_neutron_plugin.py:206
#: neutron/plugins/ml2/drivers/type_vlan.py:99
#, python-format
msgid "Network VLAN ranges: %s"
msgstr "네트워크 VLAN 범위: %s"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:234
#, python-format
msgid "Provisioning network %s"
msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:259
#, python-format
msgid "Reclaiming local network %s"
msgstr "로컬 네트워크 %s 재확보 중"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:280
#, python-format
msgid "Binding VLAN ID %(segmentation_id)s to switch port %(port_id)s"
msgstr "스위치 포트 %(port_id)s를 VLAN ID %(segmentation_id)s를 바인딩."
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:302
#, python-format
msgid "Network %s is not avalailable on this agent"
msgstr "%s 네트워크를 이 에이전트에서 사용할 수 없음"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:319
#, python-format
msgid "Port metrics enabled for port: %s"
msgstr ""
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:366
#, python-format
msgid "Adding port %s"
msgstr "%s 포트 추가 중"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:368
#, python-format
msgid "Port %(device)s updated. Details: %(device_details)s"
msgstr "%(device)s 포트가 업데이트되었습니다. 세부사항: %(device_details)s"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:395
#, python-format
msgid "Removing port %s"
msgstr "%s 포트 제거 중"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:427
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:980
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:822
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1428
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:251
msgid "Agent out of sync with plugin!"
msgstr "에이전트가 플러그인과 동기화되지 않았습니다!"
#: neutron/plugins/hyperv/agent/hyperv_neutron_agent.py:463
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py:261
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1019
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:154
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1626
#: neutron/plugins/sriovnicagent/sriov_nic_agent.py:345
msgid "Agent initialized successfully, now running... "
msgstr "에이전트가 초기화되었으며, 지금 실행 중... "
#: neutron/plugins/hyperv/agent/security_groups_driver.py:92
msgid "Aplying port filter."
msgstr ""
#: neutron/plugins/hyperv/agent/security_groups_driver.py:95
msgid "Updating port rules."
msgstr ""
#: neutron/plugins/hyperv/agent/security_groups_driver.py:108
#, python-format
msgid "Creating %(new)s new rules, removing %(old)s old rules."
msgstr ""
#: neutron/plugins/hyperv/agent/security_groups_driver.py:118
msgid "Removing port filter"
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:31
msgid "Fake SDNVE controller initialized"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:34
msgid "Fake SDNVE controller: list"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:38
msgid "Fake SDNVE controller: show"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:42
msgid "Fake SDNVE controller: create"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:46
msgid "Fake SDNVE controller: update"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:50
msgid "Fake SDNVE controller: delete"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:54
msgid "Fake SDNVE controller: get tenant by id"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:58
msgid "Fake SDNVE controller: check and create tenant"
msgstr ""
#: neutron/plugins/ibm/sdnve_api_fake.py:62
msgid "Fake SDNVE controller: get controller"
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:147
msgid "Set a new controller if needed."
msgstr ""
#: neutron/plugins/ibm/sdnve_neutron_plugin.py:153
#, python-format
msgid "Set the controller to a new controller: %s"
msgstr ""
#: neutron/plugins/ibm/agent/sdnve_neutron_agent.py: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:795
#: neutron/plugins/nec/agent/nec_neutron_agent.py:123
#: 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:865
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:713
#: 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:898
#, python-format
msgid "Device %s not defined on plugin"
msgstr "%s 디바이스가 플러그인에서 정의되지 않음"
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:905
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:743
#: 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:917
#: 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:970
msgid "LinuxBridge Agent RPC Daemon Started!"
msgstr "LinuxBridge 에이전트 RPC 디먼이 시작되었습니다!"
#: neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py:1014
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:42
#, python-format
msgid "Interface mappings: %s"
msgstr "인터페이스 맵핑: %s"
#: neutron/plugins/ml2/db.py:61
#, 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:264
#, python-format
msgid "Configured mechanism driver names: %s"
msgstr "매커니즘 드라이버 이름을 설정했습니다: %s"
#: neutron/plugins/ml2/managers.py:270
#, python-format
msgid "Loaded mechanism driver names: %s"
msgstr "매커니즘 드라이버 이름을 불러왔습니다: %s"
#: neutron/plugins/ml2/managers.py:282
#, python-format
msgid "Registered mechanism drivers: %s"
msgstr ""
#: neutron/plugins/ml2/managers.py:287
#, python-format
msgid "Initializing mechanism driver '%s'"
msgstr ""
#: neutron/plugins/ml2/managers.py:679
#, python-format
msgid "Configured extension driver names: %s"
msgstr ""
#: neutron/plugins/ml2/managers.py:685
#, python-format
msgid "Loaded extension driver names: %s"
msgstr ""
#: neutron/plugins/ml2/managers.py:696
#, python-format
msgid "Registered extension drivers: %s"
msgstr ""
#: neutron/plugins/ml2/managers.py:702
#, python-format
msgid "Initializing extension driver '%s'"
msgstr ""
#: neutron/plugins/ml2/managers.py:710
#, python-format
msgid "Got %(alias)s extension from driver '%(drv)s'"
msgstr ""
#: neutron/plugins/ml2/managers.py:759
#, python-format
msgid "Extended network dict for driver '%(drv)s'"
msgstr ""
#: neutron/plugins/ml2/managers.py:766
#, python-format
msgid "Extended subnet dict for driver '%(drv)s'"
msgstr ""
#: neutron/plugins/ml2/managers.py:773
#, python-format
msgid "Extended port dict for driver '%(drv)s'"
msgstr ""
#: neutron/plugins/ml2/plugin.py:137
msgid "Modular L2 Plugin initialization complete"
msgstr "모듈러 L2 플러그인 초기화를 완료했습니다"
#: neutron/plugins/ml2/plugin.py:289
#, python-format
msgid "Attempt %(count)s to bind port %(port)s"
msgstr ""
#: neutron/plugins/ml2/plugin.py:677
#, python-format
msgid "Port %s was deleted concurrently"
msgstr ""
#: neutron/plugins/ml2/plugin.py:688
#, python-format
msgid "Subnet %s was deleted concurrently"
msgstr ""
#: neutron/plugins/ml2/plugin.py:1223
#, 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:70
msgid "Arbitrary flat physical_network names allowed"
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:76
#, python-format
msgid "Allowable flat physical_network names: %s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_flat.py:83
msgid "ML2 FlatTypeDriver initialization complete"
msgstr ""
#: neutron/plugins/ml2/drivers/type_local.py:36
msgid "ML2 LocalTypeDriver initialization complete"
msgstr ""
#: neutron/plugins/ml2/drivers/type_tunnel.py:114
#, python-format
msgid "%(type)s ID ranges: %(range)s"
msgstr ""
#: neutron/plugins/ml2/drivers/type_vlan.py:166
msgid "VlanTypeDriver initialization complete"
msgstr ""
#: neutron/plugins/ml2/drivers/arista/arista_l3_driver.py:368
#, python-format
msgid "Executing command on Arista EOS: %s"
msgstr ""
#: neutron/plugins/ml2/drivers/arista/arista_l3_driver.py:374
#, python-format
msgid "Results of execution on Arista EOS: %s"
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/brocade/mechanism_brocade.py:152
#, python-format
msgid ""
"create network (precommit): %(network_id)s of network type = "
"%(network_type)s with vlan = %(vlan_id)s for tenant %(tenant_id)s"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:189
#, python-format
msgid ""
"created network (postcommit): %(network_id)s of network type = "
"%(network_type)s with vlan = %(vlan_id)s for tenant %(tenant_id)s"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:218
#, python-format
msgid ""
"delete network (precommit): %(network_id)s with vlan = %(vlan_id)s for "
"tenant %(tenant_id)s"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:247
#, python-format
msgid ""
"delete network (postcommit): %(network_id)s with vlan = %(vlan_id)s for "
"tenant %(tenant_id)s"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:304
#, python-format
msgid ""
"created port (postcommit): port_id=%(port_id)s network_id=%(network_id)s "
"tenant_id=%(tenant_id)s"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:341
#, python-format
msgid ""
"delete port (postcommit): port_id=%(port_id)s network_id=%(network_id)s "
"tenant_id=%(tenant_id)s"
msgstr ""
#: neutron/plugins/ml2/drivers/brocade/mechanism_brocade.py:371
#, python-format
msgid ""
"update port (postcommit): port_id=%(port_id)s network_id=%(network_id)s "
"tenant_id=%(tenant_id)s."
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:79
msgid "APIC service agent starting ..."
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:96
msgid "APIC service agent started"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:180
#, python-format
msgid "APIC host agent: agent starting on %s"
msgstr ""
#: neutron/plugins/ml2/drivers/cisco/apic/apic_topology.py:200
#, python-format
msgid "APIC host agent: started on %s"
msgstr ""
#: neutron/plugins/ml2/drivers/freescale/mechanism_fslsdn.py:39
msgid "Initializing CRD client... "
msgstr ""
#: neutron/plugins/mlnx/agent/eswitch_neutron_agent.py:53
msgid "Agent initialised successfully, now running... "
msgstr ""
#: neutron/plugins/nec/nec_plugin.py:280
#, python-format
msgid "deactivate_port(): OFC port for port=%s is already removed."
msgstr ""
#: neutron/plugins/nec/nec_router.py:334
#, python-format
msgid "Enabled router drivers: %s"
msgstr ""
#: neutron/plugins/nec/agent/nec_neutron_agent.py:52
#, python-format
msgid "Update ports: added=%(added)s, removed=%(removed)s"
msgstr "포트 업데이트: 추가=%(added)s, 제거=%(removed)s"
#: neutron/plugins/nec/common/ofc_client.py:108
#, python-format
msgid "Specified resource %s does not exist on OFC "
msgstr ""
#: neutron/plugins/nec/common/ofc_client.py:140
#, python-format
msgid "Waiting for %s seconds due to OFC Service_Unavailable."
msgstr ""
#: neutron/plugins/nec/drivers/__init__.py:37
#, python-format
msgid "Loading OFC driver: %s"
msgstr "OFC 드라이버 로드 중: %s"
#: neutron/plugins/ofagent/agent/arp_lib.py:142
msgid "No bridge is set"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:145
#, python-format
msgid "Unknown bridge %(dpid)s ours %(ours)s"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:163
msgid "drop non tenant packet"
msgstr ""
#: neutron/plugins/ofagent/agent/arp_lib.py:182
#, python-format
msgid "unknown network %s"
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:442
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:513
#, 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/ofagent/agent/ofa_neutron_agent.py:492
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:616
#, 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/ofagent/agent/ofa_neutron_agent.py:560
#, python-format
msgid "port_unbound() net_uuid %s not in local_vlan_map"
msgstr "port_unbound() net_uuid %s이(가) local_vlan_map에 있지 않음"
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:699
#: 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/ofagent/agent/ofa_neutron_agent.py:732
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1179
#, python-format
msgid "Configuration for device %s completed."
msgstr ""
#: neutron/plugins/ofagent/agent/ofa_neutron_agent.py:827
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:1456
msgid "Agent tunnel out of sync with plugin!"
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:200
#, python-format
msgid "L2 Agent operating in DVR Mode with MAC %s"
msgstr ""
#: neutron/plugins/openvswitch/agent/ovs_neutron_agent.py:711
#, 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:1198
#, python-format
msgid "Ancillary Port %s added"
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/plugins/vmware/nsx_cluster.py:62
#, python-format
msgid "The following cluster attributes were not specified: %s'"
msgstr ""
#: neutron/plugins/vmware/api_client/base.py:111
#, python-format
msgid ""
"[%(rid)d] Connection %(conn)s idle for %(sec)0.2f seconds; reconnecting."
msgstr ""
#: neutron/plugins/vmware/api_client/eventlet_request.py:123
#, python-format
msgid "[%d] Request timeout."
msgstr ""
#: neutron/plugins/vmware/api_client/eventlet_request.py:157
#, python-format
msgid "[%(rid)d] Error while handling request: %(req)s"
msgstr ""
#: neutron/plugins/vmware/api_client/request.py:168
#, python-format
msgid "[%d] Maximum redirects exceeded, aborting request"
msgstr ""
#: neutron/plugins/vmware/api_client/request.py:178
#, python-format
msgid "[%(rid)d] Redirecting request to: %(conn)s"
msgstr ""
#: neutron/plugins/vmware/common/sync.py:571
#, python-format
msgid "Fetching up to %s resources from NSX backend"
msgstr ""
#: neutron/plugins/vmware/common/sync.py:611
#, python-format
msgid "Running state synchronization task. Chunk: %s"
msgstr ""
#: neutron/plugins/vmware/common/sync.py:662
#, python-format
msgid "Synchronization for chunk %(chunk_num)d of %(total_chunks)d performed"
msgstr ""
#: neutron/plugins/vmware/dbexts/qos_db.py:254
#, python-format
msgid "DSCP value (%s) will be ignored with 'trusted' marking"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:206
#: neutron/plugins/vmware/dhcp_meta/nsx.py:225
#, python-format
msgid "Performing DHCP %(action)s for resource: %(resource)s"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:211
#, python-format
msgid "Network %s is external: no LSN to create"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:220
#, python-format
msgid "Logical Services Node for network %s configured successfully"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:253
#, python-format
msgid "DHCP is disabled for subnet %s: nothing to do"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:272
#, python-format
msgid "DHCP for port %s configured successfully"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:280
#, python-format
msgid "Network %s is external: nothing to do"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:289
#, python-format
msgid "Configuring metadata entry for port %s"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:301
#, python-format
msgid "Metadata for port %s configured successfully"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:306
#, python-format
msgid "Handle metadata access via router: %(r)s and interface %(i)s"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/nsx.py:323
#, python-format
msgid "Metadata for router %s handled successfully"
msgstr ""
#: neutron/plugins/vmware/dhcp_meta/rpc.py:68
#, python-format
msgid ""
"Subnet %s does not have a gateway, the metadata route will not be created"
msgstr ""
#: neutron/plugins/vmware/nsxlib/router.py:475
msgid ""
"No SNAT rules cannot be applied as they are not available in this version of "
"the NSX platform"
msgstr ""
#: neutron/plugins/vmware/nsxlib/router.py:480
msgid ""
"No DNAT rules cannot be applied as they are not available in this version of "
"the NSX platform"
msgstr ""
#: neutron/plugins/vmware/nsxlib/switch.py:291
#, python-format
msgid "get_port() %(network)s %(port)s"
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:444
#: neutron/plugins/vmware/plugins/base.py:496
#: neutron/plugins/vmware/plugins/base.py:695
#, python-format
msgid ""
"NSX plugin does not support regular VIF ports on external networks. Port %s "
"will be down."
msgstr ""
#: neutron/plugins/vmware/plugins/base.py:1492
#, python-format
msgid ""
"Create router failed while setting external gateway. Router:%s has been "
"removed from DB and backend"
msgstr ""
#: neutron/plugins/vmware/vshield/tasks/tasks.py:293
msgid "Stopping TaskManager"
msgstr ""
#: neutron/plugins/vmware/vshield/tasks/tasks.py:340
msgid "TaskManager terminated"
msgstr ""
#: neutron/scheduler/dhcp_agent_scheduler.py:55
#, 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:246
msgid "Syncing Neutron Router DB <-> EOS"
msgstr ""
#: neutron/services/l3_router/brocade/l3_router_plugin.py:74
#, python-format
msgid "rbridge id %s"
msgstr ""
#: neutron/services/l3_router/brocade/l3_router_plugin.py:153
#, python-format
msgid "BrocadeSVIPlugin.add_router_interface ports_count %d"
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 ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:62
#, python-format
msgid "spawned: %d"
msgstr ""
#: neutron/tests/unit/vmware/apiclient/test_api_eventlet_request.py:74
#, python-format
msgid "_handle_request called: %s"
msgstr ""