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"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20 #: messaging/admin.py:16
21 msgid "E-mail content"
24 #: messaging/admin.py:19
25 msgid "Sending constraints"
28 #: messaging/admin.py:29
30 msgid "Test e-mail has been sent to %(email)s."
33 #: messaging/admin.py:31
34 msgid "You have no email set. Test e-mail not sent."
37 #: messaging/models.py:16
41 #: messaging/models.py:17 messaging/models.py:185
45 #: messaging/models.py:18 messaging/models.py:186
49 #: messaging/models.py:19
50 msgid "min days since"
53 #: messaging/models.py:20
54 msgid "max days since"
57 #: messaging/models.py:21
61 #: messaging/models.py:22
65 #: messaging/models.py:23
66 msgid "min day of month"
69 #: messaging/models.py:24
70 msgid "max day of month"
73 #: messaging/models.py:25
77 #: messaging/models.py:26
81 #: messaging/models.py:27
85 #: messaging/models.py:28
89 #: messaging/models.py:29
93 #: messaging/models.py:30
97 #: messaging/models.py:31
101 #: messaging/models.py:32
105 #: messaging/models.py:35
106 msgid "email template"
109 #: messaging/models.py:36
110 msgid "email templates"
113 #: messaging/models.py:111
117 #: messaging/models.py:112
118 msgid "Would-be donor"
121 #: messaging/models.py:113
122 msgid "One-time donor"
125 #: messaging/models.py:114
126 msgid "Recurring donor"
129 #: messaging/models.py:115
130 msgid "Manually set as member"
133 #: messaging/models.py:116
137 #: messaging/models.py:123
141 #: messaging/models.py:124
145 #: messaging/models.py:189
149 #: messaging/models.py:190
153 #: messaging/states.py:76
154 msgid "club one-time donors"
157 #: messaging/states.py:91
158 msgid "club one-time donors with donation expiring"
161 #: messaging/states.py:105
162 msgid "club would-be donors"
165 #: messaging/states.py:117
166 msgid "club recurring donors"
169 #: messaging/states.py:132
170 msgid "club recurring donors with donation expired"
173 #: messaging/states.py:147
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