Index: trunk/extensions/Translate/groups/MediaWikiExtensions.php |
— | — | @@ -338,6 +338,7 @@ |
339 | 339 | 'ext-labeledsectiontransclusion', |
340 | 340 | 'ext-mwsearch', |
341 | 341 | 'ext-contributionreporting', // temporary for fundraiser |
| 342 | + 'ext-contributiontracking', // temporary for fundraiser |
342 | 343 | 'ext-sitematrix', |
343 | 344 | 'ext-gadgets', |
344 | 345 | 'ext-fixedimage', |
Index: trunk/extensions/Translate/groups/mediawiki-defines.txt |
— | — | @@ -170,6 +170,8 @@ |
171 | 171 | |
172 | 172 | Contribution Scores |
173 | 173 | |
| 174 | +Contribution Tracking |
| 175 | + |
174 | 176 | Contributions Edit Count |
175 | 177 | file = Contributionseditcount/Contributionseditcount.i18n.php |
176 | 178 | |
Index: trunk/extensions/Translate/aliases.txt |
— | — | @@ -67,6 +67,9 @@ |
68 | 68 | Contribution scores |
69 | 69 | file = ContributionScores/ContributionScores.alias.php |
70 | 70 | |
| 71 | +Contribution tracking |
| 72 | +file = ContributionTracking/ContributionTracking.alias.php |
| 73 | + |
71 | 74 | Cross namespace links |
72 | 75 | file = CrossNamespaceLinks/SpecialCrossNamespaceLinks.alias.php |
73 | 76 | |
Index: trunk/extensions/ContributionTracking/ContributionTracking.i18n.php |
— | — | @@ -14,11 +14,10 @@ |
15 | 15 | $messages['en'] = array( |
16 | 16 | 'contributiontracking-desc' => '[[Special:ContributionTracking|Contribution tracking]] for the Wikimedia fundraiser', |
17 | 17 | 'contributiontracking' => 'Contribution tracking', |
18 | | - |
| 18 | + |
19 | 19 | 'contrib-tracking-error' => 'Error', |
20 | 20 | 'contrib-tracking-error-text' => 'Invalid form submission', |
21 | | - |
22 | | - 'contrib-tracking-submitting' => 'Submitting to payment processor...', |
23 | | - 'contrib-tracking-continue' => 'Click the button to complete your donation at PayPal.', |
24 | | - |
| 21 | + |
| 22 | + 'contrib-tracking-submitting' => 'Submitting to payment processor...', |
| 23 | + 'contrib-tracking-continue' => 'Click the button to complete your donation at PayPal.', |
25 | 24 | ); |