Index: trunk/extensions/LookupUser/LookupUser.i18n.php |
— | — | @@ -35,13 +35,27 @@ |
36 | 36 | * @author Bennylin |
37 | 37 | * @author Fryed-peach |
38 | 38 | * @author Purodha |
| 39 | + * @author SVG |
39 | 40 | * @author The Evil IP address |
40 | 41 | * @author Umherirrender |
41 | 42 | */ |
42 | 43 | $messages['qqq'] = array( |
| 44 | + 'lookupuser' => 'Name of Special:LookupUser in Special:SpecialPages and title of Special:LookupUser page', |
43 | 45 | 'lookupuser-desc' => '{{desc}}', |
| 46 | + 'lookupuser-intro' => 'Short howto use introduction', |
| 47 | + 'lookupuser-nonexistent' => 'Error message which shown when selected user does not exist', |
| 48 | + 'lookupuser-authenticated' => '{{Identical|emailauthenticated}}', |
| 49 | + 'lookupuser-not-authenticated' => '{{Identical|emailnotauthenticated}}', |
44 | 50 | 'lookupuser-id' => '{{Identical|User ID}}', |
| 51 | + 'lookupuser-email' => 'Link to Special:EmailUser/Addressee', |
45 | 52 | 'lookupuser-no-email' => '{{Identical|Notprovided}}', |
| 53 | + 'lookupuser-realname' => 'Real name of the selected user', |
| 54 | + 'lookupuser-registration' => '{{Identical|prefs-registration}}, {{Identical|prefs-registration-date-time}}', |
| 55 | + 'lookupuser-no-registration' => 'If no registration date about the selected user is available', |
| 56 | + 'lookupuser-touched' => 'Date of user’s last login', |
| 57 | + 'lookupuser-info-authenticated' => 'E-mail authentication date and time', |
| 58 | + 'lookupuser-useroptions' => 'User’s options', |
| 59 | + 'lookupuser-foundmoreusers' => 'Message which will be shown when more than one user is found', |
46 | 60 | 'right-lookupuser' => '{{doc-right|lookupuser}}', |
47 | 61 | ); |
48 | 62 | |