Index: trunk/extensions/Contest/Contest.i18n.php |
— | — | @@ -214,6 +214,28 @@ |
215 | 215 | * @author Jeroen De Dauw |
216 | 216 | */ |
217 | 217 | $messages['qqq'] = array( |
| 218 | + // Special:EditContest |
| 219 | + 'editcontest-text' => 'Short text displayed at the top of the page notifying the user they are editting a contest', |
| 220 | + 'contest-edit-name' => 'Form field label', |
| 221 | + 'contest-edit-status' => 'Form field label', |
| 222 | + 'contest-edit-intro' => 'Form field label', |
| 223 | + 'contest-edit-opportunities' => 'Form field label', |
| 224 | + 'contest-edit-rulespage' => 'Form field label', |
| 225 | + 'contest-edit-help' => 'Form field label', |
| 226 | + 'contest-edit-signup' => 'Form field label', |
| 227 | + 'contest-edit-reminder' => 'Form field label', |
| 228 | + 'contest-edit-end' => 'Form field label', |
| 229 | + 'contest-edit-exists-already' => 'Warning message to show when the contest already exists', |
| 230 | + 'contest-edit-submit' => 'Submit button text', |
| 231 | + |
| 232 | + 'contest-edit-delete' => 'Delete challange button text', |
| 233 | + 'contest-edit-add-first' => 'Add a challenge button text', |
| 234 | + 'contest-edit-add-another' => 'Add another challenge button text', |
| 235 | + 'contest-edit-confirm-delete' => 'Challange deletion confirmation message', |
| 236 | + 'contest-edit-challenge-title' => 'Form field label', |
| 237 | + 'contest-edit-challenge-text' => 'Form field label', |
| 238 | + 'contest-edit-challenge-oneline' => 'Form field label', |
| 239 | + |
218 | 240 | 'contest-special-name' => 'Table column header', |
219 | 241 | 'contest-special-status' => 'Table column header', |
220 | 242 | 'contest-special-submissioncount' => 'Table column header', |