/
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' => 'Käivitajad', 'LBL_MODULE_NAME_SINGULAR' => 'Käivitaja', 'LBL_MODULE_TITLE' => 'Töövoo käivitajad: avaleht', 'LBL_SEARCH_FORM_TITLE' => 'Töövoo käivitaja otsing', 'LBL_LIST_FORM_TITLE' => 'Käivitajate loend', 'LBL_NEW_FORM_TITLE' => 'Loo käivitaja', 'LBL_LIST_NAME' => 'Käivitaja nimi:', 'LBL_LIST_TRIGGER_TYPE' => 'Tüüp:', 'LBL_LIST_LEFT_FIELD' => 'Väli:', 'LBL_LIST_OPERATOR' => 'Operaator:', 'LBL_LIST_RIGHT_VALUE' => 'Väärtus:', 'LBL_NAME' => 'Käivitaja nimi:', 'LBL_LEFT_FIELD' => 'Väli:', 'LBL_DESCRIPTION' => 'Kirjeldus:', 'LBL_TYPE' => 'Tüüp:', 'LBL_STATUS' => 'Olek:', 'LBL_BASE_MODULE' => 'Peamoodul:', 'LNK_NEW_TRIGGER' => 'Loo käivitaja', 'LNK_TRIGGER' => 'Töövoo käivitajad', 'LBL_TIME_INT' => 'vähemalt ', 'LBL_SET' => 'Komplekt', 'LBL_AS' => 'kui', 'LBL_TITLE' => 'Seadke väärtus:', 'LBL_FROM' => 'alates', 'LBL_SHOW' => 'Kuva', 'LBL_MODIFY_FIELD' => 'Muuda väli:', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Aruannete loend', 'LNK_NEW_REPORTMAKER' => 'Loo uus aruanne', 'LNK_LIST_DATASET' => 'Andmekogumi loend', 'LNK_NEW_DATASET' => 'Loo andmekogum', 'LNK_NEW_QUERYBUILDER' => 'Loo päring', 'LNK_QUERYBUILDER' => 'Päringukoostur', 'LBL_ALL_REPORTS' => 'Kõik aruanded', 'NTC_DELETE_CONFIRMATION' => 'Kas olete kindel, et soovite selle kirje kustutada?', 'ERR_DELETE_RECORD' => 'Toote kustutamiseks täpsustage kirje numbrit.', //for subpanel under the workflow 'LBL_ADD_COLUMN _BUTTON_TITLE' => 'Lisa', 'LBL_ADD_COLUMN_BUTTON_KEY' => 'C', 'LBL_ADD_COLUMN_BUTTON_LABEL' => 'Lisa veerg', 'LBL_ADD_GROUPBY_BUTTON_LABEL' => 'Lisa grupp', 'LBL_ADD_GROUPBY _BUTTON_TITLE' => 'Lisa', 'LBL_ADD_GROUPBY_BUTTON_KEY' => 'G', 'LBL_NEW_BUTTON_TITLE' => 'Lisa', 'LBL_NEW_BUTTON_KEY' => 'N', 'LBL_NEW_BUTTON_LABEL' => 'Loo uus', 'LBL_DETAILS_BUTTON_TITLE' => 'Aruande üksikasjad', 'LBL_DETAILS_BUTTON_KEY' => 'D', 'LBL_DETAILS_BUTTON_LABEL' => 'Aruande üksikasjad', 'LBL_EDIT_BUTTON_TITLE' => 'Redigeeri aruannet', 'LBL_EDIT_BUTTON_KEY' => 'N', 'LBL_EDIT_BUTTON_LABEL' => 'Redigeeri aruannet', 'LBL_RUN_BUTTON_TITLE' => 'Käivita aruanne', 'LBL_RUN_BUTTON_KEY' => 'R', 'LBL_RUN_BUTTON_LABEL' => 'Käivita aruanne', ];