Merge "Imported Translations from Transifex"

This commit is contained in:
OpenStack Jenkins 2013-07-30 20:58:52 +00:00 committed by Gerrit Code Review
commit ba82733dd2
40 changed files with 8201 additions and 1540 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian (Bulgaria) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bosnian "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Catalan "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Danish "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-22 08:17+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: German "
@ -2558,6 +2558,94 @@ msgstr ""
"Das Attribut %(attr)s ist ein Verweis auf eine andere Ressource und kann "
"bei der Sortierung von %(resource)s nicht verwendet werden"
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2720,6 +2808,101 @@ msgstr ""
"Operation kann für %(router_id)s nicht abgeschlossen werden. Die Anzahl "
"an Routen überschreitet den maximalen Wert %(quota)s."
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -9126,6 +9309,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -9286,51 +9490,13 @@ msgstr "lRouter: %s nicht gefunden"
#~ msgstr "Beschreibung für den Standardservicetyp"
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ "Definiert einen Provider für einen "
#~ "erweiterten Service im Format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ "Standardservicetyp - kein Treiber für "
#~ "Service %(service_class)s und Plug-in "
#~ "%(plugin)s"
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr "Servicetyp %(service_type_id)s konnte nicht gefunden werden "
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ "Es sind noch aktive Instanzen von "
#~ "Servicetyp '%(service_type_id)s' vorhanden. Daher"
#~ " kann er nicht entfernt werden."
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
#~ "Mehrere Instanzen von Standardservicetyp "
#~ "gefunden. Verwendung von Instanz '%s'"
#~ msgid "Created service type object:%s"
#~ msgstr "Servicetypobjekt erstellt:%s"
@ -9341,15 +9507,6 @@ msgstr "lRouter: %s nicht gefunden"
#~ msgid "The service type '%s' does not exist"
#~ msgstr "Der Servicetyp '%s' ist nicht vorhanden"
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ "Es wurde keine Servicetypdefinition angegeben."
#~ " Mindestens eine Servicetypdefinition muss "
#~ "angegeben sein"
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr "Erforderliche Attribute fehlen in Servicedefinition: %s"
@ -9377,11 +9534,6 @@ msgstr "lRouter: %s nicht gefunden"
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr "Verzeichnis für Servicedefinition erwartet, Folgendes gefunden: %s"
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""
@ -9396,7 +9548,4 @@ msgstr "lRouter: %s nicht gefunden"
#~ msgid "No DSCP field needed when QoS workload marked trusted"
#~ msgstr ""
#~ "Kein DSCP-Feld nötig, wenn der "
#~ "QoS-Workload als vertrauenswürdig markiert "
#~ "ist"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (Australia) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United Kingdom) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: English (United States) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish (Finland) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Croatian "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Hungarian "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian (Italy) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-30 10:28+0000\n"
"Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n"
"Language-Team: Japanese "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-04-19 14:53+0000\n"
"Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n"
"Language-Team: ka_GE <LL@li.org>\n"
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Korean "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-04-28 05:13+0000\n"
"Last-Translator: ujuc Gang <potopro@gmail.com>\n"
"Language-Team: ko_KR <LL@li.org>\n"
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Malay "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Norwegian Bokmål "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: neutron jenkins.neutron.propose.translation.update.23"
"Project-Id-Version: neutron jenkins.neutron.propose.translation.update.24"
"\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Dutch (Netherlands) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-06-28 06:06+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Polish (Poland) "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese (Brazil) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-06-08 07:51+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Romanian "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Russian "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian (Russia) "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-06-28 06:06+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Slovenian (Slovenia) "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Swahili (Kenya) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Tagalog "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Turkish (Turkey) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Ukrainian "
@ -2401,6 +2401,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2550,6 +2638,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8592,6 +8775,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8750,38 +8954,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8794,12 +8971,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8827,11 +8998,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Neutron\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Chinese (Hong Kong) "
@ -2400,6 +2400,94 @@ msgid ""
"sort '%(resource)s'"
msgstr ""
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2549,6 +2637,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr ""
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8591,6 +8774,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8749,38 +8953,11 @@ msgstr ""
#~ msgstr ""
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr ""
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr ""
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr ""
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr ""
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr ""
@ -8793,12 +8970,6 @@ msgstr ""
#~ msgid "The service type '%s' does not exist"
#~ msgstr ""
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr ""
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr ""
@ -8826,11 +8997,6 @@ msgstr ""
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr ""
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-07-29 19:55+0000\n"
"POT-Creation-Date: 2013-07-30 19:54+0000\n"
"PO-Revision-Date: 2013-05-22 03:25+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Chinese (Taiwan) "
@ -2413,6 +2413,94 @@ msgid ""
"sort '%(resource)s'"
msgstr "屬性 '%(attr)s' 是對其他資源的參照,無法由排序 '%(resource)s' 使用"
#: neutron/db/firewall/firewall_db.py:231
#: neutron/services/firewall/fwaas_plugin.py:202
msgid "create_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:247
#: neutron/services/firewall/fwaas_plugin.py:211
msgid "update_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:257
#: neutron/services/firewall/fwaas_plugin.py:226
msgid "delete_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:267
msgid "get_firewall() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:272
msgid "get_firewalls() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:278
msgid "get_firewalls_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:283
msgid "create_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:299
#: neutron/services/firewall/fwaas_plugin.py:235
msgid "update_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:311
msgid "delete_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:323
msgid "get_firewall_policy() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:328
msgid "get_firewall_policies() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:334
msgid "get_firewall_policies_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:339
msgid "create_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:367
#: neutron/services/firewall/fwaas_plugin.py:243
msgid "update_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:391
#: neutron/services/firewall/fwaas_plugin.py:253
msgid "delete_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:399
msgid "get_firewall_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:404
msgid "get_firewall_rules() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:410
msgid "get_firewall_rules_count() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:419
#: neutron/services/firewall/fwaas_plugin.py:272
msgid "insert_rule() called"
msgstr ""
#: neutron/db/firewall/firewall_db.py:459
#: neutron/services/firewall/fwaas_plugin.py:280
msgid "remove_rule() called"
msgstr ""
#: neutron/db/loadbalancer/loadbalancer_db.py:68
#, python-format
msgid "The %(key)s field can not have negative value. Current value is %(value)d."
@ -2562,6 +2650,101 @@ msgid ""
"exceeds the maximum %(quota)s."
msgstr "無法對 %(router_id)s 完成作業。路徑數目超出上限 %(quota)s。"
#: neutron/extensions/firewall.py:39
#, python-format
msgid "Firewall %(firewall_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:43
#, python-format
msgid "Firewall %(firewall_id)s is still active."
msgstr ""
#: neutron/extensions/firewall.py:47
#, python-format
msgid ""
"Operation cannot be performed since associated Firewall %(firewall_id)s "
"is in %(pending_state)s."
msgstr ""
#: neutron/extensions/firewall.py:52
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:56
#, python-format
msgid "Firewall Policy %(firewall_policy_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:60
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s could not be found."
msgstr ""
#: neutron/extensions/firewall.py:64
#, python-format
msgid "Firewall Rule %(firewall_rule_id)s is being used."
msgstr ""
#: neutron/extensions/firewall.py:68
#, python-format
msgid ""
"Firewall Rule %(firewall_rule_id)s is not associated with Firewall "
"Policy %(firewall_policy_id)s."
msgstr ""
#: neutron/extensions/firewall.py:73
#, python-format
msgid ""
"Firewall Rule protocol %(protocol)s is not supported. Only protocol "
"values %(values)s and their integer representation (0 to 255) are "
"supported."
msgstr ""
#: neutron/extensions/firewall.py:79
#, python-format
msgid ""
"Firewall rule action %(action)s is not supported. Only action values "
"%(values)s are supported."
msgstr ""
#: neutron/extensions/firewall.py:84
#, python-format
msgid "Invalid value for port %(port)s."
msgstr ""
#: neutron/extensions/firewall.py:88
msgid "Missing rule info argument for insert/remove rule opertaion."
msgstr ""
#: neutron/extensions/firewall.py:138
#, python-format
msgid "Port '%s' is not a valid number"
msgstr ""
#: neutron/extensions/firewall.py:142
#, python-format
msgid "Invalid port '%s'"
msgstr ""
#: neutron/extensions/firewall.py:156
#, python-format
msgid "%(msg_ip)s and %(msg_subnet)s"
msgstr ""
#: neutron/extensions/firewall.py:276
msgid "Number of firewalls allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:280
msgid "Number of firewall policies allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/firewall.py:284
msgid "Number of firewall rules allowed per tenant, -1 for unlimited"
msgstr ""
#: neutron/extensions/l3.py:35
#, python-format
msgid "Router %(router_id)s could not be found"
@ -8665,6 +8848,27 @@ msgstr ""
msgid "Multiple providers specified for service %s"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:47
msgid "set_firewall_status() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:59
msgid "firewall_deleted() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:67
#, python-format
msgid "Firewall %s unexpectedly deleted by agent."
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:73
msgid "get_firewalls_for_tenant() called"
msgstr ""
#: neutron/services/firewall/fwaas_plugin.py:82
msgid "get_firewalls_for_tenant_without_rules() called"
msgstr ""
#: neutron/services/loadbalancer/agent_scheduler.py:94
#, python-format
msgid "Pool %(pool_id)s has already been hosted by lbaas agent %(agent_id)s"
@ -8823,38 +9027,11 @@ msgstr "找不到 lrouter%s"
#~ msgstr "預設服務類型的文字說明"
#~ msgid ""
#~ "Defines a provider for an advanced "
#~ "service using the format: "
#~ "<service>:<plugin>[:<driver>]"
#~ msgstr "使用下列格式來定義進階服務的提供者:<service>:<plugin>[:<driver>]"
#~ msgid ""
#~ "Default service type - no driver "
#~ "for service %(service_class)s and plugin "
#~ "%(plugin)s"
#~ msgstr "預設服務類型 - 服務 %(service_class)s 及外掛程式 %(plugin)s 沒有驅動程式"
#~ msgid ""
#~ "No default service definition in "
#~ "configuration file. Please add service "
#~ "definitions using the service_definition "
#~ "variable in the [default_servicetype] section"
#~ msgstr ""
#~ msgid "Service type %(service_type_id)s could not be found "
#~ msgstr "找不到服務類型 %(service_type_id)s"
#~ msgid ""
#~ "There are still active instances of "
#~ "service type '%(service_type_id)s'. Therefore "
#~ "it cannot be removed."
#~ msgstr "服務類型 '%(service_type_id)s' 仍有作用中的實例。因此無法移除。"
#~ msgid ""
#~ "Default service type record updated in"
#~ " Neutron database. identifier is '%s'"
#~ msgstr ""
#~ msgid "Multiple default service type instances found.Will use instance '%s'"
#~ msgstr "找到多個預設服務類型實例。將使用實例 '%s'"
@ -8867,12 +9044,6 @@ msgstr "找不到 lrouter%s"
#~ msgid "The service type '%s' does not exist"
#~ msgstr "服務類型 '%s' 不存在"
#~ msgid ""
#~ "No service type definition was provided."
#~ " At least a service type definition"
#~ " must be provided"
#~ msgstr "未提供服務類型定義。必須至少提供一個服務類型定義"
#~ msgid "Required attributes missing in service definition: %s"
#~ msgstr "服務定義中遺漏了必要屬性:%s"
@ -8900,11 +9071,6 @@ msgstr "找不到 lrouter%s"
#~ msgid "Was expecting a dict for service definition, found the following: %s"
#~ msgstr "需要服務定義的字典,但發現下列項目:%s"
#~ msgid ""
#~ "API for retrieving and managing service"
#~ " types for Neutron advanced services"
#~ msgstr ""
#~ msgid "provider:physical_network specified for GRE network"
#~ msgstr ""