-
Notifications
You must be signed in to change notification settings - Fork 0
/
chained-quiz.pot
1090 lines (819 loc) · 22.8 KB
/
chained-quiz.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
msgid ""
msgstr ""
"Language: en\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: makepot.js 0.3.0\n"
#: controllers/completed.php:193
msgid "Record ID"
msgstr ""
#: controllers/completed.php:193
msgid "User name or IP"
msgstr ""
#: controllers/completed.php:194
msgid "Email address"
msgstr ""
#: controllers/completed.php:194
msgid "Date / time"
msgstr ""
#: controllers/completed.php:194
msgid "Points"
msgstr ""
#: controllers/completed.php:194
msgid "Result"
msgstr ""
#: controllers/completed.php:209
msgid "(%d points)"
msgstr ""
#: controllers/integrations.php:236
msgid "Guest"
msgstr ""
#: controllers/quizzes.php:33
msgid "Congratulations, you completed the <span>quiz!</span>
<h2>{{result-title}}</h2>
{{result-text}}
You achieved {{points}} points from {{questions}} questions."
msgstr ""
#: controllers/quizzes.php:110
msgid "Quiz not found"
msgstr ""
#: controllers/quizzes.php:131
msgid "This quiz has no questions."
msgstr ""
#: controllers/results.php:19
msgid "The result was not added"
msgstr ""
#: controllers/results.php:29
msgid "The result was not saved"
msgstr ""
#: controllers/results.php:38
msgid "The result was not deleted"
msgstr ""
#: controllers/shortcodes.php:7
msgid "No quiz to load"
msgstr ""
#: models/basic.php:162
msgid "WordPress"
msgstr ""
#: models/basic.php:164
msgid "User results on {{quiz-name}}"
msgstr ""
#: models/basic.php:165
msgid "Your results on {{quiz-name}}"
msgstr ""
#: models/basic.php:176
msgid "Chained Quiz"
msgstr ""
#: models/basic.php:178
msgid "Quizzes"
msgstr ""
#: models/basic.php:180
msgid "Settings"
msgstr ""
#: models/basic.php:182
msgid "Social Sharing"
msgstr ""
#: models/basic.php:184
msgid "Integrations"
msgstr ""
#: models/basic.php:187
msgid "Chained Quiz Results"
msgstr ""
#: models/basic.php:189
msgid "Chained Quiz Questions"
msgstr ""
#: models/basic.php:191
msgid "Users Completed Quiz"
msgstr ""
#: models/basic.php:217
msgid "Please answer the question"
msgstr ""
#: models/basic.php:218
msgid "Please provide valid email address"
msgstr ""
#: models/question.php:26
msgid "DB Error"
msgstr ""
#: models/question.php:252
msgid "Yes"
msgstr ""
#: models/question.php:252
msgid "No"
msgstr ""
#: models/quiz.php:220
msgid "Username: %s <br> User email: %s"
msgstr ""
#: models/quiz.php:223
msgid "User IP: %s"
msgstr ""
#: models/quiz.php:224
msgid "User email: %s"
msgstr ""
#: models/quiz.php:279
msgid "Question"
msgstr ""
#: models/quiz.php:280
msgid "Answer"
msgstr ""
#: models/quiz.php:280
msgid "Correct answer?"
msgstr ""
#: models/quiz.php:308
msgid "%s (Copy)"
msgstr ""
#: views/chained-quizzes.html.php:20
msgid "%d users"
msgstr ""
#: views/chained-quizzes.html.php:2
msgid "Chained Quizzes"
msgstr ""
#: views/chained-quizzes.html.php:6
msgid "Create new chained quiz"
msgstr ""
#: views/chained-quizzes.html.php:10
msgid "Quiz title"
msgstr ""
#: views/chained-quizzes.html.php:10
msgid "Quiz Shortcode"
msgstr ""
#: views/chained-quizzes.html.php:10
msgid "Questions"
msgstr ""
#: views/chained-quizzes.html.php:11
msgid "Results"
msgstr ""
#: views/chained-quizzes.html.php:11
msgid "Submitted by"
msgstr ""
#: views/chained-quizzes.html.php:11
msgid "Edit/Delete"
msgstr ""
#: views/chained-quizzes.html.php:17
msgid "Manage"
msgstr ""
#: views/chained-quizzes.html.php:21
msgid "No users"
msgstr ""
#: views/chained-quizzes.html.php:23
msgid "Edit"
msgstr ""
#: views/chained-quizzes.html.php:24
msgid "This will make a duplicate of the whole quiz."
msgstr ""
#: views/chained-quizzes.html.php:24
msgid "Copy"
msgstr ""
#: views/chained-quizzes.html.php:25
msgid "Delete"
msgstr ""
#: views/chained-quizzes.html.php:28
msgid "Note: if a quiz title is not hyperlinked this means you have not published its shortcode yet. You must place the shortcode in a post or page in order to make the quiz accessible to the public."
msgstr ""
#: views/chained-quizzes.html.php:31
msgid "There are no quizzes yet."
msgstr ""
#: views/chained-quizzes.html.php:42
msgid "Are you sure?"
msgstr ""
#: views/choice.html.php:8
msgid "(same question)"
msgstr ""
#: views/choice.html.php:1
msgid "Points:"
msgstr ""
#: views/choice.html.php:1
msgid "Correct answer"
msgstr ""
#: views/choice.html.php:1
msgid "When selected go to:"
msgstr ""
#: views/choice.html.php:2
msgid "Next question"
msgstr ""
#: views/choice.html.php:3
msgid "Finalize quiz"
msgstr ""
#: views/choice.html.php:5
msgid "- Select question -"
msgstr ""
#: views/choice.html.php:13
msgid "Delete this choice"
msgstr ""
#: views/completed.html.php:2
msgid "Users who submitted quiz \"%s\""
msgstr ""
#: views/completed.html.php:16
msgid "Export files are currently delimited by \"%s\". You can change the delimiter at <a href=\"%s\">Chained Quiz Settings</a> page."
msgstr ""
#: views/completed.html.php:76
msgid "Source: %s"
msgstr ""
#: views/completed.html.php:5
msgid "Back to quizzes"
msgstr ""
#: views/completed.html.php:5
msgid "Manage questions"
msgstr ""
#: views/completed.html.php:6
msgid "Manage Results"
msgstr ""
#: views/completed.html.php:7
msgid "Edit This Quiz"
msgstr ""
#: views/completed.html.php:10
msgid "Please rate us 5 Stars!"
msgstr ""
#: views/completed.html.php:13
msgid "Filter/search these records"
msgstr ""
#: views/completed.html.php:14
msgid "Export CSV"
msgstr ""
#: views/completed.html.php:15
msgid "Export with details"
msgstr ""
#: views/completed.html.php:23
msgid "Username"
msgstr ""
#: views/completed.html.php:24
msgid "Equals"
msgstr ""
#: views/completed.html.php:25
msgid "Starts with"
msgstr ""
#: views/completed.html.php:26
msgid "Ends with"
msgstr ""
#: views/completed.html.php:27
msgid "Contains"
msgstr ""
#: views/completed.html.php:29
msgid "Email"
msgstr ""
#: views/completed.html.php:35
msgid "IP Address"
msgstr ""
#: views/completed.html.php:41
msgid "Date Taken"
msgstr ""
#: views/completed.html.php:43
msgid "Is before"
msgstr ""
#: views/completed.html.php:44
msgid "Is after"
msgstr ""
#: views/completed.html.php:46
msgid "Points received"
msgstr ""
#: views/completed.html.php:47
msgid "Equal"
msgstr ""
#: views/completed.html.php:48
msgid "Are less than"
msgstr ""
#: views/completed.html.php:49
msgid "Are more than"
msgstr ""
#: views/completed.html.php:52
msgid "Result equals:"
msgstr ""
#: views/completed.html.php:53
msgid "- Any result -"
msgstr ""
#: views/completed.html.php:59
msgid "Search/Filter"
msgstr ""
#: views/completed.html.php:60
msgid "Clear Filters"
msgstr ""
#: views/completed.html.php:66
msgid "User name, email or IP"
msgstr ""
#: views/completed.html.php:66
msgid "Date/time"
msgstr ""
#: views/completed.html.php:78
msgid "View details"
msgstr ""
#: views/completed.html.php:98
msgid "previous page"
msgstr ""
#: views/completed.html.php:100
msgid "next page"
msgstr ""
#: views/completed.html.php:103
msgid "Show me a button to cleanup all submitted data on this quiz."
msgstr ""
#: views/completed.html.php:106
msgid "These operations cannot be undone!"
msgstr ""
#: views/completed.html.php:107
msgid "Cleanup all data"
msgstr ""
#: views/completed.html.php:116
msgid "No one has submitted this quiz yet."
msgstr ""
#: views/display-quiz.html.php:3
msgid "You need to be registered and logged in to take this quiz."
msgstr ""
#: views/display-quiz.html.php:4
msgid "Log in"
msgstr ""
#: views/display-quiz.html.php:6
msgid "or"
msgstr ""
#: views/display-quiz.html.php:6
msgid "Register"
msgstr ""
#: views/display-quiz.html.php:19
msgid "Sorry, you can take this quiz only %d times."
msgstr ""
#: views/display-quiz.html.php:49
msgid "Go ahead"
msgstr ""
#: views/display-quiz.html.php:30
msgid "Your email address:"
msgstr ""
#: views/integrations-arigato.html.php:2
msgid "Integrate with Arigato Lite"
msgstr ""
#: views/integrations-arigato.html.php:6
msgid "Here you can define which quizzes will automatically subscribe the respondents into your mailing list. Note that only quizzes which collect user email address are shown."
msgstr ""
#: views/integrations-arigato.html.php:8
msgid "Add New Subscription Rule"
msgstr ""
#: views/integrations-arigato.html.php:12
msgid "User completes"
msgstr ""
#: views/integrations-arigato.html.php:18
msgid "with the following result:"
msgstr ""
#: views/integrations-arigato.html.php:28
msgid "Add Rule"
msgstr ""
#: views/integrations-arigato.html.php:34
msgid "Manage Existing Rules"
msgstr ""
#: views/integrations-arigato.html.php:41
msgid "When user completes"
msgstr ""
#: views/integrations-arigato.html.php:59
msgid "Save Rule"
msgstr ""
#: views/integrations-arigato.html.php:60
msgid "Delete Rule"
msgstr ""
#: views/integrations-arigatopro.html.php:2
msgid "Integrate with Arigato PRO"
msgstr ""
#: views/integrations-arigatopro.html.php:6
msgid "Here you can define which quizzes will automatically subscribe the respondents into selected mailing lists. Note that only quizzes which collect user email address are shown."
msgstr ""
#: views/integrations-arigatopro.html.php:28
msgid "subscribe them to mailing list"
msgstr ""
#: views/integrations-mailchimp.html.php:2
msgid "Integrate with MailChimp"
msgstr ""
#: views/integrations-mailchimp.html.php:7
msgid "Your MailChimp API Key:"
msgstr ""
#: views/integrations-mailchimp.html.php:8
msgid "Do not require email confirmation (Abusing this may cause your MailChimp account to be suspended.)"
msgstr ""
#: views/integrations-mailchimp.html.php:9
msgid "Save Settings"
msgstr ""
#: views/integrations-mailchimp.html.php:14
msgid "You will not be able to add any rules until you enter your MailChimp API Key."
msgstr ""
#: views/integrations-mailchimp.html.php:18
msgid "We couldn't retrieve any mailing lists from your MailChimp account."
msgstr ""
#: views/integrations-mailchimp.html.php:20
msgid "We got this error from MailChimp:"
msgstr ""
#: views/integrations-mailchimp.html.php:22
msgid "Raw MailChimp response (debug)"
msgstr ""
#: views/integrations-mailchimp.html.php:26
msgid "Here you can define which quizzes will automatically subscribe the respondents into selected audiences. Note that only quizzes which collect user email address are shown."
msgstr ""
#: views/integrations-mailchimp.html.php:48
msgid "subscribe them to audience"
msgstr ""
#: views/integrations-mailchimp.html.php:55
msgid "and add these tags (optional)"
msgstr ""
#: views/integrations-tabs.html.php:2
msgid "General Settings"
msgstr ""
#: views/integrations-tabs.html.php:3
msgid "Arigato"
msgstr ""
#: views/integrations-tabs.html.php:4
msgid "Arigato PRO"
msgstr ""
#: views/integrations-tabs.html.php:5
msgid "MailChimp"
msgstr ""
#: views/integrations.html.php:2
msgid "Integrations with newsletter services"
msgstr ""
#: views/integrations.html.php:6
msgid "Here you can define integration with various newsletter and email marketing plugins and services. This means that a quiz is completed the email of the respondend can be subscribed to selected mailing lists. Currently supported:"
msgstr ""
#: views/integrations.html.php:8
msgid "Arigato Autoresponder and Newsletter."
msgstr ""
#: views/integrations.html.php:9
msgid "Arigato PRO Drip Marketing Suite"
msgstr ""
#: views/integrations.html.php:10
msgid "MailCHimp"
msgstr ""
#: views/integrations.html.php:13
msgid "Note that only quizzes which have the option \"Send email to user with their result\" selected can be integrated."
msgstr ""
#: views/integrations.html.php:17
msgid "Integrate with Arigato"
msgstr ""
#: views/integrations.html.php:18
msgid "The plugin Arigato is not installed."
msgstr ""
#: views/integrations.html.php:22
msgid "The plugin Arigato PRO is not installed."
msgstr ""
#: views/integrations.html.php:26
msgid "Save Integrations"
msgstr ""
#: views/options.html.php:37
msgid "Go Ahead"
msgstr ""
#: views/options.html.php:2
msgid "General Options"
msgstr ""
#: views/options.html.php:8
msgid "Roles"
msgstr ""
#: views/options.html.php:10
msgid "Roles that can manage quizzes"
msgstr ""
#: views/options.html.php:12
msgid "By default only Administrator and Super admin can manage the quizzes. You can enable other roles here."
msgstr ""
#: views/options.html.php:18
msgid "Only administrator or superadmin can change this!"
msgstr ""
#: views/options.html.php:21
msgid "Email options"
msgstr ""
#: views/options.html.php:23
msgid "Sender and subjects of the automated emails"
msgstr ""
#: views/options.html.php:25
msgid "Sender name:"
msgstr ""
#: views/options.html.php:26
msgid "Sender email:"
msgstr ""
#: views/options.html.php:27
msgid "Subject of email sent to admin:"
msgstr ""
#: views/options.html.php:28
msgid "Subject of email sent to quiz taker:"
msgstr ""
#: views/options.html.php:31
msgid "User interface options"
msgstr ""
#: views/options.html.php:33
msgid "Automatically hide the \"Go ahead\" button when possible (typically on \"single answer\" questions)."
msgstr ""
#: views/options.html.php:35
msgid "Do not auto-scroll when going to the next question."
msgstr ""
#: views/options.html.php:37
msgid "Text/Value of the \"Go ahead\" button:"
msgstr ""
#: views/options.html.php:40
msgid "CSV Exports"
msgstr ""
#: views/options.html.php:42
msgid "Field separator:"
msgstr ""
#: views/options.html.php:43
msgid "Comma"
msgstr ""
#: views/options.html.php:44
msgid "Semicolon"
msgstr ""
#: views/options.html.php:45
msgid "TAB"
msgstr ""
#: views/options.html.php:47
msgid "Add quotes around text fields (recommended)"
msgstr ""
#: views/options.html.php:50
msgid "Other options"
msgstr ""
#: views/options.html.php:52
msgid "Mask IP addresses for GDPR compliance."
msgstr ""
#: views/options.html.php:54
msgid "Enable debug mode to see SQL errors. (Useful in case you have any problems)"
msgstr ""
#: views/options.html.php:56
msgid "Save Options"
msgstr ""
#: views/question.html.php:2
msgid "Add/Edit Question in \"%s\""
msgstr ""
#: views/question.html.php:23
msgid "Your comments:"
msgstr ""
#: views/question.html.php:6
msgid "Back to questions"
msgstr ""
#: views/question.html.php:12
msgid "Question title"
msgstr ""
#: views/question.html.php:12
msgid "for management purposes"
msgstr ""
#: views/question.html.php:13
msgid "Question contents"
msgstr ""
#: views/question.html.php:14
msgid "Question type:"
msgstr ""
#: views/question.html.php:15
msgid "Radio buttons (one possible answer)"
msgstr ""
#: views/question.html.php:16
msgid "Checkboxes (multiple possible answers)"
msgstr ""
#: views/question.html.php:17
msgid "Text box (open-end, essay question)"
msgstr ""
#: views/question.html.php:20
msgid "Automatically continue to the next question when a choice is selected"
msgstr ""
#: views/question.html.php:22
msgid "Accept comments along with the answer."
msgstr ""
#: views/question.html.php:23
msgid "Label before the comments field:"
msgstr ""
#: views/question.html.php:25
msgid "Choices/Answers for this question"
msgstr ""
#: views/question.html.php:27
msgid "Add more rows"
msgstr ""
#: views/question.html.php:39
msgid "Save question and answers"
msgstr ""
#: views/question.html.php:69
msgid "Please enter question title"
msgstr ""
#: views/questions.html.php:2
msgid "Manage Questions in %s"
msgstr ""
#: views/questions.html.php:11
msgid "Click here to add a new question"
msgstr ""
#: views/questions.html.php:15
msgid "ID"
msgstr ""
#: views/questions.html.php:15
msgid "Type"
msgstr ""
#: views/questions.html.php:16
msgid "Edit / Delete"
msgstr ""
#: views/questions.html.php:23
msgid "Move Up"
msgstr ""
#: views/questions.html.php:26
msgid "Move Down"
msgstr ""
#: views/questions.html.php:35
msgid "Did you know?"
msgstr ""
#: views/quiz.html.php:33
msgid "Limit quiz attempts to %s. (Enter 0 for unlimited attempts.)"
msgstr ""
#: views/quiz.html.php:2
msgid "Add/Edit Chained Quiz"
msgstr ""
#: views/quiz.html.php:8
msgid "Manage Questions"
msgstr ""
#: views/quiz.html.php:9
msgid "Manage Results / Outcomes"
msgstr ""
#: views/quiz.html.php:13
msgid "Quiz Title"
msgstr ""
#: views/quiz.html.php:15
msgid "Final Output"
msgstr ""
#: views/quiz.html.php:17
msgid "This is the content that is shown to the user after they complete the quiz. The following variables can be used:"
msgstr ""
#: views/quiz.html.php:20
msgid "- The result (grade) title"
msgstr ""
#: views/quiz.html.php:21
msgid "- The result (grade) text/description"
msgstr ""
#: views/quiz.html.php:22
msgid "- Points collected"
msgstr ""
#: views/quiz.html.php:23
msgid "- The number of total questions answered"
msgstr ""
#: views/quiz.html.php:24
msgid "- The number of correctly answered questions. Multiple choice questions will be considered correctly answered when the amount of points collected on them is positive."
msgstr ""
#: views/quiz.html.php:25
msgid "- The percentage of correctly answered questions from all questions."
msgstr ""
#: views/quiz.html.php:26
msgid "- A table with the questions, answers given by the user, correct / wrong info and points collected."
msgstr ""
#: views/quiz.html.php:27
msgid "The user name of the logged in user - use it only if you require / expect logged in users. If the user is not logged in, the variable will display \"Guest\"."
msgstr ""
#: views/quiz.html.php:28
msgid "The user email address if the user is logged in or email address has been requested with the option \"Send email to user\". Otherwise it will be empty."
msgstr ""
#: views/quiz.html.php:31
msgid "Require user login to take this quiz."
msgstr ""
#: views/quiz.html.php:37
msgid "Send me email when user completes this quiz. Send to this email address:"
msgstr ""
#: views/quiz.html.php:38
msgid "You can enter multiple emails separated by comma"
msgstr ""
#: views/quiz.html.php:39
msgid "Send email to user with their result. If the user is not logged in visitor an optional \"Enter email\" field will automatically appear above the quiz."
msgstr ""
#: views/quiz.html.php:41
msgid "Providing email address is required to do the quiz."
msgstr ""
#: views/quiz.html.php:45
msgid "Set email contents (if you skip this, the final screen output will be used for emails)."
msgstr ""
#: views/quiz.html.php:50
msgid "You can use the same variables as in the Final Output box"
msgstr ""
#: views/quiz.html.php:51
msgid "By default this content is used for both the email sent to user, and the email sent to admin. You can however use the {{{split}}} tag to make the email contents different. The content before the {{{split}}} tag will be sent to the user and the content after the {{{split}}} tag - to the admin."
msgstr ""
#: views/quiz.html.php:55
msgid "Save source URL when submitting the quiz (useful if you have published the quiz in multiple places on your site)."
msgstr ""
#: views/quiz.html.php:58
msgid "Automatically publish this quiz in new post once I hit the \"Save\" button. (The new post will be auto-generated with the quiz title used for post title.)"
msgstr ""
#: views/quiz.html.php:61
msgid "Save Quiz"
msgstr ""
#: views/quiz.html.php:75
msgid "Title is required"
msgstr ""
#: views/results.html.php:2
msgid "Manage Quiz Results/Outcomes"
msgstr ""
#: views/results.html.php:12
msgid "Result title"
msgstr ""
#: views/results.html.php:13
msgid "Result text/description"
msgstr ""
#: views/results.html.php:14
msgid "Min. points:"
msgstr ""
#: views/results.html.php:15
msgid "Max. points:"
msgstr ""
#: views/results.html.php:16
msgid "Optional redirect URL"
msgstr ""
#: views/results.html.php:17
msgid "If you enter this, the quiz will redirect to the URL instead of showing the \"Final Output\"."
msgstr ""
#: views/results.html.php:18
msgid "Add Result"
msgstr ""
#: views/results.html.php:31
msgid "Save Result"
msgstr ""
#: views/results.html.php:32
msgid "Delete Result"
msgstr ""
#: views/results.html.php:48
msgid "Please enter title"
msgstr ""
#: views/sharing-options.html.php:6
msgid "You can use the shortcode %s to display Facebook share button on the \"Final screen\" on your quiz."
msgstr ""
#: views/sharing-options.html.php:7
msgid "The social media buttons are provided by <a href=\"%s\" target=\"_blank\">Arbenting</a>. Feel free to replace them with other icons."
msgstr ""
#: views/sharing-options.html.php:2
msgid "Chained Quiz Social Sharing"
msgstr ""
#: views/sharing-options.html.php:10
msgid "Facebook and LinkedIn Sharing"
msgstr ""
#: views/sharing-options.html.php:12
msgid "Your Facebook App ID:"
msgstr ""
#: views/sharing-options.html.php:12
msgid "Get one here"
msgstr ""
#: views/sharing-options.html.php:13
msgid "If you leave it empty, no Facebook share button will be generated."
msgstr ""
#: views/sharing-options.html.php:15
msgid "Show LinkedIn button"
msgstr ""
#: views/sharing-options.html.php:17
msgid "Title:"
msgstr ""
#: views/sharing-options.html.php:18
msgid "Text:"
msgstr ""
#: views/sharing-options.html.php:19