-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathrsvpmaker.pot
2802 lines (2184 loc) · 62 KB
/
rsvpmaker.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) 2017 RSVPMaker
# This file is distributed under the same license as the RSVPMaker package.
msgid ""
msgstr ""
"Project-Id-Version: RSVPMaker 4.7.8\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/rsvpmaker\n"
"POT-Creation-Date: 2017-09-24 02:30:16+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
#: rsvpmaker-admin.php:225
msgid "Month:"
msgstr ""
#: rsvpmaker-admin.php:237 rsvpmaker-email.php:616
msgid "Day:"
msgstr ""
#: rsvpmaker-admin.php:251 rsvpmaker-admin.php:1079 rsvpmaker-admin.php:1385
#: rsvpmaker-plugabble.php:493 rsvpmaker-plugabble.php:496
#: rsvpmaker-plugabble.php:503 rsvpmaker-plugabble.php:3923
#: rsvpmaker-plugabble.php:4284
msgid "Year"
msgstr ""
#: rsvpmaker-admin.php:270 rsvpmaker-admin.php:1397 rsvpmaker-email.php:630
msgid "Hour:"
msgstr ""
#: rsvpmaker-admin.php:290 rsvpmaker-admin.php:1401
msgid "Minutes:"
msgstr ""
#: rsvpmaker-admin.php:301 rsvpmaker-admin.php:1405
#: rsvpmaker-plugabble.php:289
msgid "Duration"
msgstr ""
#: rsvpmaker-admin.php:302 rsvpmaker-admin.php:1406
#: rsvpmaker-plugabble.php:290
msgid "Not set (optional)"
msgstr ""
#: rsvpmaker-admin.php:303 rsvpmaker-admin.php:1407
#: rsvpmaker-plugabble.php:291
msgid "All day/don't show time in headline"
msgstr ""
#: rsvpmaker-admin.php:322
msgid "hours"
msgstr ""
#: rsvpmaker-admin.php:453
msgid "Administrator"
msgstr ""
#: rsvpmaker-admin.php:454
msgid "Editor"
msgstr ""
#: rsvpmaker-admin.php:455
msgid "Author"
msgstr ""
#: rsvpmaker-admin.php:456
msgid "Contributor"
msgstr ""
#: rsvpmaker-admin.php:598
msgid "Calendar Options"
msgstr ""
#: rsvpmaker-admin.php:602
msgid "Note: This site also implements custom code in"
msgstr ""
#: rsvpmaker-admin.php:615
msgid "Default Content for Events (such as standard meeting location)"
msgstr ""
#: rsvpmaker-admin.php:618 rsvpmaker-admin.php:1085 rsvpmaker-admin.php:1264
#: rsvpmaker-plugabble.php:256
msgid "Hour"
msgstr ""
#: rsvpmaker-admin.php:622 rsvpmaker-admin.php:1112 rsvpmaker-admin.php:1268
#: rsvpmaker-plugabble.php:279
msgid "Minutes"
msgstr ""
#: rsvpmaker-admin.php:626
msgid "See also"
msgstr ""
#: rsvpmaker-admin.php:626 rsvpmaker-admin.php:786 rsvpmaker-admin.php:848
#: rsvpmaker-plugabble.php:3556 rsvpmaker-plugabble.php:3596
msgid "Event Templates"
msgstr ""
#: rsvpmaker-admin.php:626
msgid "for events held an a recurring schedule."
msgstr ""
#: rsvpmaker-admin.php:627
msgid "RSVP TO"
msgstr ""
#: rsvpmaker-admin.php:628
msgid "Use this address"
msgstr ""
#: rsvpmaker-admin.php:630
msgid "Use email of current user (event author)"
msgstr ""
#: rsvpmaker-admin.php:633
msgid "RSVP On"
msgstr ""
#: rsvpmaker-admin.php:634 rsvpmaker-admin.php:636 rsvpmaker-admin.php:638
#: rsvpmaker-admin.php:641 rsvpmaker-admin.php:644 rsvpmaker-admin.php:647
msgid "check to turn on by default"
msgstr ""
#: rsvpmaker-admin.php:636
msgid "RSVP CAPTCHA On"
msgstr ""
#: rsvpmaker-admin.php:638
msgid "Login Required to RSVP"
msgstr ""
#: rsvpmaker-admin.php:641
msgid "RSVPs Attendees List Public"
msgstr ""
#: rsvpmaker-admin.php:644 rsvpmaker-plugabble.php:511
msgid "Show RSVP Count"
msgstr ""
#: rsvpmaker-admin.php:647
msgid "Show RSVP Yes/No Radio Buttons"
msgstr ""
#: rsvpmaker-admin.php:650 rsvpmaker-plugabble.php:427
msgid "Show Add to Google / Download to Outlook (iCal) icons"
msgstr ""
#: rsvpmaker-admin.php:653 rsvpmaker-plugabble.php:439
msgid "Show timezone conversion button next to calendar icons"
msgstr ""
#: rsvpmaker-admin.php:656
msgid ""
"Include date with title shown on Facebook/Twitter previews (og:title and "
"twitter:title metatags)"
msgstr ""
#: rsvpmaker-admin.php:659
msgid "RSVP Form Shows Members Not Responding"
msgstr ""
#: rsvpmaker-admin.php:659
msgid ""
"if members log in to RSVP, this shows user accounts NOT associated with an "
"RSVP (tracking WordPress user IDs)"
msgstr ""
#: rsvpmaker-admin.php:662
msgid "Instructions for Form"
msgstr ""
#: rsvpmaker-admin.php:665 rsvpmaker-plugabble.php:471
msgid "Confirmation Message"
msgstr ""
#: rsvpmaker-admin.php:667 rsvpmaker-plugabble.php:474
msgid "Send confirmation emails"
msgstr ""
#: rsvpmaker-admin.php:667 rsvpmaker-plugabble.php:475
msgid "Include event listing with confirmation and reminders"
msgstr ""
#: rsvpmaker-admin.php:669 rsvpmaker-plugabble.php:530
msgid "RSVP Form"
msgstr ""
#: rsvpmaker-admin.php:669
msgid "Enlarge"
msgstr ""
#: rsvpmaker-admin.php:674
msgid "Reset to default"
msgstr ""
#: rsvpmaker-admin.php:675
msgid ""
"This is a customizable template for the RSVP form, introduced as part of the "
"Aug. 2012 update. With the exception of the yes/no radio buttons and the "
"notes textarea, fields are represented by the shortcodes [rsvpfield "
"textfield="fieldname"] or [rsvpfield selectfield=""
"fieldname" options="option1,option2"]. There is also a "
"[rsvpprofiletable show_if_empty="phone"] shortcode which is an "
"optional block that will not be displayed if the required details (such as a "
"phone number) are already "on file" from a prior RSVP. For this to "
"work, there must also be a [/rsvpprofiletable] closing tag. The guest "
"section of the form is represented by [rsvpguests] (no parameters). If you "
"don't want the guest blanks to show up, you can remove this. The form code "
"you supply will be wrapped in a form tag with the CSS ID of"
msgstr ""
#: rsvpmaker-admin.php:683
msgid "RSVP Link"
msgstr ""
#: rsvpmaker-admin.php:686
msgid "Date Format (long)"
msgstr ""
#: rsvpmaker-admin.php:689
msgid "Date Format (short)"
msgstr ""
#: rsvpmaker-admin.php:692
msgid "Time Format"
msgstr ""
#: rsvpmaker-admin.php:701
msgid "Event Page"
msgstr ""
#: rsvpmaker-admin.php:704
msgid "Custom CSS"
msgstr ""
#: rsvpmaker-admin.php:712
msgid "Error: CSS not found"
msgstr ""
#: rsvpmaker-admin.php:715 rsvpmaker-admin.php:744
msgid "OK"
msgstr ""
#: rsvpmaker-admin.php:722
msgid "Allows you to override the standard styles from"
msgstr ""
#: rsvpmaker-admin.php:723
msgid "Theme Template for Events"
msgstr ""
#: rsvpmaker-admin.php:734
msgid ""
"Template from your theme to be used in the absence of a single-rsvpmaker.php "
"file."
msgstr ""
#: rsvpmaker-admin.php:736
msgid "PayPal Configuration File"
msgstr ""
#: rsvpmaker-admin.php:737
msgid "PayPal Setup"
msgstr ""
#: rsvpmaker-admin.php:746
msgid "error: file not found"
msgstr ""
#: rsvpmaker-admin.php:749
msgid ""
"The PayPal setup button will help you create a configuration file containing "
"your API credentials. See documentation."
msgstr ""
#: rsvpmaker-admin.php:752
msgid "User"
msgstr ""
#: rsvpmaker-admin.php:753
msgid "Password"
msgstr ""
#: rsvpmaker-admin.php:754
msgid "Signature"
msgstr ""
#: rsvpmaker-admin.php:757
msgid "Track RSVP as "invoice" number"
msgstr ""
#: rsvpmaker-admin.php:762
msgid "Payment Currency"
msgstr ""
#: rsvpmaker-admin.php:777 rsvpmaker-plugabble.php:542
msgid "WP Simple Pay Lite for Stripe plugin detected"
msgstr ""
#: rsvpmaker-admin.php:777 rsvpmaker-plugabble.php:542
msgid "Use Stripe instead of PayPal"
msgstr ""
#: rsvpmaker-admin.php:780
msgid "WP Simple Pay Lite for Stripe"
msgstr ""
#: rsvpmaker-admin.php:780
msgid ""
"To use Stripe instead of PayPal, enable the <a href=\"https://wordpress.org/"
"plugins/stripe/\" target=\"_blank\">WP Simple Pay Lite for Stripe plugin</a>"
msgstr ""
#: rsvpmaker-admin.php:783
msgid "Menu Security"
msgstr ""
#: rsvpmaker-admin.php:785 rsvpmaker-plugabble.php:2267
#: rsvpmaker-plugabble.php:3555
msgid "RSVP Report"
msgstr ""
#: rsvpmaker-admin.php:787 rsvpmaker-plugabble.php:3558
msgid "Recurring Event"
msgstr ""
#: rsvpmaker-admin.php:788 rsvpmaker-admin.php:1007
#: rsvpmaker-plugabble.php:3560
msgid "Multiple Events"
msgstr ""
#: rsvpmaker-admin.php:789 rsvpmaker-plugabble.php:3561
msgid "Documentation"
msgstr ""
#: rsvpmaker-admin.php:791
msgid ""
"Security level required to access custom menus (RSVP Report, Documentation)"
msgstr ""
#: rsvpmaker-admin.php:793 rsvpmaker-email.php:1320
msgid "Dashboard"
msgstr ""
#: rsvpmaker-admin.php:795
msgid "No Widget"
msgstr ""
#: rsvpmaker-admin.php:796
msgid "Show Widget"
msgstr ""
#: rsvpmaker-admin.php:797
msgid "Show Widget on Top"
msgstr ""
#: rsvpmaker-admin.php:799 rsvpmaker.php:81
msgid "Note"
msgstr ""
#: rsvpmaker-admin.php:803
msgid "SMTP for Notifications"
msgstr ""
#: rsvpmaker-admin.php:804
msgid ""
"For more reliable delivery of email notifications, enable delivery through "
"the SMTP email protocol. Standard server parameters will be used for Gmail "
"and the SendGrid service, or specify the server port number and security "
"protocol"
msgstr ""
#: rsvpmaker-admin.php:805
msgid ""
"If you are using another plugin that improves the delivery of email "
"notifications, such one of the <a href=\"https://wordpress.org/plugins/"
"sendgrid-email-delivery-simplified/\">SendGrid plugin</a> (which uses the "
"SendGrid API rather than SMTP), leave this set to \"None - use wp_mail().\""
msgstr ""
#: rsvpmaker-admin.php:807
msgid "None - use wp_mail()"
msgstr ""
#: rsvpmaker-admin.php:810
msgid "Other SMTP (specified below)"
msgstr ""
#: rsvpmaker-admin.php:813
msgid "Email Account for Notifications"
msgstr ""
#: rsvpmaker-admin.php:817
msgid "Email Username"
msgstr ""
#: rsvpmaker-admin.php:821
msgid "Email Password"
msgstr ""
#: rsvpmaker-admin.php:825
msgid ""
"Server (parameters below not necessary if you specified Gmail or SendGrid)"
msgstr ""
#: rsvpmaker-admin.php:828
msgid ""
"SMTP Security Prefix (ssl or tls, leave blank for non-encrypted connections)"
msgstr ""
#: rsvpmaker-admin.php:832
msgid "SMTP Port"
msgstr ""
#: rsvpmaker-admin.php:837
msgid ""
"See <a href=\"http://www.wpsitecare.com/gmail-smtp-settings/\">this article</"
"a> for additional guidance on using Gmail (requires a tweak to security "
"settings in your Google account). If you have trouble getting Gmail or ssl "
"or tls connections to work, an unencrypted port 25 connection to an email "
"account on the same server that hosts your website should be reasonably "
"secure since no data will be passed over the network."
msgstr ""
#: rsvpmaker-admin.php:843
msgid "Send SMTP Test to RSVP To address"
msgstr ""
#: rsvpmaker-admin.php:849 rsvpmaker-plugabble.php:10
msgid "Additional Editors"
msgstr ""
#: rsvpmaker-admin.php:849
msgid ""
"Allow users to share editing rights for event templates and related events."
msgstr ""
#: rsvpmaker-admin.php:852
msgid "Troubleshooting"
msgstr ""
#: rsvpmaker-admin.php:853
msgid "Tweak Permalinks"
msgstr ""
#: rsvpmaker-admin.php:853
msgid ""
"Check here if you are getting "page not found" errors for event "
"content (should not be necessary for most users)."
msgstr ""
#: rsvpmaker-admin.php:855 rsvpmaker-admin.php:1531
msgid "Debug"
msgstr ""
#: rsvpmaker-admin.php:857
msgid "Log email"
msgstr ""
#: rsvpmaker-admin.php:859 rsvpmaker-admin.php:2115 rsvpmaker-email.php:450
#: rsvpmaker-plugabble.php:711 rsvpmaker-plugabble.php:3836
msgid "Update"
msgstr ""
#: rsvpmaker-admin.php:862
msgid "RSVP Reminders scheduled for"
msgstr ""
#: rsvpmaker-admin.php:863
msgid "Set new time"
msgstr ""
#: rsvpmaker-admin.php:865
msgid "Set"
msgstr ""
#: rsvpmaker-admin.php:936
msgid "Events (click to edit)"
msgstr ""
#: rsvpmaker-admin.php:936
msgid "Show All"
msgstr ""
#: rsvpmaker-admin.php:1009
msgid "Use this form to enter multiple events quickly with basic formatting"
msgstr ""
#: rsvpmaker-admin.php:1023 rsvpmaker-email.php:575
#: rsvpmaker-plugabble.php:3641 rsvpmaker-plugabble.php:4318
msgid "Title"
msgstr ""
#: rsvpmaker-admin.php:1028 rsvpmaker-admin.php:1331
#: rsvpmaker-plugabble.php:493 rsvpmaker-plugabble.php:496
#: rsvpmaker-plugabble.php:503 rsvpmaker-plugabble.php:3869
#: rsvpmaker-plugabble.php:4230
msgid "Month"
msgstr ""
#: rsvpmaker-admin.php:1044 rsvpmaker-admin.php:1347
#: rsvpmaker-plugabble.php:493 rsvpmaker-plugabble.php:496
#: rsvpmaker-plugabble.php:503 rsvpmaker-plugabble.php:3885
#: rsvpmaker-plugabble.php:4246
msgid "Day"
msgstr ""
#: rsvpmaker-admin.php:1124 rsvpmaker-display.php:1638
#: rsvpmaker-plugabble.php:2200 rsvpmaker-plugabble.php:4361
msgid "Submit"
msgstr ""
#: rsvpmaker-admin.php:1232
msgid ""
"Use this form to create multiple events with the same headline, description, "
"and RSVP paramaters. You can have the program automatically calculate dates "
"for a regular montly schedule."
msgstr ""
#: rsvpmaker-admin.php:1234
msgid "Optional: Calculate dates for a recurring schedule"
msgstr ""
#: rsvpmaker-admin.php:1238
msgid "Regular schedule"
msgstr ""
#: rsvpmaker-admin.php:1242 rsvpmaker-admin.php:1611
#: rsvpmaker-plugabble.php:166 rsvpmaker-plugabble.php:1756
#: rsvpmaker-plugabble.php:3608 rsvpmaker-plugabble.php:3661
#: rsvpmaker-plugabble.php:3777
msgid "First"
msgstr ""
#: rsvpmaker-admin.php:1243 rsvpmaker-admin.php:1611
#: rsvpmaker-plugabble.php:166 rsvpmaker-plugabble.php:1756
#: rsvpmaker-plugabble.php:3608 rsvpmaker-plugabble.php:3661
#: rsvpmaker-plugabble.php:3777
msgid "Second"
msgstr ""
#: rsvpmaker-admin.php:1244 rsvpmaker-admin.php:1611
#: rsvpmaker-plugabble.php:166 rsvpmaker-plugabble.php:1756
#: rsvpmaker-plugabble.php:3608 rsvpmaker-plugabble.php:3661
#: rsvpmaker-plugabble.php:3777
msgid "Third"
msgstr ""
#: rsvpmaker-admin.php:1245 rsvpmaker-admin.php:1611
#: rsvpmaker-plugabble.php:166 rsvpmaker-plugabble.php:1756
#: rsvpmaker-plugabble.php:3608 rsvpmaker-plugabble.php:3661
#: rsvpmaker-plugabble.php:3777
msgid "Fourth"
msgstr ""
#: rsvpmaker-admin.php:1246 rsvpmaker-admin.php:1611
#: rsvpmaker-plugabble.php:166 rsvpmaker-plugabble.php:1756
#: rsvpmaker-plugabble.php:3608 rsvpmaker-plugabble.php:3661
#: rsvpmaker-plugabble.php:3777
msgid "Last"
msgstr ""
#: rsvpmaker-admin.php:1251 rsvpmaker-admin.php:1612 rsvpmaker-display.php:906
#: rsvpmaker-display.php:916 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Sunday"
msgstr ""
#: rsvpmaker-admin.php:1252 rsvpmaker-admin.php:1612 rsvpmaker-display.php:900
#: rsvpmaker-display.php:917 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Monday"
msgstr ""
#: rsvpmaker-admin.php:1253 rsvpmaker-admin.php:1612 rsvpmaker-display.php:901
#: rsvpmaker-display.php:918 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Tuesday"
msgstr ""
#: rsvpmaker-admin.php:1254 rsvpmaker-admin.php:1612 rsvpmaker-display.php:902
#: rsvpmaker-display.php:919 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Wednesday"
msgstr ""
#: rsvpmaker-admin.php:1255 rsvpmaker-admin.php:1612 rsvpmaker-display.php:903
#: rsvpmaker-display.php:920 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Thursday"
msgstr ""
#: rsvpmaker-admin.php:1256 rsvpmaker-admin.php:1612 rsvpmaker-display.php:904
#: rsvpmaker-display.php:921 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Friday"
msgstr ""
#: rsvpmaker-admin.php:1257 rsvpmaker-admin.php:1612 rsvpmaker-display.php:905
#: rsvpmaker-display.php:922 rsvpmaker-email.php:622
#: rsvpmaker-plugabble.php:165 rsvpmaker-plugabble.php:1755
#: rsvpmaker-plugabble.php:3607 rsvpmaker-plugabble.php:3660
#: rsvpmaker-plugabble.php:3787
msgid "Saturday"
msgstr ""
#: rsvpmaker-admin.php:1263 rsvpmaker-plugabble.php:255
#: rsvpmaker-plugabble.php:1563 rsvpmaker.php:750
msgid "Time"
msgstr ""
#: rsvpmaker-admin.php:1272
msgid ""
"For an event starting at 12:30 p.m., you would select 12 p.m. and 30 minutes."
msgstr ""
#: rsvpmaker-admin.php:1284
msgid "or enter dates individually."
msgstr ""
#: rsvpmaker-admin.php:1304
msgid "Loading recurring series of dates for"
msgstr ""
#: rsvpmaker-admin.php:1304
msgid ""
"To omit a date in the series, change the day field to "Not Set""
msgstr ""
#: rsvpmaker-admin.php:1309
msgid "Enter Recurring Events"
msgstr ""
#: rsvpmaker-admin.php:1451
msgid "Contents for an events page."
msgstr ""
#: rsvpmaker-admin.php:1464
msgid ""
"<h3>RSVP Form</h3><p>The RSVP from is also now formatted using shortcodes, "
"which you can edit in the RSVP Form section of the Settings screen. You can "
"also vary the form on a per-event basis, which can be handy for capturing an "
"extra field. This is your current default form:</p>"
msgstr ""
#: rsvpmaker-admin.php:1468
msgid ""
"<p>Explanation:</p><p>[rsvpfield textfield="myfield"] outputs a "
"text field coded to capture data for "myfield"</p><p>[rsvpfield "
"textfield="myfield" required="1"] treats ""
"myfield" as a required field.</p><p>[rsvpfield selectfield=""
"phone_type" options="Work Phone,Mobile Phone,Home Phone"] "
"HTML select field with specified options</p><p>[rsvpfield checkbox=""
"checkboxtest" value="1"] Checkbox named checkboxtext with a "
"value of 1 when checked.</p><p>[rsvpfield checkbox="checkboxtest" "
"value="1" checked="1"] Checkbox checked by default.</"
"p><p>[rsvpfield radio="radiotest" options="one,two,three,"
"four"] When checked, records one of the 4 values for the field ""
"radiotest"</p><p>[rsvpfield radio="radiotest" options=""
"one,two,three,four" checked="two"] choice "two" is "
"checked by default</p><p>[rsvpfield radio="radiotest" "
"options="one,two,three,four" checked="two" sep=" "
""] separate choices with a space (by default, each appears on a "
"separate line)</p><p>[rsvpprofiletable show_if_empty="phone"]"
"CONDITIONAL CONTENT GOES HERE[/rsvpprofiletable] This section only shown if "
"the required field is empty; otherwise displays a message that the info is "
""on file". Because RSVPMaker is capable of looking up profile data "
"based on an email address, you may want some data to be hidden for privacy "
"reasons.</p><p>[rsvpguests] Outputs the guest blanks.</p>"
msgstr ""
#: rsvpmaker-admin.php:1470
msgid ""
"If you're having trouble with the form fields not being formatted correctly"
msgstr ""
#: rsvpmaker-admin.php:1470
msgid "Reset default RSVP Form"
msgstr ""
#: rsvpmaker-admin.php:1532
msgid ""
"Use this screen to verify that RSVPMaker is recording data correctly or to "
"share debugging information with the plugin author. If you send debugging "
"info, follow up with a note to <a href=\"mailto:[email protected]"
"\">[email protected]</a> and explain what you need help with."
msgstr ""
#: rsvpmaker-admin.php:1538
msgid "RSVP Records"
msgstr ""
#: rsvpmaker-admin.php:1541 rsvpmaker-plugabble.php:2161
#: rsvpmaker-plugabble.php:2817
msgid "Options"
msgstr ""
#: rsvpmaker-admin.php:1544
msgid "Rewrite Rules"
msgstr ""
#: rsvpmaker-admin.php:1548
msgid "Globals"
msgstr ""
#: rsvpmaker-admin.php:1551
msgid "Send to Plugin Author"
msgstr ""
#: rsvpmaker-admin.php:1566
msgid "Event Dates"
msgstr ""
#: rsvpmaker-admin.php:1568
msgid "Scheduled"
msgstr ""
#: rsvpmaker-admin.php:1598 rsvpmaker-email.php:775
#: rsvpmaker-plugabble.php:4021 rsvpmaker-plugabble.php:4415
#: rsvpmaker-plugabble.php:4658
msgid "Template"
msgstr ""
#: rsvpmaker-admin.php:1611 rsvpmaker-plugabble.php:166
#: rsvpmaker-plugabble.php:1756 rsvpmaker-plugabble.php:3608
#: rsvpmaker-plugabble.php:3661 rsvpmaker-plugabble.php:3777
msgid "Varies"
msgstr ""
#: rsvpmaker-admin.php:1611 rsvpmaker-plugabble.php:166
#: rsvpmaker-plugabble.php:1756 rsvpmaker-plugabble.php:3608
#: rsvpmaker-plugabble.php:3661 rsvpmaker-plugabble.php:3777
msgid "Every"
msgstr ""
#: rsvpmaker-admin.php:1615
msgid "Schedule varies"
msgstr ""
#: rsvpmaker-admin.php:1633
msgid "Special Page"
msgstr ""
#: rsvpmaker-admin.php:1661 rsvpmaker-admin.php:2395
msgid "Follow up"
msgstr ""
#: rsvpmaker-admin.php:1661 rsvpmaker-admin.php:2395
msgid "hours after"
msgstr ""
#: rsvpmaker-admin.php:1663 rsvpmaker-admin.php:2397
msgid "Reminder"
msgstr ""
#: rsvpmaker-admin.php:1663 rsvpmaker-admin.php:2143 rsvpmaker-admin.php:2397
msgid "hours before"
msgstr ""
#: rsvpmaker-admin.php:1682 rsvpmaker-admin.php:1694
msgid "Edit the"
msgstr ""
#: rsvpmaker-admin.php:1682
msgid "webinar landing page"
msgstr ""
#: rsvpmaker-admin.php:1682
msgid "associated with this event"
msgstr ""
#: rsvpmaker-admin.php:1684 rsvpmaker-admin.php:1696
msgid "Related messages:"
msgstr ""
#: rsvpmaker-admin.php:1685 rsvpmaker-admin.php:1697
msgid "Confirmation"
msgstr ""
#: rsvpmaker-admin.php:1694
msgid "webinar event post"
msgstr ""
#: rsvpmaker-admin.php:1694
msgid "associated with this landing page"
msgstr ""
#: rsvpmaker-admin.php:1708
msgid ""
"ChimpBlast has been replaced by the RSVP Mailer function of RSVPMaker and "
"should be uninstalled"
msgstr ""
#: rsvpmaker-admin.php:1711
msgid "RSVPMaker needs you to"
msgstr ""
#: rsvpmaker-admin.php:1711
msgid "set the timezone for your website"
msgstr ""
#: rsvpmaker-admin.php:1711
msgid "using a region/city string like America/New York"
msgstr ""
#: rsvpmaker-admin.php:1748
msgid ""
"RSVPMaker needs you to create a page with the [rsvpmaker_upcoming] shortcode "
"to display event listings"
msgstr ""
#: rsvpmaker-admin.php:1748
msgid "Create page"
msgstr ""
#: rsvpmaker-admin.php:1748
msgid "Calendar"
msgstr ""
#: rsvpmaker-admin.php:1748
msgid "Turn off this warning"
msgstr ""
#: rsvpmaker-admin.php:1759
msgid "Testing SMTP email notification"
msgstr ""
#: rsvpmaker-admin.php:1760
msgid "Test from RSVPMaker."
msgstr ""
#: rsvpmaker-admin.php:1762
msgid "Sending test email"
msgstr ""
#: rsvpmaker-admin.php:1913
msgid "Sort By Newest"
msgstr ""
#: rsvpmaker-admin.php:1915 rsvpmaker.php:534
msgid "Future Events"
msgstr ""
#: rsvpmaker-admin.php:1915
msgid "Past Events"
msgstr ""
#: rsvpmaker-admin.php:2079 rsvpmaker-plugabble.php:3140
msgid ""
"This is an automated reminder that we have you on the RSVP list for the "
"event shown below. If your plans have changed, you can update your response "
"by clicking on the RSVP button again."
msgstr ""
#: rsvpmaker-admin.php:2099 rsvpmaker-plugabble.php:2545
#: rsvpmaker-plugabble.php:3143
msgid "guest of"
msgstr ""
#: rsvpmaker-admin.php:2133
msgid "Scheduled Reminders"
msgstr ""
#: rsvpmaker-admin.php:2133 rsvpmaker-admin.php:2214
msgid "RSVP Reminders"
msgstr ""
#: rsvpmaker-admin.php:2145
msgid "hours after event starts"
msgstr ""
#: rsvpmaker-admin.php:2158
msgid "Live"
msgstr ""
#: rsvpmaker-admin.php:2159
msgid "The event starts"
msgstr ""
#: rsvpmaker-admin.php:2184
msgid "Thanks for registering for"
msgstr ""
#: rsvpmaker-admin.php:2184
msgid "The event will start at"
msgstr ""
#: rsvpmaker-admin.php:2184
msgid "Tune in here"
msgstr ""
#: rsvpmaker-admin.php:2184
msgid ""
"You will be able to post questions or comments to the live chat on the event "
"page"
msgstr ""
#: rsvpmaker-admin.php:2193
msgid "Thanks for your interest in "
msgstr ""
#: rsvpmaker-admin.php:2193
msgid ""
"If you missed all or part of the program, a replay is waiting for you here"
msgstr ""
#: rsvpmaker-admin.php:2199
msgid "YouTube Live landing page created at"
msgstr ""
#: rsvpmaker-admin.php:2199 rsvpmaker-email.php:446 rsvpmaker-email.php:1320
#: rsvpmaker-plugabble.php:2678 rsvpmaker-plugabble.php:3828
#: rsvpmaker-plugabble.php:4205 rsvpmaker-plugabble.php:4318
#: rsvpmaker-plugabble.php:4701 single-rsvpmaker.php:33
msgid "Edit"
msgstr ""
#: rsvpmaker-admin.php:2293
msgid "Edit Reminder Message"
msgstr ""
#: rsvpmaker-admin.php:2303
msgid "Edit and save this text to create an email reminder."
msgstr ""
#: rsvpmaker-admin.php:2307 rsvpmaker-admin.php:2448
msgid "Edit Confirmation Message"
msgstr ""
#: rsvpmaker-admin.php:2368
msgid "Set for %s hours before the start of the event"
msgstr ""
#: rsvpmaker-admin.php:2370
msgid "Set for %s hours after the start of the event"
msgstr ""
#: rsvpmaker-admin.php:2429 rsvpmaker.php:543
msgid "Recent Events"
msgstr ""
#: rsvpmaker-admin.php:2454 rsvpmaker-admin.php:2464
msgid "Load"
msgstr ""
#: rsvpmaker-admin.php:2457
msgid "Create Reminder Message"
msgstr ""
#: rsvpmaker-admin.php:2459
msgid "Timing"
msgstr ""
#: rsvpmaker-admin.php:2467 rsvpmaker-plugabble.php:478
msgid "Webinar Setup"
msgstr ""
#: rsvpmaker-admin.php:2469
msgid ""
"This utility sets up a landing page and suggested confirmation and reminder "
"messages, linked to that page. RSVPMaker explicitly supports webinars based "
"on YouTube Live, but you can also embed the coding required for another "
"webinar of your choice."
msgstr ""
#: rsvpmaker-admin.php:2474 rsvpmaker-plugabble.php:478
msgid "Require passcode to view"
msgstr ""
#: rsvpmaker-admin.php:2475
msgid "Create"
msgstr ""
#: rsvpmaker-admin.php:2478
msgid "A Note on More Reliable Scheduling"
msgstr ""
#: rsvpmaker-admin.php:2479
msgid ""
"RSVPMaker takes advantage of WP Cron, a standard WordPress scheduling "
"mechanism. Because it only checks for scheduled tasks to be run when someone "
"visits your website, WP Cron can be imprecise -- which could be a problem if "
"you want to make sure a reminder will go out an hour before your event, if "