/
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' => 'Activadors', 'LBL_MODULE_NAME_SINGULAR' => 'Activador', 'LBL_MODULE_TITLE' => 'Activadors del flux de treball: inici', 'LBL_SEARCH_FORM_TITLE' => 'Cerca d'activadors del flux de treball', 'LBL_LIST_FORM_TITLE' => 'Llista d'activadors', 'LBL_NEW_FORM_TITLE' => 'Crear activador', 'LBL_LIST_NAME' => 'Nom de l'activador:', 'LBL_LIST_TRIGGER_TYPE' => 'Tipus:', 'LBL_LIST_LEFT_FIELD' => 'Camp:', 'LBL_LIST_OPERATOR' => 'Operador:', 'LBL_LIST_RIGHT_VALUE' => 'Valor:', 'LBL_NAME' => 'Nom de l'activador:', 'LBL_LEFT_FIELD' => 'Camp:', 'LBL_DESCRIPTION' => 'Descripció:', 'LBL_TYPE' => 'Tipus:', 'LBL_STATUS' => 'Estat:', 'LBL_BASE_MODULE' => 'Mòdul Principal:', 'LNK_NEW_TRIGGER' => 'Crear activador', 'LNK_TRIGGER' => 'Disparadors de Workflow', 'LBL_TIME_INT' => 'durant almenys', 'LBL_SET' => 'Establir', 'LBL_AS' => 'com', 'LBL_TITLE' => 'Configura el valor com a:', 'LBL_FROM' => 'de', 'LBL_SHOW' => 'Mostrar', 'LBL_MODIFY_FIELD'=>'Modificar el camp:', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Llista d'informes', 'LNK_NEW_REPORTMAKER' => 'Crear informe nou', 'LNK_LIST_DATASET' => 'Llista de conjunt de dades', 'LNK_NEW_DATASET' => 'Crear conjunt de dades', 'LNK_NEW_QUERYBUILDER' => 'Crear Consulta', 'LNK_QUERYBUILDER' => 'Generador de consultes', 'LBL_ALL_REPORTS' => 'Tots els Informes', 'NTC_DELETE_CONFIRMATION' => 'Esteu segur que voleu suprimir aquest registre?', 'ERR_DELETE_RECORD' => 'Per suprimir el producte, heu d'especificar un número de registre.', //for subpanel under the workflow 'LBL_ADD_COLUMN _BUTTON_TITLE' => 'Afegir [Alt+C]', 'LBL_ADD_COLUMN_BUTTON_KEY' => 'C', 'LBL_ADD_COLUMN_BUTTON_LABEL' => 'Afegir Columna', 'LBL_ADD_GROUPBY_BUTTON_LABEL' => 'Afegir Agrupació', 'LBL_ADD_GROUPBY _BUTTON_TITLE' => 'Afegir [Alt+G]', 'LBL_ADD_GROUPBY_BUTTON_KEY' => 'G', 'LBL_NEW_BUTTON_TITLE' => 'Afegir [Alt+N]', 'LBL_NEW_BUTTON_KEY' => 'N', 'LBL_NEW_BUTTON_LABEL' => 'Crear nou', 'LBL_DETAILS_BUTTON_TITLE' => 'Detalls del Informe [Alt+D]', 'LBL_DETAILS_BUTTON_KEY' => 'D', 'LBL_DETAILS_BUTTON_LABEL' => 'Detalls del Informe', 'LBL_EDIT_BUTTON_TITLE' => 'Editar l'informe', 'LBL_EDIT_BUTTON_KEY' => 'N', 'LBL_EDIT_BUTTON_LABEL' => 'Editar l'informe', 'LBL_RUN_BUTTON_TITLE' => 'Executar Informe [Alt+R]', 'LBL_RUN_BUTTON_KEY' => 'R', 'LBL_RUN_BUTTON_LABEL' => 'Executar Informe', ); ?>