mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-13 17:55:47 +00:00
18 lines
462 B
PHP
18 lines
462 B
PHP
![]() |
<?
|
||
|
/**
|
||
|
* @copyright 2020 Podlibre
|
||
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||
|
* @link https://castopod.org/
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'dashboard' => 'Dashboard',
|
||
|
'podcasts' => 'Podcasts',
|
||
|
'users' => 'Users',
|
||
|
'admin_home' => 'Home',
|
||
|
'podcast_list' => 'All podcasts',
|
||
|
'podcast_create' => 'New podcast',
|
||
|
'user_list' => 'All users',
|
||
|
'user_create' => 'New user',
|
||
|
'go_to_website' => 'Go to website'
|
||
|
];
|