/
var
/
www
/
html
/
sugar13
/
modules
/
WorkFlowAlertShells
/
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' => 'Alertas', 'LBL_MODULE_NAME_SINGULAR' => 'Alerta', 'LBL_MODULE_TITLE' => 'Alertas: Ecrã Principal', 'LBL_MODULE_SECTION_TITLE' => 'Esta operações serão executadas', 'LBL_SEARCH_FORM_TITLE' => 'Pesquisa de Alertas de Workflow', 'LBL_LIST_FORM_TITLE' => 'Lista de Alertas', 'LBL_NEW_FORM_TITLE' => 'Criar Alerta de Workflow', 'LBL_LIST_NAME' => 'Nome', 'LBL_LIST_ALERT_TYPE' => 'Tipo de Alerta', 'LBL_LIST_ALERT_TEXT' => 'Mensagem de Alerta', 'LBL_CUSTOM_TEMPLATE_NAME' => 'Modelo à Medida', 'LBL_NAME' => 'Nome:', 'LBL_ALERT_TEXT' => 'Texto de Alerta:', 'LBL_ALERT_TYPE' => 'Tipo de Alerta:', 'LBL_SOURCE_TYPE' => 'Tipo de Origem:', 'LBL_LIST_TYPE' => 'Tipo:', 'LBL_LIST_DETAILS' => 'Detalhes', 'LNK_NEW_WORKFLOW' => 'Criar Definição de Workflow', 'LNK_WORKFLOW' => 'Lista de Definições de Workflow', 'LBL_PARENT_WORKFLOW' => 'Objeto de Workflow Principal:', 'LBL_RETURN_TO_WORKFLOW' => 'Voltar à Definição de Workflow', 'NTC_REMOVE_ALERT' => 'Tem a certeza de que pretende eliminar um alerta e todos os seus destinatários?', 'LBL_LIST_STATEMENT' => 'Descrição do Evento:', 'STATEMENT_PART1' => 'Enviar', 'STATEMENT_PART2' => 'a utilizar um', ////////////Old stuff below, eventually move or rename or delete 'LNK_LIST_REPORTMAKER' => 'Lista de Relatórios', 'LNK_NEW_REPORTMAKER' => 'Criar um novo Relatório', 'LNK_LIST_DATASET' => 'Lista de Conjuntos de Dados', 'LNK_NEW_DATASET' => 'Criar Conjunto de Dados', 'LNK_NEW_QUERYBUILDER' => 'Criar uma Query', 'LNK_QUERYBUILDER' => 'Construtor de Queries', 'LBL_ALL_REPORTS' => 'Todos os Relatórios', 'NTC_DELETE_CONFIRMATION' => 'Tem a certeza de que pretende eliminar este registo?', 'ERR_DELETE_RECORD' => 'Um número de registo necessita de ser especificado para eliminar este produto.', //Sub panel combo list view 'LBL_NEW_BUTTON_LABEL_ALERT' => 'Criar Alerta', 'LBL_NEW_BUTTON_KEY_ALERT' => 'A', 'LBL_NEW_BUTTON_TITLE_ALERT' => 'Criar Alerta [Alt+A]', 'LBL_NEW_BUTTON_LABEL_ACTION' => 'Criar Ação', 'LBL_NEW_BUTTON_KEY_ACTION' => 'C', 'LBL_NEW_BUTTON_TITLE_ACTION' => 'Criar Ação', 'LBL_MODULE_NAME_COMBO' => 'Alertas', 'LBL_MODULE_NAME_SINGULAR_COMBO' => 'Alerta', 'LNK_ALERT_TEMPLATES' => 'Módulos de Alerta', 'LNK_PROCESS_VIEW' => 'Ordem de Execução de Workflow', 'LBL_LIST_COMPONENTS' => 'Componentes', 'LBL_RECIPIENTS' => 'Destinatários', //Invite Labels 'LBL_MODULE_TITLE_INVITE' => 'Convidar outras Pessoas', 'LBL_SHOW' => 'Mostrar', 'LBL_RECIPIENT_ERROR'=>'Este receptor contém erros e não poderá ser utilizado.', 'LBL_ALERT_ERRORS'=>'Aviso: Um ou mais alertas abaixo contém erros.', ); ?>