1###############################################################################
2# Poll.lng (Poll text definitions)                                            #
3###############################################################################
4# YaBB: Yet another Bulletin Board                                            #
5# Open-Source Community Software for Webmasters                               #
6# Version:        YaBB 2.6.11                                                 #
7# Packaged:       December 2, 2014                                            #
8# Distributed by: http://www.yabbforum.com                                    #
9# =========================================================================== #
10# Copyright (c) 2000-2014 YaBB (www.yabbforum.com) - All Rights Reserved.     #
11# Software by: The YaBB Development Team                                      #
12#              with assistance from the YaBB community.                       #
13###############################################################################
14
15$polllngver = 'YaBB 2.6.11 $Revision: 1611 $';
16
17%polltxt = (
18'4' => 'Poll Question',
19'6' => 'Question',
20'7' => 'Option',
21'15' => 'Poll',
22'16' => 'Question',
23'17' => 'Total votes',
24'18' => 'Submit Vote',
25'19' => 'View Results',
26'20' => 'Open',
27'21' => 'Close',
28'22' => '*** This poll has now closed ***',
29'23' => 'Details for Poll:',
30'24' => 'Votes',
31'25' => 'Nobody voted for this option.',
32'26' => 'Hide results:',
33'27' => 'Remove',
34'30' => 'IP Address',
35'31' => 'Date Voted',
36'32' => 'Enable Guest Voting:',
37'33' => 'View Votes',
38'35' => 'Name',
39'39' => 'Modify',
40'40' => 'The poll question',
41'41' => 'There was an illegal character in your poll question. Please try again.',
42'42' => 'Poll Details',
43'43' => 'Remove Vote',
44'44' => 'Are you sure you want to delete this poll?',
45'45' => 'Created by',
46'45a' => 'Last Modified by',
47'46' => 'on',
48'47' => 'Thank you for voting in this poll.',
49'48' => 'The results however will remain hidden until all the votes have been counted.',
50'49' => 'Remove Votes',
51'53' => '*** No-one else can see these results until the poll is closed ***',
52'54' => 'Check this if you want guests to be able to vote in this poll.',
53'55' => 'Check this if you do not want the results of this poll shown until voting has been closed.',
54'56' => 'Check this if you want to allow users to vote for more than one option.',
55'57' => 'The poll comment',
56'58' => 'Multiple Choice',
57'59' => 'Poll Comment',
58'64' => 'Your vote was on',
59'65' => 'Your vote choice was',
60'66' => 'Your vote choices were',
61'showcased' => 'Currently Being Showcased',
62'setshowcased' => 'Set Poll Showcased?',
63'showcaserem' => 'Remove Poll from Showcase?',
64'confirm' => 'Are you sure you want to Showcase this Poll?\\nAnother Poll is already Showcased.', # Test before changing! It's inside a javascript. Do not use " or ' inside parentheses.
65);
66
671;