summaryrefslogtreecommitdiff
path: root/oslo_policy/locale/en_GB/LC_MESSAGES/oslo_policy.po
blob: 7465209898a43b342532decfc75c7f9344f8f5be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# OpenStack Infra <zanata@openstack.org>, 2015. #zanata
# Andi Chandler <andi@gowling.com>, 2016. #zanata
# Andi Chandler <andi@gowling.com>, 2017. #zanata
# Andi Chandler <andi@gowling.com>, 2018. #zanata
msgid ""
msgstr ""
"Project-Id-Version: oslo.policy VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
"POT-Creation-Date: 2018-08-07 10:53+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2018-08-08 09:50+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en_GB\n"
"X-Generator: Zanata 4.3.3\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."

msgid ""
"Directories where policy configuration files are stored. They can be "
"relative to any directory in the search path defined by the config_dir "
"option, or absolute paths. The file defined by policy_file must exist for "
"these directories to be searched.  Missing or empty directories are ignored."
msgstr ""
"Directories where policy configuration files are stored. They can be "
"relative to any directory in the search path defined by the config_dir "
"option, or absolute paths. The file defined by policy_file must exist for "
"these directories to be searched.  Missing or empty directories are ignored."

#, python-format
msgid "Invalid context object: %(error)s."
msgstr "Invalid context object: %(error)s."

#, 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"

#, python-format
msgid "Policy %(name)s is already registered"
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."

msgid ""
"This option controls whether or not to enforce scope when evaluating "
"policies. If ``True``, the scope of the token used in the request is "
"compared to the ``scope_types`` of the policy being enforced. If the scopes "
"do not match, an ``InvalidScope`` exception will be raised. If ``False``, a "
"message will be logged informing operators that policies are being invoked "
"with mismatching scope."
msgstr ""
"This option controls whether or not to enforce scope when evaluating "
"policies. If ``True``, the scope of the token used in the request is "
"compared to the ``scope_types`` of the policy being enforced. If the scopes "
"do not match, an ``InvalidScope`` exception will be raised. If ``False``, a "
"message will be logged informing operators that policies are being invoked "
"with mismatching scope."

#, 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"