53 lines
2.0 KiB
PHP
53 lines
2.0 KiB
PHP
<?php
|
|
/*+**********************************************************************************
|
|
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
|
|
* ("License"); You may not use this file except in compliance with the License
|
|
* The Original Code is: vtiger CRM Open Source
|
|
* The Initial Developer of the Original Code is vtiger.
|
|
* Portions created by vtiger are Copyright (C) vtiger.
|
|
* All Rights Reserved.
|
|
************************************************************************************/
|
|
$mod_strings = Array(
|
|
|
|
'LBL_MODULE_NAME'=>'Projektaufgaben',
|
|
'LBL_MODULE_TITLE'=>'Projektaufgaben',
|
|
'LBL_NEW_PROJECTTASK'=>'neue Projektaufgaben',
|
|
'LBL_PROJECTTASKS'=>'Projektaufgaben',
|
|
'LBL_PROJECTTASK'=>'Projektaufgabe',
|
|
'Project Task ID'=>'Projektaufgaben ID',
|
|
'projecttasks' => 'Projektaufgaben',
|
|
//added this to translate the module name in the main app menu
|
|
'ProjectTask'=>'Projektaufgaben',
|
|
'SINGLE_ProjectTask' => 'Projektaufgabe',
|
|
'LBL_CUSTOM_INFORMATION' => 'zusätzliche Information',
|
|
'LBL_PROJECT_TASK_INFORMATION' => 'Aufgabeninformation',
|
|
'LBL_DESCRIPTION_INFORMATION' => 'Beschreibung',
|
|
'Assigned To' => 'zuständig',
|
|
//'linktoproject' => 'Link to Project',
|
|
'Related Project' => 'bezogenes Projekt',
|
|
'Priority' => 'Priorität',
|
|
'Progress' => 'Fortschritt',
|
|
'Type'=>'Typ',
|
|
'Worked Hours'=>'Stundeneinsatz',
|
|
'Start Date'=>'Startdatum',
|
|
'End Date'=>'Endedatum',
|
|
'Related To' => 'bezogen auf',
|
|
'projectid' => 'bezogen auf',
|
|
'administrative' => 'administrativ',
|
|
'operative' => 'operativ',
|
|
'other' => 'andere',
|
|
'low' => 'gering',
|
|
'normal' => 'normal',
|
|
'high' => 'hoch',
|
|
'Created Time' => 'erstellt',
|
|
'Modified Time' => 'geändert',
|
|
'Description' => 'Beschreibung',
|
|
'description' => 'Beschreibung',
|
|
//added for related lists
|
|
'Project Task Name' => 'Aufgabenname',
|
|
'Project Task No' => 'Aufgabennr.',
|
|
'Project Task Number' => 'Aufgaben Code',
|
|
'ProjectTask ID'=>'Projektaufgaben-ID',
|
|
);
|
|
|
|
?>
|