Index: trunk/extensions/CongressLookup/CongressLookup.i18n.php |
— | — | @@ -26,6 +26,7 @@ |
27 | 27 | 'congresslookup-report-errors' => 'Report an error', |
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 | + 'congressfail' => 'CongressFail', |
30 | 31 | ); |
31 | 32 | |
32 | 33 | /** Message documentation (Message documentation) |
— | — | @@ -46,4 +47,5 @@ |
47 | 48 | 'congresslookup-report-errors' => 'Label for a link to the error reporting page', |
48 | 49 | 'congresslookup-zipcode-error' => 'Error message for when an invalid zip code is entered to the form.', |
49 | 50 | '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 | + 'congressfail' => 'Title of secondary special page where one can report data errors', |
50 | 52 | ); |
Index: trunk/extensions/CongressLookup/CongressLookup.alias.php |
— | — | @@ -11,4 +11,6 @@ |
12 | 12 | /** English (English) */ |
13 | 13 | $specialPageAliases['en'] = array( |
14 | 14 | 'CongressLookup' => array( 'CongressLookup' ), |
| 15 | + 'CongressFail' => array( 'CongressFail' ), |
15 | 16 | ); |
| 17 | + |