/
var
/
www
/
html
/
freshsugar25
/
modules
/
WorkFlow
/
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' => 'Definicions del flux de treball', 'LBL_MODULE_NAME_SINGULAR' => 'Definició del flux de treball', 'LBL_MODULE_ID' => 'Workflow', 'LBL_MODULE_TITLE' => 'Flux de treball: inici', 'LBL_SEARCH_FORM_TITLE' => 'Cerca de fluxos de treball', 'LBL_LIST_FORM_TITLE' => 'Llista de fluxos de treball', 'LBL_NEW_FORM_TITLE' => 'Crear Definició de Workflow', 'LBL_LIST_NAME' => 'Nom', 'LBL_LIST_TYPE' => 'Execució al:', 'LBL_LIST_BASE_MODULE' => 'Mòdul Objectiu:', 'LBL_LIST_STATUS' => 'Estat', 'LBL_NAME' => 'Nom:', 'LBL_DESCRIPTION' => 'Descripció:', 'LBL_TYPE' => 'Execució al:', 'LBL_STATUS' => 'Estat:', 'LBL_BASE_MODULE' => 'Mòdul Objectiu:', 'LBL_LIST_ORDER' => 'Ordre de Procés:', 'LBL_FROM_NAME' => 'Nom del remitent:', 'LBL_FROM_ADDRESS' => 'Direcció del Remitent:', 'LNK_NEW_WORKFLOW' => 'Crear Definició de Workflow', 'LNK_WORKFLOW' => 'Llistar Definicions de Workflow', 'LBL_ALERT_TEMPLATES' => 'Plantilles d´Alertes', 'LBL_CREATE_ALERT_TEMPLATE' => 'Crear una plantilla d´alerta:', 'LBL_SUBJECT' => 'Assumpte:', 'LBL_RECORD_TYPE' => 'Aplica a:', 'LBL_RELATED_MODULE' => 'Mòdul Relacionat:', 'LBL_PROCESS_LIST' => 'Sequencia de Workflow', 'LNK_ALERT_TEMPLATES' => 'Plantilles de Correus d´Alerta', 'LNK_PROCESS_VIEW' => 'Sequencia de Workflow', 'LBL_PROCESS_SELECT' => 'Si us plau, seleccioni un mòdul:', 'LBL_LACK_OF_TRIGGER_ALERT' => 'Advertència: Ha de crear un disparador perquè funcioni aquest objecte de workflow', 'LBL_LACK_OF_NOTIFICATIONS_ON' => 'Advertència: Per enviar alertes, ha d´habilitar les Notificacions a Admin > Configuració de Correu.', 'LBL_FIRE_ORDER' => 'Ordre de Procés:', 'LBL_RECIPIENTS' => 'Destinataris', 'LBL_INVITEES' => 'Convidats', 'LBL_INVITEE_NOTICE' => 'Atenció, ha de seleccionar almenys un convidat per crear això.', 'NTC_REMOVE_ALERT' => 'Està segur que vol treure aquest workflow?', 'LBL_EDIT_ALT_TEXT' => 'Text Alt', 'LBL_INSERT' => 'Insertar', 'LBL_SELECT_OPTION' => 'Si us plau, seleccioni una opció.', 'LBL_SELECT_VALUE' => 'Te que seleccionar un valor.', 'LBL_SELECT_MODULE' => 'Si us plau, seleccioni un mòdul relacionat.', 'LBL_SELECT_FILTER' => 'Te que seleccionar un camp de filtrat per el mòdul relacionat.', 'LBL_LIST_UP' => 'ar', 'LBL_LIST_DN' => 'ab', 'LBL_SET' => 'Establir', 'LBL_AS' => 'com', 'LBL_SHOW' => 'Mostrar', 'LBL_HIDE' => 'Amagar', 'LBL_SPECIFIC_FIELD' => 'camp especificat', 'LBL_ANY_FIELD' => 'qualsevol camp', 'LBL_LINK_RECORD' => 'Vincular amb Registre', 'LBL_INVITE_LINK' => 'Enllaç de Convidats a Reunió/Trucada', 'LBL_PLEASE_SELECT' => 'Seleccioneu', 'LBL_BODY' => 'Cos:', 'LBL__S' => 's', 'LBL_ALERT_SUBJECT' => 'ALERTA DE WORKFLOW', 'LBL_ACTION_ERROR' => 'Aquesta acció no pot ser executat. Edita l'acció perquè tots els camps i els valors de camp siguin vàlids.', 'LBL_ACTION_ERRORS' => 'Avís: acció o accions a continuació contenen errors.', 'LBL_ALERT_ERROR' => 'Aquesta alerta no es pot executar. Edita l'alerta perquè tots els paràmetres siguin vàlids.', 'LBL_ALERT_ERRORS' => 'Avís: Una o més alertes a continuació conté errors.', 'LBL_TRIGGER_ERROR' => 'Avís: Aquest disparador conté valors no vàlids i no es dispara.', 'LBL_TRIGGER_ERRORS' => 'Avís: Una o més factors desencadenants per sota conté errors.', 'LBL_UP' => 'Adalt' /*for 508 compliance fix*/, 'LBL_DOWN' => 'Abaix' /*for 508 compliance fix*/, 'LBL_EDITLAYOUT' => 'Editar disseny' /*for 508 compliance fix*/, 'LBL_EMAILTEMPLATES_TYPE_LIST_WORKFLOW' => ['workflow' => 'Flux de treball'], 'LBL_EMAILTEMPLATES_TYPE' => 'Tipus', ];