| 1234567891011121314151617181920212223242526272829 |
- <?php
- return [
- 'current or upcoming contests' => 'Current or upcoming contests',
- 'ended contests' => 'Ended contests',
- 'back to the contest' => 'Back to the contest',
- 'contest' => 'Contest',
- 'contest name' => 'Name',
- 'start time' => 'Start time',
- 'duration' => 'Duration',
- 'the number of registrants' => 'Registrants',
- 'register' => 'register',
- 'registered' => 'registered',
- 'in progress' => 'in progress',
- 'pending final test' => 'pending final test',
- 'final testing' => 'final testing',
- 'ended' => 'ended',
- 'add new contest' => 'Add new contest',
- 'contest dashboard' => 'Dashboard',
- 'contest submissions' => 'Submissions',
- 'contest standings' => 'Standings',
- 'contest backstage' => 'Backstage',
- 'contest notice' => 'Notice',
- 'show all submissions' => 'Show all submissions',
- 'contest ends in' => 'Contest ends in',
- 'contest pending final test' => 'Pending final test',
- 'contest final testing' => 'Final testing',
- 'contest ended' => 'Contest Ended',
- 'contest registrants' => 'Registrants'
- ];
|