/
var
/
www
/
html
/
sugardemo
/
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' => 'Ações', 'LBL_MODULE_NAME_SINGULAR' => 'Ação', 'LBL_MODULE_TITLE' => 'Triggers de Workflow: Ecrã Principal', 'LBL_SEARCH_FORM_TITLE' => 'Pesquisa de Triggers de Workflow', 'LBL_LIST_FORM_TITLE' => 'Lista de Ações', 'LBL_NEW_FORM_TITLE' => 'Criar Trigger', 'LBL_LIST_NAME' => 'Nome do Trigger:', 'LBL_LIST_TYPE' => 'Tipo:', 'LBL_LIST_EVAL' => 'Aval:', 'LBL_LIST_FIELD' => 'Campo:', 'LBL_NAME' => 'Nome do Trigger:', 'LBL_FIELD' => 'Campo:', 'LBL_TYPE' => 'Tipo:', 'LBL_EVAL' => 'Avaliação do Trigger:', 'LBL_SHOW_PAST' => 'Modificar o Valor Anterior:', 'LNK_NEW_TRIGGER' => 'Criar Trigger', 'LNK_TRIGGER' => 'Triggers de Workflow', 'NTC_REMOVE_ACTION' => 'Tem a certeza de que pretende eliminar esta ação?', 'LBL_ACTION_UPDATE_TITLE' => 'Atualizar campos no módulo target', 'LBL_ACTION_UPDATE_REL_TITLE' => 'Atualizar campos no módulo relacionado', 'LBL_ACTION_NEW_TITLE' => 'Criar um registo num módulo associado a um módulo target', 'LBL_LIST_STATEMENT' => 'Descrição do Evento:', 'LBL_ACTION_UPDATE' => 'Atualizar campo(s) no target ', 'LBL_ACTION_UPDATE_REL' => 'Atualizar campo(s) num relacionado', 'LBL_ACTION_UPDATE_REL_PART2' => 'todos', 'LBL_ACTION_UPDATE_REL_PART3' => 'relacionado', 'LBL_ACTION_NEW' => 'Criar um Novo', 'LBL_RECORD' => 'registo', 'LBL_ACTION_NEW_REL' => 'Criar um Novo', 'LBL_ACTION_NEW_REL_TITLE' => 'Criar um registo associado ao módulo relacionado com o módulo target', 'LBL_RELATED_RECORD' => 'registo', 'LBL_NEXT_BUTTON' => 'Próximo', 'LBL_PREVIOUS_BUTTON' => 'Anterior', 'LBL_LIST_ACTION_DESCRIPTION' => 'Ações a serem executas:', 'LBL_INVITEES' => 'Convidados', 'LBL_DETAILS' => 'Detalhes', 'LBL_SELECT_VALUE' => 'Deve selecionar um valor válido.', 'LBL_SELECT_MODULE' => 'Deve selecionar um módulo.', 'LBL_SELECT_RELATED_MODULE' => 'Deve selecionar um módulo relacionado.', 'LBL_SELECT_CHECKED_FIELDS' => 'Deve selecionar um valor para todos os campos verificados', 'LBL_SET' => 'Configurar', 'LBL_AS' => 'como', 'LBL_SHOW' => 'Mostrar', 'LBL_TITLE_ADVANCED' => 'Opções Avançadas de Módulo Relacionado', 'LBL_BY' => 'por', 'LBL__S' => 's', 'LBL_FILTER_RELATED' => 'Relacionados com o Filtro', 'LBL_ASSOCIATED_WITH' => 'associado com um relacionado', 'LBL_ACTION_ERROR' => 'Essa ação tem erros e não pode ser executada. Edite a ação de forma a que todos os campos e valores de campos sejam válidos.', ];