r49186 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r49185‎ | r49186 | r49187 >
Date:21:23, 4 April 2009
Author:siebrand
Status:ok
Tags:
Comment:
* split date and time for 'securepoll-dump-not-finished'
** FIXME: date/time split in message but not yet in file DumpPage.php because locked by Tim.
* update 'securepoll-not-started' to use split date and time
Modified paths:
  • /trunk/extensions/SecurePoll/SecurePoll.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePoll/SecurePoll.i18n.php
@@ -23,7 +23,7 @@
2424 'securepoll-not-authorised' => 'You are not authorised to vote in this election.',
2525 'securepoll-welcome' => '<strong>Welcome $1!</strong>',
2626 '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.',
2828 'securepoll-not-qualified' => 'You are not qualified to vote in this election: $1',
2929 'securepoll-change-disallowed' => 'You have voted in this election before.
3030 Sorry, you may not vote again.',
@@ -92,7 +92,7 @@
9393 # Dump page
9494 'securepoll-dump-title' => 'Dump: $1',
9595 '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.
9797 'securepoll-dump-no-urandom' => 'Cannot open /dev/urandom.
9898 To maintain voter privacy, encrypted election records are only publically available when they can be shuffled with a secure random number stream.',
9999

Follow-up revisions

RevisionCommit summaryAuthorDate
r49466Fix a fixme from r49186:: date/time split in message but not yet in file Dump...raymond15:04, 14 April 2009

Status & tagging log