effort.php 383 B

123456789
  1. <?php
  2. $lang->my->effort = 'My Effort';
  3. $lang->my->effortAction = 'Effort List';
  4. $lang->my->featureBar['effort']['all'] = 'All';
  5. $lang->my->featureBar['effort']['thisweek'] = 'This Week';
  6. $lang->my->featureBar['effort']['lastweek'] = 'Last Week';
  7. $lang->my->featureBar['effort']['thismonth'] = 'This month';
  8. $lang->my->featureBar['effort']['lastmonth'] = 'Last month';