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.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2020-09-10 15:34+0200\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"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21 #: messaging/admin.py:16
22 msgid "E-mail content"
25 #: messaging/admin.py:19
26 msgid "Sending constraints"
29 #: messaging/admin.py:29
31 msgid "Test e-mail has been sent to %(email)s."
34 #: messaging/admin.py:31
35 msgid "You have no email set. Test e-mail not sent."
38 #: messaging/models.py:16
42 #: messaging/models.py:17 messaging/models.py:171
46 #: messaging/models.py:18 messaging/models.py:172
50 #: messaging/models.py:19
51 msgid "min days since"
54 #: messaging/models.py:20
55 msgid "max days since"
58 #: messaging/models.py:21
62 #: messaging/models.py:22
66 #: messaging/models.py:23
67 msgid "min day of month"
70 #: messaging/models.py:24
71 msgid "max day of month"
74 #: messaging/models.py:25
78 #: messaging/models.py:26
82 #: messaging/models.py:27
86 #: messaging/models.py:28
90 #: messaging/models.py:29
94 #: messaging/models.py:30
98 #: messaging/models.py:31
102 #: messaging/models.py:32
106 #: messaging/models.py:35
107 msgid "email template"
110 #: messaging/models.py:36
111 msgid "email templates"
114 #: messaging/models.py:111
118 #: messaging/models.py:112
119 msgid "Would-be donor"
122 #: messaging/models.py:113
123 msgid "One-time donor"
126 #: messaging/models.py:114
127 msgid "Recurring donor"
130 #: messaging/models.py:115
134 #: messaging/models.py:122
138 #: messaging/models.py:123
142 #: messaging/models.py:175
146 #: messaging/models.py:176
150 #: messaging/states.py:75
151 msgid "club one-time donors"
154 #: messaging/states.py:90
155 msgid "club one-time donors with donation expiring"
158 #: messaging/states.py:104
159 msgid "club would-be donors"
162 #: messaging/states.py:116
163 msgid "club recurring donors"
166 #: messaging/states.py:131
167 msgid "club recurring donors with donation expired"
170 #: messaging/states.py:146
174 #: messaging/templates/messaging/email_body.html:5
175 msgid "Visit this address if you don't want to be contacted in the future:"
178 #: messaging/views.py:15
180 msgid "a <a href=\"%(docs_url)s\">%(verbose_name)s</a> object."
183 #: messaging/views.py:36