2016-07-18 16:39:37 +00:00
|
|
|
<?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',
|
2022-04-13 08:23:24 +00:00
|
|
|
'after contest standings' => 'After contest standings',
|
2018-07-09 02:40:30 +00:00
|
|
|
'contest backstage' => 'Backstage',
|
2016-07-18 16:39:37 +00:00
|
|
|
'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',
|
2022-09-19 11:27:57 +00:00
|
|
|
'contest registrants' => 'Registrants',
|
|
|
|
'contest self reviews' => 'Contest self reviews'
|
2016-07-18 16:39:37 +00:00
|
|
|
];
|