2020-08-04 11:25:22 +00:00
|
|
|
<?php
|
|
|
|
|
2020-07-27 09:35:34 +00:00
|
|
|
/**
|
|
|
|
* @copyright 2020 Podlibre
|
|
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
|
|
* @link https://castopod.org/
|
|
|
|
*/
|
|
|
|
|
2020-08-04 11:25:22 +00:00
|
|
|
return [
|
|
|
|
'dashboard' => 'Dashboard',
|
|
|
|
'podcasts' => 'Podcasts',
|
|
|
|
'users' => 'Users',
|
2020-08-12 20:03:45 +00:00
|
|
|
'admin' => 'Home',
|
2020-08-04 11:25:22 +00:00
|
|
|
'my_podcasts' => 'My podcasts',
|
|
|
|
'podcast_list' => 'All podcasts',
|
|
|
|
'podcast_create' => 'New podcast',
|
|
|
|
'user_list' => 'All users',
|
|
|
|
'user_create' => 'New user',
|
|
|
|
'go_to_website' => 'Go to website',
|
|
|
|
];
|