Subscribe2 - Version 5.8

Version Description

Download this release

Release Info

Developer MattyRob
Plugin Icon 128x128 Subscribe2
Version 5.8
Comparing to
See all releases

Code changes from version 5.7 to 5.8

Files changed (4) hide show
  1. ReadMe.txt +5 -1
  2. counterwidget.php +1 -1
  3. subscribe2.php +3 -3
  4. subscribe2.pot +893 -0
ReadMe.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_butt
4
  Tags: posts, subscription, email, subscribe, notify, notification
5
  Requires at least: 2.0.x
6
  Tested up to: 2.9.2
7
- Stable tag: 5.7
8
 
9
  Sends a list of subscribers an email notification when new posts are published to your blog
10
 
@@ -155,6 +155,10 @@ Secondly, make sure that the token (<!--subscribe2-->) is correctly entered in y
155
 
156
  == Changelog ==
157
 
 
 
 
 
158
  = Version 5.7 by Matthew Robinson =
159
 
160
  * Corrected some missed strings to allow i18n translation
4
  Tags: posts, subscription, email, subscribe, notify, notification
5
  Requires at least: 2.0.x
6
  Tested up to: 2.9.2
7
+ Stable tag: 5.8
8
 
9
  Sends a list of subscribers an email notification when new posts are published to your blog
10
 
155
 
156
  == Changelog ==
157
 
158
+ = Version 5.8 by Matthew Robinson =
159
+
160
+ * Reverted erroneous use of a WordPress 3.0 function
161
+
162
  = Version 5.7 by Matthew Robinson =
163
 
164
  * Corrected some missed strings to allow i18n translation
counterwidget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Subscribe2 Counter Widget
4
  Plugin URI: http://subscribe2.wordpress.com
5
  Description: Adds a sidebar widget to easily customize and display your Subscribe2 subscribers stats.
6
- Version: 5.7
7
  Author: Matthew Robinson
8
  Author URI: http://subscribe2.wordpress.com
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2387904
3
  Plugin Name: Subscribe2 Counter Widget
4
  Plugin URI: http://subscribe2.wordpress.com
5
  Description: Adds a sidebar widget to easily customize and display your Subscribe2 subscribers stats.
6
+ Version: 5.8
7
  Author: Matthew Robinson
8
  Author URI: http://subscribe2.wordpress.com
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2387904
subscribe2.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Subscribe2
4
  Plugin URI: http://subscribe2.wordpress.com
5
  Description: Notifies an email list when new entries are posted.
6
- Version: 5.7
7
  Author: Matthew Robinson
8
  Author URI: http://subscribe2.wordpress.com
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2387904
@@ -32,7 +32,7 @@ along with Subscribe2. If not, see <http://www.gnu.org/licenses/>.
32
 
33
  // our version number. Don't touch this or any line below
34
  // unless you know exacly what you are doing
35
- define( 'S2VERSION', '5.7' );
36
  define( 'S2PATH', trailingslashit(dirname(__FILE__)) );
37
  define( 'S2DIR', plugin_basename(dirname(__FILE__)) );
38
 
