en.php 1019 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'current or upcoming contests' => 'Current or upcoming contests',
  4. 'ended contests' => 'Ended contests',
  5. 'back to the contest' => 'Back to the contest',
  6. 'contest' => 'Contest',
  7. 'contest name' => 'Name',
  8. 'start time' => 'Start time',
  9. 'duration' => 'Duration',
  10. 'the number of registrants' => 'Registrants',
  11. 'register' => 'register',
  12. 'registered' => 'registered',
  13. 'in progress' => 'in progress',
  14. 'pending final test' => 'pending final test',
  15. 'final testing' => 'final testing',
  16. 'ended' => 'ended',
  17. 'add new contest' => 'Add new contest',
  18. 'contest dashboard' => 'Dashboard',
  19. 'contest submissions' => 'Submissions',
  20. 'contest standings' => 'Standings',
  21. 'contest backstage' => 'Backstage',
  22. 'contest notice' => 'Notice',
  23. 'show all submissions' => 'Show all submissions',
  24. 'contest ends in' => 'Contest ends in',
  25. 'contest pending final test' => 'Pending final test',
  26. 'contest final testing' => 'Final testing',
  27. 'contest ended' => 'Contest Ended',
  28. 'contest registrants' => 'Registrants'
  29. ];