Index: trunk/extensions/SecurePoll/SecurePoll.i18n.php |
— | — | @@ -18,9 +18,11 @@ |
19 | 19 | 'securepoll-invalid-election' => '"$1" is not a valid election ID.', |
20 | 20 | 'securepoll-not-authorised' => 'You are not authorised to vote in this election.', |
21 | 21 | '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.', |
23 | 24 | '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.', |
25 | 27 | 'securepoll-change-allowed' => '<strong>Note: You have voted in this election before.</strong> |
26 | 28 | You may change your vote by submitting the form below. |
27 | 29 | Note that if you do this, your original vote will be discarded.', |
— | — | @@ -29,12 +31,11 @@ |
30 | 32 | |
31 | 33 | If you wish, you may retain the following receipt as evidence of your vote: |
32 | 34 | |
33 | | -<pre>$1</pre> |
34 | | - |
35 | | -', |
| 35 | +<pre>$1</pre>', |
36 | 36 | 'securepoll-thanks' => 'Thank you, your vote has been recorded.', |
37 | 37 | '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! |
39 | 40 | |
40 | 41 | $1', |
41 | 42 | 'securepoll-no-gpg-home' => 'Unable to create GPG home directory.', |
— | — | @@ -48,5 +49,6 @@ |
49 | 50 | <pre>$2</pre>', |
50 | 51 | 'securepoll-gpg-config-error' => 'GPG keys are configured incorrectly.', |
51 | 52 | '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.', |
53 | 55 | ); |