/
var
/
www
/
html
/
sugardemo
/
modules
/
WorkFlowAlertShells
/
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' => 'Beskeder', 'LBL_MODULE_NAME_SINGULAR' => 'Advarsel', 'LBL_MODULE_TITLE' => 'Beskeder: Startside', 'LBL_MODULE_SECTION_TITLE' => 'Disse handlinger vil blive udført', 'LBL_SEARCH_FORM_TITLE' => 'Søg efter arbejdsgangbesked', 'LBL_LIST_FORM_TITLE' => 'Beskedliste', 'LBL_NEW_FORM_TITLE' => 'Opret arbejdsgangbesked', 'LBL_LIST_NAME' => 'Navn', 'LBL_LIST_ALERT_TYPE' => 'Beskedtype:', 'LBL_LIST_ALERT_TEXT' => 'Beskedmdd.', 'LBL_CUSTOM_TEMPLATE_NAME' => 'Brugerdefineret skabelon', 'LBL_NAME' => 'Navn:', 'LBL_ALERT_TEXT' => 'Beskedtekst:', 'LBL_ALERT_TYPE' => 'Beskedtype:', 'LBL_SOURCE_TYPE' => 'Kildetype:', 'LBL_LIST_TYPE' => 'Type:', 'LBL_LIST_DETAILS' => 'Detaljer', 'LNK_NEW_WORKFLOW' => 'Opret arbejdsgangdefinition', 'LNK_WORKFLOW' => 'Vis arbejdsgangdefinitioner', 'LBL_PARENT_WORKFLOW' => 'Overordnet arbejdsgangobjekt:', 'LBL_RETURN_TO_WORKFLOW' => 'Retur til arbejdsgangdefinition', 'NTC_REMOVE_ALERT' => 'Er du sikker på, at du vil fjerne denne besked og alle dens modtagere?', 'LBL_LIST_STATEMENT' => 'Hændelsesbeskrivelse:', 'STATEMENT_PART1' => 'Send', 'STATEMENT_PART2' => 'ved hjælp af', ////////////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.', //Sub panel combo list view 'LBL_NEW_BUTTON_LABEL_ALERT' => 'Opret besked', 'LBL_NEW_BUTTON_KEY_ALERT' => 'A', 'LBL_NEW_BUTTON_TITLE_ALERT' => 'Opret besked [Alt+A]', 'LBL_NEW_BUTTON_LABEL_ACTION' => 'Opret handling', 'LBL_NEW_BUTTON_KEY_ACTION' => 'C', 'LBL_NEW_BUTTON_TITLE_ACTION' => 'Opret handling [Alt+C]', 'LBL_MODULE_NAME_COMBO' => 'Beskeder', 'LBL_MODULE_NAME_SINGULAR_COMBO' => 'Advarsel', 'LNK_ALERT_TEMPLATES' => 'Beskedskabeloner', 'LNK_PROCESS_VIEW' => 'Arbejdsgangs udførelsesrækkefølge', 'LBL_LIST_COMPONENTS' => 'Komponenter', 'LBL_RECIPIENTS' => 'Modtagere', //Invite Labels 'LBL_MODULE_TITLE_INVITE' => 'Inviter personer', 'LBL_SHOW' => 'Vis', 'LBL_RECIPIENT_ERROR' => 'Denne modtager indeholder fejl og kan ikke anvendes.', 'LBL_ALERT_ERRORS' => 'Meddelelse: En eller flere beskeder nedenfor indeholder fejl.', ];