Merge "Imported Translations from Transifex"

This commit is contained in:
OpenStack Jenkins 2013-08-08 13:35:43 +00:00 committed by Gerrit Code Review
commit c355d721dc
40 changed files with 2140 additions and 1942 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian (Bulgaria) " "Language-Team: Bulgarian (Bulgaria) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bosnian " "Language-Team: Bosnian "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan " "Language-Team: Catalan "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech " "Language-Team: Czech "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Danish " "Language-Team: Danish "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-22 08:17+0000\n" "PO-Revision-Date: 2013-05-22 08:17+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: German " "Language-Team: German "
@ -234,147 +234,147 @@ msgstr "Ausnahme tritt auf, wenn Zeitgeber stoppt"
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "Ausnahme tritt beim Warten auf Zeitgeber auf" msgstr "Ausnahme tritt beim Warten auf Zeitgeber auf"
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "Empfangsbereitschaft auf %(host)s:%(port)s nicht möglich" msgstr "Empfangsbereitschaft auf %(host)s:%(port)s nicht möglich"
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "Inhaltstyp fehlt" msgstr "Inhaltstyp fehlt"
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "Typ für Daten %(data)s ist %(type)s" msgstr "Typ für Daten %(data)s ist %(type)s"
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "Kann JSON nicht verstehen" msgstr "Kann JSON nicht verstehen"
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "Interne DTD ist nicht zulässig" msgstr "Interne DTD ist nicht zulässig"
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "Kann XML nicht verstehen" msgstr "Kann XML nicht verstehen"
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "Nicht erkannter Inhaltstyp in Anforderung angegeben" msgstr "Nicht erkannter Inhaltstyp in Anforderung angegeben"
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "Kein Inhaltstyp in Anforderung angegeben" msgstr "Kein Inhaltstyp in Anforderung angegeben"
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "Leerer Nachrichtentext in Anforderung angegeben" msgstr "Leerer Nachrichtentext in Anforderung angegeben"
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
"Deserialisieren von Nachrichtentext als angegebenen Inhaltstyp nicht " "Deserialisieren von Nachrichtentext als angegebenen Inhaltstyp nicht "
"möglich " "möglich "
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "Sie müssen '__call__' implementieren" msgstr "Sie müssen '__call__' implementieren"
#: neutron/wsgi.py:1003 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s" msgid "%(method)s %(url)s"
msgstr "%(method)s %(url)s" msgstr "%(method)s %(url)s"
#: neutron/wsgi.py:1009 #: neutron/wsgi.py:1016
msgid "Unsupported Content-Type" msgid "Unsupported Content-Type"
msgstr "Nicht unterstützter Inhaltstyp" msgstr "Nicht unterstützter Inhaltstyp"
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1017
#, python-format #, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "InvalidContentType: %s" msgstr "InvalidContentType: %s"
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "Fehlerhafter Anforderungshauptteil" msgstr "Fehlerhafter Anforderungshauptteil"
#: neutron/wsgi.py:1015 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s" msgid "MalformedRequestBody: %s"
msgstr "MalformedRequestBody: %s" msgstr "MalformedRequestBody: %s"
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1029
#, python-format #, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "Ausgelöste HTTP-Ausnahme: %s" msgstr "Ausgelöste HTTP-Ausnahme: %s"
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "Interner Fehler" msgstr "Interner Fehler"
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "%(url)s mit HTTP %(status)d zurückgegeben" msgstr "%(url)s mit HTTP %(status)d zurückgegeben"
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "%(url)s hat einen Fehler zurückgegeben: %(exception)s" msgstr "%(url)s hat einen Fehler zurückgegeben: %(exception)s"
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "Daten konnten nicht deserialisiert werden" msgstr "Daten konnten nicht deserialisiert werden"
@ -1587,15 +1587,15 @@ msgstr "Nicht erkannte(s) Attribut(e) '%s'"
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "Nutzer %(tenant_id)s darf %(resource)s auf diesem Netz nicht erstellen" msgstr "Nutzer %(tenant_id)s darf %(resource)s auf diesem Netz nicht erstellen"
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "%s fehlgeschlagen" msgstr "%s fehlgeschlagen"
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
"Anforderung fehlgeschlagen: interner Serverfehler bei Verarbeitung Ihrer " "Anforderung fehlgeschlagen: interner Serverfehler bei Verarbeitung Ihrer "
@ -9289,13 +9289,13 @@ msgstr "Keine L3-Agenten können Router %s hosten"
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "Router %(router_id)s ist L3-Agent %(agent_id)s zugeordnet" msgstr "Router %(router_id)s ist L3-Agent %(agent_id)s zugeordnet"
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "FEHLER: %s" msgstr "FEHLER: %s"
@ -9481,6 +9481,11 @@ msgstr ""
"Zu entfernender Port %s kann nicht gefunden werden. Dies kann auftreten, " "Zu entfernender Port %s kann nicht gefunden werden. Dies kann auftreten, "
"wenn die VIP zuerst gelöscht wurde." "wenn die VIP zuerst gelöscht wurde."
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207
@ -9704,8 +9709,6 @@ msgstr "lRouter: %s nicht gefunden"
#~ msgid "Credential %(credential_id)s already exists for tenant %(tenant_id)s" #~ msgid "Credential %(credential_id)s already exists for tenant %(tenant_id)s"
#~ msgstr "" #~ msgstr ""
#~ "Berechtigungsnachweis %(credential_id)s ist für "
#~ "Nutzer %(tenant_id)s bereits vorhanden"
#~ msgid "get_all_vlanids() called" #~ msgid "get_all_vlanids() called"
#~ msgstr "Aufruf von 'get_all_vlanids()'" #~ msgstr "Aufruf von 'get_all_vlanids()'"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (Australia) " "Language-Team: English (Australia) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United Kingdom) " "Language-Team: English (United Kingdom) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United States) " "Language-Team: English (United States) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish " "Language-Team: Spanish "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish (Finland) " "Language-Team: Finnish (Finland) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French " "Language-Team: French "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Croatian " "Language-Team: Croatian "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian " "Language-Team: Hungarian "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian " "Language-Team: Indonesian "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian " "Language-Team: Italian "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian (Italy) " "Language-Team: Italian (Italy) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-30 10:28+0000\n" "PO-Revision-Date: 2013-01-30 10:28+0000\n"
"Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n" "Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n"
"Language-Team: Japanese " "Language-Team: Japanese "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "内部エラー" msgstr "内部エラー"
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-04-19 14:53+0000\n" "PO-Revision-Date: 2013-04-19 14:53+0000\n"
"Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n" "Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n"
"Language-Team: ka_GE <LL@li.org>\n" "Language-Team: ka_GE <LL@li.org>\n"
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "აკლია Content-Type" msgstr "აკლია Content-Type"
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "არასწორი მოთხოვნის ნაწილი" msgstr "არასწორი მოთხოვნის ნაწილი"
#: neutron/wsgi.py:1015 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s" msgid "MalformedRequestBody: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1029
#, python-format #, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "სისტემური შეცდომა" msgstr "სისტემური შეცდომა"
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "%s ვერ განხორციელდა" msgstr "%s ვერ განხორციელდა"
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Korean " "Language-Team: Korean "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-04-28 05:13+0000\n" "PO-Revision-Date: 2013-04-28 05:13+0000\n"
"Last-Translator: ujuc Gang <potopro@gmail.com>\n" "Last-Translator: ujuc Gang <potopro@gmail.com>\n"
"Language-Team: ko_KR <LL@li.org>\n" "Language-Team: ko_KR <LL@li.org>\n"
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Malay " "Language-Team: Malay "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmål " "Language-Team: Norwegian Bokmål "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -6,10 +6,10 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: neutron jenkins.neutron.propose.translation.update.37" "Project-Id-Version: neutron jenkins.neutron.propose.translation.update.38"
"\n" "\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Dutch (Netherlands) " "Language-Team: Dutch (Netherlands) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-06-28 06:06+0000\n" "PO-Revision-Date: 2013-06-28 06:06+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Polish (Poland) " "Language-Team: Polish (Poland) "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese " "Language-Team: Portuguese "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese (Brazil) " "Language-Team: Portuguese (Brazil) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-06-08 07:51+0000\n" "PO-Revision-Date: 2013-06-08 07:51+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Romanian " "Language-Team: Romanian "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Russian " "Language-Team: Russian "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian (Russia) " "Language-Team: Russian (Russia) "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-06-28 06:06+0000\n" "PO-Revision-Date: 2013-06-28 06:06+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Slovenian (Slovenia) " "Language-Team: Slovenian (Slovenia) "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swahili (Kenya) " "Language-Team: Swahili (Kenya) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog " "Language-Team: Tagalog "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Turkish (Turkey) " "Language-Team: Turkish (Turkey) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Ukrainian " "Language-Team: Ukrainian "
@ -230,145 +230,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1526,15 +1526,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8761,13 +8761,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8951,6 +8951,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) " "Language-Team: Vietnamese (Viet Nam) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) " "Language-Team: Chinese (China) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Neutron\n" "Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (Hong Kong) " "Language-Team: Chinese (Hong Kong) "
@ -229,145 +229,145 @@ msgstr ""
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "" msgstr ""
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "" msgstr ""
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "" msgstr ""
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "" msgstr ""
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "" msgstr ""
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "" msgstr ""
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "" msgstr ""
#: neutron/wsgi.py:1003
#, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1009
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s"
msgstr ""
#: neutron/wsgi.py:1016
msgid "Unsupported Content-Type"
msgstr ""
#: neutron/wsgi.py:1017
#, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "" msgstr ""
#: neutron/wsgi.py:1015
#, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s"
msgstr ""
#: neutron/wsgi.py:1029
#, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "" msgstr ""
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "" msgstr ""
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "" msgstr ""
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "" msgstr ""
@ -1525,15 +1525,15 @@ msgstr ""
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "" msgstr ""
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "" msgstr ""
@ -8760,13 +8760,13 @@ msgstr ""
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "" msgstr ""
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "" msgstr ""
@ -8950,6 +8950,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "" msgstr ""
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-08-07 19:56+0000\n" "POT-Creation-Date: 2013-08-08 06:14+0000\n"
"PO-Revision-Date: 2013-05-22 03:25+0000\n" "PO-Revision-Date: 2013-05-22 03:25+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Chinese (Taiwan) " "Language-Team: Chinese (Taiwan) "
@ -229,145 +229,145 @@ msgstr "計時器停止時發生異常狀況"
msgid "Exception occurs when waiting for timer" msgid "Exception occurs when waiting for timer"
msgstr "等待計時器時發生異常狀況" msgstr "等待計時器時發生異常狀況"
#: neutron/wsgi.py:46 #: neutron/wsgi.py:47
msgid "Number of backlog requests to configure the socket with" msgid "Number of backlog requests to configure the socket with"
msgstr "" msgstr ""
#: neutron/wsgi.py:50 #: neutron/wsgi.py:51
msgid "" msgid ""
"Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not " "Sets the value of TCP_KEEPIDLE in seconds for each server socket. Not "
"supported on OS X." "supported on OS X."
msgstr "" msgstr ""
#: neutron/wsgi.py:54 #: neutron/wsgi.py:55
msgid "Number of seconds to keep retrying to listen" msgid "Number of seconds to keep retrying to listen"
msgstr "" msgstr ""
#: neutron/wsgi.py:57 #: neutron/wsgi.py:58
msgid "Enable SSL on the API server" msgid "Enable SSL on the API server"
msgstr "" msgstr ""
#: neutron/wsgi.py:60 #: neutron/wsgi.py:61
msgid "CA certificate file to use to verify connecting clients" msgid "CA certificate file to use to verify connecting clients"
msgstr "" msgstr ""
#: neutron/wsgi.py:64 #: neutron/wsgi.py:65
msgid "Certificate file to use when starting the server securely" msgid "Certificate file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:68 #: neutron/wsgi.py:69
msgid "Private key file to use when starting the server securely" msgid "Private key file to use when starting the server securely"
msgstr "" msgstr ""
#: neutron/wsgi.py:104 #: neutron/wsgi.py:105
#, python-format #, python-format
msgid "Unable to listen on %(host)s:%(port)s" msgid "Unable to listen on %(host)s:%(port)s"
msgstr "無法在 %(host)s:%(port)s 上進行接聽" msgstr "無法在 %(host)s:%(port)s 上進行接聽"
#: neutron/wsgi.py:110 #: neutron/wsgi.py:111
#, python-format #, python-format
msgid "Unable to find ssl_cert_file : %s" msgid "Unable to find ssl_cert_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:114 #: neutron/wsgi.py:115
#, python-format #, python-format
msgid "Unable to find ssl_key_file : %s" msgid "Unable to find ssl_key_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:119 #: neutron/wsgi.py:120
#, python-format #, python-format
msgid "Unable to find ssl_ca_file : %s" msgid "Unable to find ssl_ca_file : %s"
msgstr "" msgstr ""
#: neutron/wsgi.py:151 #: neutron/wsgi.py:152
#, python-format #, python-format
msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds" msgid "Could not bind to %(host)s:%(port)s after trying for %(time)d seconds"
msgstr "" msgstr ""
#: neutron/wsgi.py:295 #: neutron/wsgi.py:296
msgid "Missing Content-Type" msgid "Missing Content-Type"
msgstr "遺漏了內容類型" msgstr "遺漏了內容類型"
#: neutron/wsgi.py:470 #: neutron/wsgi.py:477
#, python-format #, python-format
msgid "Data %(data)s type is %(type)s" msgid "Data %(data)s type is %(type)s"
msgstr "資料 %(data)s 類型為 %(type)s" msgstr "資料 %(data)s 類型為 %(type)s"
#: neutron/wsgi.py:553 #: neutron/wsgi.py:560
msgid "Cannot understand JSON" msgid "Cannot understand JSON"
msgstr "無法理解 JSON" msgstr "無法理解 JSON"
#: neutron/wsgi.py:566 neutron/wsgi.py:569 #: neutron/wsgi.py:573 neutron/wsgi.py:576
msgid "Inline DTD forbidden" msgid "Inline DTD forbidden"
msgstr "已禁止行內 DTD" msgstr "已禁止行內 DTD"
#: neutron/wsgi.py:645 #: neutron/wsgi.py:652
msgid "Cannot understand XML" msgid "Cannot understand XML"
msgstr "無法理解 XML" msgstr "無法理解 XML"
#: neutron/wsgi.py:756 #: neutron/wsgi.py:763
msgid "Unrecognized Content-Type provided in request" msgid "Unrecognized Content-Type provided in request"
msgstr "無法辨識要求中所提供的內容類型" msgstr "無法辨識要求中所提供的內容類型"
#: neutron/wsgi.py:760 #: neutron/wsgi.py:767
msgid "No Content-Type provided in request" msgid "No Content-Type provided in request"
msgstr "要求中未提供內容類型" msgstr "要求中未提供內容類型"
#: neutron/wsgi.py:764 #: neutron/wsgi.py:771
msgid "Empty body provided in request" msgid "Empty body provided in request"
msgstr "要求中所提供主體是空的" msgstr "要求中所提供主體是空的"
#: neutron/wsgi.py:770 #: neutron/wsgi.py:777
msgid "Unable to deserialize body as provided Content-Type" msgid "Unable to deserialize body as provided Content-Type"
msgstr "無法將主體解除序列化為提供的內容類型" msgstr "無法將主體解除序列化為提供的內容類型"
#: neutron/wsgi.py:866 #: neutron/wsgi.py:873
msgid "You must implement __call__" msgid "You must implement __call__"
msgstr "必須實作 __call__" msgstr "必須實作 __call__"
#: neutron/wsgi.py:1003 #: neutron/wsgi.py:1010
#, python-format #, python-format
msgid "%(method)s %(url)s" msgid "%(method)s %(url)s"
msgstr "%(method)s %(url)s" msgstr "%(method)s %(url)s"
#: neutron/wsgi.py:1009 #: neutron/wsgi.py:1016
msgid "Unsupported Content-Type" msgid "Unsupported Content-Type"
msgstr "不支援的內容類型" msgstr "不支援的內容類型"
#: neutron/wsgi.py:1010 #: neutron/wsgi.py:1017
#, python-format #, python-format
msgid "InvalidContentType: %s" msgid "InvalidContentType: %s"
msgstr "InvalidContentType%s" msgstr "InvalidContentType%s"
#: neutron/wsgi.py:1014 #: neutron/wsgi.py:1021
msgid "Malformed request body" msgid "Malformed request body"
msgstr "要求內文的格式不正確" msgstr "要求內文的格式不正確"
#: neutron/wsgi.py:1015 #: neutron/wsgi.py:1022
#, python-format #, python-format
msgid "MalformedRequestBody: %s" msgid "MalformedRequestBody: %s"
msgstr "MalformedRequestBody%s" msgstr "MalformedRequestBody%s"
#: neutron/wsgi.py:1022 #: neutron/wsgi.py:1029
#, python-format #, python-format
msgid "HTTP exception thrown: %s" msgid "HTTP exception thrown: %s"
msgstr "已擲出 HTTP 異常狀況:%s" msgstr "已擲出 HTTP 異常狀況:%s"
#: neutron/wsgi.py:1027 #: neutron/wsgi.py:1034
msgid "Internal error" msgid "Internal error"
msgstr "內部錯誤" msgstr "內部錯誤"
#: neutron/wsgi.py:1042 neutron/wsgi.py:1144 #: neutron/wsgi.py:1049 neutron/wsgi.py:1151
#, python-format #, python-format
msgid "%(url)s returned with HTTP %(status)d" msgid "%(url)s returned with HTTP %(status)d"
msgstr "%(url)s 傳回了 HTTP %(status)d" msgstr "%(url)s 傳回了 HTTP %(status)d"
#: neutron/wsgi.py:1045 #: neutron/wsgi.py:1052
#, python-format #, python-format
msgid "%(url)s returned a fault: %(exception)s" msgid "%(url)s returned a fault: %(exception)s"
msgstr "%(url)s 傳回了錯誤:%(exception)s" msgstr "%(url)s 傳回了錯誤:%(exception)s"
#: neutron/wsgi.py:1221 #: neutron/wsgi.py:1228
msgid "Could not deserialize data" msgid "Could not deserialize data"
msgstr "無法解除序列化資料" msgstr "無法解除序列化資料"
@ -1532,15 +1532,15 @@ msgstr "無法辨識屬性 '%s'"
msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network" msgid "Tenant %(tenant_id)s not allowed to create %(resource)s on this network"
msgstr "Tenant %(tenant_id)s 不可在此網路上建立 %(resource)s" msgstr "Tenant %(tenant_id)s 不可在此網路上建立 %(resource)s"
#: neutron/api/v2/resource.py:85 neutron/api/v2/resource.py:93 #: neutron/api/v2/resource.py:87 neutron/api/v2/resource.py:96
#: neutron/api/v2/resource.py:110 #: neutron/api/v2/resource.py:115
#, python-format #, python-format
msgid "%s failed" msgid "%s failed"
msgstr "%s 失敗" msgstr "%s 失敗"
#: neutron/api/v2/resource.py:112 #: neutron/api/v2/resource.py:117
#: neutron/tests/unit/test_api_v2_resource.py:191 #: neutron/tests/unit/test_api_v2_resource.py:255
#: neutron/tests/unit/test_api_v2_resource.py:207 #: neutron/tests/unit/test_api_v2_resource.py:271
msgid "Request Failed: internal server error while processing your request." msgid "Request Failed: internal server error while processing your request."
msgstr "要求失敗:處理要求時發生內部伺服器錯誤。" msgstr "要求失敗:處理要求時發生內部伺服器錯誤。"
@ -8832,13 +8832,13 @@ msgstr "不存在可以管理路由器 %s 的 L3 代理程式"
msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s" msgid "Router %(router_id)s is scheduled to L3 agent %(agent_id)s"
msgstr "路由器 %(router_id)s 已排程到 L3 代理程式 %(agent_id)s" msgstr "路由器 %(router_id)s 已排程到 L3 代理程式 %(agent_id)s"
#: neutron/server/__init__.py:37 #: neutron/server/__init__.py:40
msgid "" msgid ""
"ERROR: Unable to find configuration file via the default search paths " "ERROR: Unable to find configuration file via the default search paths "
"(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!" "(~/.neutron/, ~/, /etc/neutron/, /etc/) and the '--config-file' option!"
msgstr "" msgstr ""
#: neutron/server/__init__.py:44 #: neutron/server/__init__.py:47
#, python-format #, python-format
msgid "ERROR: %s" msgid "ERROR: %s"
msgstr "錯誤:%s" msgstr "錯誤:%s"
@ -9022,6 +9022,11 @@ msgid ""
"deleted first." "deleted first."
msgstr "找不到要拔除的埠 %s。如果先刪除 VIP則可能會發生此情況。" msgstr "找不到要拔除的埠 %s。如果先刪除 VIP則可能會發生此情況。"
#: neutron/tests/unit/test_api_v2_resource.py:161
#: neutron/tests/unit/test_api_v2_resource.py:224
msgid "Unmapped error"
msgstr ""
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:162
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:186
#: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207 #: neutron/tests/unit/db/loadbalancer/test_db_loadbalancer.py:207