'Statistics', // Page 'page_title' => 'Statistics', 'total_views' => 'Total views', 'unique_visitors' => 'Unique visitors', 'page_views' => 'Page views', 'countries' => 'Countries', 'top_pages' => 'Top pages', 'no_data' => 'No data', 'col_country' => 'Country', 'col_views' => 'Views', 'col_page' => 'Page', 'analytics_disabled' => 'Analytics is disabled.', // Settings (plugin.json label_key/help_key) 'setting_required_roles' => 'Roles allowed to view this plugin', 'setting_required_roles_help' => 'Determines which roles can access the statistics page in the admin panel. Admin always has access.', 'role_options' => [ 'admin' => 'Admin', 'content-manager' => 'Content Manager', 'bi-manager' => 'BI Manager', 'site-admin' => 'Site Admin', ], 'setting_show_countries' => 'Show countries overview', 'setting_show_countries_help' => 'Enable or disable the countries overview on the statistics page.', 'setting_show_top_pages' => 'Show top pages', 'setting_show_top_pages_help' => 'Enable or disable the top pages overview.', ];