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

9 lines
337 B
PHP

<?php
$lang->my->effort = 'My Efforts';
$lang->my->featureBar['effort']['all'] = 'All';
$lang->my->featureBar['effort']['thisweek'] = 'This Week';
$lang->my->featureBar['effort']['lastweek'] = 'Last Week';
$lang->my->featureBar['effort']['thismonth'] = 'This month';
$lang->my->featureBar['effort']['lastmonth'] = 'Last month';