Index: trunk/extensions/DonationInterface/paypal_gateway/paypal_gateway.il8n.php |
— | — | @@ -1,6 +0,0 @@ |
2 | | -<?php |
3 | | -$messages = array(); |
4 | | - |
5 | | -$messages['en'] = array( |
6 | | - 'paypalgateway' => 'Paypal Gateway', |
7 | | -); |
\ No newline at end of file |
Index: trunk/extensions/DonationInterface/paypal_gateway/paypal_gateway.i18n.php |
— | — | @@ -0,0 +1,6 @@ |
| 2 | +<?php |
| 3 | +$messages = array(); |
| 4 | + |
| 5 | +$messages['en'] = array( |
| 6 | + 'paypalgateway' => 'Paypal Gateway', |
| 7 | +); |
\ No newline at end of file |
Property changes on: trunk/extensions/DonationInterface/paypal_gateway/paypal_gateway.i18n.php |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 8 | + native |
Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.il8n.php |
— | — | @@ -1,6 +0,0 @@ |
2 | | -<?php |
3 | | -$messages = array(); |
4 | | - |
5 | | -$messages['en'] = array( |
6 | | - 'donate_interface' => 'Support Wikimedia', |
7 | | -); |
\ No newline at end of file |
Index: trunk/extensions/DonationInterface/donate_interface/donate_interface.i18n.php |
— | — | @@ -0,0 +1,6 @@ |
| 2 | +<?php |
| 3 | +$messages = array(); |
| 4 | + |
| 5 | +$messages['en'] = array( |
| 6 | + 'donate_interface' => 'Support Wikimedia', |
| 7 | +); |
\ No newline at end of file |
Property changes on: trunk/extensions/DonationInterface/donate_interface/donate_interface.i18n.php |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 8 | + native |