| Index: trunk/extensions/NewUsersList/NewUsersList.i18n.php |
| — | — | @@ -0,0 +1,17 @@ |
| | 2 | +<?php |
| | 3 | +/** |
| | 4 | + * Internationalisation file for the extension NewUsersList |
| | 5 | + * |
| | 6 | + * @file |
| | 7 | + * @ingroup Extensions |
| | 8 | + */ |
| | 9 | + |
| | 10 | +$messages = array(); |
| | 11 | + |
| | 12 | +/** |
| | 13 | + * @author Reedy |
| | 14 | + */ |
| | 15 | +$messages['en'] = array( |
| | 16 | + 'newuserslist-desc' => 'Adds <tt><newusers></tt> parser tag to retrieve the list of new users and their avatars', |
| | 17 | +); |
| | 18 | + |
| Property changes on: trunk/extensions/NewUsersList/NewUsersList.i18n.php |
| ___________________________________________________________________ |
| Added: svn:eol-style |
| 1 | 19 | + native |