/
var
/
www
/
html
/
sugardemo
/
modules
/
ContractTypes
/
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_ID' => 'Id', 'LBL_DATE_ENTERED' => 'Oprettet den', 'LBL_DATE_MODIFIED' => 'Ændret den', 'LBL_MODIFIED_USER_ID' => 'Ændret bruger-id', 'LBL_CREATED_BY' => 'Oprettet af', 'LBL_DELETED' => 'Slettet', 'LBL_DOCUMENTS' => 'Dokumenter', 'LBL_TYPE_NAME' => 'Typenavn', 'LBL_MODULE_NAME' => 'Kontrakttype', 'LBL_MODULE_NAME_SINGULAR' => 'Kontrakttype', 'LBL_MODULE_TITLE' => 'Kontrakttyper', 'LBL_LIST_FORM_TITLE' => 'Kontrakttyper', 'LBL_CONTRACT_TYPE' => 'Kontrakttype', 'LBL_LIST_ORDER' => 'Vis rækkefølge:', 'LNK_CONTRACTTYPE_LIST' => 'Kontrakttyper', 'LNK_NEW_CONTRACTTYPE' => 'Opret kontrakttype', 'LBL_LIST_NAME' => 'Navn', 'LBL_LIST_LIST_ORDER' => 'Vis rækkefølge', 'LBL_NAME' => 'Navn:', 'NTC_DELETE_CONFIRMATION' => 'Slet kontrakttype?', 'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'Dokumenter', 'LBL_SEARCH_FORM_TITLE' => 'Søg efter kontrakttyper', ];