Index: trunk/extensions/ContributionReporting/ContributionReporting.i18n.magic.php |
— | — | @@ -1,11 +0,0 @@ |
2 | | -<?php |
3 | | -/** |
4 | | - * Magic words for extension. |
5 | | - */ |
6 | | - |
7 | | -$magicWords = array(); |
8 | | - |
9 | | -/** English (English) */ |
10 | | -$magicWords['en'] = array( |
11 | | - 'contributiontotal' => array( 0, 'contributiontotal' ), |
12 | | -); |
Index: trunk/extensions/ContributionReporting/ContributionReporting.magic.php |
— | — | @@ -0,0 +1,11 @@ |
| 2 | +<?php |
| 3 | +/** |
| 4 | + * Magic words for extension. |
| 5 | + */ |
| 6 | + |
| 7 | +$magicWords = array(); |
| 8 | + |
| 9 | +/** English (English) */ |
| 10 | +$magicWords['en'] = array( |
| 11 | + 'contributiontotal' => array( 0, 'contributiontotal' ), |
| 12 | +); |
Property changes on: trunk/extensions/ContributionReporting/ContributionReporting.magic.php |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 13 | + native |
Added: svn:keywords |
2 | 14 | + Id |