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-18 16:31:28 +00:00
|
|
|
'pages' => 'Pages',
|
2020-08-12 20:03:45 +00:00
|
|
|
'admin' => 'Home',
|
2020-08-14 18:27:57 +00:00
|
|
|
'podcast-list' => 'All podcasts',
|
|
|
|
'podcast-create' => 'New podcast',
|
|
|
|
'user-list' => 'All users',
|
|
|
|
'user-create' => 'New user',
|
2020-08-18 16:31:28 +00:00
|
|
|
'page-list' => 'All pages',
|
|
|
|
'page-create' => 'New Page',
|
2020-08-04 11:25:22 +00:00
|
|
|
'go_to_website' => 'Go to website',
|
|
|
|
];
|