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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20 "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
21 "%100>=11 && n%100<=14)? 2 : 3);\n"
23 #: messaging/admin.py:16
24 msgid "E-mail content"
27 #: messaging/admin.py:19
28 msgid "Sending constraints"
31 #: messaging/admin.py:29
33 msgid "Test e-mail has been sent to %(email)s."
36 #: messaging/admin.py:31
37 msgid "You have no email set. Test e-mail not sent."
40 #: messaging/models.py:16
44 #: messaging/models.py:17 messaging/models.py:171
48 #: messaging/models.py:18 messaging/models.py:172
52 #: messaging/models.py:19
53 msgid "min days since"
56 #: messaging/models.py:20
57 msgid "max days since"
60 #: messaging/models.py:21
64 #: messaging/models.py:22
68 #: messaging/models.py:23
69 msgid "min day of month"
72 #: messaging/models.py:24
73 msgid "max day of month"
76 #: messaging/models.py:25
80 #: messaging/models.py:26
84 #: messaging/models.py:27
88 #: messaging/models.py:28
92 #: messaging/models.py:29
96 #: messaging/models.py:30
100 #: messaging/models.py:31
104 #: messaging/models.py:32
108 #: messaging/models.py:35
109 msgid "email template"
112 #: messaging/models.py:36
113 msgid "email templates"
116 #: messaging/models.py:111
120 #: messaging/models.py:112
121 msgid "Would-be donor"
124 #: messaging/models.py:113
125 msgid "One-time donor"
128 #: messaging/models.py:114
129 msgid "Recurring donor"
132 #: messaging/models.py:115
136 #: messaging/models.py:122
140 #: messaging/models.py:123
144 #: messaging/models.py:175
148 #: messaging/models.py:176
152 #: messaging/states.py:75
153 msgid "club one-time donors"
156 #: messaging/states.py:90
157 msgid "club one-time donors with donation expiring"
160 #: messaging/states.py:104
161 msgid "club would-be donors"
164 #: messaging/states.py:116
165 msgid "club recurring donors"
168 #: messaging/states.py:131
169 msgid "club recurring donors with donation expired"
172 #: messaging/states.py:146
176 #: messaging/templates/messaging/email_body.html:5
177 msgid "Visit this address if you don't want to be contacted in the future:"
180 #: messaging/views.py:15
182 msgid "a <a href=\"%(docs_url)s\">%(verbose_name)s</a> object."
185 #: messaging/views.py:36