forked from lesterchan/wp-polls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wp-polls.pot
1397 lines (1072 loc) · 28 KB
/
wp-polls.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 WP-Polls
# This file is distributed under the same license as the WP-Polls package.
msgid ""
msgstr ""
"Project-Id-Version: WP-Polls 2.67\n"
"Report-Msgid-Bugs-To: http://wordpress.org/tag/wp-polls\n"
"POT-Creation-Date: 2014-12-03 14:55:28+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 <[email protected]>\n"
#: polls-add.php:34 polls-add.php:110 polls-add.php:177 wp-polls.php:56
msgid "Add Poll"
msgstr ""
#: polls-add.php:79
msgid "Error In Adding Poll '%s'."
msgstr ""
#: polls-add.php:88 polls-manager.php:129
msgid "Error In Adding Poll's Answer '%s'."
msgstr ""
#: polls-add.php:95
msgid "Poll '%s' (ID: %s) Added Successfully."
msgstr ""
#: polls-add.php:95 polls-manager.php:325 wp-polls.php:55
msgid "Manage Polls"
msgstr ""
#: polls-add.php:112 polls-manager.php:178
msgid "Poll Question"
msgstr ""
#: polls-add.php:115 polls-manager.php:181 polls-manager.php:332
msgid "Question"
msgstr ""
#: polls-add.php:120 polls-manager.php:186
msgid "Poll Answers"
msgstr ""
#: polls-add.php:125 polls-manager.php:221
msgid "Add Answer"
msgstr ""
#: polls-add.php:132 polls-manager.php:208
msgid "Answer %s"
msgstr ""
#: polls-add.php:133 wp-polls.php:249
msgid "Remove"
msgstr ""
#: polls-add.php:141 polls-manager.php:232
msgid "Poll Multiple Answers"
msgstr ""
#: polls-add.php:144 polls-manager.php:235
msgid "Allows Users To Select More Than One Answer?"
msgstr ""
#: polls-add.php:147 polls-manager.php:238 polls-options.php:199
#: polls-options.php:208 polls-options.php:325 wp-polls.php:1576
msgid "No"
msgstr ""
#: polls-add.php:148 polls-logs.php:383 polls-manager.php:239
#: polls-manager.php:461 polls-options.php:200 polls-options.php:209
#: polls-options.php:326 polls-uninstall.php:127 wp-polls.php:1577
msgid "Yes"
msgstr ""
#: polls-add.php:153 polls-manager.php:244
msgid "Maximum Number Of Selected Answers Allowed?"
msgstr ""
#: polls-add.php:166 polls-manager.php:261
msgid "Poll Start/End Date"
msgstr ""
#: polls-add.php:169 polls-manager.php:264 polls-manager.php:334
msgid "Start Date/Time"
msgstr ""
#: polls-add.php:173 polls-manager.php:272 polls-manager.php:335
msgid "End Date/Time"
msgstr ""
#: polls-add.php:174 polls-manager.php:283
msgid "Do NOT Expire This Poll"
msgstr ""
#: polls-add.php:177 polls-manager.php:307
msgid "Cancel"
msgstr ""
#: polls-logs.php:34 polls-logs.php:35 polls-logs.php:38 polls-logs.php:70
#: polls-logs.php:74 polls-logs.php:107 polls-logs.php:110 wp-polls.php:1327
msgid "Guest"
msgstr ""
#: polls-logs.php:128
msgid "Poll's Logs"
msgstr ""
#: polls-logs.php:131
msgid "There are a total of <strong>%s</strong> recorded vote for this poll."
msgid_plural ""
"There are a total of <strong>%s</strong> recorded votes for this poll."
msgstr[0] ""
msgstr[1] ""
#: polls-logs.php:132
msgid ""
"<strong>»</strong> <strong>%s</strong> vote is casted by registered "
"users"
msgid_plural ""
"<strong>»</strong> <strong>%s</strong> votes are casted by registered "
"users"
msgstr[0] ""
msgstr[1] ""
#: polls-logs.php:133
msgid ""
"<strong>»</strong> <strong>%s</strong> vote is casted by comment "
"authors"
msgid_plural ""
"<strong>»</strong> <strong>%s</strong> votes are casted by comment "
"authors"
msgstr[0] ""
msgstr[1] ""
#: polls-logs.php:134
msgid "<strong>»</strong> <strong>%s</strong> vote is casted by guests"
msgid_plural ""
"<strong>»</strong> <strong>%s</strong> votes are casted by guests"
msgstr[0] ""
msgstr[1] ""
#: polls-logs.php:139
msgid "Filter Poll's Logs"
msgstr ""
#: polls-logs.php:148
msgid "Display All Users That Voted For"
msgstr ""
#: polls-logs.php:169 polls-logs.php:217
msgid "Voters To EXCLUDE"
msgstr ""
#: polls-logs.php:171 polls-logs.php:219
msgid "Registered Users"
msgstr ""
#: polls-logs.php:172 polls-logs.php:220
msgid "Comment Authors"
msgstr ""
#: polls-logs.php:173
msgid "Guests"
msgstr ""
#: polls-logs.php:177 polls-logs.php:225 polls-logs.php:260
msgid "Filter"
msgstr ""
#: polls-logs.php:189
msgid "Display Users That Voted For"
msgstr ""
#: polls-logs.php:192
msgid "More Than"
msgstr ""
#: polls-logs.php:193
msgid "More Than Or Exactly"
msgstr ""
#: polls-logs.php:194
msgid "Exactly"
msgstr ""
#: polls-logs.php:195
msgid "Less Than Or Exactly"
msgstr ""
#: polls-logs.php:196
msgid "Less Than"
msgstr ""
#: polls-logs.php:203
msgid "1 Answer"
msgstr ""
#: polls-logs.php:206 polls-logs.php:208
msgid "%s Answer"
msgid_plural "%s Answers"
msgstr[0] ""
msgstr[1] ""
#: polls-logs.php:221
msgid "Guests will automatically be excluded"
msgstr ""
#: polls-logs.php:242
msgid "Display What This User Has Voted"
msgstr ""
#: polls-logs.php:268
msgid "Clear Filter"
msgstr ""
#: polls-logs.php:275
msgid "Poll Logs"
msgstr ""
#: polls-logs.php:280
msgid ""
"This default filter is limited to display only <strong>%s</strong> records."
msgstr ""
#: polls-logs.php:289 polls-logs.php:334 wp-polls.php:248
msgid "Answer"
msgstr ""
#: polls-logs.php:290
msgid "IP"
msgstr ""
#: polls-logs.php:291
msgid "Host"
msgstr ""
#: polls-logs.php:292 polls-logs.php:341
msgid "Date"
msgstr ""
#: polls-logs.php:299 polls-logs.php:329 polls-manager.php:266
#: polls-manager.php:278 polls-manager.php:355 polls-manager.php:363
#: wp-polls.php:449 wp-polls.php:454 wp-polls.php:567 wp-polls.php:572
#: wp-polls.php:982 wp-polls.php:986
msgid "%s @ %s"
msgstr ""
#: polls-logs.php:309 polls-logs.php:339
msgid "User"
msgstr ""
#: polls-logs.php:338
msgid "No."
msgstr ""
#: polls-logs.php:340
msgid "IP/Host"
msgstr ""
#: polls-logs.php:362
msgid "Total number of records that matches this filter: <strong>%s</strong>"
msgstr ""
#: polls-logs.php:369
msgid "No poll logs matches the filter."
msgstr ""
#: polls-logs.php:371 polls-logs.php:387
msgid "No poll logs available for this poll."
msgstr ""
#: polls-logs.php:378
msgid "Delete Poll Logs"
msgstr ""
#: polls-logs.php:382
msgid "Are You Sure You Want To Delete Logs For This Poll Only?"
msgstr ""
#: polls-logs.php:384 wp-polls.php:243 wp-polls.php:1406
msgid "Delete Logs For This Poll Only"
msgstr ""
#: polls-logs.php:384
msgid ""
"You are about to delete poll logs for this poll '%s' ONLY. This action is "
"not reversible."
msgstr ""
#: polls-logs.php:391 polls-manager.php:469
msgid ""
"Note: If your logging method is by IP and Cookie or by Cookie, users may "
"still be unable to vote if they have voted before as the cookie is still "
"stored in their computer."
msgstr ""
#: polls-manager.php:36 polls-manager.php:176 polls-manager.php:295
msgid "Edit Poll"
msgstr ""
#: polls-manager.php:96
msgid "No Changes Had Been Made To Poll's Question '%s'."
msgstr ""
#: polls-manager.php:110
msgid "No Changes Had Been Made To Poll's Answer '%s'."
msgstr ""
#: polls-manager.php:112
msgid "Poll's Answer '%s' Edited Successfully."
msgstr ""
#: polls-manager.php:116
msgid "Invalid Poll '%s'."
msgstr ""
#: polls-manager.php:131
msgid "Poll's Answer '%s' Added Successfully."
msgstr ""
#: polls-manager.php:138
msgid "Poll '%s' Edited Successfully."
msgstr ""
#: polls-manager.php:190
msgid "Answer No."
msgstr ""
#: polls-manager.php:191
msgid "Answer Text"
msgstr ""
#: polls-manager.php:192
msgid "No. Of Votes"
msgstr ""
#: polls-manager.php:201
msgid "Null Votes"
msgstr ""
#: polls-manager.php:210 polls-manager.php:410
msgid "Delete"
msgstr ""
#: polls-manager.php:210
msgid "You are about to delete this poll's answer '%s'."
msgstr ""
#: polls-manager.php:222
msgid "Total Votes:"
msgstr ""
#: polls-manager.php:227 polls-manager.php:444
msgid "Total Voters:"
msgstr ""
#: polls-manager.php:267
msgid "Edit Start Date/Time"
msgstr ""
#: polls-manager.php:276
msgid "This Poll Will Not Expire"
msgstr ""
#: polls-manager.php:305 wp-polls.php:247 wp-polls.php:1449
msgid "Close Poll"
msgstr ""
#: polls-manager.php:305
msgid "You are about to CLOSE this poll '%s'."
msgstr ""
#: polls-manager.php:306 wp-polls.php:246 wp-polls.php:1437
msgid "Open Poll"
msgstr ""
#: polls-manager.php:306
msgid "You are about to OPEN this poll '%s'."
msgstr ""
#: polls-manager.php:326 wp-polls.php:53 wp-polls.php:1530 wp-polls.php:1565
msgid "Polls"
msgstr ""
#: polls-manager.php:331
msgid "ID"
msgstr ""
#: polls-manager.php:333 polls-templates.php:121 polls-templates.php:124
#: wp-polls.php:1707 wp-polls.php:1710
msgid "Total Voters"
msgstr ""
#: polls-manager.php:336
msgid "Status"
msgstr ""
#: polls-manager.php:337
msgid "Action"
msgstr ""
#: polls-manager.php:361 wp-polls.php:452 wp-polls.php:570 wp-polls.php:984
msgid "No Expiry"
msgstr ""
#: polls-manager.php:386 polls-manager.php:390 polls-manager.php:393
msgid "Displayed:"
msgstr ""
#: polls-manager.php:401
msgid "Open"
msgstr ""
#: polls-manager.php:403
msgid "Future"
msgstr ""
#: polls-manager.php:405
msgid "Closed"
msgstr ""
#: polls-manager.php:408
msgid "Logs"
msgstr ""
#: polls-manager.php:409
msgid "Edit"
msgstr ""
#: polls-manager.php:410
msgid "You are about to delete this poll, '%s'."
msgstr ""
#: polls-manager.php:418
msgid "No Polls Found"
msgstr ""
#: polls-manager.php:428
msgid "Polls Stats:"
msgstr ""
#: polls-manager.php:432
msgid "Total Polls:"
msgstr ""
#: polls-manager.php:436
msgid "Total Polls' Answers:"
msgstr ""
#: polls-manager.php:440
msgid "Total Votes Casted:"
msgstr ""
#: polls-manager.php:453
msgid "Polls Logs"
msgstr ""
#: polls-manager.php:460
msgid "Are You Sure You Want To Delete All Polls Logs?"
msgstr ""
#: polls-manager.php:462 wp-polls.php:241 wp-polls.php:1394
msgid "Delete All Logs"
msgstr ""
#: polls-manager.php:462
msgid "You are about to delete all poll logs. This action is not reversible."
msgstr ""
#: polls-manager.php:465 wp-polls.php:240
msgid "No poll logs available."
msgstr ""
#: polls-options.php:70 polls-options.php:130 polls-options.php:133
msgid "Poll Bar Style"
msgstr ""
#: polls-options.php:71
msgid "Poll AJAX Style"
msgstr ""
#: polls-options.php:72
msgid "Sort Poll Answers By Option"
msgstr ""
#: polls-options.php:73
msgid "Sort Order Of Poll Answers Option"
msgstr ""
#: polls-options.php:74
msgid "Sort Poll Results By Option"
msgstr ""
#: polls-options.php:75
msgid "Sort Order Of Poll Results Option"
msgstr ""
#: polls-options.php:76
msgid "Number Of Polls Per Page To Display In Poll Archive Option"
msgstr ""
#: polls-options.php:77
msgid "Type Of Polls To Display In Poll Archive Option"
msgstr ""
#: polls-options.php:78
msgid "Poll Archive URL Option"
msgstr ""
#: polls-options.php:79
msgid "Show Poll Achive Link Option"
msgstr ""
#: polls-options.php:80
msgid "Current Active Poll Option"
msgstr ""
#: polls-options.php:81
msgid "Poll Close Option"
msgstr ""
#: polls-options.php:82 polls-options.php:280
msgid "Logging Method"
msgstr ""
#: polls-options.php:83
msgid "Cookie And Log Expiry Option"
msgstr ""
#: polls-options.php:84
msgid "Allow To Vote Option"
msgstr ""
#: polls-options.php:89 polls-templates.php:84
msgid "Updated"
msgstr ""
#: polls-options.php:94 polls-templates.php:89
msgid "No Poll Option Updated"
msgstr ""
#: polls-options.php:128 wp-polls.php:57
msgid "Poll Options"
msgstr ""
#: polls-options.php:160
msgid "Use CSS Style"
msgstr ""
#: polls-options.php:164
msgid "Poll Bar Background"
msgstr ""
#: polls-options.php:169
msgid "Poll Bar Border"
msgstr ""
#: polls-options.php:174
msgid "Poll Bar Height"
msgstr ""
#: polls-options.php:178
msgid "Your poll bar will look like this"
msgstr ""
#: polls-options.php:193
msgid "Polls AJAX Style"
msgstr ""
#: polls-options.php:196
msgid "Show Loading Image With Text"
msgstr ""
#: polls-options.php:205
msgid "Show Fading In And Fading Out Of Poll"
msgstr ""
#: polls-options.php:216
msgid "Sorting Of Poll Answers"
msgstr ""
#: polls-options.php:219
msgid "Sort Poll Answers By:"
msgstr ""
#: polls-options.php:222 polls-options.php:247
msgid "Exact Order"
msgstr ""
#: polls-options.php:223 polls-options.php:248
msgid "Alphabetical Order"
msgstr ""
#: polls-options.php:224 polls-options.php:249
msgid "Random Order"
msgstr ""
#: polls-options.php:229
msgid "Sort Order Of Poll Answers:"
msgstr ""
#: polls-options.php:232 polls-options.php:257
msgid "Ascending"
msgstr ""
#: polls-options.php:233 polls-options.php:258
msgid "Descending"
msgstr ""
#: polls-options.php:240
msgid "Sorting Of Poll Results"
msgstr ""
#: polls-options.php:243
msgid "Sort Poll Results By:"
msgstr ""
#: polls-options.php:246
msgid "Votes Cast"
msgstr ""
#: polls-options.php:254
msgid "Sort Order Of Poll Results:"
msgstr ""
#: polls-options.php:265
msgid "Allow To Vote"
msgstr ""
#: polls-options.php:268
msgid "Who Is Allowed To Vote?"
msgstr ""
#: polls-options.php:271
msgid "Guests Only"
msgstr ""
#: polls-options.php:272
msgid "Registered Users Only"
msgstr ""
#: polls-options.php:273
msgid "Registered Users And Guests"
msgstr ""
#: polls-options.php:283
msgid "Poll Logging Method:"
msgstr ""
#: polls-options.php:286
msgid "Do Not Log"
msgstr ""
#: polls-options.php:287
msgid "Logged By Cookie"
msgstr ""
#: polls-options.php:288
msgid "Logged By IP"
msgstr ""
#: polls-options.php:289
msgid "Logged By Cookie And IP"
msgstr ""
#: polls-options.php:290
msgid "Logged By Username"
msgstr ""
#: polls-options.php:295
msgid "Expiry Time For Cookie And Log:"
msgstr ""
#: polls-options.php:296
msgid "seconds (0 to disable)"
msgstr ""
#: polls-options.php:301
msgid "Poll Archive"
msgstr ""
#: polls-options.php:304
msgid "Number Of Polls Per Page:"
msgstr ""
#: polls-options.php:308
msgid "Type Of Polls To Display In Poll Archive:"
msgstr ""
#: polls-options.php:311
msgid "Closed Polls Only"
msgstr ""
#: polls-options.php:312
msgid "Opened Polls Only"
msgstr ""
#: polls-options.php:313
msgid "Closed And Opened Polls"
msgstr ""
#: polls-options.php:318
msgid "Poll Archive URL:"
msgstr ""
#: polls-options.php:322
msgid "Display Poll Archive Link Below Poll?"
msgstr ""
#: polls-options.php:331
msgid "Note"
msgstr ""
#: polls-options.php:332
msgid ""
"Only polls' results will be shown in the Poll Archive regardless of whether "
"the poll is closed or opened."
msgstr ""
#: polls-options.php:337 polls-options.php:340
msgid "Current Active Poll"
msgstr ""
#: polls-options.php:343 wp-polls.php:1584
msgid "Do NOT Display Poll (Disable)"
msgstr ""
#: polls-options.php:344 wp-polls.php:1585
msgid "Display Random Poll"
msgstr ""
#: polls-options.php:345 wp-polls.php:1586
msgid "Display Latest Poll"
msgstr ""
#: polls-options.php:365
msgid "When Poll Is Closed"
msgstr ""
#: polls-options.php:368
msgid "Display Poll's Results"
msgstr ""
#: polls-options.php:369
msgid "Display Disabled Poll's Voting Form"
msgstr ""
#: polls-options.php:370
msgid "Do Not Display Poll In Post/Sidebar"
msgstr ""
#: polls-options.php:378 polls-templates.php:494
msgid "Save Changes"
msgstr ""
#: polls-templates.php:65
msgid "Voting Form Header Template"
msgstr ""
#: polls-templates.php:66
msgid "Voting Form Body Template"
msgstr ""
#: polls-templates.php:67
msgid "Voting Form Footer Template"
msgstr ""
#: polls-templates.php:68
msgid "Result Header Template"
msgstr ""
#: polls-templates.php:69
msgid "Result Body Template"
msgstr ""
#: polls-templates.php:70
msgid "Result Body2 Template"
msgstr ""
#: polls-templates.php:71
msgid "Result Footer Template"
msgstr ""
#: polls-templates.php:72
msgid "Result Footer2 Template"
msgstr ""
#: polls-templates.php:73
msgid "Poll Archive Link Template"
msgstr ""
#: polls-templates.php:74
msgid "Poll Archive Poll Header Template"
msgstr ""
#: polls-templates.php:75
msgid "Poll Archive Poll Footer Template"
msgstr ""
#: polls-templates.php:76
msgid "Poll Archive Paging Header Template"
msgstr ""
#: polls-templates.php:77
msgid "Poll Archive Paging Footer Template"
msgstr ""
#: polls-templates.php:78
msgid "Poll Disabled Template"
msgstr ""
#: polls-templates.php:79
msgid "Poll Error Template"
msgstr ""
#: polls-templates.php:109 polls-templates.php:124 wp-polls.php:1698
#: wp-polls.php:1711
msgid "Vote"
msgstr ""
#: polls-templates.php:109 wp-polls.php:1699
msgid "View Results Of This Poll"
msgstr ""
#: polls-templates.php:109 wp-polls.php:1699
msgid "View Results"
msgstr ""
#: polls-templates.php:115 polls-templates.php:118 wp-polls.php:1704
#: wp-polls.php:1705
msgid ","
msgstr ""
#: polls-templates.php:115 polls-templates.php:118 wp-polls.php:1704
#: wp-polls.php:1705
msgid "Votes"
msgstr ""
#: polls-templates.php:118 wp-polls.php:1705
msgid "You Have Voted For This Choice"
msgstr ""
#: polls-templates.php:124 wp-polls.php:1711
msgid "Vote For This Poll"
msgstr ""
#: polls-templates.php:127 wp-polls.php:1737
msgid "Polls Archive"
msgstr ""
#: polls-templates.php:133 wp-polls.php:1741
msgid "Start Date:"
msgstr ""
#: polls-templates.php:133 wp-polls.php:1741
msgid "End Date:"
msgstr ""
#: polls-templates.php:142 wp-polls.php:1713
msgid "Sorry, there are no polls available at the moment."
msgstr ""
#: polls-templates.php:145 wp-polls.php:1714
msgid "An error has occurred when processing your poll."
msgstr ""
#: polls-templates.php:156 wp-polls.php:58
msgid "Poll Templates"
msgstr ""
#: polls-templates.php:158
msgid "Template Variables"
msgstr ""
#: polls-templates.php:163
msgid "Display the poll's ID"
msgstr ""
#: polls-templates.php:167
msgid "Display the poll's answer ID"
msgstr ""
#: polls-templates.php:173
msgid "Display the poll's question"
msgstr ""
#: polls-templates.php:177
msgid "Display the poll's answer"
msgstr ""
#: polls-templates.php:183
msgid ""
"Display the poll's total votes NOT the number of people who voted for the "
"poll"
msgstr ""
#: polls-templates.php:187
msgid "Display the poll's answer without HTML formatting."
msgstr ""
#: polls-templates.php:193
msgid "Displays URL to poll's result"
msgstr ""
#: polls-templates.php:197
msgid "Display the poll's answer votes"
msgstr ""
#: polls-templates.php:203
msgid "Display the poll's most voted answer"
msgstr ""
#: polls-templates.php:207
msgid "Display the poll's answer percentage"
msgstr ""
#: polls-templates.php:213
msgid "Display the poll's answer votes for the most voted answer"
msgstr ""
#: polls-templates.php:217
msgid "Display the poll's answer image width"
msgstr ""
#: polls-templates.php:223
msgid "Display the poll's answer percentage for the most voted answer"
msgstr ""
#: polls-templates.php:227
msgid "Display the poll's least voted answer"
msgstr ""
#: polls-templates.php:233
msgid "Display the poll's start date/time"
msgstr ""
#: polls-templates.php:237
msgid "Display the poll's answer votes for the least voted answer"
msgstr ""
#: polls-templates.php:243
msgid "Display the poll's end date/time"
msgstr ""
#: polls-templates.php:247
msgid "Display the poll's answer percentage for the least voted answer"
msgstr ""
#: polls-templates.php:253
msgid ""
"Display the the maximum number of answers the user can choose if the poll "
"supports multiple answers"
msgstr ""
#: polls-templates.php:257
msgid ""
"Display \"checkbox\" or \"radio\" input types depending on the poll type"
msgstr ""
#: polls-templates.php:263
msgid ""
"Display the number of people who voted for the poll NOT the total votes of "
"the poll"
msgstr ""
#: polls-templates.php:267
msgid "Display the poll archive URL"
msgstr ""
#: polls-templates.php:272
msgid ""
"Note: <strong>%POLL_TOTALVOTES%</strong> and <strong>%POLL_TOTALVOTERS%</"
"strong> will be different if your poll supports multiple answers. If your "
"poll allows only single answer, both value will be the same."
msgstr ""
#: polls-templates.php:278
msgid "Poll Voting Form Templates"
msgstr ""
#: polls-templates.php:282
msgid "Voting Form Header:"
msgstr ""
#: polls-templates.php:283 polls-templates.php:298 polls-templates.php:311
#: polls-templates.php:327 polls-templates.php:342 polls-templates.php:357
#: polls-templates.php:372 polls-templates.php:392 polls-templates.php:417
#: polls-templates.php:426 polls-templates.php:435 polls-templates.php:454
#: polls-templates.php:463 polls-templates.php:477 polls-templates.php:486
msgid "Allowed Variables:"
msgstr ""
#: polls-templates.php:291 polls-templates.php:304 polls-templates.php:315
#: polls-templates.php:335 polls-templates.php:350 polls-templates.php:365
#: polls-templates.php:385 polls-templates.php:405 polls-templates.php:419
#: polls-templates.php:428 polls-templates.php:447 polls-templates.php:456
#: polls-templates.php:465 polls-templates.php:479 polls-templates.php:488