/
var
/
www
/
html
/
sugar9
/
modules
/
SF_SubscriptionFlow
/
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. */ $mod_strings = array ( 'LBL_TEAM' => 'Team', 'LBL_TEAMS' => 'Team', 'LBL_TEAM_ID' => 'Team Id', 'LBL_ASSIGNED_TO_ID' => 'Tildelt bruger-id', 'LBL_ASSIGNED_TO_NAME' => 'Tildelt til', 'LBL_TAGS_LINK' => 'Tags', 'LBL_TAGS' => 'Tags', 'LBL_ID' => 'Id', 'LBL_DATE_ENTERED' => 'Oprettet den', 'LBL_DATE_MODIFIED' => 'Ændret den', 'LBL_MODIFIED' => 'Ændret af', 'LBL_MODIFIED_ID' => 'Ændret af id', 'LBL_MODIFIED_NAME' => 'Ændret af navn', 'LBL_CREATED' => 'Oprettet af', 'LBL_CREATED_ID' => 'Oprettet af id', 'LBL_DOC_OWNER' => 'Dokument ejer', 'LBL_USER_FAVORITES' => 'Brugernes favorit', 'LBL_DESCRIPTION' => 'Beskrivelse', 'LBL_DELETED' => 'Slettet', 'LBL_NAME' => 'Navn', 'LBL_CREATED_USER' => 'Oprettet af bruger', 'LBL_MODIFIED_USER' => 'Ændret af bruger', 'LBL_LIST_NAME' => 'Navn', 'LBL_EDIT_BUTTON' => 'Rediger', 'LBL_REMOVE' => 'Fjern', 'LBL_EXPORT_MODIFIED_BY_NAME' => 'Ændret af navn:', 'LBL_COMMENTLOG' => 'Comment Log', 'LBL_LIST_FORM_TITLE' => 'SubscriptionFlow Liste', 'LBL_MODULE_NAME' => 'SubscriptionFlow', 'LBL_MODULE_TITLE' => 'SubscriptionFlow', 'LBL_MODULE_NAME_SINGULAR' => 'SubscriptionFlow', 'LBL_HOMEPAGE_TITLE' => 'Min SubscriptionFlow', 'LNK_NEW_RECORD' => 'Opret SubscriptionFlow', 'LNK_LIST' => 'Vis SubscriptionFlow', 'LNK_IMPORT_SF_SUBSCRIPTIONFLOW' => 'Import SubscriptionFlow', 'LBL_SEARCH_FORM_TITLE' => 'Søg SubscriptionFlow', 'LBL_HISTORY_SUBPANEL_TITLE' => 'Vis historik', 'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Aktiviteter', 'LBL_SF_SUBSCRIPTIONFLOW_SUBPANEL_TITLE' => 'SubscriptionFlow', 'LBL_NEW_FORM_TITLE' => 'Ny SubscriptionFlow', 'LNK_IMPORT_VCARD' => 'Import SubscriptionFlow vCard', 'LBL_IMPORT' => 'Import SubscriptionFlow', 'LBL_IMPORT_VCARDTEXT' => 'Automatically create a new SubscriptionFlow record by importing a vCard from your file system.', 'LBL_SUBSCRIPTION_TYPE' => 'Subscription Type', 'LBL_TERMED_START_DATE' => 'Termed Start Date', 'LBL_TOTAL_AMOUNT' => 'Total Amount', 'LBL_STATUS' => 'Status', 'LBL_SF_ID' => 'SF id', );