Merge "Imported Translations from Transifex"

This commit is contained in:
OpenStack Jenkins 2013-06-05 07:46:56 +00:00 committed by Gerrit Code Review
commit d83caf9c1e
17 changed files with 396 additions and 424 deletions

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Bulgarian (Bulgaria) " "Language-Team: Bulgarian (Bulgaria) "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Czech " "Language-Team: Czech "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Danish " "Language-Team: Danish "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-22 08:17+0000\n" "PO-Revision-Date: 2013-05-22 08:17+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: German " "Language-Team: German "
@ -524,7 +524,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "Routerport %s verfügt über keine IP-Adresse" msgstr "Routerport %s verfügt über keine IP-Adresse"
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "Ignorieren mehrerer IP-Adressen auf Routerport %s" msgstr "Ignorieren mehrerer IP-Adressen auf Routerport %s"
@ -1878,20 +1878,25 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "Ungültige Erweiterungsumgebung: %(reason)s" msgstr "Ungültige Erweiterungsumgebung: %(reason)s"
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
#, fuzzy, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "Es können keine IP-Adressen auf externem Netz gefunden werden"
#: quantum/common/exceptions.py:258
msgid "More than one external network exists" msgid "More than one external network exists"
msgstr "Es sind mehrere externe Netze vorhanden" msgstr "Es sind mehrere externe Netze vorhanden"
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "Ein ungültiger Wert wurde für %(opt_name)s angegeben: %(opt_value)s" msgstr "Ein ungültiger Wert wurde für %(opt_name)s angegeben: %(opt_value)s"
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr "Gateway-IP '%(ip_address)s' steht im Konflikt mit Zuordnungspool %(pool)s" msgstr "Gateway-IP '%(ip_address)s' steht im Konflikt mit Zuordnungspool %(pool)s"
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:272
#, python-format #, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2408,21 +2413,7 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "'fixed_ip_address' kann nicht ohne 'port_id' angegeben werden" msgstr "'fixed_ip_address' kann nicht ohne 'port_id' angegeben werden"
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr "Es können keine IP-Adressen auf externem Netz gefunden werden"
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
"Erstellen einer dynamischen IP-Adresse aufgrund einer fehlerhaften "
"Anforderung nicht möglich"
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr "Zuordnung von dynamischer IP-Adresse fehlgeschlagen"
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
@ -2431,12 +2422,12 @@ msgstr ""
"Port %(port_id)s hat Eigentümer %(port_owner)s, aber keine IP-Adresse und" "Port %(port_id)s hat Eigentümer %(port_owner)s, aber keine IP-Adresse und"
" kann daher gelöscht werden" " kann daher gelöscht werden"
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "Mehrere dynamische IP-Adressen für Port %s gefunden" msgstr "Mehrere dynamische IP-Adressen für Port %s gefunden"
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "Port %s wird übersprungen, da keine IP-Adresse auf ihm konfiguriert ist" msgstr "Port %s wird übersprungen, da keine IP-Adresse auf ihm konfiguriert ist"
@ -2900,13 +2891,13 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "Port verfügt nicht über Portsicherheitsbindung." msgstr "Port verfügt nicht über Portsicherheitsbindung."
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
"Nicht-Admins sind nicht dazu berechtigt, auf Quoten für andere Nutzer " "Nicht-Admins sind nicht dazu berechtigt, auf Quoten für andere Nutzer "
"zuzugreifen" "zuzugreifen"
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "Nur Admins können Quoten anzeigen oder konfigurieren" msgstr "Nur Admins können Quoten anzeigen oder konfigurieren"
@ -9031,6 +9022,12 @@ msgstr "lSwitch: %s nicht gefunden"
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "lRouter: %s nicht gefunden" msgstr "lRouter: %s nicht gefunden"
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr "" #~ msgstr ""
#~ "Erstellen einer dynamischen IP-Adresse "
#~ "aufgrund einer fehlerhaften Anforderung nicht"
#~ " möglich"
#~ msgid "Floating IP association failed"
#~ msgstr "Zuordnung von dynamischer IP-Adresse fehlgeschlagen"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Spanish " "Language-Team: Spanish "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Finnish (Finland) " "Language-Team: Finnish (Finland) "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: French " "Language-Team: French "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-16 09:23+0000\n" "PO-Revision-Date: 2013-05-16 09:23+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Italian " "Language-Team: Italian "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-01-30 10:28+0000\n" "PO-Revision-Date: 2013-01-30 10:28+0000\n"
"Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n" "Last-Translator: Tomoyuki KATO <tomo@dream.daynight.jp>\n"
"Language-Team: Japanese " "Language-Team: Japanese "
@ -502,7 +502,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1763,21 +1763,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2235,31 +2240,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2662,11 +2655,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8379,6 +8372,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-04-19 14:53+0000\n" "PO-Revision-Date: 2013-04-19 14:53+0000\n"
"Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n" "Last-Translator: Nika Chkhikvishvili <frrrredo@gmail.com>\n"
"Language-Team: ka_GE <LL@li.org>\n" "Language-Team: ka_GE <LL@li.org>\n"
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8379,6 +8372,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-04-28 05:13+0000\n" "PO-Revision-Date: 2013-04-28 05:13+0000\n"
"Last-Translator: ujuc Gang <potopro@gmail.com>\n" "Last-Translator: ujuc Gang <potopro@gmail.com>\n"
"Language-Team: ko_KR <LL@li.org>\n" "Language-Team: ko_KR <LL@li.org>\n"
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-01-28 21:54+0000\n" "PO-Revision-Date: 2013-01-28 21:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Portuguese (Brazil) " "Language-Team: Portuguese (Brazil) "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,9 +7,9 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: quantum " "Project-Id-Version: quantum "
"jenkins.quantum.propose.translation.update.126\n" "jenkins.quantum.propose.translation.update.127\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Russian " "Language-Team: Russian "
@ -502,7 +502,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1763,21 +1763,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2235,31 +2240,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2662,11 +2655,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8379,6 +8372,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Vietnamese (Viet Nam) " "Language-Team: Vietnamese (Viet Nam) "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-13 06:01+0000\n" "PO-Revision-Date: 2013-05-13 06:01+0000\n"
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n" "Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
"Language-Team: Chinese (China) " "Language-Team: Chinese (China) "
@ -501,7 +501,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "" msgstr ""
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "" msgstr ""
@ -1762,21 +1762,26 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
msgid "More than one external network exists" #, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "" msgstr ""
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:258
#, python-format msgid "More than one external network exists"
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "" msgstr ""
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr ""
#: quantum/common/exceptions.py:272
#, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2234,31 +2239,19 @@ msgstr ""
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr ""
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr ""
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr ""
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "" msgstr ""
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "" msgstr ""
@ -2661,11 +2654,11 @@ msgstr ""
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "" msgstr ""
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "" msgstr ""
@ -8378,6 +8371,12 @@ msgstr ""
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "" msgstr ""
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to find any IP address on external network"
#~ msgstr ""
#~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr ""
#~ msgid "Floating IP association failed"
#~ msgstr "" #~ msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Quantum\n" "Project-Id-Version: Quantum\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-06-03 12:11+0000\n" "POT-Creation-Date: 2013-06-04 12:11+0000\n"
"PO-Revision-Date: 2013-05-22 03:25+0000\n" "PO-Revision-Date: 2013-05-22 03:25+0000\n"
"Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n" "Last-Translator: daisy.ycguo <daisy.ycguo@gmail.com>\n"
"Language-Team: Chinese (Taiwan) " "Language-Team: Chinese (Taiwan) "
@ -503,7 +503,7 @@ msgstr ""
msgid "Router port %s has no IP address" msgid "Router port %s has no IP address"
msgstr "路由器埠 %s 沒有 IP 位址" msgstr "路由器埠 %s 沒有 IP 位址"
#: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:929 #: quantum/agent/l3_agent.py:318 quantum/db/l3_db.py:918
#, python-format #, python-format
msgid "Ignoring multiple IPs on router port %s" msgid "Ignoring multiple IPs on router port %s"
msgstr "正在忽略路由器埠 %s 上的多個 IP" msgstr "正在忽略路由器埠 %s 上的多個 IP"
@ -1774,20 +1774,25 @@ msgid "Invalid extension environment: %(reason)s"
msgstr "無效的延伸環境:%(reason)s" msgstr "無效的延伸環境:%(reason)s"
#: quantum/common/exceptions.py:253 #: quantum/common/exceptions.py:253
#, fuzzy, python-format
msgid "Unable to find any IP address on external network %(net_id)s."
msgstr "在外部網路上找不到任何 IP 位址"
#: quantum/common/exceptions.py:258
msgid "More than one external network exists" msgid "More than one external network exists"
msgstr "多個外部網路已存在" msgstr "多個外部網路已存在"
#: quantum/common/exceptions.py:257 #: quantum/common/exceptions.py:262
#, python-format #, python-format
msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s" msgid "An invalid value was provided for %(opt_name)s: %(opt_value)s"
msgstr "提供給 %(opt_name)s 的值 %(opt_value)s 無效" msgstr "提供給 %(opt_name)s 的值 %(opt_value)s 無效"
#: quantum/common/exceptions.py:262 #: quantum/common/exceptions.py:267
#, python-format #, python-format
msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s" msgid "Gateway ip %(ip_address)s conflicts with allocation pool %(pool)s"
msgstr "閘道 IP %(ip_address)s 與配置儲存區 %(pool)s 相衝突" msgstr "閘道 IP %(ip_address)s 與配置儲存區 %(pool)s 相衝突"
#: quantum/common/exceptions.py:267 #: quantum/common/exceptions.py:272
#, python-format #, python-format
msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'" msgid "Invalid network VLAN range: '%(vlan_range)s' - '%(error)s'"
msgstr "" msgstr ""
@ -2248,31 +2253,19 @@ msgstr "埠 %s 具有多個固定 IP。指派浮動 IP 時必須提供特定 IP"
msgid "fixed_ip_address cannot be specified without a port_id" msgid "fixed_ip_address cannot be specified without a port_id"
msgstr "如果未指定 port_id則無法指定 fixed_ip_address" msgstr "如果未指定 port_id則無法指定 fixed_ip_address"
#: quantum/db/l3_db.py:652 #: quantum/db/l3_db.py:757
msgid "Unable to find any IP address on external network"
msgstr "在外部網路上找不到任何 IP 位址"
#: quantum/db/l3_db.py:673
msgid "Unable to create Floating ip due to a malformed request"
msgstr "無法建立浮動 IP因為要求的格式不正確"
#: quantum/db/l3_db.py:677
msgid "Floating IP association failed"
msgstr "浮動 IP 關聯失敗"
#: quantum/db/l3_db.py:768
#, python-format #, python-format
msgid "" msgid ""
"Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can " "Port %(port_id)s has owner %(port_owner)s, but no IP address, so it can "
"be deleted" "be deleted"
msgstr "埠 %(port_id)s 具有擁有者 %(port_owner)s但沒有 IP 位址,因此可以刪除" msgstr "埠 %(port_id)s 具有擁有者 %(port_owner)s但沒有 IP 位址,因此可以刪除"
#: quantum/db/l3_db.py:786 #: quantum/db/l3_db.py:775
#, python-format #, python-format
msgid "Multiple floating IPs found for port %s" msgid "Multiple floating IPs found for port %s"
msgstr "找到埠 %s 的多個浮動 IP" msgstr "找到埠 %s 的多個浮動 IP"
#: quantum/db/l3_db.py:935 #: quantum/db/l3_db.py:924
#, python-format #, python-format
msgid "Skipping port %s as no IP is configure on it" msgid "Skipping port %s as no IP is configure on it"
msgstr "正在跳過埠 %s因為其上沒有配置 IP" msgstr "正在跳過埠 %s因為其上沒有配置 IP"
@ -2681,11 +2674,11 @@ msgstr "埠安全必須加以啟用,而且埠必須具有 IP 位址,才能
msgid "Port does not have port security binding." msgid "Port does not have port security binding."
msgstr "埠沒有埠安全連結。" msgstr "埠沒有埠安全連結。"
#: quantum/extensions/quotasv2.py:81 #: quantum/extensions/quotasv2.py:85
msgid "Non-admin is not authorised to access quotas for another tenant" msgid "Non-admin is not authorised to access quotas for another tenant"
msgstr "非管理者未獲授權來存取另一個 Tenant 的配額" msgstr "非管理者未獲授權來存取另一個 Tenant 的配額"
#: quantum/extensions/quotasv2.py:86 #: quantum/extensions/quotasv2.py:90
msgid "Only admin can view or configure quota" msgid "Only admin can view or configure quota"
msgstr "只有管理者才能檢視或配置配額" msgstr "只有管理者才能檢視或配置配額"
@ -8465,6 +8458,9 @@ msgstr "找不到 lswitch%s"
msgid "lrouter:%s not found" msgid "lrouter:%s not found"
msgstr "找不到 lrouter%s" msgstr "找不到 lrouter%s"
#~ msgid "Unable to update network '%s' on Nexus switch" #~ msgid "Unable to create Floating ip due to a malformed request"
#~ msgstr "" #~ msgstr "無法建立浮動 IP因為要求的格式不正確"
#~ msgid "Floating IP association failed"
#~ msgstr "浮動 IP 關聯失敗"