S2OJ/uoj/1/app/locale/contests/en.php

29 lines
982 B
PHP
Raw Normal View History

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',
'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'
];