Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect_gateway.i18n.php |
— | — | @@ -0,0 +1,26 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Internationalization file for the Donation Interface - GlobalCollect - extension |
| 5 | + * |
| 6 | + * @file |
| 7 | + * @ingroup Extensions |
| 8 | + */ |
| 9 | + |
| 10 | +$messages = array(); |
| 11 | + |
| 12 | +/** English */ |
| 13 | +$messages['en'] = array( |
| 14 | + 'globalcollectgateway' => 'Make your donation now', |
| 15 | + 'globalcollect_gateway-desc' => 'GlobalCollect payment processing', |
| 16 | + 'globalcollect_gateway-response-default' => 'There was an error processing your transaction. |
| 17 | +Please try again later.', |
| 18 | +); |
| 19 | + |
| 20 | +/** Message documentation (Message documentation) |
| 21 | + * @author Kaldari |
| 22 | + */ |
| 23 | +$messages['qqq'] = array( |
| 24 | + 'globalcollectgateway' => '{{Identical|Support Wikimedia}}', |
| 25 | + 'globalcollect_gateway-desc' => '{{desc}}', |
| 26 | + 'globalcollect_gateway-response-default' => 'Error message if something went wrong on our side.', |
| 27 | +); |