/
var
/
www
/
html
/
sugar9
/
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 = array ( 'LBL_MODULE_NAME' => 'Triggere', 'LBL_MODULE_NAME_SINGULAR' => 'Utløser', 'LBL_MODULE_TITLE' => 'Workflowtriggere: Hjem', 'LBL_SEARCH_FORM_TITLE' => 'Workflowtrigger-søk', 'LBL_LIST_FORM_TITLE' => 'Triggerliste', 'LBL_NEW_FORM_TITLE' => 'Skap trigger', 'LBL_LIST_NAME' => 'Triggernavn:', 'LBL_LIST_TRIGGER_TYPE' => 'Type:', 'LBL_LIST_LEFT_FIELD' => 'Felt:', 'LBL_LIST_OPERATOR' => 'Operatør:', 'LBL_LIST_RIGHT_VALUE' => 'Verdi:', 'LBL_NAME' => 'Triggernavn:', 'LBL_LEFT_FIELD' => 'Felt:', 'LBL_DESCRIPTION' => 'Beskrivelse:', 'LBL_TYPE' => 'Type:', 'LBL_STATUS' => 'Status:', 'LBL_BASE_MODULE' => 'Hovedmodul:', 'LNK_NEW_TRIGGER' => 'Skap trigger', 'LNK_TRIGGER' => 'Workflowtriggere', 'LBL_TIME_INT' => 'i det minste', 'LBL_SET' => 'Sett', 'LBL_AS' => 'som', 'LBL_TITLE' => 'sett verdi til:', 'LBL_FROM' => 'fra', 'LBL_SHOW' => 'Vis', 'LBL_MODIFY_FIELD'=>'Forandre feltet:', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Rapportliste', 'LNK_NEW_REPORTMAKER' => 'Skap ny rapport', 'LNK_LIST_DATASET' => 'Datagruppeliste', 'LNK_NEW_DATASET' => 'Skap datagruppe', 'LNK_NEW_QUERYBUILDER' => 'Skap forespørsel', 'LNK_QUERYBUILDER' => 'Forespørselseverktøy', 'LBL_ALL_REPORTS' => 'Alle rapporter', 'NTC_DELETE_CONFIRMATION' => 'Er du sikker på at du vil slette denne registreringen?', 'ERR_DELETE_RECORD' => 'Et registreringsnummer må oppgis for å slette dette produktet.', //for subpanel under the workflow 'LBL_ADD_COLUMN _BUTTON_TITLE' => 'Legg til [Alt+C]', 'LBL_ADD_COLUMN_BUTTON_KEY' => 'C', 'LBL_ADD_COLUMN_BUTTON_LABEL' => 'Legg til søyle', 'LBL_ADD_GROUPBY_BUTTON_LABEL' => 'Legg til gruppe av', 'LBL_ADD_GROUPBY _BUTTON_TITLE' => 'Legg til [Alt+G]', 'LBL_ADD_GROUPBY_BUTTON_KEY' => 'G', 'LBL_NEW_BUTTON_TITLE' => 'Legg til [Alt+N]', 'LBL_NEW_BUTTON_KEY' => 'N', 'LBL_NEW_BUTTON_LABEL' => 'Skap ny', 'LBL_DETAILS_BUTTON_TITLE' => 'Rapportdetaljer [Alt+D]', 'LBL_DETAILS_BUTTON_KEY' => 'D', 'LBL_DETAILS_BUTTON_LABEL' => 'Rapportdetaljer', 'LBL_EDIT_BUTTON_TITLE' => 'Endre rapport [Alt+E]', 'LBL_EDIT_BUTTON_KEY' => 'N', 'LBL_EDIT_BUTTON_LABEL' => 'Endre rapport', 'LBL_RUN_BUTTON_TITLE' => 'Kjør rapport [Alt+R]', 'LBL_RUN_BUTTON_KEY' => 'R', 'LBL_RUN_BUTTON_LABEL' => 'Kjør rapport', ); ?>