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 [
|
2020-10-02 15:38:16 +00:00
|
|
|
'go_to_website' => 'Go to website',
|
2020-08-04 11:25:22 +00:00
|
|
|
'dashboard' => 'Dashboard',
|
2020-08-12 20:03:45 +00:00
|
|
|
'admin' => 'Home',
|
2020-10-02 15:38:16 +00:00
|
|
|
'podcasts' => 'Podcasts',
|
2020-08-14 18:27:57 +00:00
|
|
|
'podcast-list' => 'All podcasts',
|
|
|
|
'podcast-create' => 'New podcast',
|
2020-08-27 10:05:44 +00:00
|
|
|
'podcast-import' => 'Import a podcast',
|
2021-02-10 16:20:01 +00:00
|
|
|
'persons' => 'Persons',
|
|
|
|
'person-list' => 'All persons',
|
|
|
|
'person-create' => 'New person',
|
2021-04-02 17:20:02 +00:00
|
|
|
'fediverse' => 'Fediverse',
|
|
|
|
'fediverse-blocked-actors' => 'Blocked accounts',
|
|
|
|
'fediverse-blocked-domains' => 'Blocked domains',
|
2020-10-02 15:38:16 +00:00
|
|
|
'users' => 'Users',
|
2020-08-14 18:27:57 +00:00
|
|
|
'user-list' => 'All users',
|
|
|
|
'user-create' => 'New user',
|
2020-10-02 15:38:16 +00:00
|
|
|
'pages' => 'Pages',
|
2020-08-18 16:31:28 +00:00
|
|
|
'page-list' => 'All pages',
|
|
|
|
'page-create' => 'New Page',
|
2020-10-13 16:16:45 +00:00
|
|
|
'account' => [
|
|
|
|
'my-account' => 'My account',
|
|
|
|
'change-password' => 'Change password',
|
|
|
|
'logout' => 'Logout',
|
|
|
|
],
|
2020-08-04 11:25:22 +00:00
|
|
|
];
|