PHP Classes

File: lang/hu_HU.php

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   lang/hu_HU.php   Download  
File: lang/hu_HU.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: 6 years ago
Size: 373 bytes
 

Contents

Class file image Download
<?php

return array(
   
'timesheet_summary' => 'Munkaid? összesít?',
   
'date' => 'Dátum',
   
'task' => 'Feladat',
   
'long' => 'Id?tartam',
   
'total' => 'Összesen',
   
'footer' => "Készült a TimesheetManager program használatával." . PHP_EOL . " 2018 DotLogics Hungary Kft.",
   
'hour' => 'óra',
   
'minute' => 'p',
   
'date_format' => 'Y-m-d'
);
?>