Index: trunk/extensions/CongressLookup/CongressLookup.i18n.php |
— | — | @@ -27,6 +27,12 @@ |
28 | 28 | 'congresslookup-zipcode-error' => 'Please enter your zipcode in the format "12345" or "12345-1234".', |
29 | 29 | 'congresslookup-multiple-house-reps' => 'Note: In some cases, there is more than one representative district assigned to a particular zip code. Please select the representative appropriate for your particular district.', |
30 | 30 | 'congressfail' => 'CongressFail', |
| 31 | + 'congresslookup-text' => '<div style="font-size: 1.5em;margin-bottom: 0.5em;">Call your elected officials.</div> |
| 32 | +<p>Tell them you are their constituent, and you oppose SOPA and PIPA.</p> |
| 33 | +<div style="font-size: 1.2em;margin-bottom: 0.2em;">Why?</div> |
| 34 | +<p>SOPA and PIPA would put the burden on website owners to police user-contributed material and call for the unnecessary blocking of entire sites. Small sites won\'t have sufficient resources to defend themselves. Big media companies may seek to cut off funding sources for their foreign competitors, even if copyright isn\'t being infringed. Foreign sites will be blacklisted, which means they won\'t show up in major search engines. SOPA and PIPA would build a framework for future restrictions and suppression.</p> |
| 35 | +<p>In a world in which politicians regulate the Internet based on the influence of big money, Wikipedia — and sites like it — cannot survive. </p> |
| 36 | +<p>Congress says it\'s trying to protect the rights of copyright owners, but the "cure" that SOPA and PIPA represent is worse than the disease. SOPA and PIPA are not the answer: they would fatally damage the free and open Internet.</p>', |
31 | 37 | ); |
32 | 38 | |
33 | 39 | /** Message documentation (Message documentation) |
— | — | @@ -48,4 +54,5 @@ |
49 | 55 | 'congresslookup-zipcode-error' => 'Error message for when an invalid zip code is entered to the form.', |
50 | 56 | 'congresslookup-multiple-house-reps' => 'A note for people who see more than one representative listed for them. Many folks would find this unusual, but we are not looking up representatives at a granular-enough level to necessarily return their one specific rep. So in the event that there are more than one representatives returned to the user, we explain why.', |
51 | 57 | 'congressfail' => 'Title of secondary special page where one can report data errors', |
| 58 | + 'congresslookup-text' => "Just in case the local MediaWiki message isn't set. Probably don't need to translate this.", |
52 | 59 | ); |