PHP Classes

File: lang/de_DE.php

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   lang/de_DE.php   Download  
File: lang/de_DE.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: 353 bytes
 

Contents

Class file image Download
<?php

return array(
   
'timesheet_summary' => 'Arbeitszeit Zusammenfassung',
   
'date' => 'Datum',
   
'task' => 'Aufgabe',
   
'long' => 'Länge',
   
'total' => 'Zusammen',
   
'footer' => "Produced by TimesheetManager " . PHP_EOL . " 2018 DotLogics Hungary Kft.",
   
'hour' => 'Stunden',
   
'minute' => 'Min',
   
'date_format' => 'd.m.Y'
);
?>