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 % 1 == 0 && n % 10 == 1 && n % 100 != "
20 "11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
21 "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
22 "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
24 #: messaging/admin.py:16
25 msgid "E-mail content"
28 #: messaging/admin.py:19
29 msgid "Sending constraints"
32 #: messaging/admin.py:29
34 msgid "Test e-mail has been sent to %(email)s."
37 #: messaging/admin.py:31
38 msgid "You have no email set. Test e-mail not sent."
41 #: messaging/models.py:16
45 #: messaging/models.py:17 messaging/models.py:171
49 #: messaging/models.py:18 messaging/models.py:172
53 #: messaging/models.py:19
54 msgid "min days since"
57 #: messaging/models.py:20
58 msgid "max days since"
61 #: messaging/models.py:21
65 #: messaging/models.py:22
69 #: messaging/models.py:23
70 msgid "min day of month"
73 #: messaging/models.py:24
74 msgid "max day of month"
77 #: messaging/models.py:25
81 #: messaging/models.py:26
85 #: messaging/models.py:27
89 #: messaging/models.py:28
93 #: messaging/models.py:29
97 #: messaging/models.py:30
101 #: messaging/models.py:31
105 #: messaging/models.py:32
109 #: messaging/models.py:35
110 msgid "email template"
113 #: messaging/models.py:36
114 msgid "email templates"
117 #: messaging/models.py:111
121 #: messaging/models.py:112
122 msgid "Would-be donor"
125 #: messaging/models.py:113
126 msgid "One-time donor"
129 #: messaging/models.py:114
130 msgid "Recurring donor"
133 #: messaging/models.py:115
137 #: messaging/models.py:122
141 #: messaging/models.py:123
145 #: messaging/models.py:175
149 #: messaging/models.py:176
153 #: messaging/states.py:75
154 msgid "club one-time donors"
157 #: messaging/states.py:90
158 msgid "club one-time donors with donation expiring"
161 #: messaging/states.py:104
162 msgid "club would-be donors"
165 #: messaging/states.py:116
166 msgid "club recurring donors"
169 #: messaging/states.py:131
170 msgid "club recurring donors with donation expired"
173 #: messaging/states.py:146
177 #: messaging/templates/messaging/email_body.html:5
178 msgid "Visit this address if you don't want to be contacted in the future:"
181 #: messaging/views.py:15
183 msgid "a <a href=\"%(docs_url)s\">%(verbose_name)s</a> object."
186 #: messaging/views.py:36