Index: trunk/extensions/DonationInterface/donationinterface_langonly.php |
— | — | @@ -37,4 +37,8 @@ |
38 | 38 | |
39 | 39 | // PayflowPro-specific messaging |
40 | 40 | $wgExtensionMessagesFiles['PayflowProGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.i18n.php'; |
41 | | -$wgExtensionAliasesFiles['PayflowProGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.alias.php'; |
\ No newline at end of file |
| 41 | +$wgExtensionAliasesFiles['PayflowProGateway'] = $donationinterface_dir . 'payflowpro_gateway/payflowpro_gateway.alias.php'; |
| 42 | + |
| 43 | +// GlobalCollect-specific messaging |
| 44 | +$wgExtensionMessagesFiles['GlobalCollectGateway'] = $donationinterface_dir . 'globalcollect_gateway/globalcollect_gateway.i18n.php'; |
| 45 | +$wgExtensionAliasesFiles['GlobalCollectGateway'] = $donationinterface_dir . 'globalcollect_gateway/globalcollect_gateway.alias.php'; |
\ No newline at end of file |