9 lines
337 B
PHP
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';
|