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=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != "
19 "11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % "
20 "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || "
21 "(n % 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:185
48 #: messaging/models.py:18 messaging/models.py:186
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
133 msgid "Manually set as member"
136 #: messaging/models.py:116
140 #: messaging/models.py:123
144 #: messaging/models.py:124
148 #: messaging/models.py:189
152 #: messaging/models.py:190
156 #: messaging/states.py:76
157 msgid "club one-time donors"
160 #: messaging/states.py:91
161 msgid "club one-time donors with donation expiring"
164 #: messaging/states.py:105
165 msgid "club would-be donors"
168 #: messaging/states.py:117
169 msgid "club recurring donors"
172 #: messaging/states.py:132
173 msgid "club recurring donors with donation expired"
176 #: messaging/states.py:147
180 #: messaging/templates/messaging/email_body.html:5
181 msgid "Visit this address if you don't want to be contacted in the future:"
184 #: messaging/views.py:15
186 msgid "a <a href=\"%(docs_url)s\">%(verbose_name)s</a> object."
189 #: messaging/views.py:36