<?php /** * @copyright 2020 Podlibre * @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3 * @link https://castopod.org/ */ return [ 'go_to_website' => 'Go to website', 'dashboard' => 'Dashboard', 'admin' => 'Home', 'podcasts' => 'Podcasts', 'podcast-list' => 'All podcasts', 'podcast-create' => 'New podcast', 'podcast-import' => 'Import a podcast', 'users' => 'Users', 'user-list' => 'All users', 'user-create' => 'New user', 'pages' => 'Pages', 'page-list' => 'All pages', 'page-create' => 'New Page', ];