Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.i18n.php |
— | — | @@ -0,0 +1,7 @@ |
| 2 | +<?php |
| 3 | + |
| 4 | +$messages = array(); |
| 5 | + |
| 6 | +$messages['en'] = array( |
| 7 | + 'fundraisinglandingpage-desc' => 'Takes URL parameters and passes them to the specified template as template variables', |
| 8 | +); |
Index: trunk/extensions/FundraiserLandingPage/FundraiserLandingPage.php |
— | — | @@ -21,8 +21,7 @@ |
22 | 22 | 'name' => 'FundraiserLandingPage', |
23 | 23 | 'author' => 'Peter Gehres', |
24 | 24 | 'url' => 'http://www.mediawiki.org/wiki/Extension:FundraiserLandingPage', |
25 | | - 'description' => '', |
26 | | - 'descriptionmsg' => '', |
| 25 | + 'descriptionmsg' => 'fundraisinglandingpage-desc', |
27 | 26 | 'version' => '1.0.0', |
28 | 27 | ); |
29 | 28 | |
— | — | @@ -42,4 +41,4 @@ |
43 | 42 | 'template' => 'LandingPage', |
44 | 43 | 'appeal' => 'appeal-brandon-1', |
45 | 44 | 'form' => 'lp-form-US7amounts-extrainfo-noppval' |
46 | | -); |
\ No newline at end of file |
| 45 | +); |