@@ -516,7 +516,7 @@ class s2class {
516
  // passing them in function calls a little later
517
  $this->post_title = "<a href=\"" . get_permalink($post->ID) . "\">" . html_entity_decode($post->post_title, ENT_QUOTES) . "</a>";
518
  $this->permalink = get_permalink($post->ID);
519
- $this->post_date = get_the_date();
520
  $this->post_time = get_the_time();
521
 
522
  $author = get_userdata($post->post_author);
3
  Plugin Name: Subscribe2
4
  Plugin URI: http://subscribe2.wordpress.com
5
  Description: Notifies an email list when new entries are posted.
6
+ Version: 5.8
7
  Author: Matthew Robinson
8
  Author URI: http://subscribe2.wordpress.com
9
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=2387904
32
 
33
  // our version number. Don't touch this or any line below
34
  // unless you know exacly what you are doing
35
+ define( 'S2VERSION', '5.8' );
36
  define( 'S2PATH', trailingslashit(dirname(__FILE__)) );
37
  define( 'S2DIR', plugin_basename(dirname(__FILE__)) );
38
 
516
  // passing them in function calls a little later
517
  $this->post_title = "<a href=\"" . get_permalink($post->ID) . "\">" . html_entity_decode($post->post_title, ENT_QUOTES) . "</a>";
518
  $this->permalink = get_permalink($post->ID);
519
+ $this->post_date = get_the_time(get_option('date_format'));
520
  $this->post_time = get_the_time();
521
 
522
  $author = get_userdata($post->post_author);
subscribe2.pot ADDED
@@ -0,0 +1,893 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: PACKAGE VERSION\n"
10
+ "Report-Msgid-Bugs-To: \n"
11
+ "POT-Creation-Date: 2010-05-06 18:35+0100\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"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=CHARSET\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+
19
+ #: subscribe2.php:71
20
+ msgid "To manage your subscription options please"
21
+ msgstr ""
22
+
23
+ #: subscribe2.php:71
24
+ msgid "login"
25
+ msgstr ""
26
+
27
+ #: subscribe2.php:73 subscribe2.php:75
28
+ msgid "You may manage your subscription options from your"
29
+ msgstr ""
30
+
31
+ #: subscribe2.php:73 subscribe2.php:75
32
+ msgid "profile"
33
+ msgstr ""
34
+
35
+ #: subscribe2.php:77
36
+ msgid "A confirmation message is on its way!"
37
+ msgstr ""
38
+
39
+ #: subscribe2.php:79
40
+ msgid "That email address is already subscribed."
41
+ msgstr ""
42
+
43
+ #: subscribe2.php:81
44
+ msgid "That email address is not subscribed."
45
+ msgstr ""
46
+
47
+ #: subscribe2.php:83
48
+ msgid "Sorry, but that does not look like an email address to me."
49
+ msgstr ""
50
+
51
+ #: subscribe2.php:85
52
+ msgid ""
53
+ "Sorry, email addresses at that domain are currently barred due to spam, "
54
+ "please use an alternative email address."
55
+ msgstr ""
56
+
57
+ #: subscribe2.php:87
58
+ msgid ""
59
+ "Sorry, there seems to be an error on the server. Please try again later."
60
+ msgstr ""
61
+
62
+ #: subscribe2.php:89
63
+ msgid "You must to create a WordPress page for this plugin to work correctly."
64
+ msgstr ""
65
+
66
+ #: subscribe2.php:91
67
+ msgid "Message sent!"
68
+ msgstr ""
69
+
70
+ #: subscribe2.php:93
71
+ msgid ""
72
+ "Message failed! Check your settings and check with your hosting provider"
73
+ msgstr ""
74
+
75
+ #: subscribe2.php:95
76
+ msgid "Your email:"
77
+ msgstr ""
78
+
79
+ #: subscribe2.php:95
80
+ msgid "Enter email address..."
81
+ msgstr ""
82
+
83
+ #: subscribe2.php:95 subscribe2.php:1640 subscribe2.php:1737
84
+ #: subscribe2.php:2473
85
+ msgid "Subscribe"
86
+ msgstr ""
87
+
88
+ #: subscribe2.php:95 subscribe2.php:1641 subscribe2.php:1738
89
+ #: subscribe2.php:2452
90
+ msgid "Unsubscribe"
91
+ msgstr ""
92
+
93
+ #: subscribe2.php:98
94
+ msgid "No such email address is registered."
95
+ msgstr ""
96
+
97
+ #: subscribe2.php:100
98
+ msgid "You have successfully subscribed!"
99
+ msgstr ""
100
+
101
+ #: subscribe2.php:102
102
+ msgid "You have successfully unsubscribed."
103
+ msgstr ""
104
+
105
+ #: subscribe2.php:104
106
+ msgid "subscribe"
107
+ msgstr ""
108
+
109
+ #: subscribe2.php:106
110
+ msgid "unsubscribe"
111
+ msgstr ""
112
+
113
+ #: subscribe2.php:109
114
+ msgid "Options saved!"
115
+ msgstr ""
116
+
117
+ #: subscribe2.php:110
118
+ msgid "Options reset!"
119
+ msgstr ""
120
+
121
+ #: subscribe2.php:118
122
+ msgid "Subscribers"
123
+ msgstr ""
124
+
125
+ #: subscribe2.php:121
126
+ msgid "Subscribe2 Options"
127
+ msgstr ""
128
+
129
+ #: subscribe2.php:121 subscribe2.php:3046 subscribe2.php:3166
130
+ msgid "Subscribe2"
131
+ msgstr ""
132
+
133
+ #: subscribe2.php:126 subscribe2.php:1952
134
+ msgid "Subscriptions"
135
+ msgstr ""
136
+
137
+ #: subscribe2.php:130
138
+ msgid "Mail Subscribers"
139
+ msgstr ""
140
+
141
+ #: subscribe2.php:870
142
+ msgid "New subscription"
143
+ msgstr ""
144
+
145
+ #: subscribe2.php:872
146
+ msgid "subscribed to email notifications!"
147
+ msgstr ""
148
+
149
+ #: subscribe2.php:898
150
+ msgid "New Unsubscription"
151
+ msgstr ""
152
+
153
+ #: subscribe2.php:900
154
+ msgid "unsubscribed from email notifications!"
155
+ msgstr ""
156
+
157
+ #: subscribe2.php:1461
158
+ msgid "Address(es) subscribed!"
159
+ msgstr ""
160
+
161
+ #: subscribe2.php:1464
162
+ msgid "Address(es) unsubscribed!"
163
+ msgstr ""
164
+
165
+ #: subscribe2.php:1474
166
+ msgid "Address(es) deleted!"
167
+ msgstr ""
168
+
169
+ #: subscribe2.php:1480 subscribe2.php:1486
170
+ msgid "Status changed!"
171
+ msgstr ""
172
+
173
+ #: subscribe2.php:1500
174
+ msgid "Reminder Email(s) Sent!"
175
+ msgstr ""
176
+
177
+ #: subscribe2.php:1503
178
+ msgid "Registered Users Subscribed!"
179
+ msgstr ""
180
+
181
+ #: subscribe2.php:1506
182
+ msgid "Registered Users Unsubscribed!"
183
+ msgstr ""
184
+
185
+ #: subscribe2.php:1509
186
+ msgid "Format updated for Selected Registered Users!"
187
+ msgstr ""
188
+
189
+ #: subscribe2.php:1604
190
+ msgid "Previous Page"
191
+ msgstr ""
192
+
193
+ #: subscribe2.php:1624
194
+ msgid "Next Page"
195
+ msgstr ""
196
+
197
+ #: subscribe2.php:1631
198
+ msgid "Manage Subscribers"
199
+ msgstr ""
200
+
201
+ #: subscribe2.php:1636
202
+ msgid "Add/Remove Subscribers"
203
+ msgstr ""
204
+
205
+ #: subscribe2.php:1637
206
+ msgid "Enter addresses, one per line or comma-separated"
207
+ msgstr ""
208
+
209
+ #: subscribe2.php:1644
210
+ msgid "Current Subscribers"
211
+ msgstr ""
212
+
213
+ #: subscribe2.php:1646
214
+ msgid "Filter"
215
+ msgstr ""
216
+
217
+ #: subscribe2.php:1651
218
+ msgid "Search Subscribers"
219
+ msgstr ""
220
+
221
+ #: subscribe2.php:1654
222
+ msgid "Send Reminder Email"
223
+ msgstr ""
224
+
225
+ #: subscribe2.php:1661
226
+ msgid "Save Emails to CSV File"
227
+ msgstr ""
228
+
229
+ #: subscribe2.php:1667 subscribe2.php:1725
230
+ msgid "Process"
231
+ msgstr ""
232
+
233
+ #: subscribe2.php:1680 subscribe2.php:1702
234
+ msgid "Confirm this email address"
235
+ msgstr ""
236
+
237
+ #: subscribe2.php:1682 subscribe2.php:1695
238
+ msgid "Unconfirm this email address"
239
+ msgstr ""
240
+
241
+ #: subscribe2.php:1684 subscribe2.php:1697 subscribe2.php:1705
242
+ msgid "Delete this email address"
243
+ msgstr ""
244
+
245
+ #: subscribe2.php:1688 subscribe2.php:2588
246
+ msgid "Select / Unselect All"
247
+ msgstr ""
248
+
249
+ #: subscribe2.php:1712
250
+ msgid "edit"
251
+ msgstr ""
252
+
253
+ #: subscribe2.php:1719
254
+ msgid "No matching subscribers found"
255
+ msgstr ""
256
+
257
+ #: subscribe2.php:1721
258
+ msgid "NONE"
259
+ msgstr ""
260
+
261
+ #: subscribe2.php:1733
262
+ msgid "Categories"
263
+ msgstr ""
264
+
265
+ #: subscribe2.php:1734
266
+ msgid ""
267
+ "Preferences for Registered Users selected in the filter above can be changed "
268
+ "using this section."
269
+ msgstr ""
270
+
271
+ #: subscribe2.php:1735
272
+ msgid "Consider User Privacy as changes cannot be undone"
273
+ msgstr ""
274
+
275
+ #: subscribe2.php:1736
276
+ msgid "Action to perform"
277
+ msgstr ""
278
+
279
+ #: subscribe2.php:1741
280
+ msgid "Bulk Update Categories"
281
+ msgstr ""
282
+
283
+ #: subscribe2.php:1743
284
+ msgid "Send email as"
285
+ msgstr ""
286
+
287
+ #: subscribe2.php:1744 subscribe2.php:2175 subscribe2.php:2324
288
+ msgid "HTML - Full"
289
+ msgstr ""
290
+
291
+ #: subscribe2.php:1745 subscribe2.php:2180 subscribe2.php:2329
292
+ msgid "HTML - Excerpt"
293
+ msgstr ""
294
+
295
+ #: subscribe2.php:1746 subscribe2.php:2185 subscribe2.php:2334
296
+ msgid "Plain Text - Full"
297
+ msgstr ""
298
+
299
+ #: subscribe2.php:1747 subscribe2.php:2190 subscribe2.php:2339
300
+ msgid "Plain Text - Excerpt"
301
+ msgstr ""
302
+
303
+ #: subscribe2.php:1748
304
+ msgid "Bulk Update Format"
305
+ msgstr ""
306
+
307
+ #: subscribe2.php:1785
308
+ msgid "Preview message(s) sent to logged in user"
309
+ msgstr ""
310
+
311
+ #: subscribe2.php:1788
312
+ msgid "Attempt made to resend the Digest Notification email"
313
+ msgstr ""
314
+
315
+ #: subscribe2.php:1924
316
+ msgid "Subscribe2 Settings"
317
+ msgstr ""
318
+
319
+ #: subscribe2.php:1925
320
+ msgid "Plugin Blog"
321
+ msgstr ""
322
+
323
+ #: subscribe2.php:1926
324
+ msgid "Support Forum"
325
+ msgstr ""
326
+
327
+ #: subscribe2.php:1927
328
+ msgid "Make a donation via PayPal"
329
+ msgstr ""
330
+
331
+ #: subscribe2.php:1938 subscribe2.php:2307
332
+ msgid "Notification Settings"
333
+ msgstr ""
334
+
335
+ #: subscribe2.php:1939
336
+ msgid "Restrict the number of recipients per email to (0 for unlimited)"
337
+ msgstr ""
338
+
339
+ #: subscribe2.php:1941 subscribe2.php:2101
340
+ msgid "Edit"
341
+ msgstr ""
342
+
343
+ #: subscribe2.php:1944 subscribe2.php:2104
344
+ msgid "Update"
345
+ msgstr ""
346
+
347
+ #: subscribe2.php:1945 subscribe2.php:2105
348
+ msgid "Revert"
349
+ msgstr ""
350
+
351
+ #: subscribe2.php:1947
352
+ msgid "Send Admins notifications for new"
353
+ msgstr ""
354
+
355
+ #: subscribe2.php:1957
356
+ msgid "Unsubscriptions"
357
+ msgstr ""
358
+
359
+ #: subscribe2.php:1962
360
+ msgid "Both"
361
+ msgstr ""
362
+
363
+ #: subscribe2.php:1967
364
+ msgid "Neither"
365
+ msgstr ""
366
+
367
+ #: subscribe2.php:1969
368
+ msgid "Include theme CSS stylesheet in HTML notifications"
369
+ msgstr ""
370
+
371
+ #: subscribe2.php:1974 subscribe2.php:1986 subscribe2.php:1997
372
+ #: subscribe2.php:2008 subscribe2.php:2153 subscribe2.php:2164
373
+ #: subscribe2.php:2196 subscribe2.php:2212 subscribe2.php:2347
374
+ #: subscribe2.php:2383
375
+ msgid "Yes"
376
+ msgstr ""
377
+
378
+ #: subscribe2.php:1979 subscribe2.php:1991 subscribe2.php:2002
379
+ #: subscribe2.php:2013 subscribe2.php:2147 subscribe2.php:2158
380
+ #: subscribe2.php:2169 subscribe2.php:2201 subscribe2.php:2217
381
+ #: subscribe2.php:2352 subscribe2.php:2387
382
+ msgid "No"
383
+ msgstr ""
384
+
385
+ #: subscribe2.php:1981
386
+ msgid "Send Emails for Pages"
387
+ msgstr ""
388
+
389
+ #: subscribe2.php:1992
390
+ msgid "Send Emails for Password Protected Posts"
391
+ msgstr ""
392
+
393
+ #: subscribe2.php:2003
394
+ msgid "Send Emails for Private Posts"
395
+ msgstr ""
396
+
397
+ #: subscribe2.php:2014
398
+ msgid "Send Email From"
399
+ msgstr ""
400
+
401
+ #: subscribe2.php:2019
402
+ msgid "Send Emails"
403
+ msgstr ""
404
+
405
+ #: subscribe2.php:2021
406
+ msgid "For digest notifications, date order for posts is"
407
+ msgstr ""
408
+
409
+ #: subscribe2.php:2026
410
+ msgid "Descending"
411
+ msgstr ""
412
+
413
+ #: subscribe2.php:2031
414
+ msgid "Ascending"
415
+ msgstr ""
416
+
417
+ #: subscribe2.php:2035
418
+ msgid "Email Templates"
419
+ msgstr ""
420
+
421
+ #: subscribe2.php:2039
422
+ msgid "New Post email (must not be empty)"
423
+ msgstr ""
424
+
425
+ #: subscribe2.php:2040 subscribe2.php:2068 subscribe2.php:2073
426
+ msgid "Subject Line"
427
+ msgstr ""
428
+
429
+ #: subscribe2.php:2045
430
+ msgid "Send Email Preview"
431
+ msgstr ""
432
+
433
+ #: subscribe2.php:2046
434
+ msgid "Message substitions"
435
+ msgstr ""
436
+
437
+ #: subscribe2.php:2050
438
+ msgid "the post's title<br />(<i>for per-post emails only</i>)"
439
+ msgstr ""
440
+
441
+ #: subscribe2.php:2051
442
+ msgid ""
443
+ "the excerpt or the entire post<br />(<i>based on the subscriber's "
444
+ "preferences</i>)"
445
+ msgstr ""
446
+
447
+ #: subscribe2.php:2052
448
+ msgid ""
449
+ "the excerpt of the post and the time it was posted<br />(<i>for digest "
450
+ "emails only</i>)"
451
+ msgstr ""
452
+
453
+ #: subscribe2.php:2053
454
+ msgid "a list of post titles<br />(<i>for digest emails only</i>)"
455
+ msgstr ""
456
+
457
+ #: subscribe2.php:2054
458
+ msgid "the post's permalink<br />(<i>for per-post emails only</i>)"
459
+ msgstr ""
460
+
461
+ #: subscribe2.php:2055
462
+ msgid ""
463
+ "the post's permalink after conversion by TinyURL<br />(<i>for per-post "
464
+ "emails only</i>)"
465
+ msgstr ""
466
+
467
+ #: subscribe2.php:2056
468
+ msgid "the date the post was made<br />(<i>for per-post emails only</i>)"
469
+ msgstr ""
470
+
471
+ #: subscribe2.php:2057
472
+ msgid "the time the post was made<br />(<i>for per-post emails only</i>)"
473
+ msgstr ""
474
+
475
+ #: subscribe2.php:2058
476
+ msgid "the admin or post author's name"
477
+ msgstr ""
478
+
479
+ #: subscribe2.php:2059
480
+ msgid "the admin or post author's email"
481
+ msgstr ""
482
+
483
+ #: subscribe2.php:2060
484
+ msgid "the post author's name"
485
+ msgstr ""
486
+
487
+ #: subscribe2.php:2061
488
+ msgid ""
489
+ "the generated link to confirm a request<br />(<i>only used in the "
490
+ "confirmation email template</i>)"
491
+ msgstr ""
492
+
493
+ #: subscribe2.php:2062
494
+ msgid ""
495
+ "Action performed by LINK in confirmation email<br />(<i>only used in the "
496
+ "confirmation email template</i>)"
497
+ msgstr ""
498
+
499
+ #: subscribe2.php:2063
500
+ msgid "the post's assigned categories"
501
+ msgstr ""
502
+
503
+ #: subscribe2.php:2064
504
+ msgid "the post's assigned Tags"
505
+ msgstr ""
506
+
507
+ #: subscribe2.php:2065
508
+ msgid ""
509
+ "the number of posts included in the digest email<br />(<i>for digest emails "
510
+ "only</i>)"
511
+ msgstr ""
512
+
513
+ #: subscribe2.php:2067
514
+ msgid "Subscribe / Unsubscribe confirmation email"
515
+ msgstr ""
516
+
517
+ #: subscribe2.php:2072
518
+ msgid "Reminder email to Unconfirmed Subscribers"
519
+ msgstr ""
520
+
521
+ #: subscribe2.php:2079
522
+ msgid "Excluded Categories"
523
+ msgstr ""
524
+
525
+ #: subscribe2.php:2081
526
+ msgid ""
527
+ "Posts assigned to any Excluded Category do not generate notifications and "
528
+ "are not included in digest notifications"
529
+ msgstr ""
530
+
531
+ #: subscribe2.php:2088
532
+ msgid "Allow registered users to subscribe to excluded categories?"
533
+ msgstr ""
534
+
535
+ #: subscribe2.php:2091
536
+ msgid "Appearance"
537
+ msgstr ""
538
+
539
+ #: subscribe2.php:2095
540
+ msgid "Set default Subscribe2 page as ID"
541
+ msgstr ""
542
+
543
+ #: subscribe2.php:2099
544
+ msgid "Set the number of Subscribers displayed per page"
545
+ msgstr ""
546
+
547
+ #: subscribe2.php:2112
548
+ msgid "Show a link to your subscription page in \"meta\"?"
549
+ msgstr ""
550
+
551
+ #: subscribe2.php:2119
552
+ msgid "Show the Subscribe2 button on the Write toolbar?"
553
+ msgstr ""
554
+
555
+ #: subscribe2.php:2126
556
+ msgid "Enable Subscribe2 Widget?"
557
+ msgstr ""
558
+
559
+ #: subscribe2.php:2130
560
+ msgid "Auto Subscribe"
561
+ msgstr ""
562
+
563
+ #: subscribe2.php:2132
564
+ msgid "Subscribe new users registering with your blog"
565
+ msgstr ""
566
+
567
+ #: subscribe2.php:2137
568
+ msgid "Automatically"
569
+ msgstr ""
570
+
571
+ #: subscribe2.php:2142
572
+ msgid "Display option on Registration Form"
573
+ msgstr ""
574
+
575
+ #: subscribe2.php:2148
576
+ msgid "Auto-subscribe includes any excluded categories"
577
+ msgstr ""
578
+
579
+ #: subscribe2.php:2159
580
+ msgid "Registration Form option is checked by default"
581
+ msgstr ""
582
+
583
+ #: subscribe2.php:2170
584
+ msgid "Auto-subscribe users to receive email as"
585
+ msgstr ""
586
+
587
+ #: subscribe2.php:2191
588
+ msgid "Registered Users have the option to auto-subscribe to new categories"
589
+ msgstr ""
590
+
591
+ #: subscribe2.php:2206
592
+ msgid "New categories are immediately excluded"
593
+ msgstr ""
594
+
595
+ #: subscribe2.php:2207
596
+ msgid ""
597
+ "Option for Registered Users to auto-subscribe to new categories is checked "
598
+ "by default"
599
+ msgstr ""
600
+
601
+ #: subscribe2.php:2221
602
+ msgid "Barred Domains"
603
+ msgstr ""
604
+
605
+ #: subscribe2.php:2223
606
+ msgid ""
607
+ "Enter domains to bar from public subscriptions: <br /> (Use a new line for "
608
+ "each entry and omit the \"@\" symbol, for example email.com)"
609
+ msgstr ""
610
+
611
+ #: subscribe2.php:2228
612
+ msgid "Submit"
613
+ msgstr ""
614
+
615
+ #: subscribe2.php:2231
616
+ msgid "Reset Default"
617
+ msgstr ""
618
+
619
+ #: subscribe2.php:2232
620
+ msgid ""
621
+ "Use this to reset all options to their defaults. This <strong><em>will not</"
622
+ "em></strong> modify your list of subscribers."
623
+ msgstr ""
624
+
625
+ #: subscribe2.php:2234
626
+ msgid "RESET"
627
+ msgstr ""
628
+
629
+ #: subscribe2.php:2260
630
+ msgid "Subscription preferences updated."
631
+ msgstr ""
632
+
633
+ #: subscribe2.php:2310
634
+ msgid "Editing Subscribe2 preferences for user"
635
+ msgstr ""
636
+
637
+ #: subscribe2.php:2319
638
+ msgid "Receive email as"
639
+ msgstr ""
640
+
641
+ #: subscribe2.php:2342
642
+ msgid "Automatically subscribe me to newly created categories"
643
+ msgstr ""
644
+
645
+ #: subscribe2.php:2363
646
+ msgid "Unsubscribe me from this blog"
647
+ msgstr ""
648
+
649
+ #: subscribe2.php:2367
650
+ msgid "Subscribe to all categories"
651
+ msgstr ""
652
+
653
+ #: subscribe2.php:2369
654
+ msgid "Subscribed Categories on"
655
+ msgstr ""
656
+
657
+ #: subscribe2.php:2371
658
+ msgid "Subscribed Categories"
659
+ msgstr ""
660
+
661
+ #: subscribe2.php:2377
662
+ msgid "Receive periodic summaries of new posts?"
663
+ msgstr ""
664
+
665
+ #: subscribe2.php:2392
666
+ msgid "Update Preferences"
667
+ msgstr ""
668
+
669
+ #: subscribe2.php:2441
670
+ msgid "Subscribed Blogs"
671
+ msgstr ""
672
+
673
+ #: subscribe2.php:2446 subscribe2.php:2467
674
+ msgid "Viewing Settings Now"
675
+ msgstr ""
676
+
677
+ #: subscribe2.php:2450 subscribe2.php:2471
678
+ msgid "View Settings"
679
+ msgstr ""
680
+
681
+ #: subscribe2.php:2462
682
+ msgid "Subscribe to new blogs"
683
+ msgstr ""
684
+
685
+ #: subscribe2.php:2535
686
+ msgid "Send an email to subscribers"
687
+ msgstr ""
688
+
689
+ #: subscribe2.php:2543
690
+ msgid "A message from"
691
+ msgstr ""
692
+
693
+ #: subscribe2.php:2545
694
+ msgid "Subject"
695
+ msgstr ""
696
+
697
+ #: subscribe2.php:2548
698
+ msgid "Recipients:"
699
+ msgstr ""
700
+
701
+ #: subscribe2.php:2552
702
+ msgid "Send"
703
+ msgstr ""
704
+
705
+ #: subscribe2.php:2623
706
+ msgid "All Users and Subscribers"
707
+ msgstr ""
708
+
709
+ #: subscribe2.php:2624
710
+ msgid "Public Subscribers"
711
+ msgstr ""
712
+
713
+ #: subscribe2.php:2625
714
+ msgid "Confirmed"
715
+ msgstr ""
716
+
717
+ #: subscribe2.php:2626
718
+ msgid "Unconfirmed"
719
+ msgstr ""
720
+
721
+ #: subscribe2.php:2627
722
+ msgid "All Registered Users"
723
+ msgstr ""
724
+
725
+ #: subscribe2.php:2628
726
+ msgid "Registered Subscribers"
727
+ msgstr ""
728
+
729
+ #: subscribe2.php:2739
730
+ msgid "For each Post"
731
+ msgstr ""
732
+
733
+ #: subscribe2.php:2756
734
+ msgid "Send Digest Notification at"
735
+ msgstr ""
736
+
737
+ #: subscribe2.php:2768
738
+ msgid ""
739
+ "This option will be ignored if the time selected is not in the future in "
740
+ "relation to the current time"
741
+ msgstr ""
742
+
743
+ #: subscribe2.php:2771
744
+ msgid "Current UTC time is"
745
+ msgstr ""
746
+
747
+ #: subscribe2.php:2773
748
+ msgid "Current blog time is"
749
+ msgstr ""
750
+
751
+ #: subscribe2.php:2775
752
+ msgid "Next email notification will be sent when your blog time is after"
753
+ msgstr ""
754
+
755
+ #: subscribe2.php:2778
756
+ msgid "Attempt to resend the last Digest Notification email"
757
+ msgstr ""
758
+
759
+ #: subscribe2.php:2779
760
+ msgid "Resend Digest"
761
+ msgstr ""
762
+
763
+ #: subscribe2.php:2831
764
+ msgid "Settings"
765
+ msgstr ""
766
+
767
+ #: subscribe2.php:2832
768
+ msgid "Donate"
769
+ msgstr ""
770
+
771
+ #: subscribe2.php:2833
772
+ msgid "Forum"
773
+ msgstr ""
774
+
775
+ #: subscribe2.php:2844
776
+ msgid "Check here to Subscribe to email notifications for new posts"
777
+ msgstr ""
778
+
779
+ #: subscribe2.php:2853
780
+ msgid ""
781
+ "By registering with this blog you are also agreeing to receive email "
782
+ "notifications for new posts but you can unsubscribe at anytime"
783
+ msgstr ""
784
+
785
+ #: subscribe2.php:2874 subscribe2.php:2875 subscribe2.php:2903
786
+ msgid "Subscribe2 Notification Override"
787
+ msgstr ""
788
+
789
+ #: subscribe2.php:2889
790
+ msgid ""
791
+ "Check here to disable sending of an email notification for this post/page"
792
+ msgstr ""
793
+
794
+ #: subscribe2.php:3032
795
+ msgid "Subscription Confirmation"
796
+ msgstr ""
797
+
798
+ #: subscribe2.php:3084
799
+ msgid "Title"
800
+ msgstr ""
801
+
802
+ #: subscribe2.php:3086
803
+ msgid "Div class name"
804
+ msgstr ""
805
+
806
+ #: subscribe2.php:3088
807
+ msgid "Pre-Content"
808
+ msgstr ""
809
+
810
+ #: subscribe2.php:3090
811
+ msgid "Post-Content"
812
+ msgstr ""
813
+
814
+ #: subscribe2.php:3140
815
+ msgid "[Un]Subscribe to Posts"
816
+ msgstr ""
817
+
818
+ #: subscribe2.php:3218
819
+ msgid "Weekly"
820
+ msgstr ""
821
+
822
+ #: subscribe2.php:3320 subscribe2.php:3321
823
+ msgid "Author"
824
+ msgstr ""
825
+
826
+ #: subscribe2.php:3328
827
+ msgid "Posted on"
828
+ msgstr ""
829
+
830
+ #: subscribe2.php:3332 subscribe2.php:3333
831
+ msgid "Posted in"
832
+ msgstr ""
833
+
834
+ #: subscribe2.php:3338 subscribe2.php:3339
835
+ msgid "Tagged as"
836
+ msgstr ""
837
+
838
+ #: subscribe2.php:3391
839
+ msgid "Digest Email"
840
+ msgstr ""
841
+
842
+ #: include/options.php:98
843
+ msgid ""
844
+ "BLOGNAME has posted a new item, 'TITLE'\n"
845
+ "\n"
846
+ "POST\n"
847
+ "\n"
848
+ "You may view the latest post at\n"
849
+ "PERMALINK\n"
850
+ "\n"
851
+ "You received this e-mail because you asked to be notified when new updates "
852
+ "are posted.\n"
853
+ "Best regards,\n"
854
+ "MYNAME\n"
855
+ "EMAIL"
856
+ msgstr ""
857
+
858
+ #: include/options.php:106
859
+ msgid ""
860
+ "BLOGNAME has received a request to ACTION for this email address. To "
861
+ "complete your request please click on the link below:\n"
862
+ "\n"
863
+ "LINK\n"
864
+ "\n"
865
+ "If you did not request this, please feel free to disregard this notice!\n"
866
+ "\n"
867
+ "Thank you,\n"
868
+ "MYNAME."
869
+ msgstr ""
870
+
871
+ #: include/options.php:110
872
+ msgid "Please confirm your request"
873
+ msgstr ""
874
+
875
+ #: include/options.php:114
876
+ msgid ""
877
+ "This email address was subscribed for notifications at BLOGNAME (BLOGLINK) "
878
+ "but the subscription remains incomplete.\n"
879
+ "\n"
880
+ "If you wish to complete your subscription please click on the link below:\n"
881
+ "\n"
882
+ "LINK\n"
883
+ "\n"
884
+ "If you do not wish to complete your subscription please ignore this email "
885
+ "and your address will be removed from our database.\n"
886
+ "\n"
887
+ "Regards,\n"
888
+ "MYNAME"
889
+ msgstr ""
890
+
891
+ #: include/options.php:118
892
+ msgid "Subscription Reminder"
893
+ msgstr ""