<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/**
* Dashboard Language Array
*
* This file contains all language strings used by the administration
* area dashboard controller.
*
* Used by system/application/controllers/admin/home.php
* Used by system/application/controllers/concentric/home.php
*
* @package BackendPro
* @subpackage Languages
* @author Adam Price
* @copyright Copyright (c) 2008
* @license http://www.gnu.org/licenses/lgpl.html
* @modifiedby Leane Verhulst for ConCentric
*/
/* EXAMPLE widget */
$lang['dashboard_example'] = "Example Widget";
$lang['dashboard_example_body'] = "You can put what ever you want in these widgets, pictures, tables or plain text.";
/* HELP widget */
$lang['dashboard_help'] = "ConCentric Help";
$lang['dashboard_help_body'] = "Click on the plus sign next to a menu to get more options.";
$lang['dashboard_help_version'] = "ConCentric Version";
/* STATISTICS widget */
$lang['dashboard_statistics'] = "Statistics";
$lang['dashboard_statistics_system_status'] = "System Status";
$lang['dashboard_statistics_total_members'] = "Total Members";
$lang['dashboard_statistics_total_unactivated_members'] = "Total Unactivated Members";
$lang['dashboard_statistics_version'] = "Version";
$lang['dashboard_statistics_online'] = "Online";
$lang['dashboard_statistics_offline'] = "Offline";
$lang['dashboard_statistics_user_registration'] = "User Registration";
$lang['dashboard_statistics_name'] = "Name";
$lang['dashboard_statistics_value'] = "Value";
/* PROGHELP widget */
$lang['dashboard_proghelp'] = "ConCentric Programming Help";
$lang['dashboard_proghelp_body'] = "Participants that are active will be shown on the Participants Schedule report. Participants that are fake will only show on certain internal reports. Equipment is entered as a participant since it needs to be scheduled similar to participants.";
/* PROGRAMMING statistics widget */
$lang['dashboard_programming'] = "Programming Statistics";
$lang['dashboard_programming_status'] = "Status";
$lang['dashboard_programming_total_events'] = "Total Events";
$lang['dashboard_programming_total_unscheduled_events'] = "Total Unscheduled Events";
$lang['dashboard_programming_total_participants'] = "Total Participants";
$lang['dashboard_programming_total_active_participants'] = "Total Active Participants";
$lang['dashboard_programming_total_inactive_participants'] = "Total Inactive Participants";
$lang['dashboard_programming_total_fake_participants'] = "Total Fake Participants";
$lang['dashboard_programming_total_equipment'] = "Total Equipment";
$lang['dashboard_programming_draft'] = "Draft Mode";
$lang['dashboard_programming_final'] = "Final Mode";
$lang['dashboard_programming_name'] = "Name";
$lang['dashboard_programming_value'] = "Value";
/* End of file dashboard_lang.php */
/* Location: ./system/application/language/english/dashboard_lang.php */