Index: trunk/extensions/SecurePoll/SecurePoll.i18n.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | 'securepoll-not-authorised' => 'You are not authorised to vote in this election.', |
25 | 25 | 'securepoll-welcome' => '<strong>Welcome $1!</strong>', |
26 | 26 | 'securepoll-not-started' => 'This election has not yet started. |
27 | | -It is scheduled to start at $1.', |
| 27 | +It is scheduled to start on $2 at $3.', |
28 | 28 | 'securepoll-not-qualified' => 'You are not qualified to vote in this election: $1', |
29 | 29 | 'securepoll-change-disallowed' => 'You have voted in this election before. |
30 | 30 | Sorry, you may not vote again.', |
— | — | @@ -92,7 +92,7 @@ |
93 | 93 | # Dump page |
94 | 94 | 'securepoll-dump-title' => 'Dump: $1', |
95 | 95 | 'securepoll-dump-no-crypt' => 'No encrypted election record is available for this election, because the election is not configured to use encryption.', |
96 | | - 'securepoll-dump-not-finished' => 'Encrypted election records are only available after the finish date: $1', |
| 96 | + 'securepoll-dump-not-finished' => 'Encrypted election records are only available after the finish date on $1 at $2', # FIXME: date/time split in message but not yet in file DumpPage.php because locked by Tim. |
97 | 97 | 'securepoll-dump-no-urandom' => 'Cannot open /dev/urandom. |
98 | 98 | To maintain voter privacy, encrypted election records are only publically available when they can be shuffled with a secure random number stream.', |
99 | 99 | |