summaryrefslogtreecommitdiff
path: root/oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po
diff options
context:
space:
mode:
Diffstat (limited to 'oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po')
-rw-r--r--oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po57
1 files changed, 54 insertions, 3 deletions
diff --git a/oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po b/oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po
index f90a4aa..f5ea6f1 100644
--- a/oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po
+++ b/oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po
@@ -1,20 +1,37 @@
# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
# Andi Chandler <andi@gowling.com>, 2016. #zanata
+# Andi Chandler <andi@gowling.com>, 2017. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.policy 1.25.1.dev7\n"
+"Project-Id-Version: oslo.policy 1.28.2.dev1\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
-"POT-Creation-Date: 2017-08-19 14:29+0000\n"
+"POT-Creation-Date: 2017-10-04 14:01+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2016-06-03 10:51+0000\n"
+"PO-Revision-Date: 2017-10-07 09:33+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
"X-Generator: Zanata 3.9.6\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+#, python-format
+msgid "%(rule)s is disallowed by policy"
+msgstr "%(rule)s is disallowed by policy"
+
+msgid "Absolute path client key file REST based policy check"
+msgstr "Absolute path client key file REST based policy check"
+
+msgid "Absolute path to ca cert file for REST based policy check"
+msgstr "Absolute path to ca cert file for REST based policy check"
+
+msgid "Absolute path to client cert for REST based policy check"
+msgstr "Absolute path to client cert for REST based policy check"
+
+msgid "Content Type to send and receive data for REST based policy check"
+msgstr "Content Type to send and receive data for REST based policy check"
+
msgid "Default rule. Enforced when a requested rule is not found."
msgstr "Default rule. Enforced when a requested rule is not found."
@@ -30,6 +47,14 @@ msgstr ""
"these directories to be searched. Missing or empty directories are ignored."
#, python-format
+msgid "Invalid policy rule default: %(error)s."
+msgstr "Invalid policy rule default: %(error)s."
+
+#, python-format
+msgid "Policies %(names)s are not well defined. Check logs for more details."
+msgstr "Policies %(names)s are not well defined. Check logs for more details."
+
+#, python-format
msgid "Policy %(name)s has not been registered"
msgstr "Policy %(name)s has not been registered"
@@ -40,3 +65,29 @@ msgstr "Policy %(name)s is already registered"
#, python-format
msgid "Rules must be an instance of dict or Rules, got %s instead"
msgstr "Rules must be an instance of dict or Rules, got %s instead"
+
+msgid "The file that defines policies."
+msgstr "The file that defines policies."
+
+#, python-format
+msgid "Unable to access ssl cert_file : %s"
+msgstr "Unable to access SSL cert_file : %s"
+
+#, python-format
+msgid "Unable to access ssl key_file : %s"
+msgstr "Unable to access SSL key_file : %s"
+
+#, python-format
+msgid "Unable to find ca cert_file : %s"
+msgstr "Unable to find ca cert_file : %s"
+
+#, python-format
+msgid "Unable to find ssl cert_file : %s"
+msgstr "Unable to find SSL cert_file : %s"
+
+#, python-format
+msgid "Unable to find ssl key_file : %s"
+msgstr "Unable to find SSL key_file : %s"
+
+msgid "server identity verification for REST based policy check"
+msgstr "server identity verification for REST based policy check"