2023-05-16 10:50:42 +08:00

16 lines
914 B
PHP

<?php
$lang->execution->effort = 'Effort';
$lang->execution->effortAction = "{$lang->executionCommon} Effort";
$lang->execution->taskEffort = 'Task Effort';
$lang->execution->noStart = "{$lang->executionCommon} is started yet!";
$lang->execution->computeTaskEffort = 'Update Task Effort';
$lang->execution->featureBar['effortcalendar']['calendar'] = 'Calendar';
$lang->execution->featureBar['effortcalendar']['all'] = 'All';
$lang->execution->featureBar['effortcalendar']['today'] = 'Today';
$lang->execution->featureBar['effortcalendar']['yesterday'] = 'Yesterday';
$lang->execution->featureBar['effortcalendar']['thisweek'] = 'This Week';
$lang->execution->featureBar['effortcalendar']['lastweek'] = 'Last Week';
$lang->execution->featureBar['effortcalendar']['thismonth'] = 'This Month';
$lang->execution->featureBar['effortcalendar']['lastmonth'] = 'Last Month';