1<?php
2$lang['outdated_poll'] = 'This poll is outdated. You may ask the administrator to updated it.';
3$lang['intermediate_results'] = 'Intermediate results';
4$lang['no_remote_user'] = 'Please login to vote.';
5$lang['already_voted']  = 'You’ve already voted.';
6$lang['vote_over']      = 'This vote is over.';
7$lang['cast']           = 'Vote';
8$lang['howto']          = 'Please enter numbers to indicate which option you prefer. The lower the number the more you prefer the option.<br />Careful: you can only vote once.';
9
10$lang['leading'] = '%s is currently leading.';
11$lang['has_won'] = '%s has won.';
12
13$lang['error_found'] = 'One or several errors were found:<br /><br /><ul>%s</ul>';
14$lang['invalid_vote'] = 'Your vote for %s is not numeric.';
15$lang['invalidated_vote'] = 'Your vote is invalid. Please verify that<ol><li>you have not yet voted</li><li>all the scores are different, and</li><li>you did not forget a \'0\'.</li></ol>';
16$lang['vote'] = 'Vote';
17$lang['voted'] = 'Your vote was successfully registered.';
18$lang['vote_cancel'] = 'Cancel your vote';
19$lang['unvoted'] = 'Your vote was successfully canceled';
20$lang['first_choice'] = '%d (first choice)';
21$lang['last_choice'] = '%d (last choice)';
22