18 lines
1.2 KiB
PHP
18 lines
1.2 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. translated to German by crm-now, www.crm-now.de
|
||
|
************************************************************************************/
|
||
|
|
||
|
$optionalModuleStrings = array(
|
||
|
'CustomerPortal_description'=>'Management Interface um das Verhalten des Kundenportals zu kontrollieren',
|
||
|
'FieldFormulas_description'=>'Regeln für benutzerdefinierte Felder zum speichern von Einträgen',
|
||
|
'RecycleBin_description'=>'Modul zum Wiedrherstellen oder zum entgültigem Löschen von im CRM gelöschten Einträgen',
|
||
|
'Tooltip_description'=>'Konfigurieren Sie die Hinwiesfelder, welche zu einem Feld angezeigt werden als Kombination von anderen Feldern',
|
||
|
'Webforms_description'=>'Serverseitige Funktion zur Kommunikation mit Webformularen zur Übernahme von Daten',
|
||
|
);
|
||
|
?>
|