Skip to content
Snippets Groups Projects
AdminNavigation.php 462 B
Newer Older
  • Learn to ignore specific revisions
  • <?
    /**
     * @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'
     ];