~ev/canonical-identity-provider/error-messages

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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-03 14:16+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: v10/forms.py:58
msgid "Wrong captcha solution."
msgstr ""

#: v10/handlers.py:196
msgid "unsafe: leaked by security breach on another website"
msgstr ""

#: v10/handlers.py:203
msgid "Unable to verify captcha. Please try again shortly."
msgstr ""

#: v20/handlers.py:187
#, python-brace-format
msgid "No account associated with {email}"
msgstr ""

#: v20/utils.py:49
msgid "Invalid request data"
msgstr ""

#: v20/utils.py:52
msgid "A captcha challenge is required to complete the request."
msgstr ""

#: v20/utils.py:53
msgid "Provided email/password is not correct."
msgstr ""

#: v20/utils.py:54
msgid "2-factor authentication required."
msgstr ""

#: v20/utils.py:57
msgid ""
"Your account has been suspended. Please contact login support to re-enable it"
msgstr ""

#: v20/utils.py:60
msgid ""
"Your account has been deactivated. To reactivate it, please reset your "
"password"
msgstr ""

#: v20/utils.py:63
msgid "This email address has been invalidated. Please contact login support."
msgstr ""

#: v20/utils.py:65
msgid "Can not reset password. Please contact login support"
msgstr ""

#: v20/utils.py:67
msgid "Failed response to captcha challenge."
msgstr ""

#: v20/utils.py:68
msgid ""
"Too many non-consumed tokens exist. Further token creation is not allowed "
"until existing tokens are consumed."
msgstr ""

#: v20/utils.py:72
msgid "The provided 2-factor key is not recognised."
msgstr ""

#: v20/utils.py:73
msgid "Your password doesn't meet security constraints."
msgstr ""

#: v20/utils.py:75
msgid "Insufficient permissions."
msgstr ""

#: v20/utils.py:77
msgid "The resource requested was not found."
msgstr ""

#: v20/utils.py:79
msgid "The email address is already registered"
msgstr ""

#: v20/utils.py:81
msgid "Too many requests. Please try again later."
msgstr ""

#: v20/utils.py:83
msgid "Unable to get a valid response from reCaptcha service"
msgstr ""