PHP Classes

File: lang/en_US.php

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   lang/en_US.php   Download  
File: lang/en_US.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 333 bytes
 

Contents

Class file image Download
<?php

return array(
   
'timesheet_summary' => 'Worktime summary',
   
'date' => 'Date',
   
'task' => 'Task',
   
'long' => 'Length',
   
'total' => 'Total',
   
'footer' => "Produced by TimesheetManager " . PHP_EOL . " 2018 DotLogics Hungary Kft.",
   
'hour' => 'hours',
   
'minute' => 'min',
   
'date_format' => 'm/d/Y'
);
?>