/
var
/
www
/
html
/
sugar25
/
modules
/
WorkFlowActionShells
/
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' => 'Accions', 'LBL_MODULE_NAME_SINGULAR' => 'Acció', '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'accions', 'LBL_NEW_FORM_TITLE' => 'Crear activador', 'LBL_LIST_NAME' => 'Nom de l'activador:', 'LBL_LIST_TYPE' => 'Tipus:', 'LBL_LIST_EVAL' => 'Aval:', 'LBL_LIST_FIELD' => 'Camp:', 'LBL_NAME' => 'Nom de l'activador:', 'LBL_FIELD' => 'Camp:', 'LBL_TYPE' => 'Tipus:', 'LBL_EVAL' => 'Activar l'avaluació:', 'LBL_SHOW_PAST' => 'Modificar Valor Anterior:', 'LNK_NEW_TRIGGER' => 'Crear activador', 'LNK_TRIGGER' => 'Disparadors de Workflow', 'NTC_REMOVE_ACTION' => 'Està segur de que vol esborrar aquesta acció?', 'LBL_ACTION_UPDATE_TITLE' => 'Actualitzar camps en el mòdulo objetiu', 'LBL_ACTION_UPDATE_REL_TITLE' => 'Actualitzar camps en un mòdulo relacionat', 'LBL_ACTION_NEW_TITLE' => 'Crear un registre en un mòdulo associat amb el mòdul destí', 'LBL_LIST_STATEMENT' => 'Descripció del Event:', 'LBL_ACTION_UPDATE' => 'Actualitzar camps en el disparador', 'LBL_ACTION_UPDATE_REL' => 'Actualitzar camps en el relacionat', 'LBL_ACTION_UPDATE_REL_PART2' => 'tot', 'LBL_ACTION_UPDATE_REL_PART3' => 'relacionat', 'LBL_ACTION_NEW' => 'Crear un nou', 'LBL_RECORD' => 'registre', 'LBL_ACTION_NEW_REL' => 'Crear un nou', 'LBL_ACTION_NEW_REL_TITLE' => 'Crear un registre associat amb un mòdul relacionat al mòdul objectiu', 'LBL_RELATED_RECORD' => 'registre', 'LBL_NEXT_BUTTON' => 'Següent', 'LBL_PREVIOUS_BUTTON' => 'Anterior', 'LBL_LIST_ACTION_DESCRIPTION' => 'Accions a realitzar:', 'LBL_INVITEES' => 'Convidats', 'LBL_DETAILS' => 'Detalls', 'LBL_SELECT_VALUE' => 'Te que seleccionar un valor vàlid.', 'LBL_SELECT_MODULE' => 'Te que seleccionar un mòdul.', 'LBL_SELECT_RELATED_MODULE' => 'Te que seleccionar un mòdul relacionat.', 'LBL_SELECT_CHECKED_FIELDS' => 'Ha de seleccionar un valor per a tots els camps marcats', 'LBL_SET' => 'Establir', 'LBL_AS' => 'com', 'LBL_SHOW' => 'Mostrar', 'LBL_TITLE_ADVANCED' => 'Opcions avançades relacionades amb el mòdul', 'LBL_BY' => 'per', 'LBL__S' => 's', 'LBL_FILTER_RELATED' => 'Relatiu a Filtre', 'LBL_ASSOCIATED_WITH' => 'associat amb un relatiu a', 'LBL_ACTION_ERROR' => 'Aquesta acció té errors i no pot ser executat.', ];