package WebGUI::i18n::English::Asset_Poll; use strict; our $I18N = { 'canVote' => { message => q|A condition indicating whether the user has the right to vote on this poll.|, lastUpdated => 1149655462, }, 'question' => { message => q|The poll question.|, lastUpdated => 1149655462, }, 'form.start' => { message => q|The beginning of the poll form.|, lastUpdated => 1149655462, }, 'answer_loop' => { message => q|A loop containing information about the answers in the poll.|, lastUpdated => 1149655462, }, 'answer.form' => { message => q|The radio button for this answer.|, lastUpdated => 1149655462, }, 'answer.text' => { message => q|The text of the answer.|, lastUpdated => 1149655462, }, 'answer.number' => { message => q|The number of this answer. As in 1, 2, 3, etc.|, lastUpdated => 1149655462, }, 'answer.graphWidth' => { message => q|The width that the graph should be rendered for this answer. Based upon a percentage of the total graph size.|, lastUpdated => 1149655462, }, 'answer.percent' => { message => q|The percentage of the vote that this answer has received.|, lastUpdated => 1149655462, }, 'answer.total' => { message => q|The total number of votes that this answer has received.|, lastUpdated => 1149655462, }, 'form.submit' => { message => q|The submit button for the poll form.|, lastUpdated => 1149655462, }, 'form.end' => { message => q|The end of the poll form.|, lastUpdated => 1149655462, }, 'responses.label' => { message => q|The label for the total responses. "Total Votes"|, lastUpdated => 1149655462, }, 'responses.total' => { message => q|The total number of votes that have been placed on this poll.|, lastUpdated => 1149655462, }, '6' => { message => q|Question|, lastUpdated => 1031514049 }, '11' => { message => q|Vote!|, lastUpdated => 1031514049 }, '3 description' => { message => q|If this box is checked, then users will be able to vote. Otherwise they'll only be able to see the results of the poll.|, lastUpdated => 1119412478, }, '4 description' => { message => q|Choose a group that can vote on this Poll. The default group is Everyone.|, lastUpdated => 1119412478, }, '20 description' => { message => q|How much karma should be given to a user when they vote? This option is only available if karma is enabled in the settings. The default amount is 0.|, lastUpdated => 1119412478, }, '5 description' => { message => q|The width of the poll results graph. The width is measured in pixels. The default width is 150 pixels.|, lastUpdated => 1119412478, }, '6 description' => { message => q|What is the question you'd like to ask your users?|, lastUpdated => 1119412478, }, '7 description' => { message => q|Enter the possible answers to your question. Enter only one answer per line. Polls are only capable of 20 possible answers.|, lastUpdated => 1119412478, }, '72 description' => { message => q|In order to be sure that the ordering of the answers in the poll does not bias your users, it is often helpful to present the options in a random order each time they are shown. Select "yes" to randomize the answers on the poll.|, lastUpdated => 1119412478, }, '10 description' => { message => q|Reset the votes on this Poll. This option is only available when editing an existing Poll.|, lastUpdated => 1119412478, }, '3' => { message => q|Active|, lastUpdated => 1031514049 }, '7' => { message => q|Answers|, lastUpdated => 1031514049 }, '9' => { message => q|Edit Poll|, lastUpdated => 1031514049 }, '12' => { message => q|Total Votes|, lastUpdated => 1050182699 }, '20' => { message => q|Karma Per Vote|, lastUpdated => 1031514049 }, '8' => { message => q|(Enter one answer per line. No more than 20.)|, lastUpdated => 1031514049 }, 'assetName' => { message => q|Poll|, lastUpdated => 1128831777 }, '4' => { message => q|Who can vote?|, lastUpdated => 1031514049 }, '72' => { message => q|Randomize answers?|, lastUpdated => 1031514049 }, '73' => { message => q|Poll Template|, lastUpdated => 1050183668 }, '73 description' => { message => q|Select a template to display your Poll|, lastUpdated => 1119412624 }, '10' => { message => q|Reset votes?|, lastUpdated => 1091514049 }, '5' => { message => q|Graph Width|, lastUpdated => 1031514049 }, 'generate graph' => { message => q|Generate image graph|, lastUpdated => 1031514049, }, 'generate graph description' => { message => q|Set this switch to 'on' to enable generation of an image graph.|, lastUpdated => 1031514049, }, 'poll asset template variables title' => { message => q|Poll Asset Template Variables|, lastUpdated => 1168983984, }, 'poll asset template variables body' => { message => q|Every asset provides a set of variables to most of its templates based on the internal asset properties. Some of these variables may be useful, others may not.|, lastUpdated => 1168983986, }, 'templateId' => { message => q|The ID of the template used to display this Asset.|, lastUpdated => 1168983984, }, 'active' => { message => q|A conditional that is true if this Poll is open for voting.|, lastUpdated => 1168983984, }, 'karmaPerVote' => { message => q|The amount of karma given to a user when they vote.|, lastUpdated => 1168984674, }, 'graphWidth' => { message => q|The width of the graph in pixels.|, lastUpdated => 1168984674, }, 'voteGroup' => { message => q|The ID of the group that is allowed to vote in the Poll.|, lastUpdated => 1168984674, }, 'question' => { message => q|The question to ask in the Poll.|, lastUpdated => 1168984674, }, 'randomizeAnswers' => { message => q|A conditional that will be true if the Poll was set to randomize the order answers are presented.|, lastUpdated => 1168984674, }, 'aN' => { message => q|The variables a1 through a20 store the answers for the Poll.|, lastUpdated => 1168984674, }, 'graphConfiguration' => { message => q|The type of graph.|, lastUpdated => 1168985711, }, 'generateGraph' => { message => q|A conditional that will be true if the Poll was set to display a graph.|, lastUpdated => 1168985711, }, 'graphUrl' => { message => q|A URL for the graph of Poll results. This will only be set if the Poll was set to generate a graph and the graph configuration is valid.|, lastUpdated => 1168985711, }, 'hasImageGraph' => { message => q|A .|, lastUpdated => 1168985711, }, }; 1;