Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -42,6 +42,13 @@ |
43 | 43 | 'contest-special-namedoc' => 'The name of the contest is the identifier used in URLs. ie "name" in Special:Contest/name', |
44 | 44 | 'contest-special-newname' => 'Contest name', |
45 | 45 | 'contest-special-add' => 'Add contest', |
| 46 | + 'contest-special-existing' => 'Existing contests', |
| 47 | + |
| 48 | + 'contest-special-name' => 'Name', |
| 49 | + 'contest-special-status' => 'Status', |
| 50 | + 'contest-special-submissioncount' => 'Submission count', |
| 51 | + 'contest-special-edit' => 'Edit', |
| 52 | + 'contest-special-delete' => 'Delete', |
46 | 53 | |
47 | 54 | // Special:EditContest |
48 | 55 | 'editcontest-text' => 'You are editing a contest.', |
— | — | @@ -54,5 +61,12 @@ |
55 | 62 | * @author Jeroen De Dauw |
56 | 63 | */ |
57 | 64 | $messages['qqq'] = array( |
58 | | - |
| 65 | + 'contest-special-name' => 'table header', |
| 66 | + 'contest-special-status' => 'table header', |
| 67 | + 'contest-special-submissioncount' => 'table header', |
| 68 | + 'contest-special-edit' => 'table header', |
| 69 | + 'contest-special-delete' => 'table header', |
| 70 | + |
| 71 | + 'contest-edit-name' => 'form field label', |
| 72 | + 'contest-edit-status' => 'form field label', |
59 | 73 | ); |
\ No newline at end of file |