/
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' => 'Udløsere', 'LBL_MODULE_NAME_SINGULAR' => 'Udløser:', 'LBL_MODULE_TITLE' => 'Arbejdsgangudløsere: Startside', 'LBL_SEARCH_FORM_TITLE' => 'Søg efter arbejdsgangudløser', 'LBL_LIST_FORM_TITLE' => 'Udløserliste', 'LBL_NEW_FORM_TITLE' => 'Opret udløser', 'LBL_LIST_NAME' => 'Udløsernavn:', 'LBL_LIST_TRIGGER_TYPE' => 'Type:', 'LBL_LIST_LEFT_FIELD' => 'Felt:', 'LBL_LIST_OPERATOR' => 'Operatør:', 'LBL_LIST_RIGHT_VALUE' => 'Værdi:', 'LBL_NAME' => 'Udløsernavn:', 'LBL_LEFT_FIELD' => 'Felt:', 'LBL_DESCRIPTION' => 'Beskrivelse:', 'LBL_TYPE' => 'Type:', 'LBL_STATUS' => 'Status:', 'LBL_BASE_MODULE' => 'Hovedmodul:', 'LNK_NEW_TRIGGER' => 'Opret udløser', 'LNK_TRIGGER' => 'Arbejdsgangudløsere', 'LBL_TIME_INT' => 'for mindst', 'LBL_SET' => 'Angiv', 'LBL_AS' => 'som', 'LBL_TITLE' => 'Sæt værdien til:', 'LBL_FROM' => 'fra', 'LBL_SHOW' => 'Vis', 'LBL_MODIFY_FIELD' => 'Rediger feltet:', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Rapportliste', 'LNK_NEW_REPORTMAKER' => 'Opret en ny rapport', 'LNK_LIST_DATASET' => 'Datasætliste', 'LNK_NEW_DATASET' => 'Opret datasæt', 'LNK_NEW_QUERYBUILDER' => 'Opret forespørgsel', 'LNK_QUERYBUILDER' => 'Forespørgselsgenerator', 'LBL_ALL_REPORTS' => 'Alle rapporter', 'NTC_DELETE_CONFIRMATION' => 'Er du sikker på, at du vil slette denne post?', 'ERR_DELETE_RECORD' => 'Der skal angives et postnummer for at slette produktet.', //for subpanel under the workflow 'LBL_ADD_COLUMN _BUTTON_TITLE' => 'Tilføj [Alt+C]', 'LBL_ADD_COLUMN_BUTTON_KEY' => 'C', 'LBL_ADD_COLUMN_BUTTON_LABEL' => 'Tilføj kolonne', 'LBL_ADD_GROUPBY_BUTTON_LABEL' => 'Tilføj gruppe efter', 'LBL_ADD_GROUPBY _BUTTON_TITLE' => 'Tilføj [Alt+G]', 'LBL_ADD_GROUPBY_BUTTON_KEY' => 'G', 'LBL_NEW_BUTTON_TITLE' => 'Tilføj [Alt+N]', 'LBL_NEW_BUTTON_KEY' => 'N', 'LBL_NEW_BUTTON_LABEL' => 'Opret ny', 'LBL_DETAILS_BUTTON_TITLE' => 'Rapportdetaljer', 'LBL_DETAILS_BUTTON_KEY' => 'D', 'LBL_DETAILS_BUTTON_LABEL' => 'Rapportdetaljer', 'LBL_EDIT_BUTTON_TITLE' => 'Rediger rapport', 'LBL_EDIT_BUTTON_KEY' => 'N', 'LBL_EDIT_BUTTON_LABEL' => 'Rediger rapport', 'LBL_RUN_BUTTON_TITLE' => 'Kør rapport', 'LBL_RUN_BUTTON_KEY' => 'R', 'LBL_RUN_BUTTON_LABEL' => 'Kør rapport', ];