# Translations template for neutron-lbaas. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the neutron-lbaas # project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: neutron-lbaas 9.0.0.0rc2.dev41\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-11-14 16:32+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: neutron_lbaas/agent/agent_manager.py:122 msgid "Failed reporting state!" msgstr "" #: neutron_lbaas/agent/agent_manager.py:143 #, python-format msgid "Error updating statistics on loadbalancer %s" msgstr "" #: neutron_lbaas/agent/agent_manager.py:160 msgid "Unable to retrieve ready devices" msgstr "" #: neutron_lbaas/agent/agent_manager.py:180 #: neutron_lbaas/agent/agent_manager.py:265 #, python-format msgid "No device driver on agent: %s." msgstr "" #: neutron_lbaas/agent/agent_manager.py:189 #, python-format msgid "Unable to deploy instance for loadbalancer: %s" msgstr "" #: neutron_lbaas/agent/agent_manager.py:201 #, python-format msgid "Unable to destroy device for loadbalancer: %s" msgstr "" #: neutron_lbaas/agent/agent_manager.py:216 #, python-format msgid "%(operation)s %(obj)s %(id)s failed on device driver %(driver)s" msgstr "" #: neutron_lbaas/common/exceptions.py:26 #, python-format msgid "Unable to map model class %(target_name)s" msgstr "" #: neutron_lbaas/common/exceptions.py:38 msgid "Passphrase needed to decrypt key but client did not provide one." msgstr "" #: neutron_lbaas/common/exceptions.py:43 msgid "Could not read X509 from PEM" msgstr "" #: neutron_lbaas/common/exceptions.py:47 msgid "Key and x509 certificate do not match" msgstr "" #: neutron_lbaas/common/exceptions.py:51 #, python-format msgid "Could not store certificate: %(msg)s" msgstr "" #: neutron_lbaas/common/keystone.py:123 msgid "Error creating Keystone session." msgstr "" #: neutron_lbaas/common/cert_manager/barbican_cert_manager.py:35 msgid "Retrieved Barbican Container is not of the correct type (certificate)." msgstr "" #: neutron_lbaas/common/cert_manager/barbican_cert_manager.py:151 msgid "Error storing certificate data" msgstr "" #: neutron_lbaas/common/cert_manager/barbican_cert_manager.py:185 msgid "Error getting {0}" msgstr "" #: neutron_lbaas/common/cert_manager/barbican_cert_manager.py:210 msgid "Error deregistering as a consumer of {0}" msgstr "" #: neutron_lbaas/common/cert_manager/local_cert_manager.py:110 msgid "Failed to store certificate." msgstr "" #: neutron_lbaas/common/cert_manager/local_cert_manager.py:143 msgid "Failed to read certificate for {0}." msgstr "" #: neutron_lbaas/common/cert_manager/local_cert_manager.py:153 msgid "Failed to read private key for {0}." msgstr "" #: neutron_lbaas/common/cert_manager/local_cert_manager.py:200 msgid "Failed to delete certificate {0}." msgstr "" #: neutron_lbaas/common/cert_manager/barbican_auth/barbican_acl.py:47 msgid "Error creating Barbican client" msgstr "" #: neutron_lbaas/common/tls_utils/cert_parser.py:161 msgid "Unreadable certificate." msgstr "" #: neutron_lbaas/drivers/haproxy/namespace_driver.py:509 #, python-format msgid "Unable to kill haproxy process: %s" msgstr "" #: neutron_lbaas/drivers/netscaler/netscaler_driver_v2.py:204 #: neutron_lbaas/drivers/netscaler/netscaler_driver_v2.py:315 #: neutron_lbaas/drivers/netscaler/netscaler_driver_v2.py:328 msgid "error with successful completion" msgstr "" #: neutron_lbaas/drivers/netscaler/netscaler_driver_v2.py:299 msgid "error with failed completion" msgstr "" #: neutron_lbaas/drivers/radware/exceptions.py:21 msgid "An unknown exception occurred in Radware LBaaS v2 provider." msgstr "" #: neutron_lbaas/drivers/radware/exceptions.py:26 msgid "" "vDirect user/password missing. Specify in configuration file, under " "[radwarev2] section" msgstr "" #: neutron_lbaas/drivers/radware/exceptions.py:31 #, python-format msgid "" "Workflow template %(workflow_template)s is missing on vDirect server. " "Upload missing workflow" msgstr "" #: neutron_lbaas/drivers/radware/exceptions.py:36 #, python-format msgid "" "REST request failed with status %(status)s. Reason: %(reason)s, " "Description: %(description)s. Success status codes are %(success_codes)s" msgstr "" #: neutron_lbaas/drivers/radware/exceptions.py:42 #, python-format msgid "%(operation)s operation is not supported for %(entity)s." msgstr "" #: neutron_lbaas/drivers/radware/rest_client.py:79 msgid "" "REST client is not able to recover since only one vDirect server is " "configured." msgstr "" #: neutron_lbaas/drivers/radware/rest_client.py:119 msgid "vdirectRESTClient: Could not establish HTTPS connection" msgstr "" #: neutron_lbaas/drivers/radware/rest_client.py:126 msgid "vdirectRESTClient: Could not establish HTTP connection" msgstr "" #: neutron_lbaas/drivers/radware/rest_client.py:143 #, python-format msgid "vdirectRESTClient: %(action)s failure, %(e)r" msgstr "" #: neutron_lbaas/drivers/radware/v2_driver.py:311 #, python-format msgid "Proxy port deletion for LB %s failed" msgstr "" #: neutron_lbaas/drivers/radware/v2_driver.py:614 #, python-format msgid "Operation %(operation)s failed. Reason: %(msg)s" msgstr "" #: neutron_lbaas/drivers/radware/v2_driver.py:656 msgid "Exception was thrown inside OperationCompletionHandler" msgstr "" #: neutron_lbaas/drivers/radware/v2_driver.py:672 #, python-format msgid "Post-operation success function failed for operation %s" msgstr "" #: neutron_lbaas/drivers/radware/v2_driver.py:686 #, python-format msgid "Post-operation failure function failed for operation %s" msgstr "" #: neutron_lbaas/services/loadbalancer/plugin.py:118 #, python-format msgid "Delete associated load balancers before removing providers %s" msgstr "" #: neutron_lbaas/services/loadbalancer/plugin.py:128 #, python-format msgid "Error retrieving driver for provider %s" msgstr "" #: neutron_lbaas/services/loadbalancer/plugin.py:137 #, python-format msgid "Error retrieving provider for load balancer. Possible providers are %s." msgstr "" #: neutron_lbaas/services/loadbalancer/plugin.py:171 msgid "There was an error in the driver" msgstr ""