Skip to content
Snippets Groups Projects
AdminNavigation.php 727 B
Newer Older
/**
 * @copyright  2020 Podlibre
 * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
 * @link       https://castopod.org/
 */

    'go_to_website' => 'Go to website',
    'podcast-list' => 'All podcasts',
    'podcast-create' => 'New podcast',
    'podcast-import' => 'Import a podcast',
    'user-list' => 'All users',
    'user-create' => 'New user',
    'page-list' => 'All pages',
    'page-create' => 'New Page',
    'account' => [
        'my-account' => 'My account',
        'change-password' => 'Change password',
        'logout' => 'Logout',
    ],