ui.php 508 B

1234567891011121314151617
  1. <?php
  2. return[
  3. 'h1_title' => 'Znamen Archive',
  4. 'login' => 'Login',
  5. 'register' => 'Register',
  6. 'panel' => 'Listen',
  7. 'logout' => 'Logout',
  8. 'tb_col1' => 'Title',
  9. 'tb_col2' => 'Controls',
  10. 'tb_col3' => 'Played',
  11. 'tb_col4' => 'Downloaded',
  12. 'rescan' => 'Rescan for audio',
  13. 'login_req' => 'Please login, to listen audio',
  14. 'err_play' => 'Your browser does not support the audio element.',
  15. 'docs' => 'Big catalog of classic orthodox songs, recorded in our cathedral',
  16. ];