/
var
/
www
/
html
/
sugardemo
/
modules
/
WorkFlowActions
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ /********************************************************************************* * Description: Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/ $mod_strings = [ 'LBL_MODULE_NAME' => 'Auslöser', 'LBL_MODULE_NAME_SINGULAR' => 'Auslöser', 'LBL_MODULE_TITLE' => 'Workflow-Auslöser: Startseite', 'LBL_SEARCH_FORM_TITLE' => 'Workflow-Auslöser-Suche', 'LBL_LIST_FORM_TITLE' => 'Auslöserliste', 'LBL_NEW_FORM_TITLE' => 'Neuer Auslöser', 'LBL_LIST_NAME' => 'Auslöserbezeichnung:', 'LBL_LIST_TRIGGER_TYPE' => 'Typ:', 'LBL_LIST_LEFT_FIELD' => 'Feld:', 'LBL_LIST_OPERATOR' => 'Operator:', 'LBL_LIST_RIGHT_VALUE' => 'Wert:', 'LBL_NAME' => 'Auslöserbezeichnung:', 'LBL_LEFT_FIELD' => 'Feld:', 'LBL_DESCRIPTION' => 'Beschreibung:', 'LBL_TYPE' => 'Typ:', 'LBL_STATUS' => 'Status:', 'LBL_BASE_MODULE' => 'Hauptmodul:', 'LNK_NEW_TRIGGER' => 'Neuer Auslöser', 'LNK_TRIGGER' => 'Workflow-Auslöser', 'LBL_TIME_INT' => 'für zumindest', 'LBL_SET' => 'Setze', 'LBL_AS' => 'als', 'LBL_TITLE' => 'Setze Wert auf:', 'LBL_FROM' => 'von', 'LBL_SHOW' => 'Anzeigen', 'LBL_MODIFY_FIELD' => 'Feld ändern:', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Berichtsliste', 'LNK_NEW_REPORTMAKER' => 'Neuen Bericht erstellen', 'LNK_LIST_DATASET' => 'Datensatz-Liste', 'LNK_NEW_DATASET' => 'Datensatz erstellen', 'LNK_NEW_QUERYBUILDER' => 'Abfrage erstellen', 'LNK_QUERYBUILDER' => 'Abfragewerkzeug', 'LBL_ALL_REPORTS' => 'Alle Berichte', 'NTC_DELETE_CONFIRMATION' => 'Sind Sie sicher, dass Sie diesen Eintrag löschen möchten?', 'ERR_DELETE_RECORD' => 'Um das Produkt zu löschen, muss eine Datensatznummer angegeben werden.', //for subpanel under the workflow 'LBL_ADD_COLUMN _BUTTON_TITLE' => 'Hinzufügen', 'LBL_ADD_COLUMN_BUTTON_KEY' => 'C', 'LBL_ADD_COLUMN_BUTTON_LABEL' => 'Spalte hinzufügen', 'LBL_ADD_GROUPBY_BUTTON_LABEL' => 'Gruppe hinzufügen nach', 'LBL_ADD_GROUPBY _BUTTON_TITLE' => 'Hinzufügen', 'LBL_ADD_GROUPBY_BUTTON_KEY' => 'G', 'LBL_NEW_BUTTON_TITLE' => 'Hinzufügen', 'LBL_NEW_BUTTON_KEY' => 'N', 'LBL_NEW_BUTTON_LABEL' => 'Neu erstellen', 'LBL_DETAILS_BUTTON_TITLE' => 'Berichtsdetails', 'LBL_DETAILS_BUTTON_KEY' => 'D', 'LBL_DETAILS_BUTTON_LABEL' => 'Berichtsdetails', 'LBL_EDIT_BUTTON_TITLE' => 'Bericht bearbeiten', 'LBL_EDIT_BUTTON_KEY' => 'N', 'LBL_EDIT_BUTTON_LABEL' => 'Bericht bearbeiten', 'LBL_RUN_BUTTON_TITLE' => 'Bericht ausführen', 'LBL_RUN_BUTTON_KEY' => 'R', 'LBL_RUN_BUTTON_LABEL' => 'Bericht ausführen', ];