-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe2.pot
1638 lines (1282 loc) · 36.5 KB
/
subscribe2.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Copyright (C) 2014 Subscribe2
# This file is distributed under the same license as the Subscribe2 package.
msgid ""
msgstr ""
"Project-Id-Version: Subscribe2 10.3\n"
"Report-Msgid-Bugs-To: http://wordpress.org/support/plugin/subscribe2\n"
"POT-Creation-Date: 2014-06-03 20:53:48+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2014-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
#: admin/app_page.php:15
msgid "Final Step: Place the widget on your site to get started"
msgstr ""
#: admin/app_page.php:16
msgid "Drag the widget to a prominent place to maximize signups"
msgstr ""
#: admin/app_page.php:17
msgid "Place Widget Now"
msgstr ""
#: admin/app_page.php:18
msgid "Tips"
msgstr ""
#: admin/app_page.php:20
msgid ""
"Already have the widget in place? Manage your ReadyGraph account <a href=\"%s"
"\">here</a>"
msgstr ""
#: admin/app_page.php:21
msgid ""
"Need help? Email <a href=\"%1$s\">%2$s</a> or click <a href=\"%3$s\">here</a>"
msgstr ""
#: admin/app_page.php:24
msgid "Unlink ReadyGraph Account"
msgstr ""
#: admin/app_page.php:31
msgid "Subscribe2, Now with Readygraph"
msgstr ""
#: admin/app_page.php:32
msgid "Activate Readygraph features to optimize Subscribe2 functionality"
msgstr ""
#: admin/app_page.php:36
msgid "Free Signup"
msgstr ""
#: admin/app_page.php:38
msgid "Site URL"
msgstr ""
#: admin/app_page.php:43
msgid "Name"
msgstr ""
#: admin/app_page.php:48 admin/app_page.php:73
msgid "Email"
msgstr ""
#: admin/app_page.php:53 admin/app_page.php:78
msgid "Password"
msgstr ""
#: admin/app_page.php:58
msgid "Confirm Password"
msgstr ""
#: admin/app_page.php:62 classes/class-s2-frontend.php:119
msgid ""
"By signing up, you agree to our <a href=\"%1$s\">Terms of Service</a> and <a "
"href=\"%2$s\">Privacy Policy</a>"
msgstr ""
#: admin/app_page.php:64
msgid "Continue to place widget"
msgstr ""
#: admin/app_page.php:71
msgid "Already a member?"
msgstr ""
#: admin/app_page.php:83
msgid "Sign In"
msgstr ""
#: admin/app_page.php:90
msgid "Signup For These Benefits"
msgstr ""
#: admin/app_page.php:91
msgid "Grow your subscribers faster"
msgstr ""
#: admin/app_page.php:92
msgid "Engage users with automated email updates"
msgstr ""
#: admin/app_page.php:93
msgid "Enhanced email deliverablility"
msgstr ""
#: admin/app_page.php:94
msgid "Track performace with user-activity analytics"
msgstr ""
#: admin/send_email.php:71
msgid "Your email was empty"
msgstr ""
#: admin/send_email.php:78
msgid "Check your settings and check with your hosting provider"
msgstr ""
#: admin/send_email.php:83
msgid "Preview message sent!"
msgstr ""
#: admin/send_email.php:85
msgid "Message sent!"
msgstr ""
#: admin/send_email.php:89
msgid "Message failed!"
msgstr ""
#: admin/send_email.php:99
msgid "Send an email to subscribers"
msgstr ""
#: admin/send_email.php:107
msgid "A message from"
msgstr ""
#: admin/send_email.php:112
msgid "Subject"
msgstr ""
#: admin/send_email.php:115
msgid "Add More Files"
msgstr ""
#: admin/send_email.php:117
msgid "Recipients:"
msgstr ""
#: admin/send_email.php:120
msgid "Preview"
msgstr ""
#: admin/send_email.php:120
msgid "Send"
msgstr ""
#: admin/settings.php:13
msgid "Options reset!"
msgstr ""
#: admin/settings.php:24
msgid "Preview message(s) sent to logged in user"
msgstr ""
#: admin/settings.php:28
msgid ""
"The Digest Notification email contained no post information. No email was "
"sent"
msgstr ""
#: admin/settings.php:30
msgid "Attempt made to resend the Digest Notification email"
msgstr ""
#: admin/settings.php:111
msgid "Options saved!"
msgstr ""
#: admin/settings.php:120
msgid "You must create a WordPress page for this plugin to work correctly."
msgstr ""
#: admin/settings.php:135
msgid ""
"Your chosen email type (per-post or digest) does not support the following "
"keywords:"
msgstr ""
#: admin/settings.php:136
msgid "Modify your template"
msgstr ""
#: admin/settings.php:149
msgid ""
"You appear to be sending notifications from %1$s, which has a different "
"domain name than your blog server %2$s. This may result in failed emails."
msgstr ""
#: admin/settings.php:160 classes/class-s2-admin.php:84
msgid "Email Settings"
msgstr ""
#: admin/settings.php:161 classes/class-s2-admin.php:92
msgid "Templates"
msgstr ""
#: admin/settings.php:162 classes/class-s2-admin.php:99
msgid "Registered Users"
msgstr ""
#: admin/settings.php:163 classes/class-s2-admin.php:106
msgid "Appearance"
msgstr ""
#: admin/settings.php:164 classes/class-s2-admin.php:113
msgid "Miscellaneous"
msgstr ""
#: admin/settings.php:185
msgid ""
"Restrict the number of <strong>recipients per email</strong> to (0 for "
"unlimited)"
msgstr ""
#: admin/settings.php:187 admin/settings.php:424
#: classes/class-s2-admin.php:734 classes/class-s2-list-table.php:36
msgid "Edit"
msgstr ""
#: admin/settings.php:190 admin/settings.php:427
#: classes/class-s2-admin.php:748
msgid "Update"
msgstr ""
#: admin/settings.php:191 admin/settings.php:428
#: classes/class-s2-admin.php:749
msgid "Revert"
msgstr ""
#: admin/settings.php:193
msgid "Send Admins notifications for new"
msgstr ""
#: admin/settings.php:195
msgid "Subscriptions"
msgstr ""
#: admin/settings.php:197
msgid "Unsubscriptions"
msgstr ""
#: admin/settings.php:199
msgid "Both"
msgstr ""
#: admin/settings.php:201
msgid "Neither"
msgstr ""
#: admin/settings.php:203
msgid "Include theme CSS stylesheet in HTML notifications"
msgstr ""
#: admin/settings.php:205 admin/settings.php:211 admin/settings.php:225
#: admin/settings.php:230 admin/settings.php:235 admin/settings.php:356
#: admin/settings.php:361 admin/settings.php:375 admin/settings.php:382
#: admin/settings.php:396 admin/settings.php:402 admin/subscribers.php:297
#: admin/your_subscriptions.php:123 admin/your_subscriptions.php:164
msgid "Yes"
msgstr ""
#: admin/settings.php:207 admin/settings.php:213 admin/settings.php:227
#: admin/settings.php:232 admin/settings.php:237 admin/settings.php:353
#: admin/settings.php:358 admin/settings.php:363 admin/settings.php:377
#: admin/settings.php:384 admin/settings.php:393 admin/settings.php:398
#: admin/settings.php:404 admin/subscribers.php:299
#: admin/your_subscriptions.php:125 admin/your_subscriptions.php:168
msgid "No"
msgstr ""
#: admin/settings.php:209
msgid "Send Emails for Pages"
msgstr ""
#: admin/settings.php:217
msgid ""
"Subscribe2 will send email notifications for the following custom post types"
msgstr ""
#: admin/settings.php:223
msgid "Send Emails for Password Protected Posts"
msgstr ""
#: admin/settings.php:228
msgid "Send Emails for Private Posts"
msgstr ""
#: admin/settings.php:233
msgid "Include Sticky Posts at the top of all Digest Notifications"
msgstr ""
#: admin/settings.php:238
msgid "Send Email From"
msgstr ""
#: admin/settings.php:243
msgid "Send Emails"
msgstr ""
#: admin/settings.php:245
msgid "For digest notifications, date order for posts is"
msgstr ""
#: admin/settings.php:247
msgid "Descending"
msgstr ""
#: admin/settings.php:249
msgid "Ascending"
msgstr ""
#: admin/settings.php:251
msgid "Add Tracking Parameters to the Permalink"
msgstr ""
#: admin/settings.php:253
msgid ""
"eg. utm_source=subscribe2&utm_medium=email&"
"utm_campaign=postnotify&utm_id={ID}&utm_title={TITLE}"
msgstr ""
#: admin/settings.php:264
msgid "Notification email (must not be empty)"
msgstr ""
#: admin/settings.php:265 admin/settings.php:296 admin/settings.php:301
msgid "Subject Line"
msgstr ""
#: admin/settings.php:270
msgid "Send Email Preview"
msgstr ""
#: admin/settings.php:271
msgid "Message substitutions"
msgstr ""
#: admin/settings.php:273
msgid ""
"IF THE FOLLOWING KEYWORDS ARE ALSO IN YOUR POST THEY WILL BE SUBSTITUTED"
msgstr ""
#: admin/settings.php:276
msgid "the post's title<br />(<i>for per-post emails only</i>)"
msgstr ""
#: admin/settings.php:277
msgid ""
"the excerpt or the entire post<br />(<i>based on the subscriber's "
"preferences</i>)"
msgstr ""
#: admin/settings.php:278
msgid ""
"the excerpt of the post and the time it was posted<br />(<i>for digest "
"emails only</i>)"
msgstr ""
#: admin/settings.php:279
msgid "a list of post titles<br />(<i>for digest emails only</i>)"
msgstr ""
#: admin/settings.php:280
msgid ""
"a list of post titles followed by links to the articles<br />(<i>for digest "
"emails only</i>)"
msgstr ""
#: admin/settings.php:281
msgid ""
"a reference style list of links at the end of the email with corresponding "
"numbers in the content<br />(<i>for the full content plain text per-post "
"email only</i>)"
msgstr ""
#: admin/settings.php:282
msgid "the post's permalink<br />(<i>for per-post emails only</i>)"
msgstr ""
#: admin/settings.php:283
msgid "the post's permalink after conversion by TinyURL"
msgstr ""
#: admin/settings.php:284
msgid "the date the post was made<br />(<i>for per-post emails only</i>)"
msgstr ""
#: admin/settings.php:285
msgid "the time the post was made<br />(<i>for per-post emails only</i>)"
msgstr ""
#: admin/settings.php:286
msgid "the admin or post author's name"
msgstr ""
#: admin/settings.php:287
msgid "the admin or post author's email"
msgstr ""
#: admin/settings.php:288
msgid "the post author's name"
msgstr ""
#: admin/settings.php:289
msgid ""
"the generated link to confirm a request<br />(<i>only used in the "
"confirmation email template</i>)"
msgstr ""
#: admin/settings.php:290
msgid ""
"Action performed by LINK in confirmation email<br />(<i>only used in the "
"confirmation email template</i>)"
msgstr ""
#: admin/settings.php:291
msgid "the post's assigned categories"
msgstr ""
#: admin/settings.php:292
msgid "the post's assigned Tags"
msgstr ""
#: admin/settings.php:293
msgid ""
"the number of posts included in the digest email<br />(<i>for digest emails "
"only</i>)"
msgstr ""
#: admin/settings.php:295
msgid "Subscribe / Unsubscribe confirmation email"
msgstr ""
#: admin/settings.php:300
msgid "Reminder email to Unconfirmed Subscribers"
msgstr ""
#: admin/settings.php:312
msgid "Compulsory Categories"
msgstr ""
#: admin/settings.php:314
msgid ""
"Compulsory categories will be checked by default for Registered Subscribers"
msgstr ""
#: admin/settings.php:321
msgid "Excluded Categories"
msgstr ""
#: admin/settings.php:323
msgid ""
"Posts assigned to any Excluded Category do not generate notifications and "
"are not included in digest notifications"
msgstr ""
#: admin/settings.php:327
msgid "Allow registered users to subscribe to excluded categories?"
msgstr ""
#: admin/settings.php:335
msgid "Excluded Formats"
msgstr ""
#: admin/settings.php:337
msgid ""
"Posts assigned to any Excluded Format do not generate notifications and are "
"not included in digest notifications"
msgstr ""
#: admin/settings.php:345
msgid "Auto-Subscribe"
msgstr ""
#: admin/settings.php:347
msgid "Subscribe new users registering with your blog"
msgstr ""
#: admin/settings.php:349
msgid "Automatically"
msgstr ""
#: admin/settings.php:351
msgid "Display option on Registration Form"
msgstr ""
#: admin/settings.php:354
msgid "Auto-subscribe includes any excluded categories"
msgstr ""
#: admin/settings.php:359
msgid "Registration Form option is checked by default"
msgstr ""
#: admin/settings.php:364
msgid "Auto-subscribe users to receive email as"
msgstr ""
#: admin/settings.php:366 admin/subscribers.php:283
#: admin/your_subscriptions.php:112
msgid "HTML - Full"
msgstr ""
#: admin/settings.php:368 admin/subscribers.php:284
#: admin/your_subscriptions.php:114
msgid "HTML - Excerpt"
msgstr ""
#: admin/settings.php:370 admin/subscribers.php:285
#: admin/your_subscriptions.php:116
msgid "Plain Text - Full"
msgstr ""
#: admin/settings.php:372 admin/subscribers.php:286
#: admin/your_subscriptions.php:118
msgid "Plain Text - Excerpt"
msgstr ""
#: admin/settings.php:373
msgid "Registered Users have the option to auto-subscribe to new categories"
msgstr ""
#: admin/settings.php:379
msgid "New categories are immediately excluded"
msgstr ""
#: admin/settings.php:380
msgid ""
"Option for Registered Users to auto-subscribe to new categories is checked "
"by default"
msgstr ""
#: admin/settings.php:387
msgid "Display checkbox to allow subscriptions from the comment form"
msgstr ""
#: admin/settings.php:389
msgid "Before the Comment Submit button"
msgstr ""
#: admin/settings.php:391
msgid "After the Comment Submit button"
msgstr ""
#: admin/settings.php:394
msgid "Comment form checkbox is checked by default"
msgstr ""
#: admin/settings.php:400
msgid "Show one-click subscription on profile page"
msgstr ""
#: admin/settings.php:415
msgid "Set default Subscribe2 page as"
msgstr ""
#: admin/settings.php:417
msgid "Select a page"
msgstr ""
#: admin/settings.php:422
msgid "Set the number of Subscribers displayed per page"
msgstr ""
#: admin/settings.php:432
msgid "Show a link to your subscription page in \"meta\"?"
msgstr ""
#: admin/settings.php:436
msgid "Show the Subscribe2 button on the Write toolbar?"
msgstr ""
#: admin/settings.php:440
msgid "Enable AJAX style subscription form?"
msgstr ""
#: admin/settings.php:444
msgid "Enable Subscribe2 Widget?"
msgstr ""
#: admin/settings.php:448
msgid "Enable Subscribe2 Counter Widget?"
msgstr ""
#: admin/settings.php:452
msgid "Disable email notifications is checked by default on authoring pages?"
msgstr ""
#: admin/settings.php:460
msgid "Barred Domains"
msgstr ""
#: admin/settings.php:462
msgid ""
"Enter domains to bar from public subscriptions: <br /> (Use a new line for "
"each entry and omit the \"@\" symbol, for example email.com)"
msgstr ""
#: admin/settings.php:465
msgid "Links"
msgstr ""
#: admin/settings.php:466
msgid "Plugin Site"
msgstr ""
#: admin/settings.php:467 classes/class-s2-admin.php:180
msgid "Translation Files"
msgstr ""
#: admin/settings.php:468
msgid "Plugin Forum"
msgstr ""
#: admin/settings.php:469
msgid "Plugin Blog"
msgstr ""
#: admin/settings.php:470
msgid "Make a donation via PayPal"
msgstr ""
#: admin/settings.php:476
msgid "Submit"
msgstr ""
#: admin/settings.php:480
msgid "Reset to Default Settings"
msgstr ""
#: admin/settings.php:481
msgid ""
"Use this to reset all options to their defaults. This <strong><em>will not</"
"em></strong> modify your list of subscribers."
msgstr ""
#: admin/settings.php:483
msgid "RESET"
msgstr ""
#: admin/subscribers.php:31
msgid "Address(es) subscribed!"
msgstr ""
#: admin/subscribers.php:38
msgid "Address(es) unsubscribed!"
msgstr ""
#: admin/subscribers.php:42
msgid ""
"Some emails were not processed, the following are already Registered "
"Subscribers"
msgstr ""
#: admin/subscribers.php:45
msgid ""
"Some emails were not processed, the following are already Public Subscribers"
msgstr ""
#: admin/subscribers.php:48
msgid "Some emails were not processed, the following were not in the database"
msgstr ""
#: admin/subscribers.php:59
msgid "Address(es) deleted!"
msgstr ""
#: admin/subscribers.php:67
msgid "Delete failed! You cannot delete some or all of these users"
msgstr ""
#: admin/subscribers.php:70
msgid "User(s) deleted! Any posts made by these users were assigned to you"
msgstr ""
#: admin/subscribers.php:82
msgid "Status changed!"
msgstr ""
#: admin/subscribers.php:85
msgid "Reminder Email(s) Sent!"
msgstr ""
#: admin/subscribers.php:88
msgid "Registered Users Subscribed!"
msgstr ""
#: admin/subscribers.php:91
msgid "Registered Users Unsubscribed!"
msgstr ""
#: admin/subscribers.php:94
msgid "Format updated for Selected Registered Users!"
msgstr ""
#: admin/subscribers.php:97
msgid "Digest Subscription updated for Selected Registered Users!"
msgstr ""
#: admin/subscribers.php:186 classes/class-s2-admin.php:63
#: classes/class-s2-admin.php:580
msgid "Public Subscribers"
msgstr ""
#: admin/subscribers.php:186 classes/class-s2-admin.php:68
#: classes/class-s2-admin.php:584
msgid "Registered Subscribers"
msgstr ""
#: admin/subscribers.php:198 admin/subscribers.php:220
msgid "Add/Remove Subscribers"
msgstr ""
#: admin/subscribers.php:199
msgid "Enter addresses, one per line or comma-separated"
msgstr ""
#: admin/subscribers.php:202 admin/subscribers.php:274
#: admin/your_subscriptions.php:263 classes/class-s2-frontend.php:67
msgid "Subscribe"
msgstr ""
#: admin/subscribers.php:203 admin/subscribers.php:275
#: admin/your_subscriptions.php:242 classes/class-s2-frontend.php:66
msgid "Unsubscribe"
msgstr ""
#: admin/subscribers.php:208 admin/subscribers.php:227
msgid "Current Subscribers"
msgstr ""
#: admin/subscribers.php:221
msgid "Add Registered User"
msgstr ""
#: admin/subscribers.php:236
msgid "Filter"
msgstr ""
#: admin/subscribers.php:240
msgid "Send Reminder Email"
msgstr ""
#: admin/subscribers.php:247
msgid "Save Emails to CSV File"
msgstr ""
#: admin/subscribers.php:254
msgid "Search"
msgstr ""
#: admin/subscribers.php:261
msgid "Bulk Management"
msgstr ""
#: admin/subscribers.php:271 admin/subscribers.php:293
msgid ""
"Preferences for Registered Users selected in the filter above can be changed "
"using this section."
msgstr ""
#: admin/subscribers.php:272 admin/subscribers.php:294
msgid "Consider User Privacy as changes cannot be undone"
msgstr ""
#: admin/subscribers.php:273
msgid "Action to perform"
msgstr ""
#: admin/subscribers.php:281
msgid "Bulk Update Categories"
msgstr ""
#: admin/subscribers.php:282
msgid "Send email as"
msgstr ""
#: admin/subscribers.php:287
msgid "Bulk Update Format"
msgstr ""
#: admin/subscribers.php:295
msgid "Subscribe Selected Users to receive a periodic digest notification"
msgstr ""
#: admin/subscribers.php:300
msgid "Bulk Update Digest Subscription"
msgstr ""
#: admin/subscribers.php:314
msgid "You are about to delete user account(s). Are you sure?"
msgstr ""
#: admin/your_subscriptions.php:90
msgid "Subscription preferences updated."
msgstr ""
#: admin/your_subscriptions.php:98
msgid "Notification Settings"
msgstr ""
#: admin/your_subscriptions.php:101
msgid "Editing Subscribe2 preferences for user"
msgstr ""
#: admin/your_subscriptions.php:110
msgid "Receive email as"
msgstr ""
#: admin/your_subscriptions.php:121
msgid "Automatically subscribe me to newly created categories"
msgstr ""
#: admin/your_subscriptions.php:131
msgid "One Click Subscription / Unsubscription"
msgstr ""
#: admin/your_subscriptions.php:132
msgid "Subscribe to All"
msgstr ""
#: admin/your_subscriptions.php:133
msgid "Unsubscribe from All"
msgstr ""
#: admin/your_subscriptions.php:143
msgid "Unsubscribe me from this blog"
msgstr ""
#: admin/your_subscriptions.php:147
msgid "Subscribe to all categories"
msgstr ""
#: admin/your_subscriptions.php:149
msgid "Subscribed Categories on"
msgstr ""
#: admin/your_subscriptions.php:151
msgid "Subscribed Categories"
msgstr ""
#: admin/your_subscriptions.php:158
msgid "Receive periodic summaries of new posts?"
msgstr ""
#: admin/your_subscriptions.php:174
msgid "Do not send notifications for post made by these authors"
msgstr ""
#: admin/your_subscriptions.php:180
msgid "Update Preferences"
msgstr ""
#: admin/your_subscriptions.php:231
msgid "Subscribed Blogs"
msgstr ""
#: admin/your_subscriptions.php:236 admin/your_subscriptions.php:257
msgid "Viewing Settings Now"
msgstr ""
#: admin/your_subscriptions.php:240 admin/your_subscriptions.php:261
msgid "View Settings"
msgstr ""
#: admin/your_subscriptions.php:252
msgid "Subscribe to new blogs"
msgstr ""
#. #-#-#-#-# subscribe2.pot (Subscribe2 10.3) #-#-#-#-#
#. Plugin Name of the plugin/theme
#: classes/class-s2-admin.php:8 include/widget.php:16
msgid "Subscribe2"
msgstr ""
#: classes/class-s2-admin.php:10
msgid "Your Subscriptions"
msgstr ""
#: classes/class-s2-admin.php:15
msgid "Readygraph App"
msgstr ""
#: classes/class-s2-admin.php:18
msgid "Subscribers"
msgstr ""
#: classes/class-s2-admin.php:22 classes/class-s2-admin.php:179
msgid "Settings"
msgstr ""
#: classes/class-s2-admin.php:28
msgid "Send Email"
msgstr ""
#: classes/class-s2-admin.php:42 classes/class-s2-admin.php:48
#: classes/class-s2-admin.php:58 classes/class-s2-admin.php:79
#: classes/class-s2-admin.php:124
msgid "Overview"
msgstr ""
#: classes/class-s2-admin.php:43
msgid ""
"From this page you can opt in or out of receiving a periodical digest style "
"email of blog posts."
msgstr ""
#: classes/class-s2-admin.php:49
msgid ""
"From this page you can control your subscription preferences. Choose the "
"email format you wish to receive, which categories you would like to receive "
"notification for and depending on the site settings which authors you would "
"like to read."
msgstr ""
#: classes/class-s2-admin.php:59
msgid "From this page you can manage your subscribers."
msgstr ""
#: classes/class-s2-admin.php:64
msgid ""
"Public Subscribers are subscribers who have used the plugin form and only "
"provided their email address."
msgstr ""
#: classes/class-s2-admin.php:64
msgid ""
"On this page public subscribers can be viewed, searched, deleted and also "
"toggled between Confirmed and Unconfirmed status."
msgstr ""
#: classes/class-s2-admin.php:69
msgid ""
"Registered Subscribers are subscribers who have registered in WordPress and "
"have a username and password."
msgstr ""
#: classes/class-s2-admin.php:70
msgid ""
"Registered Subscribers have greater personal control over their "
"subscription. They can change the format of the email and also select which "
"categories and authors they want to receive notifications about."
msgstr ""
#: classes/class-s2-admin.php:71
msgid ""
"On this page registered subscribers can be viewed and searched. User "
"accounts can be deleted from here with any posts created by those users "
"being assigned to the currently logged in user. Bulk changes can be applied "
"to all user settings changing their subscription email format and categories."
msgstr ""
#: classes/class-s2-admin.php:80
msgid "From this page you can adjust the Settings for Subscribe2."
msgstr ""
#: classes/class-s2-admin.php:85
msgid ""
"This section allows you to specify settings that apply to the emails "
"generated by the site."
msgstr ""
#: classes/class-s2-admin.php:86
msgid ""
"Emails can be sent to individual subscribers by setting the number of "
"recipients per email to 1. A setting greater than one will group recipients "
"together and make use of the BCC emails header. A setting of 0 sends a "
"single email with all subscribers in one large BCC group. A setting of 1 "
"looks less like spam email to filters but takes longer to process."
msgstr ""
#: classes/class-s2-admin.php:87
msgid ""
"This section is also where the sender of the email on this page is chosen. "
"You can choose Post Author or your Blogname but it is recommended to create "
"a user account with an email address that really exists and shares the same "
"domain name as your site (the bit after the @ should be the same as your "
"sites web address) and then use this account."
msgstr ""
#: classes/class-s2-admin.php:88
msgid ""
"This page also configures the frequency of emails. This can be at the time "