From: OpenStack Jenkins Date: Tue, 30 Jul 2013 19:55:31 +0000 (+0000) Subject: Imported Translations from Transifex X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=b9726b05fb0873f8371f658cf53319621154fd8b;p=openstack-build%2Fneutron-build.git Imported Translations from Transifex Change-Id: I580ef2f72510fbc330cf5cffa1acf3248ad4a3e9 --- diff --git a/neutron/locale/bg_BG/LC_MESSAGES/neutron.po b/neutron/locale/bg_BG/LC_MESSAGES/neutron.po index f780a38b4..fd969487e 100644 --- a/neutron/locale/bg_BG/LC_MESSAGES/neutron.po +++ b/neutron/locale/bg_BG/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/bs/LC_MESSAGES/neutron.po b/neutron/locale/bs/LC_MESSAGES/neutron.po index e5db264e1..5adfb7f82 100644 --- a/neutron/locale/bs/LC_MESSAGES/neutron.po +++ b/neutron/locale/bs/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ca/LC_MESSAGES/neutron.po b/neutron/locale/ca/LC_MESSAGES/neutron.po index fcfcca5ca..15215b09c 100644 --- a/neutron/locale/ca/LC_MESSAGES/neutron.po +++ b/neutron/locale/ca/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/cs/LC_MESSAGES/neutron.po b/neutron/locale/cs/LC_MESSAGES/neutron.po index a3f5c6837..40f605ab9 100644 --- a/neutron/locale/cs/LC_MESSAGES/neutron.po +++ b/neutron/locale/cs/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/da/LC_MESSAGES/neutron.po b/neutron/locale/da/LC_MESSAGES/neutron.po index 434c1acb5..15852ce5d 100644 --- a/neutron/locale/da/LC_MESSAGES/neutron.po +++ b/neutron/locale/da/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/de/LC_MESSAGES/neutron.po b/neutron/locale/de/LC_MESSAGES/neutron.po index 174da067b..9d6bca9a8 100644 --- a/neutron/locale/de/LC_MESSAGES/neutron.po +++ b/neutron/locale/de/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ msgstr "" -#~ "Definiert einen Provider für einen " -#~ "erweiterten Service im Format: " -#~ ":[:]" - -#~ 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" diff --git a/neutron/locale/en_AU/LC_MESSAGES/neutron.po b/neutron/locale/en_AU/LC_MESSAGES/neutron.po index 872d90c63..f8840e52e 100644 --- a/neutron/locale/en_AU/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_AU/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/en_GB/LC_MESSAGES/neutron.po b/neutron/locale/en_GB/LC_MESSAGES/neutron.po index 78042913e..f59d4004c 100644 --- a/neutron/locale/en_GB/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_GB/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/en_US/LC_MESSAGES/neutron.po b/neutron/locale/en_US/LC_MESSAGES/neutron.po index b0f2637ef..21132898b 100644 --- a/neutron/locale/en_US/LC_MESSAGES/neutron.po +++ b/neutron/locale/en_US/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/es/LC_MESSAGES/neutron.po b/neutron/locale/es/LC_MESSAGES/neutron.po index 17c702c19..6e764a730 100644 --- a/neutron/locale/es/LC_MESSAGES/neutron.po +++ b/neutron/locale/es/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/fi_FI/LC_MESSAGES/neutron.po b/neutron/locale/fi_FI/LC_MESSAGES/neutron.po index 9b09fe19f..a46194cbd 100644 --- a/neutron/locale/fi_FI/LC_MESSAGES/neutron.po +++ b/neutron/locale/fi_FI/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/fr/LC_MESSAGES/neutron.po b/neutron/locale/fr/LC_MESSAGES/neutron.po index 7b446a496..c06edf73f 100644 --- a/neutron/locale/fr/LC_MESSAGES/neutron.po +++ b/neutron/locale/fr/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/hr/LC_MESSAGES/neutron.po b/neutron/locale/hr/LC_MESSAGES/neutron.po index 0a6a609e9..f42374666 100644 --- a/neutron/locale/hr/LC_MESSAGES/neutron.po +++ b/neutron/locale/hr/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/hu/LC_MESSAGES/neutron.po b/neutron/locale/hu/LC_MESSAGES/neutron.po index 491ca7a39..6f9469cac 100644 --- a/neutron/locale/hu/LC_MESSAGES/neutron.po +++ b/neutron/locale/hu/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/id/LC_MESSAGES/neutron.po b/neutron/locale/id/LC_MESSAGES/neutron.po index 2939d6590..29407598e 100644 --- a/neutron/locale/id/LC_MESSAGES/neutron.po +++ b/neutron/locale/id/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/it/LC_MESSAGES/neutron.po b/neutron/locale/it/LC_MESSAGES/neutron.po index 4c44a21c9..afad49d96 100644 --- a/neutron/locale/it/LC_MESSAGES/neutron.po +++ b/neutron/locale/it/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/it_IT/LC_MESSAGES/neutron.po b/neutron/locale/it_IT/LC_MESSAGES/neutron.po index f8bad6c9b..448726b8d 100644 --- a/neutron/locale/it_IT/LC_MESSAGES/neutron.po +++ b/neutron/locale/it_IT/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ja/LC_MESSAGES/neutron.po b/neutron/locale/ja/LC_MESSAGES/neutron.po index 3ecadc351..c47a7bf4e 100644 --- a/neutron/locale/ja/LC_MESSAGES/neutron.po +++ b/neutron/locale/ja/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ka_GE/LC_MESSAGES/neutron.po b/neutron/locale/ka_GE/LC_MESSAGES/neutron.po index 94786dc6b..bb00eb2a1 100644 --- a/neutron/locale/ka_GE/LC_MESSAGES/neutron.po +++ b/neutron/locale/ka_GE/LC_MESSAGES/neutron.po @@ -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 \n" "Language-Team: ka_GE \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ko/LC_MESSAGES/neutron.po b/neutron/locale/ko/LC_MESSAGES/neutron.po index bae9c729f..42fb2e756 100644 --- a/neutron/locale/ko/LC_MESSAGES/neutron.po +++ b/neutron/locale/ko/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ko_KR/LC_MESSAGES/neutron.po b/neutron/locale/ko_KR/LC_MESSAGES/neutron.po index 3b7a8fce1..ff2ac7027 100644 --- a/neutron/locale/ko_KR/LC_MESSAGES/neutron.po +++ b/neutron/locale/ko_KR/LC_MESSAGES/neutron.po @@ -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 \n" "Language-Team: ko_KR \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ms/LC_MESSAGES/neutron.po b/neutron/locale/ms/LC_MESSAGES/neutron.po index a94a8d42d..032de7bc8 100644 --- a/neutron/locale/ms/LC_MESSAGES/neutron.po +++ b/neutron/locale/ms/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/nb/LC_MESSAGES/neutron.po b/neutron/locale/nb/LC_MESSAGES/neutron.po index 0695d5928..9e465a864 100644 --- a/neutron/locale/nb/LC_MESSAGES/neutron.po +++ b/neutron/locale/nb/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/neutron.pot b/neutron/locale/neutron.pot index 3b9583983..22f639c87 100644 --- a/neutron/locale/neutron.pot +++ b/neutron/locale/neutron.pot @@ -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 \n" "Language-Team: LANGUAGE \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" diff --git a/neutron/locale/nl_NL/LC_MESSAGES/neutron.po b/neutron/locale/nl_NL/LC_MESSAGES/neutron.po index c795e5621..c2dfd9fc2 100644 --- a/neutron/locale/nl_NL/LC_MESSAGES/neutron.po +++ b/neutron/locale/nl_NL/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/pl_PL/LC_MESSAGES/neutron.po b/neutron/locale/pl_PL/LC_MESSAGES/neutron.po index 179f9528f..6e392b30a 100644 --- a/neutron/locale/pl_PL/LC_MESSAGES/neutron.po +++ b/neutron/locale/pl_PL/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/pt/LC_MESSAGES/neutron.po b/neutron/locale/pt/LC_MESSAGES/neutron.po index 4a5908c4b..519d10d90 100644 --- a/neutron/locale/pt/LC_MESSAGES/neutron.po +++ b/neutron/locale/pt/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/pt_BR/LC_MESSAGES/neutron.po b/neutron/locale/pt_BR/LC_MESSAGES/neutron.po index 926ccacee..d181c3c5a 100644 --- a/neutron/locale/pt_BR/LC_MESSAGES/neutron.po +++ b/neutron/locale/pt_BR/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ro/LC_MESSAGES/neutron.po b/neutron/locale/ro/LC_MESSAGES/neutron.po index d031dc7de..3a6eb36d1 100644 --- a/neutron/locale/ro/LC_MESSAGES/neutron.po +++ b/neutron/locale/ro/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ru/LC_MESSAGES/neutron.po b/neutron/locale/ru/LC_MESSAGES/neutron.po index 86b01a60b..a6d78d98f 100644 --- a/neutron/locale/ru/LC_MESSAGES/neutron.po +++ b/neutron/locale/ru/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/ru_RU/LC_MESSAGES/neutron.po b/neutron/locale/ru_RU/LC_MESSAGES/neutron.po index 447575796..39d413d23 100644 --- a/neutron/locale/ru_RU/LC_MESSAGES/neutron.po +++ b/neutron/locale/ru_RU/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/sl_SI/LC_MESSAGES/neutron.po b/neutron/locale/sl_SI/LC_MESSAGES/neutron.po index 42f539c49..7ae2f6ad1 100644 --- a/neutron/locale/sl_SI/LC_MESSAGES/neutron.po +++ b/neutron/locale/sl_SI/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/sw_KE/LC_MESSAGES/neutron.po b/neutron/locale/sw_KE/LC_MESSAGES/neutron.po index cb95d9f46..8cc00dd87 100644 --- a/neutron/locale/sw_KE/LC_MESSAGES/neutron.po +++ b/neutron/locale/sw_KE/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/tl/LC_MESSAGES/neutron.po b/neutron/locale/tl/LC_MESSAGES/neutron.po index 741a8b92c..3389cfa39 100644 --- a/neutron/locale/tl/LC_MESSAGES/neutron.po +++ b/neutron/locale/tl/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/tr_TR/LC_MESSAGES/neutron.po b/neutron/locale/tr_TR/LC_MESSAGES/neutron.po index 611c8d341..4e93a8f38 100644 --- a/neutron/locale/tr_TR/LC_MESSAGES/neutron.po +++ b/neutron/locale/tr_TR/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/uk/LC_MESSAGES/neutron.po b/neutron/locale/uk/LC_MESSAGES/neutron.po index af677353f..c0cdd5543 100644 --- a/neutron/locale/uk/LC_MESSAGES/neutron.po +++ b/neutron/locale/uk/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/vi_VN/LC_MESSAGES/neutron.po b/neutron/locale/vi_VN/LC_MESSAGES/neutron.po index 20fe01404..8b9017eb3 100644 --- a/neutron/locale/vi_VN/LC_MESSAGES/neutron.po +++ b/neutron/locale/vi_VN/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/zh_CN/LC_MESSAGES/neutron.po b/neutron/locale/zh_CN/LC_MESSAGES/neutron.po index 5aa382083..2b7c0d2aa 100644 --- a/neutron/locale/zh_CN/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_CN/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/zh_HK/LC_MESSAGES/neutron.po b/neutron/locale/zh_HK/LC_MESSAGES/neutron.po index 5435e525a..4e22b0ffc 100644 --- a/neutron/locale/zh_HK/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_HK/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ 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 "" diff --git a/neutron/locale/zh_TW/LC_MESSAGES/neutron.po b/neutron/locale/zh_TW/LC_MESSAGES/neutron.po index ff30f52db..e143449ea 100644 --- a/neutron/locale/zh_TW/LC_MESSAGES/neutron.po +++ b/neutron/locale/zh_TW/LC_MESSAGES/neutron.po @@ -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 \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: " -#~ ":[:]" -#~ msgstr "使用下列格式來定義進階服務的提供者::[:]" - -#~ 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 ""