r48955 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r48954‎ | r48955 | r48956 >
Date:10:17, 28 March 2009
Author:siebrand
Status:ok
Tags:
Comment:
* remove trailing newlines in 'securepoll-gpg-receipt'
* add line breaks between sentences
Modified paths:
  • /trunk/extensions/SecurePoll/SecurePoll.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SecurePoll/SecurePoll.i18n.php
@@ -18,9 +18,11 @@
1919 'securepoll-invalid-election' => '"$1" is not a valid election ID.',
2020 'securepoll-not-authorised' => 'You are not authorised to vote in this election.',
2121 'securepoll-welcome' => '<strong>Welcome $1!</strong>',
22 - 'securepoll-not-started' => 'This election has not yet started. It is scheduled to start at $1.',
 22+ 'securepoll-not-started' => 'This election has not yet started.
 23+It is scheduled to start at $1.',
2324 'securepoll-not-qualified' => 'You are not qualified to vote in this election: $1',
24 - 'securepoll-change-disallowed' => 'You have voted in this election before. Sorry, you may not vote again.',
 25+ 'securepoll-change-disallowed' => 'You have voted in this election before.
 26+Sorry, you may not vote again.',
2527 'securepoll-change-allowed' => '<strong>Note: You have voted in this election before.</strong>
2628 You may change your vote by submitting the form below.
2729 Note that if you do this, your original vote will be discarded.',
@@ -29,12 +31,11 @@
3032
3133 If you wish, you may retain the following receipt as evidence of your vote:
3234
33 -<pre>$1</pre>
34 -
35 -',
 35+<pre>$1</pre>',
3636 'securepoll-thanks' => 'Thank you, your vote has been recorded.',
3737 'securepoll-return' => 'Return to $1',
38 - 'securepoll-encrypt-error' => 'Failed to encrypt your vote record. Your vote has not been recorded!
 38+ 'securepoll-encrypt-error' => 'Failed to encrypt your vote record.
 39+Your vote has not been recorded!
3940
4041 $1',
4142 'securepoll-no-gpg-home' => 'Unable to create GPG home directory.',
@@ -48,5 +49,6 @@
4950 <pre>$2</pre>',
5051 'securepoll-gpg-config-error' => 'GPG keys are configured incorrectly.',
5152 'securepoll-gpg-parse-error' => 'Error interpreting GPG output.',
52 - 'securepoll-no-decryption-key' => 'No decryption key is configured, cannot decrypt.',
 53+ 'securepoll-no-decryption-key' => 'No decryption key is configured.
 54+Cannot decrypt.',
5355 );

Status & tagging log