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 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
19 #: messaging/admin.py:16
20 msgid "E-mail content"
23 #: messaging/admin.py:19
24 msgid "Sending constraints"
27 #: messaging/admin.py:29
29 msgid "Test e-mail has been sent to %(email)s."
32 #: messaging/admin.py:31
33 msgid "You have no email set. Test e-mail not sent."
36 #: messaging/models.py:16
40 #: messaging/models.py:17 messaging/models.py:185
44 #: messaging/models.py:18 messaging/models.py:186
48 #: messaging/models.py:19
49 msgid "min days since"
52 #: messaging/models.py:20
53 msgid "max days since"
56 #: messaging/models.py:21
60 #: messaging/models.py:22
64 #: messaging/models.py:23
65 msgid "min day of month"
68 #: messaging/models.py:24
69 msgid "max day of month"
72 #: messaging/models.py:25
76 #: messaging/models.py:26
80 #: messaging/models.py:27
84 #: messaging/models.py:28
88 #: messaging/models.py:29
92 #: messaging/models.py:30
96 #: messaging/models.py:31
100 #: messaging/models.py:32
104 #: messaging/models.py:35
105 msgid "email template"
108 #: messaging/models.py:36
109 msgid "email templates"
112 #: messaging/models.py:111
116 #: messaging/models.py:112
117 msgid "Would-be donor"
120 #: messaging/models.py:113
121 msgid "One-time donor"
124 #: messaging/models.py:114
125 msgid "Recurring donor"
128 #: messaging/models.py:115
129 msgid "Manually set as member"
132 #: messaging/models.py:116
136 #: messaging/models.py:123
140 #: messaging/models.py:124
144 #: messaging/models.py:189
148 #: messaging/models.py:190
152 #: messaging/states.py:76
153 msgid "club one-time donors"
156 #: messaging/states.py:91
157 msgid "club one-time donors with donation expiring"
160 #: messaging/states.py:105
161 msgid "club would-be donors"
164 #: messaging/states.py:117
165 msgid "club recurring donors"
168 #: messaging/states.py:132
169 msgid "club recurring donors with donation expired"
172 #: messaging/states.py:147
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