summaryrefslogtreecommitdiff
path: root/oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po')
-rw-r--r--oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po27
1 files changed, 24 insertions, 3 deletions
diff --git a/oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po b/oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po
index 28787b7..4618ceb 100644
--- a/oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po
+++ b/oslo_utils/locale/en_GB/LC_MESSAGES/oslo_utils.po
@@ -5,16 +5,17 @@
# Translators:
# Andi Chandler <andi@gowling.com>, 2014-2015
# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
+# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.utils 3.7.1.dev13\n"
+"Project-Id-Version: oslo.utils 3.12.1.dev3\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2016-05-02 20:03+0000\n"
+"POT-Creation-Date: 2016-06-10 18:11+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2015-08-27 01:04+0000\n"
+"PO-Revision-Date: 2016-06-09 11:15+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language: en-GB\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -23,6 +24,14 @@ msgstr ""
"Language-Team: English (United Kingdom)\n"
#, python-format
+msgid "%(name)s has %(length)s characters, less than %(min_length)s."
+msgstr "%(name)s has %(length)s characters, less than %(min_length)s."
+
+#, python-format
+msgid "%(name)s has %(length)s characters, more than %(max_length)s."
+msgstr "%(name)s has %(length)s characters, more than %(max_length)s."
+
+#, python-format
msgid "%s is not a string or unicode"
msgstr "%s is not a string or unicode"
@@ -39,6 +48,14 @@ msgid "Bad prefix type for generating IPv6 address by EUI-64: %s"
msgstr "Bad prefix type for generating IPv6 address by EUI-64: %s"
#, python-format
+msgid "Invalid input value \"%s\"."
+msgstr "Invalid input value \"%s\"."
+
+#, python-format
+msgid "Invalid path: %s"
+msgstr "Invalid path: %s"
+
+#, python-format
msgid "Invalid string format: %s"
msgstr "Invalid string format: %s"
@@ -59,3 +76,7 @@ msgstr "Unrecognised value '%(val)s', acceptable values are: %(acceptable)s"
#, python-format
msgid "Version %s is invalid."
msgstr "Version %s is invalid."
+
+#, python-format
+msgid "minsegs > maxsegs: %(min)d > %(max)d)"
+msgstr "minsegs > maxsegs: %(min)d > %(max)d)"