package WebGUI::i18n::English::Asset_TimeTracking; our $I18N = { 'userViewTemplate hoverhelp' => { message => q|Template to use for main user view of Time Tracker Application|, lastUpdated => 0 }, 'userViewTemplate label' => { message => q|Default Time Tracker User View Template|, lastUpdated => 0 }, 'managerViewTemplate hoverhelp' => { message => q|Template to use for manager view of Time Tracker Application|, lastUpdated => 0 }, 'managerViewTemplate label' => { message => q|Default Time Tracker Manager View Template|, lastUpdated => 0 }, 'groupToManage hoverhelp' => { message => q|Group that is able to view all time sheets and update completed time records|, lastUpdated => 0 }, 'groupToManage label' => { message => q|Group to Manage Time|, lastUpdated => 0 }, 'timeRowTemplateId hoverhelp' => { message => q|Template to user for building rows in the time tracker|, lastUpdated => 0 }, 'timeRowTemplateId label' => { message => q|Default Time Tracker Row|, lastUpdated => 0 }, 'assetName' => { message => q|Time Tracking System|, lastUpdated => 0 }, 'time report header' => { message => q|Time entry for week ending %s|, lastUpdated => 0 }, 'total hours label' => { message => q|Total Hours|, lastUpdated => 0 }, 'time report date label' => { message => q|Date|, lastUpdated => 0 }, 'time report project label' => { message => q|Project|, lastUpdated => 0 }, 'time report task label' => { message => q|Task|, lastUpdated => 0 }, 'time report hours label' => { message => q|Hours|, lastUpdated => 0 }, 'time report comments label' => { message => q|Comments|, lastUpdated => 0 }, 'project manage label' => { message => q|Manage Projects|, lastUpdated => 0 }, 'manage project name label' => { message => q|Project Name|, lastUpdated => 0 }, 'manage project available task label' => { message => q|Available Tasks|, lastUpdated => 0 }, 'manage project resource label' => { message => q|Available Resources|, lastUpdated => 0 }, 'manage projects screen label' => { message => q|Manage Projects|, lastUpdated => 0 }, 'add project label' => { message => q|Add New Project|, lastUpdated => 0 }, 'edit project label' => { message => q|Edit Project|, lastUpdated => 0 }, 'edit project name label' => { message => q|Project Name|, lastUpdated => 0 }, 'edit project name hoverhelp' => { message => q|Enter the name of the project you wish to show up in the projects drop down menu for this time tracker|, lastUpdated => 0 }, 'edit project id label' => { message => q|Project Id|, lastUpdated => 0 }, 'edit project id hoverhelp' => { message => q|Project Identifier|, lastUpdated => 0 }, 'edit project resource hoverhelp' => { message => q|Choose the resources you would like to be able to log time to this project|, lastUpdated => 0 }, 'edit project resource label' => { message => q|Project Resource|, lastUpdated => 0 }, 'edit project tasks label' => { message => q|Project Tasks|, lastUpdated => 0 }, 'edit project tasks hoverhelp' => { message => q|Enter the project tasks, one per line, that you would like to track time against for this project|, lastUpdated => 0 }, 'edit project screen label' => { message => q|Edit Project|, lastUpdated => 0 }, 'no project message' => { message => q|No projects created. Click here to add a new project|, lastUpdated => 0 }, '' => { message => q||, lastUpdated => 0 }, }; 1;