/
var
/
www
/
html
/
sugardev25
/
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 = [ 'LBL_MODULE_NAME' => 'Alertes', 'LBL_MODULE_NAME_SINGULAR' => 'Alerta', 'LBL_MODULE_TITLE' => 'Alertes: inici', 'LBL_MODULE_SECTION_TITLE' => 'Les següents operacions seran realitzades', 'LBL_SEARCH_FORM_TITLE' => 'Cerca d'alertes del flux de treball', 'LBL_LIST_FORM_TITLE' => 'Llista d'alertes', 'LBL_NEW_FORM_TITLE' => 'Crear alerta de flux de treballa', 'LBL_LIST_NAME' => 'Nom', 'LBL_LIST_ALERT_TYPE' => 'Tipus d´Alerta', 'LBL_LIST_ALERT_TEXT' => 'Missatge per l´Alerta', 'LBL_CUSTOM_TEMPLATE_NAME' => 'Plantilla Personalitzada', 'LBL_NAME' => 'Nom:', 'LBL_ALERT_TEXT' => 'Text de l´Alerta:', 'LBL_ALERT_TYPE' => 'Tipus d´Alerta:', 'LBL_SOURCE_TYPE' => 'Tipus d´Origen:', 'LBL_LIST_TYPE' => 'Tipus:', 'LBL_LIST_DETAILS' => 'Detalls', 'LNK_NEW_WORKFLOW' => 'Crear Definició de Workflow', 'LNK_WORKFLOW' => 'Llista de Definicions de Workflow', 'LBL_PARENT_WORKFLOW' => 'Objecte de Workflow Padre:', 'LBL_RETURN_TO_WORKFLOW' => 'Tornar a la definició del flux de treball', 'NTC_REMOVE_ALERT' => 'Està segur que desitja treure aquesta alerta i tots els seus destinataris?', 'LBL_LIST_STATEMENT' => 'Descripció del Event:', 'STATEMENT_PART1' => 'Enviar', 'STATEMENT_PART2' => 'usant un', ////////////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.', //Sub panel combo list view 'LBL_NEW_BUTTON_LABEL_ALERT' => 'Crear Alerta', 'LBL_NEW_BUTTON_KEY_ALERT' => 'A', 'LBL_NEW_BUTTON_TITLE_ALERT' => 'Crear Alerta [Alt+A]', 'LBL_NEW_BUTTON_LABEL_ACTION' => 'Crear Acció', 'LBL_NEW_BUTTON_KEY_ACTION' => 'C', 'LBL_NEW_BUTTON_TITLE_ACTION' => 'Crear Acció [Alt+C]', 'LBL_MODULE_NAME_COMBO' => 'Alertes', 'LBL_MODULE_NAME_SINGULAR_COMBO' => 'Alerta', 'LNK_ALERT_TEMPLATES' => 'Plantilles d´Alerta', 'LNK_PROCESS_VIEW' => 'Ordre d´Execució del Workflow', 'LBL_LIST_COMPONENTS' => 'Components', 'LBL_RECIPIENTS' => 'Destinataris', //Invite Labels 'LBL_MODULE_TITLE_INVITE' => 'Convidar a Gent', 'LBL_SHOW' => 'Mostrar', 'LBL_RECIPIENT_ERROR' => 'Aquest recipient té errors i no podra ser utilitzat.', 'LBL_ALERT_ERRORS' => 'Avís: Una o més alertes a continuació conté errors.', ];