Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -30,15 +30,15 @@ |
31 | 31 | |
32 | 32 | // Groups |
33 | 33 | 'group-contestadmin' => 'Contest admins', |
34 | | - 'group-contestadmin-member' => 'contest admin', |
| 34 | + 'group-contestadmin-member' => '{{GENDER:$1|contest admin}}', |
35 | 35 | 'grouppage-contestadmin' => 'Project:Contest_admins', |
36 | 36 | |
37 | 37 | 'group-contestparticipant' => 'Contest participants', |
38 | | - 'group-contestparticipant-member' => 'contest participant', |
| 38 | + 'group-contestparticipant-member' => '{{GENDER:$1|contest participant}}', |
39 | 39 | 'grouppage-contestparticipant' => 'Project:Contest_participants', |
40 | 40 | |
41 | 41 | 'group-contestjudge' => 'Contest judges', |
42 | | - 'group-contestjudge-member' => 'contest judge', |
| 42 | + 'group-contestjudge-member' => '{{GENDER:$1|contest judge}}', |
43 | 43 | 'grouppage-contestjudge' => 'Project:Contest_judges', |
44 | 44 | |
45 | 45 | // Preferences |