1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2021-07-24 20:21-0700\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21#: forms.py:32
22msgid "Username"
23msgstr ""
24
25#: forms.py:33
26msgid "First name"
27msgstr ""
28
29#: forms.py:34
30msgid "Last name"
31msgstr ""
32
33#: forms.py:36
34msgid "Time zone"
35msgstr ""
36
37#: forms.py:43
38msgid "A user with that username already exists."
39msgstr ""
40
41#: templates/account/email.html:6
42#: templates/django_mailman3/profile/base.html:17
43msgid "Account"
44msgstr ""
45
46#: templates/account/email.html:11
47msgid "The following e-mail addresses are associated with your account:"
48msgstr ""
49
50#: templates/account/email.html:25
51msgid "Verified"
52msgstr ""
53
54#: templates/account/email.html:27
55msgid "Unverified"
56msgstr ""
57
58#: templates/account/email.html:29
59msgid "Primary"
60msgstr ""
61
62#: templates/account/email.html:35
63msgid "Make Primary"
64msgstr ""
65
66#: templates/account/email.html:36
67msgid "Re-send Verification"
68msgstr ""
69
70#: templates/account/email.html:37 templates/socialaccount/connections.html:34
71msgid "Remove"
72msgstr ""
73
74#: templates/account/email.html:44
75msgid "Warning:"
76msgstr ""
77
78#: templates/account/email.html:44
79msgid ""
80"You currently do not have any e-mail address set up. You should really add "
81"an e-mail address so you can receive notifications, reset your password, etc."
82msgstr ""
83
84#: templates/account/email.html:49
85msgid "Add E-mail Address"
86msgstr ""
87
88#: templates/account/email.html:55
89msgid "Add E-mail"
90msgstr ""
91
92#: templates/account/email.html:66
93msgid "Do you really want to remove the selected e-mail address?"
94msgstr ""
95
96#: templates/account/email_confirm.html:6
97#: templates/account/email_confirm.html:10
98msgid "Confirm E-mail Address"
99msgstr ""
100
101#: templates/account/email_confirm.html:16
102#, python-format
103msgid ""
104"Please confirm that <a href=\"mailto:%(email)s\">%(email)s</a> is an e-mail "
105"address for user %(user_display)s."
106msgstr ""
107
108#: templates/account/email_confirm.html:20
109msgid "Confirm"
110msgstr ""
111
112#: templates/account/email_confirm.html:27
113#, python-format
114msgid ""
115"This e-mail confirmation link expired or is invalid. Please <a href="
116"\"%(email_url)s\">issue a new e-mail confirmation request</a>."
117msgstr ""
118
119#: templates/account/login.html:7 templates/account/login.html:11
120#: templates/account/login.html:48
121msgid "Sign In"
122msgstr ""
123
124#: templates/account/login.html:18
125#, python-format
126msgid ""
127"Please sign in with one\n"
128"of your existing third party accounts. Or, <a href=\"%(signup_url)s\">sign "
129"up</a>\n"
130"for a %(site_name)s account and sign in below:"
131msgstr ""
132
133#: templates/account/login.html:30
134#: templates/django_mailman3/profile/profile.html:72
135msgid "or"
136msgstr ""
137
138#: templates/account/login.html:37
139#, python-format
140msgid ""
141"If you have not created an account yet, then please\n"
142"<a href=\"%(signup_url)s\">sign up</a> first."
143msgstr ""
144
145#: templates/account/login.html:50
146msgid "Forgot Password?"
147msgstr ""
148
149#: templates/account/logout.html:5 templates/account/logout.html:8
150#: templates/account/logout.html:17
151msgid "Sign Out"
152msgstr ""
153
154#: templates/account/logout.html:10
155msgid "Are you sure you want to sign out?"
156msgstr ""
157
158#: templates/account/password_change.html:12
159#: templates/account/password_reset_from_key.html:6
160#: templates/account/password_reset_from_key.html:9
161#: templates/django_mailman3/profile/base.html:20
162msgid "Change Password"
163msgstr ""
164
165#: templates/account/password_reset.html:7
166#: templates/account/password_reset.html:11
167msgid "Password Reset"
168msgstr ""
169
170#: templates/account/password_reset.html:16
171msgid ""
172"Forgotten your password? Enter your e-mail address below, and we'll send you "
173"an e-mail allowing you to reset it."
174msgstr ""
175
176#: templates/account/password_reset.html:22
177msgid "Reset My Password"
178msgstr ""
179
180#: templates/account/password_reset.html:27
181msgid "Please contact us if you have any trouble resetting your password."
182msgstr ""
183
184#: templates/account/password_reset_from_key.html:9
185msgid "Bad Token"
186msgstr ""
187
188#: templates/account/password_reset_from_key.html:13
189#, python-format
190msgid ""
191"The password reset link was invalid, possibly because it has already been "
192"used.  Please request a <a href=\"%(passwd_reset_url)s\">new password reset</"
193"a>."
194msgstr ""
195
196#: templates/account/password_reset_from_key.html:20
197msgid "change password"
198msgstr ""
199
200#: templates/account/password_reset_from_key.html:25
201msgid "Your password is now changed."
202msgstr ""
203
204#: templates/account/password_set.html:12
205msgid "Set Password"
206msgstr ""
207
208#: templates/account/signup.html:6 templates/socialaccount/signup.html:6
209msgid "Signup"
210msgstr ""
211
212#: templates/account/signup.html:9 templates/account/signup.html:20
213#: templates/socialaccount/signup.html:9 templates/socialaccount/signup.html:21
214msgid "Sign Up"
215msgstr ""
216
217#: templates/account/signup.html:11
218#, python-format
219msgid ""
220"Already have an account? Then please <a href=\"%(login_url)s\">sign in</a>."
221msgstr ""
222
223#: templates/django_mailman3/paginator/pagination.html:43
224msgid "Jump to page:"
225msgstr ""
226
227#: templates/django_mailman3/paginator/pagination.html:61
228msgid "Results per page:"
229msgstr ""
230
231#: templates/django_mailman3/paginator/pagination.html:77
232#: templates/django_mailman3/profile/profile.html:71
233msgid "Update"
234msgstr ""
235
236#: templates/django_mailman3/profile/base.html:6
237msgid "User Profile"
238msgstr ""
239
240#: templates/django_mailman3/profile/base.html:13
241msgid "User profile"
242msgstr ""
243
244#: templates/django_mailman3/profile/base.html:13
245msgid "for"
246msgstr ""
247
248#: templates/django_mailman3/profile/base.html:23
249msgid "E-mail Addresses"
250msgstr ""
251
252#: templates/django_mailman3/profile/base.html:30
253msgid "Account Connections"
254msgstr ""
255
256#: templates/django_mailman3/profile/base.html:35
257#: templates/django_mailman3/profile/delete_profile.html:17
258msgid "Delete Account"
259msgstr ""
260
261#: templates/django_mailman3/profile/delete_profile.html:12
262msgid ""
263"Are you sure you want to delete your account? This will remove your account "
264"along with all your subscriptions."
265msgstr ""
266
267#: templates/django_mailman3/profile/profile.html:20
268#: templates/django_mailman3/profile/profile.html:57
269msgid "Edit on"
270msgstr ""
271
272#: templates/django_mailman3/profile/profile.html:28
273msgid "Primary email:"
274msgstr ""
275
276#: templates/django_mailman3/profile/profile.html:34
277msgid "Other emails:"
278msgstr ""
279
280#: templates/django_mailman3/profile/profile.html:40
281msgid "(no other email)"
282msgstr ""
283
284#: templates/django_mailman3/profile/profile.html:45
285msgid "Link another address"
286msgstr ""
287
288#: templates/django_mailman3/profile/profile.html:53
289msgid "Avatar:"
290msgstr ""
291
292#: templates/django_mailman3/profile/profile.html:63
293msgid "Joined on:"
294msgstr ""
295
296#: templates/django_mailman3/profile/profile.html:72
297msgid "cancel"
298msgstr ""
299
300#: templates/openid/login.html:10
301msgid "OpenID Sign In"
302msgstr ""
303
304#: templates/socialaccount/connections.html:9
305msgid ""
306"You can sign in to your account using any of the following third party "
307"accounts:"
308msgstr ""
309
310#: templates/socialaccount/connections.html:42
311msgid ""
312"You currently have no social network accounts connected to this account."
313msgstr ""
314
315#: templates/socialaccount/connections.html:45
316msgid "Add a 3rd Party Account"
317msgstr ""
318
319#: templates/socialaccount/signup.html:11
320#, python-format
321msgid ""
322"You are about to use your %(provider_name)s account to login to\n"
323"%(site_name)s. As a final step, please complete the following form:"
324msgstr ""
325
326#: templatetags/pagination.py:43
327msgid "Newer"
328msgstr ""
329
330#: templatetags/pagination.py:44
331msgid "Older"
332msgstr ""
333
334#: templatetags/pagination.py:46
335msgid "Previous"
336msgstr ""
337
338#: templatetags/pagination.py:47
339msgid "Next"
340msgstr ""
341
342#: views/profile.py:72
343msgid "The profile was successfully updated."
344msgstr ""
345
346#: views/profile.py:74
347msgid "No change detected."
348msgstr ""
349
350#: views/profile.py:110
351msgid "Successfully deleted account"
352msgstr ""
353