mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-16 22:33:34 +00:00
Translations on AOP, AOR, AOS, AOW and other modules
This commit is contained in:
parent
6265169c57
commit
c0b5e8c5eb
21 changed files with 917 additions and 43 deletions
include/SugarObjects/templates/company/language/application
modules
AOP_Case_Events/language
AOP_Case_Updates/language
AOR_Charts/language
AOR_Conditions/language
AOR_Fields/language
AOR_Reports/language
AOS_Contracts/language
AOS_Invoices/language
AOS_PDF_Templates/language
AOS_Product_Categories/language
AOS_Products/language
AOS_Products_Quotes/language
AOS_Quotes/language
AOW_Actions/language
AOW_Conditions/language
AOW_Processed/language
AOW_WorkFlow/language
Administration/language
Cases/language
FP_events/language
|
@ -47,10 +47,10 @@ if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
|
|||
|
||||
$app_list_strings['_type_dom'] = array (
|
||||
'' => '',
|
||||
'Analyst' => NULL,
|
||||
'Competitor' => NULL,
|
||||
'Customer' => NULL,
|
||||
'Integrator' => NULL,
|
||||
'Analyst' => 'Analista',
|
||||
'Competitor' => 'Competidor',
|
||||
'Customer' => 'Cliente',
|
||||
'Integrator' => 'Integrador',
|
||||
'Investor' => 'Inversor',
|
||||
'Partner' => 'Partner',
|
||||
'Press' => 'Prensa',
|
||||
|
|
59
modules/AOP_Case_Events/language/es_es.lang.php
Normal file
59
modules/AOP_Case_Events/language/es_es.lang.php
Normal file
|
@ -0,0 +1,59 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Advanced OpenPortal
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author Salesagility Ltd <support@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Eventos de Casos',
|
||||
'LBL_MODULE_NAME' => 'Eventos de Casos',
|
||||
'LBL_MODULE_TITLE' => 'Eventos de Casos',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Eventos de Casos',
|
||||
'LNK_NEW_RECORD' => 'Crear Eventos de Casos',
|
||||
'LNK_LIST' => 'Ver Eventos de Casos',
|
||||
'LNK_IMPORT_AOP_AOP_CASE_EVENTS' => 'Importer Eventos de Casos',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Eventos de Casos',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Historial',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOP_AOP_CASE_EVENTS_SUBPANEL_TITLE' => 'Eventos de Casos',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nuevo Evento de Casos',
|
||||
'LNK_IMPORT_AOP_CASE_EVENTS' => 'Importar Eventos de Casos',
|
||||
'LBL_AOP_CASE_EVENTS_SUBPANEL_TITLE' => 'Eventos de Casos',
|
||||
'LBL_CASE_NAME' => 'Caso',
|
||||
);
|
62
modules/AOP_Case_Updates/language/es_es.lang.php
Normal file
62
modules/AOP_Case_Updates/language/es_es.lang.php
Normal file
|
@ -0,0 +1,62 @@
|
|||
<?php
|
||||
/**
|
||||
*
|
||||
* @package Advanced OpenPortal
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author Salesagility Ltd <support@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Actualiazciones de Casos',
|
||||
'LBL_MODULE_NAME' => 'Actualiazciones de Casos',
|
||||
'LBL_MODULE_TITLE' => 'Actualiazciones de Casos',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Actualiazciones de Casos',
|
||||
'LNK_NEW_RECORD' => 'Crear Actualiazciones de Casos',
|
||||
'LNK_LIST' => 'Ver Actualiazciones de Casos',
|
||||
'LNK_IMPORT_AOP_AOP_CASE_UPDATES' => 'Importar Actualiazciones de Casos',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Actualiazciones de Casos',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver History',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOP_AOP_CASE_UPDATES_SUBPANEL_TITLE' => 'Actualiazciones de Casos',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nueva Actualiazción de Caso',
|
||||
'LNK_IMPORT_AOP_CASE_UPDATES' => 'Importar Actualiazciones de Casos',
|
||||
'LBL_AOP_CASE_UPDATES_SUBPANEL_TITLE' => 'Actualiazciones de Casos',
|
||||
'LBL_CASE_NAME' => 'Caso',
|
||||
'LBL_CONTACT_NAME' => 'Contacto',
|
||||
'LBL_INTERNAL' => 'Actualización Interna',
|
||||
);
|
57
modules/AOR_Charts/language/es_es.lang.php
Normal file
57
modules/AOR_Charts/language/es_es.lang.php
Normal file
|
@ -0,0 +1,57 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenReports, SugarCRM Reporting.
|
||||
* @package Advanced OpenReports for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Gráficos',
|
||||
'LBL_MODULE_NAME' => 'Gráficos',
|
||||
'LBL_MODULE_TITLE' => 'Gráficos',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Gráficos',
|
||||
'LNK_NEW_RECORD' => 'Crear Gráficos',
|
||||
'LNK_LIST' => 'Ver Gráficos',
|
||||
'LNK_IMPORT_AOR_CHARTS' => 'Importar Gráficos',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Gráficos',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Gráficos',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOR_CHARTS_SUBPANEL_TITLE' => 'Gráficos',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nuevo Gráfico',
|
||||
);
|
65
modules/AOR_Conditions/language/es_es.lang.php
Normal file
65
modules/AOR_Conditions/language/es_es.lang.php
Normal file
|
@ -0,0 +1,65 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenReports, SugarCRM Reporting.
|
||||
* @package Advanced OpenReports for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
|
||||
'LBL_LIST_FORM_TITLE' => 'Condiciones List',
|
||||
'LBL_MODULE_NAME' => 'Condiciones',
|
||||
'LBL_MODULE_TITLE' => 'Condiciones',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Condiciones',
|
||||
'LNK_NEW_RECORD' => 'Crear Condiciones',
|
||||
'LNK_LIST' => 'Ver Condiciones',
|
||||
'LNK_IMPORT_AOR_Condiciones' => 'Importar Condiciones',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Condiciones',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Historial',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOR_Condiciones_SUBPANEL_TITLE' => 'Condiciones',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nueva Condición',
|
||||
'LBL_MODULE_PATH' => 'Módulo',
|
||||
'LBL_FIELD' => 'Campo',
|
||||
'LBL_OPERATOR' => 'Operador',
|
||||
'LBL_VALUE_TYPE' => 'Tipo',
|
||||
'LBL_VALUE' => 'Valor',
|
||||
'LBL_ORDER' => 'Orden',
|
||||
'LBL_CONDITION_OPERATOR' => 'Operador de Condición',
|
||||
'LBL_AOR_REPORT_ID' => 'ID de Reporte',
|
||||
);
|
68
modules/AOR_Fields/language/es_es.lang.php
Normal file
68
modules/AOR_Fields/language/es_es.lang.php
Normal file
|
@ -0,0 +1,68 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenReports, SugarCRM Reporting.
|
||||
* @package Advanced OpenReports for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Campos',
|
||||
'LBL_MODULE_NAME' => 'Campos',
|
||||
'LBL_MODULE_TITLE' => 'Campos',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Campos',
|
||||
'LNK_NEW_RECORD' => 'Crear Campos',
|
||||
'LNK_LIST' => 'Ver Campos',
|
||||
'LNK_IMPORT_AOR_Campos' => 'Importar Campos',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Campos',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver History',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOR_Campos_SUBPANEL_TITLE' => 'Campos',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nuevo Campo',
|
||||
'LBL_ORDER' => 'Orden',
|
||||
'LBL_MODULE_PATH' => 'Módulo',
|
||||
'LBL_FIELD' => 'Campo',
|
||||
'LBL_DISPLAY' => 'Mostrar',
|
||||
'LBL_LINK' => 'Enlace',
|
||||
'LBL_LABEL' => 'Etiqueta',
|
||||
'LBL_FUNCTION' => 'Función',
|
||||
'LBL_SORT' => 'Orden',
|
||||
'LBL_SORT_ORDER' => 'Criterio de Orden',
|
||||
'LBL_GROUP' => 'Grupo',
|
||||
'LBL_GROUP_ORDER' => 'Orden de Grupo',
|
||||
'LBL_AUDIT_TABLE' => 'Tabla de Auditoría',
|
||||
);
|
64
modules/AOR_Reports/language/es_es.lang.php
Normal file
64
modules/AOR_Reports/language/es_es.lang.php
Normal file
|
@ -0,0 +1,64 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenReportes, SugarCRM Reporting.
|
||||
* @package Advanced OpenReportes for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Reportes',
|
||||
'LBL_MODULE_NAME' => 'Reportes',
|
||||
'LBL_MODULE_TITLE' => 'Reportes',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Reportes',
|
||||
'LNK_NEW_RECORD' => 'Crear Reporte',
|
||||
'LNK_LIST' => 'Ver Reportes',
|
||||
'LNK_IMPORT_AOR_Reportes' => 'Importar Reportes',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Reportes',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Historial',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOR_Reportes_SUBPANEL_TITLE' => 'Reportes',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nuevo Reporte',
|
||||
'LBL_REPORT_MODULE' => 'Módulo Reporteado',
|
||||
'LBL_FIELD_LINES' => 'Campos Visualizados',
|
||||
'LBL_ADD_FIELD' => 'Agregar Campo',
|
||||
'LBL_CONDITION_LINES' => 'Condiciones',
|
||||
'LBL_ADD_CONDITION' => 'Agregar Condición',
|
||||
'LBL_EXPORT' => 'Exportar',
|
||||
'LBL_DOWNLOAD_PDF' => 'Descargar PDF',
|
||||
'LBL_ADD_TO_PROSPECT_LIST' => 'Agregar a Lista de Público Objetivo',
|
||||
);
|
|
@ -65,6 +65,41 @@ $mod_strings = array (
|
|||
'LBL_RENEWAL_REMINDER_DATE' => 'Fecha de Recordatorio de Renovación',
|
||||
'LBL_CONTRACT_TYPE' => 'Tipo de Contrato',
|
||||
|
||||
'LBL_CONTACT' => 'Contact',
|
||||
'LBL_CONTACT' => 'Contacto',
|
||||
);
|
||||
|
||||
// DISYTEL: Additional translations
|
||||
$mod_strings['LBL_ADD_GROUP'] = 'Agregar Grupo';
|
||||
$mod_strings['LBL_DELETE_GROUP'] = 'Eliminar Grupo';
|
||||
$mod_strings['LBL_GROUP_NAME'] = 'Nombre del Grupo';
|
||||
$mod_strings['LBL_GROUP_TOTAL'] = 'Total del Grupo';
|
||||
$mod_strings['LBL_PRODUCT_QUANITY'] = 'Cantidad';
|
||||
$mod_strings['LBL_PRODUCT_NAME'] = 'Producto';
|
||||
$mod_strings['LBL_PART_NUMBER'] = 'Nro de Parte';
|
||||
$mod_strings['LBL_PRODUCT_NOTE'] = 'Nota';
|
||||
$mod_strings['LBL_PRODUCT_DESCRIPTION'] = 'Descripción';
|
||||
$mod_strings['LBL_LIST_PRICE'] = 'Lista';
|
||||
$mod_strings['LBL_DISCOUNT_TYPE'] = 'Tipo';
|
||||
$mod_strings['LBL_DISCOUNT_AMT'] = 'Descuento';
|
||||
$mod_strings['LBL_UNIT_PRICE'] = 'Precio de Venta';
|
||||
$mod_strings['LBL_TOTAL_PRICE'] = 'Total';
|
||||
$mod_strings['LBL_VAT'] = 'Impuesto';
|
||||
$mod_strings['LBL_VAT_AMT'] = 'Monto Impuesto';
|
||||
$mod_strings['LBL_SERVICE_NAME'] = 'Servicio';
|
||||
$mod_strings['LBL_SERVICE_LIST_PRICE'] = 'Lista';
|
||||
$mod_strings['LBL_SERVICE_PRICE'] = 'Precio de Venta';
|
||||
$mod_strings['LBL_SERVICE_DISCOUNT'] = 'Descuento';
|
||||
$mod_strings['LBL_LINE_ITEMS'] = 'Items';
|
||||
$mod_strings['LBL_SUBTOTAL_AMOUNT'] = 'Subtotal';
|
||||
$mod_strings['LBL_DISCOUNT_AMOUNT'] = 'Descuento';
|
||||
$mod_strings['LBL_TAX_AMOUNT'] = 'Impuesto';
|
||||
$mod_strings['LBL_SHIPPING_AMOUNT'] = 'Envío';
|
||||
$mod_strings['LBL_TOTAL_AMT'] = 'Total';
|
||||
$mod_strings['LBL_GRAND_TOTAL'] = 'Gran Total';
|
||||
$mod_strings['LBL_SHIPPING_TAX'] = 'Impuestos de Envío';
|
||||
$mod_strings['LBL_SHIPPING_TAX_AMT'] = 'Impuesto de Envío';
|
||||
$mod_strings['LBL_ADD_PRODUCT_LINE'] = 'Agregar Línea de Producto';
|
||||
$mod_strings['LBL_ADD_SERVICE_LINE'] = 'Agregar Línea de Servicio';
|
||||
|
||||
|
||||
?>
|
||||
|
|
|
@ -103,7 +103,7 @@ $mod_strings = array (
|
|||
'LBL_SHIPPING_ADDRESS' => 'Calle de Envío:',
|
||||
'LBL_STATE' => 'Estado:',
|
||||
'LBL_TEAMS_LINK' => 'Equipos',
|
||||
'LBL_TICKER_SYMBOL' => 'Símbolo Grueso:',
|
||||
'LBL_TICKER_SYMBOL' => 'Símbolo Ticker:',
|
||||
'LBL_TYPE' => 'Type:',
|
||||
'LBL_USERS_ASSIGNED_LINK' => 'Usuarios Asignados',
|
||||
'LBL_USERS_CREATED_LINK' => 'Creado Por Usuarios',
|
||||
|
@ -133,7 +133,7 @@ $mod_strings = array (
|
|||
'LBL_NEW_FORM_TITLE' => 'Nueva Factura',
|
||||
'LBL_TERMS_C' => 'Terminos',
|
||||
'LBL_APPROVAL_ISSUE' => 'Incidencias de Aprobación',
|
||||
'LBL_APPROVAL_STATUS' => 'Estatus de Aprobación',
|
||||
'LBL_APPROVAL_STATUS' => 'Estado de Aprobación',
|
||||
'LBL_BILLING_ACCOUNT' => 'Cuenta',
|
||||
'LBL_BILLING_CONTACT' => 'Contacto',
|
||||
'LBL_EXPIRATION' => 'Válida Hasta',
|
||||
|
@ -157,8 +157,8 @@ $mod_strings = array (
|
|||
'LBL_QUOTE_DATE' => 'Fecha de Cotización',
|
||||
'LBL_INVOICE_DATE' => 'Fecha de Facturación',
|
||||
'LBL_DUE_DATE' => 'Fecha de Vencimiento',
|
||||
'LBL_STATUS' => 'Estatus',
|
||||
'LBL_INVOICE_STATUS' => 'Estatus de la Factura',
|
||||
'LBL_STATUS' => 'Estado',
|
||||
'LBL_INVOICE_STATUS' => 'Estado de la Factura',
|
||||
'LBL_PRODUCT_QUANITY' => 'Cantidad',
|
||||
'LBL_PRODUCT_NAME' => 'Producto',
|
||||
'LBL_PRODUCT_NOTE' => 'Nota',
|
||||
|
@ -183,16 +183,22 @@ $mod_strings = array (
|
|||
'LBL_EMAIL_NAME' => 'Factura para',
|
||||
'LBL_NO_TEMPLATE' => 'ERROR\nPor favor seleccione un formato editando la Factura y seleccionando un formato de Factura\nSi usted no ha creado un formato de Factura, vaya al módulo de Formatos PDF y cree uno',
|
||||
|
||||
'LBL_SUBTOTAL_TAX_AMOUNT' => 'Subtotal + Tax',//pre shipping
|
||||
'LBL_EMAIL_PDF' => 'Email PDF',
|
||||
'LBL_SUBTOTAL_TAX_AMOUNT' => 'Subtotal + Impuestos',//pre shipping
|
||||
'LBL_EMAIL_PDF' => 'Enviar PDF por Email',
|
||||
|
||||
'LBL_ADD_GROUP' => 'Add Group',
|
||||
'LBL_DELETE_GROUP' => 'Delete Group',
|
||||
'LBL_GROUP_NAME' => 'Group Name',
|
||||
'LBL_GROUP_TOTAL' => 'Group Total',
|
||||
'LBL_ADD_GROUP' => 'Agregar Grupo',
|
||||
'LBL_DELETE_GROUP' => 'Eliminar Grupo',
|
||||
'LBL_GROUP_NAME' => 'Nombre de Grupo',
|
||||
'LBL_GROUP_TOTAL' => 'Total de Grupo',
|
||||
|
||||
'LBL_SHIPPING_TAX' => 'Shipping VAT',
|
||||
'LBL_SHIPPING_TAX_AMT' => 'Shipping Tax',
|
||||
'LBL_SHIPPING_TAX' => 'Impuesto Valor Agregado de Envío',
|
||||
'LBL_SHIPPING_TAX_AMT' => 'Impuesto de Envío',
|
||||
'LBL_IMPORT_LINE_ITEMS' => 'Import Line Items',
|
||||
);
|
||||
// DISYTEL: Additional translations
|
||||
$mod_strings['LBL_PART_NUMBER'] = 'Nro de Parte';
|
||||
$mod_strings['LBL_PRODUCT_DESCRIPTION'] = 'Descripción';
|
||||
$mod_strings['LBL_SERVICE_LIST_PRICE'] = 'Lista';
|
||||
$mod_strings['LBL_SERVICE_DISCOUNT'] = 'Descuento';
|
||||
|
||||
?>
|
||||
|
|
|
@ -62,15 +62,26 @@ $mod_strings = array (
|
|||
'LBL_PREPARED_FOR' => 'Preparado Para',
|
||||
'LBL_PREPARED_BY' => 'Preparado Por',
|
||||
|
||||
'LBL_QUOTE_GROUP_SAMPLE' => 'Quote Group Sample',
|
||||
'LBL_INVOICE_GROUP_SAMPLE' => 'Invoice Group Sample',
|
||||
'LBL_MARGIN_LEFT' => 'Margin Left',
|
||||
'LBL_MARGIN_RIGHT' => 'Margin Right',
|
||||
'LBL_MARGIN_TOP' => 'Margin Top',
|
||||
'LBL_MARGIN_BOTTOM' => 'Margin Bottom',
|
||||
'LBL_MARGIN_HEADER' => 'Margin Header',
|
||||
'LBL_MARGIN_FOOTER' => 'Margin Footer',
|
||||
'LBL_EDITVIEW_PANEL1' => 'Margins',
|
||||
'LBL_DETAILVIEW_PANEL1' => 'Margins',
|
||||
'LBL_QUOTE_GROUP_SAMPLE' => 'Ejemplo de Grupo de Cotización',
|
||||
'LBL_INVOICE_GROUP_SAMPLE' => 'Ejemplo de Grupo de Factura',
|
||||
'LBL_MARGIN_LEFT' => 'Margen Izquierdo',
|
||||
'LBL_MARGIN_RIGHT' => 'Margen Derecho',
|
||||
'LBL_MARGIN_TOP' => 'Margen Superior',
|
||||
'LBL_MARGIN_BOTTOM' => 'Margen Inferior',
|
||||
'LBL_MARGIN_HEADER' => 'Margen de Encabezado',
|
||||
'LBL_MARGIN_FOOTER' => 'Margen de Pie',
|
||||
'LBL_EDITVIEW_PANEL1' => 'Márgenes',
|
||||
'LBL_DETAILVIEW_PANEL1' => 'Márgenes',
|
||||
);
|
||||
// DISYTEL: Additional translations
|
||||
$mod_strings['LBL_ACTIVE'] = 'Activa';
|
||||
$mod_strings['LBL_QUOTE_SAMPLE'] = 'Ejemplo de Cotización';
|
||||
$mod_strings['LBL_INVOICE_SAMPLE'] = 'Ejemplo de Factura';
|
||||
$mod_strings['LBL_ACCOUNT_SAMPLE'] = 'Ejemplo de Cuenta';
|
||||
$mod_strings['LBL_CONTACT_SAMPLE'] = 'Ejemplo de Contacto';
|
||||
$mod_strings['LBL_LEAD_SAMPLE'] = 'Ejemplo de Cliente Potencial';
|
||||
$mod_strings['LBL_ANY_STREET'] = 'Cualquier Calle';
|
||||
$mod_strings['LBL_ANY_TOWN'] = 'Cualquier Ciudad';
|
||||
$mod_strings['LBL_ANY_WHERE'] = 'Cualquier Lugar';
|
||||
|
||||
?>
|
||||
|
|
74
modules/AOS_Product_Categories/language/es_es.lang.php
Normal file
74
modules/AOS_Product_Categories/language/es_es.lang.php
Normal file
|
@ -0,0 +1,74 @@
|
|||
<?php
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Categorías de Producto',
|
||||
'LBL_MODULE_NAME' => 'Categorías de Producto',
|
||||
'LBL_MODULE_TITLE' => 'Categorías de Producto',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mis Categorías de Producto',
|
||||
'LNK_NEW_RECORD' => 'Crear Categorías de Producto',
|
||||
'LNK_LIST' => 'Ver Categorías de Producto',
|
||||
'LNK_IMPORT_AOS_PRODUCT_CATEGORIES' => 'Importar Categorías de Producto',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Categorías de Producto',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver History',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOS_PRODUCT_CATEGORIES_SUBPANEL_TITLE' => 'Categorías de Producto',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nueva Categoría de Producto',
|
||||
'LBL_PARENT_CATEGORY' => 'Categoría Padre',
|
||||
'LBL_IS_PARENT' => "Es una categoría padre",
|
||||
'LBL_SUB_CATEGORIES' => "Sub categorías",
|
||||
'LBL_PRODUCT_CATEGORIES' => "Categoría Padre",
|
||||
'LBL_PRODUCT_CATEGORYS_NAME' => "Categoría Padre",
|
||||
);
|
|
@ -61,7 +61,10 @@ $mod_strings = array (
|
|||
'LBL_URL' => 'URL',
|
||||
'LBL_CONTACT' => 'Contacto',
|
||||
|
||||
'LBL_PRODUCT_IMAGE' => 'Product Image',
|
||||
'LBL_IMAGE_UPLOAD_FAIL' => 'ERROR: uploaded file exceeded the max filesize: max filesize: ',
|
||||
'LBL_PRODUCT_IMAGE' => 'Imagen del Producto',
|
||||
'LBL_IMAGE_UPLOAD_FAIL' => 'ERROR: el archivo subido excede el tamaño máximo: max filesize: ',
|
||||
);
|
||||
|
||||
$mod_strings['LBL_AOS_PRODUCT_CATEGORYS_NAME'] = 'Categoría de Producto';
|
||||
|
||||
?>
|
||||
|
|
|
@ -71,4 +71,8 @@ $mod_strings = array (
|
|||
'LBL_SERVICE_MODULE_NAME' => 'Servicios',
|
||||
'LBL_LIST_NUM' => 'No.',
|
||||
);
|
||||
|
||||
$mod_strings['LBL_PART_NUMBER'] = 'Nro de Parte';
|
||||
$mod_strings['LBL_PRODUCT_DESCRIPTION'] = 'Descripción';
|
||||
|
||||
?>
|
||||
|
|
|
@ -180,16 +180,25 @@ $mod_strings = array (
|
|||
'LBL_QUOTE_DATE' => 'Fecha de Cotización',
|
||||
'LBL_NO_TEMPLATE' => 'ERROR\nPor favor seleccione un formato editando la Cotización y seleccionando un formato de Cotización\nSi usted no ha creado un formato de Cotización, vaya al módulo de Formatos PDF y cree uno',
|
||||
|
||||
'LBL_SUBTOTAL_TAX_AMOUNT' => 'Subtotal + Tax',//pre shipping
|
||||
'LBL_EMAIL_PDF' => 'Email PDF',
|
||||
'LBL_SUBTOTAL_TAX_AMOUNT' => 'Subtotal + Impuestos',//pre shipping
|
||||
'LBL_EMAIL_PDF' => 'Enviar PDF por Email',
|
||||
|
||||
'LBL_ADD_GROUP' => 'Add Group',
|
||||
'LBL_DELETE_GROUP' => 'Delete Group',
|
||||
'LBL_GROUP_NAME' => 'Group Name',
|
||||
'LBL_GROUP_TOTAL' => 'Group Total',
|
||||
'LBL_ADD_GROUP' => 'Agregar Grupo',
|
||||
'LBL_DELETE_GROUP' => 'Eliminar Grupo',
|
||||
'LBL_GROUP_NAME' => 'Nombre de Grupo',
|
||||
'LBL_GROUP_TOTAL' => 'Total de Grupo',
|
||||
|
||||
'LBL_SHIPPING_TAX' => 'Shipping VAT',
|
||||
'LBL_SHIPPING_TAX_AMT' => 'Shipping Tax',
|
||||
'LBL_IMPORT_LINE_ITEMS' => 'Import Line Items',
|
||||
'LBL_SHIPPING_TAX' => 'Impuesto de Valor Agregado de Envío',
|
||||
'LBL_SHIPPING_TAX_AMT' => 'Impuesto de Envío',
|
||||
'LBL_IMPORT_LINE_ITEMS' => 'Importar Líneas de Items',
|
||||
);
|
||||
|
||||
$mod_strings['LBL_AOS_QUOTES_SUBPANEL_TITLE'] = 'Presupuestos';
|
||||
$mod_strings['LBL_QUOTE_NUMBER'] = 'Número de Presupuesto';
|
||||
$mod_strings['LBL_PART_NUMBER'] = 'Nro de Parte';
|
||||
$mod_strings['LBL_PRODUCT_DESCRIPTION'] = 'Descripción';
|
||||
$mod_strings['LBL_SERVICE_LIST_PRICE'] = 'Lista';
|
||||
$mod_strings['LBL_SERVICE_DISCOUNT'] = 'Descuento';
|
||||
$mod_strings['LBL_CREATE_OPPORTUNITY'] = 'Crear Oportunidad';
|
||||
|
||||
?>
|
||||
|
|
60
modules/AOW_Actions/language/es_es.lang.php
Normal file
60
modules/AOW_Actions/language/es_es.lang.php
Normal file
|
@ -0,0 +1,60 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenWorkflow, Automating SugarCRM.
|
||||
* @package Advanced OpenWorkflow for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
|
||||
'LBL_MODULE_NAME' => 'Acciones de WorkFlow',
|
||||
'LBL_MODULE_TITLE' => 'Acciones de WorkFlow',
|
||||
'LBL_AOW_WORKFLOW_ID' => 'ID de WorkFlow',
|
||||
'LBL_ACTION' => 'Acción',
|
||||
'LBL_PARAMETERS' => 'Parámetros',
|
||||
'LBL_SENDEMAIL' => 'Enviar Email',
|
||||
'LBL_CREATERECORD' => 'Crear Registro',
|
||||
'LBL_MODIFYRECORD' => 'Modificar Registro',
|
||||
'LBL_SELECT_ACTION' => 'Seleccionar Acción',
|
||||
'LBL_CREATE_EMAIL_TEMPLATE' => 'Crear',
|
||||
'LBL_RECORD_TYPE' => 'Tipo de Registro',
|
||||
'LBL_ADD_FIELD' => 'Agregar Campo',
|
||||
'LBL_ADD_RELATIONSHIP' => 'Agregar Relación',
|
||||
'LBL_EDIT_EMAIL_TEMPLATE' => 'Editar',
|
||||
'LBL_EMAIL' => 'Email',
|
||||
'LBL_EMAIL_TEMPLATE' => 'Plantilla de Email',
|
||||
'LBL_SETAPPROVAL' => 'Establecer Aprobación',
|
||||
'LBL_RELATE_WORKFLOW' => 'Relacionar con el Módulo de Workflow',
|
||||
|
||||
);
|
49
modules/AOW_Conditions/language/es_es.lang.php
Normal file
49
modules/AOW_Conditions/language/es_es.lang.php
Normal file
|
@ -0,0 +1,49 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenWorkflow, Automating SugarCRM.
|
||||
* @package Advanced OpenWorkflow for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
|
||||
'LBL_MODULE_NAME' => 'Condiciones de WorkFlow',
|
||||
'LBL_MODULE_TITLE' => 'Condiciones de WorkFlow',
|
||||
'LBL_FIELD' => 'Campo',
|
||||
'LBL_OPERATOR' => 'Operador',
|
||||
'LBL_VALUE_TYPE' => 'Tipo',
|
||||
'LBL_VALUE' => 'Valor',
|
||||
'LBL_ORDER' => 'Orden',
|
||||
'LBL_CONDITION_OPERATOR' => 'Operador de la Condición',
|
||||
'LBL_AOW_WORKFLOW_ID' => 'ID de WorkFlow',
|
||||
);
|
69
modules/AOW_Processed/language/es_es.lang.php
Normal file
69
modules/AOW_Processed/language/es_es.lang.php
Normal file
|
@ -0,0 +1,69 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenWorkflow, Automating SugarCRM.
|
||||
* @package Advanced OpenWorkflow for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Auditoría de Procesos',
|
||||
'LBL_MODULE_NAME' => 'Auditoría de Procesos',
|
||||
'LBL_MODULE_TITLE' => 'Auditoría de Procesos',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mi Auditoría de Procesos',
|
||||
'LNK_NEW_RECORD' => 'Crear Auditoría de Procesos',
|
||||
'LNK_LIST' => 'Ver Auditoría de Procesos',
|
||||
'LNK_IMPORT_FF_AOW_PROCESSED' => 'Importar Auditoría de Procesos',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Auditoría de Procesos',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Historial',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_FF_AOW_PROCESSED_SUBPANEL_TITLE' => 'Auditoría de Procesos',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nueva Auditoría de Procesos',
|
||||
'LBL_AOW__WORKFLOW_ID' => 'ID de WorkFlow',
|
||||
'LBL_AOW__WORKFLOW' => 'WorkFlow',
|
||||
'LBL_AOW_ACTION_ID' => 'ID de Acción',
|
||||
'LBL_AOW_ACTION' => 'Acción',
|
||||
'LBL_MODULE' => 'Módulo',
|
||||
'LBL_BEAN' => 'Registro',
|
||||
'LBL_STATUS' => 'Estado',
|
||||
'LNK_IMPORT_AOW_AOW_PROCESSED' => 'Importar Auditoría de Procesos',
|
||||
'LBL_AOW_AOW_PROCESSED_SUBPANEL_TITLE' => 'Auditoría de Procesos',
|
||||
'LNK_IMPORT_AOW_PROCESSED' => 'Importar Auditoría de Procesos',
|
||||
'LBL_AOW_PROCESSED_SUBPANEL_TITLE' => 'Auditoría de Procesos',
|
||||
'LBL_AOW_WORKFLOW' => 'Workflow',
|
||||
'LNK_NEW_WORKFLOW' => 'Crear WorkFlow',
|
||||
'LNK_WORKFLOW_LIST' => 'Ver WorkFlow',
|
||||
);
|
67
modules/AOW_WorkFlow/language/es_es.lang.php
Normal file
67
modules/AOW_WorkFlow/language/es_es.lang.php
Normal file
|
@ -0,0 +1,67 @@
|
|||
<?php
|
||||
/**
|
||||
* Advanced OpenWorkflow, Automating SugarCRM.
|
||||
* @package Advanced OpenWorkflow for SugarCRM
|
||||
* @copyright SalesAgility Ltd http://www.salesagility.com
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE
|
||||
* along with this program; if not, see http://www.gnu.org/licenses
|
||||
* or write to the Free Software Foundation,Inc., 51 Franklin Street,
|
||||
* Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
* @author SalesAgility <info@salesagility.com>
|
||||
*/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
|
||||
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de WorkFlow',
|
||||
'LBL_MODULE_NAME' => 'WorkFlow',
|
||||
'LBL_MODULE_TITLE' => 'WorkFlow',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mi Work Flow',
|
||||
'LNK_NEW_RECORD' => 'Crear WorkFlow',
|
||||
'LNK_LIST' => 'Ver WorkFlow',
|
||||
'LNK_PROCESSED_LIST' => 'Ver Process Audit',
|
||||
'LNK_IMPORT_AOW_WORKFLOW' => 'Importar WorkFlow',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar WorkFlow',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver History',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_AOW_WORKFLOW_SUBPANEL_TITLE' => 'WorkFlow',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nuevo WorkFlow',
|
||||
'LBL_FLOW_MODULE' => 'Módulo del WorkFlow',
|
||||
'LBL_STATUS' => 'Estado',
|
||||
'LBL_RUN_WHEN' => 'Momento de Ejecución',
|
||||
'LNK_IMPORT_AOW_WORKFLOW' => 'Importar WorkFlow',
|
||||
'LBL_AOW_WORKFLOW_SUBPANEL_TITLE' => 'WorkFlow',
|
||||
'LBL_CONDITION_LINES' => 'Condiciones',
|
||||
'LBL_ADD_CONDITION' => 'Agregar Condición',
|
||||
'LBL_ACTION_LINES' => 'Acciones',
|
||||
'LBL_ADD_ACTION' => 'Agregar Acción',
|
||||
'LBL_MULTIPLE_RUNS' => 'Ejecuciones Repetitivas',
|
||||
);
|
|
@ -1120,8 +1120,10 @@ $mod_strings = array (
|
|||
'LBL_FTS_DISABLED' => 'La búsqueda de texto completo ha sido desactivada debido a que el sistema no ha sido capaz de conectarse al motor de búsqueda.',
|
||||
'LBL_FTS_CONNECTION_INVALID' => 'Los parámetros del texto completo de la búsqueda que ha introducido no son válidos y pueden ralentizar el rendimiento del sistema. Por favor, actualice la configuración.',
|
||||
'MSG_RECONNECT_LOTUSLIVE' => 'Actualmente no se encuentra conectado a IBM SmartCloud. Conéctese al IBM SmartCloud mediante su perfil para poder tener acceso a las reuniones y ficheros de IBM SmartCloud.',
|
||||
'LBL_REPAIR_UPLOAD_FOLDER' => 'Remove missed files from upload directory',
|
||||
'LBL_REPAIR_UPLOAD_FOLDER_DESC' => 'Please note that removal can take a lot of time',
|
||||
'LBL_TOTAL_FILES' => 'Total files',
|
||||
'LBL_REMOVED_FILES' => 'Removed files',
|
||||
);
|
||||
'LBL_REPAIR_UPLOAD_FOLDER' => 'Eliminar archivos perdidos del directorio upload',
|
||||
'LBL_REPAIR_UPLOAD_FOLDER_DESC' => 'Note que la eliminación puede tomar mucho tiempo',
|
||||
'LBL_TOTAL_FILES' => 'Archivos Totales',
|
||||
'LBL_REMOVED_FILES' => 'Archivos Eliminados',
|
||||
);
|
||||
|
||||
$mod_strings['LBL_OOTB_SUGARFEEDS'] = 'Limpiar Tablas de SugarFeed';
|
|
@ -144,4 +144,7 @@ $mod_strings = array (
|
|||
'LBL_EXPORT_ASSIGNED_USER_NAME' => 'Asignado al usuario',
|
||||
'LBL_EXPORT_TEAM_COUNT' => 'Número de equipos',
|
||||
'LBL_CONTACT_HISTORY_SUBPANEL_TITLE' => 'Relación de contactos en Emails',
|
||||
'LBL_UPDATE_TEXT' => 'Actualizado',
|
||||
'LBL_INTERNAL' => 'Interno',
|
||||
'LBL_AOP_CASE_UPDATES' => 'Actualizaciones del Caso',
|
||||
);
|
107
modules/FP_events/language/es_es.lang.php
Normal file
107
modules/FP_events/language/es_es.lang.php
Normal file
|
@ -0,0 +1,107 @@
|
|||
<?php
|
||||
/*********************************************************************************
|
||||
* SugarCRM Community Edition is a customer relationship management program developed by
|
||||
* SugarCRM, Inc. Copyright (C) 2004-2013 SugarCRM Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it under
|
||||
* the terms of the GNU Affero General Public License version 3 as published by the
|
||||
* Free Software Foundation with the addition of the following permission added
|
||||
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
|
||||
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
|
||||
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
||||
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
||||
* details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License along with
|
||||
* this program; if not, see http://www.gnu.org/licenses or write to the Free
|
||||
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
||||
* 02110-1301 USA.
|
||||
*
|
||||
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
|
||||
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
|
||||
*
|
||||
* The interactive user interfaces in modified source and object code versions
|
||||
* of this program must display Appropriate Legal Notices, as required under
|
||||
* Section 5 of the GNU Affero General Public License version 3.
|
||||
*
|
||||
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
|
||||
* these Appropriate Legal Notices must retain the display of the "Powered by
|
||||
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
|
||||
* technical reasons, the Appropriate Legal Notices must display the words
|
||||
* "Powered by SugarCRM".
|
||||
********************************************************************************/
|
||||
|
||||
$mod_strings = array (
|
||||
'LBL_ASSIGNED_TO_ID' => 'ID Usuario Asignado',
|
||||
'LBL_ASSIGNED_TO_NAME' => 'Asignado a',
|
||||
'LBL_ID' => 'ID',
|
||||
'LBL_DATE_ENTERED' => 'Fecha de Creación',
|
||||
'LBL_DATE_MODIFIED' => 'Fecha de Modificación',
|
||||
'LBL_MODIFIED' => 'Modificado por',
|
||||
'LBL_MODIFIED_ID' => 'Modificado por ID',
|
||||
'LBL_MODIFIED_NAME' => 'Modificado por Nombre',
|
||||
'LBL_CREATED' => 'Creado por',
|
||||
'LBL_CREATED_ID' => 'Creado por ID',
|
||||
'LBL_DESCRIPTION' => 'Descripción',
|
||||
'LBL_DELETED' => 'Eliminado',
|
||||
'LBL_NAME' => 'Nombre',
|
||||
'LBL_CREATED_USER' => 'Creado por Usuario',
|
||||
'LBL_MODIFIED_USER' => 'Modificado por Usuario',
|
||||
'LBL_LIST_NAME' => 'Nombre',
|
||||
'LBL_EDIT_BUTTON' => 'Editar',
|
||||
'LBL_REMOVE' => 'Eliminar',
|
||||
'LBL_LIST_FORM_TITLE' => 'Lista de Eventos',
|
||||
'LBL_MODULE_NAME' => 'Evento',
|
||||
'LBL_MODULE_TITLE' => 'Evento',
|
||||
'LBL_HOMEPAGE_TITLE' => 'Mi Evento',
|
||||
'LNK_NEW_RECORD' => 'Crear Evento',
|
||||
'LNK_LIST' => 'Ver Eventos',
|
||||
'LNK_IMPORT_FP_EVENTS' => 'Importar Eventos',
|
||||
'LBL_SEARCH_FORM_TITLE' => 'Buscar Evento',
|
||||
'LBL_HISTORY_SUBPANEL_TITLE' => 'Ver Historial',
|
||||
'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Actividades',
|
||||
'LBL_FP_EVENTS_SUBPANEL_TITLE' => 'Evento',
|
||||
'LBL_NEW_FORM_TITLE' => 'Nuevo Evento',
|
||||
'LBL_LOCATION' => 'Ubicacion',
|
||||
'LBL_START_DATE' => 'Fecha de Inicio',
|
||||
'LBL_END_DATE' => 'Fecha/Hora de Fin',
|
||||
'LBL_BUDGET' => 'Presupuesto',
|
||||
'LBL_FP_EVENTS_FP_EXPENSES_1_FROM_FP_EXPENSES_TITLE' => 'Gastos',
|
||||
'LBL_DATE' => 'Fecha Inicial',
|
||||
'LBL_DATE_END' => 'Fecha Final',
|
||||
'LBL_DURATION' => 'Duración',
|
||||
'LBL_INVITE_TEMPLATES' => 'Plantilla de Email de Invitación',
|
||||
'LBL_INVITE_PDF' => 'Enviar Invitaciones',
|
||||
'LBL_EDITVIEW_PANEL1' => 'Detalles del Evento',
|
||||
'LBL_DEFAULT_SUBPANEL_TITLE' => 'Delegados',
|
||||
|
||||
'LBL_ACCEPT_REDIRECT' => 'Redirección URL de Aceptación',
|
||||
'LBL_DECLINE_REDIRECT' => 'Redirección URL de Rechazo',
|
||||
'LBL_SELECT_DELEGATES' => 'Seleccionar Delegados',
|
||||
'LBL_SELECT_DELEGATES_TITLE' => 'Seleccionar Delegados:-',
|
||||
'LBL_SELECT_DELEGATES_TARGET_LIST' => 'Lista de Público Objetivo',
|
||||
'LBL_SELECT_DELEGATES_TARGETS' => 'Público Objetivo',
|
||||
'LBL_SELECT_DELEGATES_CONTACTS' => 'Contactos',
|
||||
'LBL_SELECT_DELEGATES_LEADS' => 'Clientes Potenciales',
|
||||
'LBL_MANAGE_DELEGATES' => 'Manejar Delegados',
|
||||
'LBL_MANAGE_DELEGATES_TITLE' => 'Manejar Delegados:-',
|
||||
'LBL_MANAGE_ACCEPTANCES' => 'Manejar Aceptaciones',
|
||||
'LBL_MANAGE_ACCEPTANCES_TITLE' => 'Manejar Aceptaciones:-',
|
||||
'LBL_MANAGE_ACCEPTANCES_ACCEPTED' => 'Aceptado',
|
||||
'LBL_MANAGE_ACCEPTANCES_DECLINED' => 'Rechazado',
|
||||
'LBL_MANAGE_POPUP_ERROR' => 'No se seleccionaron delegados.',
|
||||
'LBL_MANAGE_DELEGATES_INVITED' => 'Invitados',
|
||||
'LBL_MANAGE_DELEGATES_NOT_INVITED' => 'No Invitados',
|
||||
'LBL_MANAGE_DELEGATES_ATTENDED' => 'Asistentes',
|
||||
'LBL_MANAGE_DELEGATES_NOT_ATTENDED' => 'No Asistentes',
|
||||
'LBL_SUCCESS_MSG' => 'Todas las invitaciones fueron enviadas exitosamente.',
|
||||
'LBL_ERROR_MSG_1' => 'Todos los contactos relacionados ya fueron invitados.',
|
||||
'LBL_ERROR_MSG_2' => 'El envío de emails de invitación falló! Por favor verifique su configuración de email.',
|
||||
'LBL_ERROR_MSG_3' => 'Falló el envío de más de 10 emails. Por favor verifique que todos los contactos que está invitando tienen dirección de email correcta (vea el log de errores)',
|
||||
'LBL_ERROR_MSG_4' => ' emails fallaron al intentar enviarlos. Por favor verifique que todos los contactos que está invitando tienen dirección de email correcta (vea el log de errores)',
|
||||
'LBL_FP_EVENT_LOCATIONS_FP_EVENTS_1_FROM_FP_EVENT_LOCATIONS_TITLE' => 'Ubicación',
|
||||
);
|
||||
//LBL_ERROR_MSG_4 Begins with a number(controller.php line 581) for example 10 emails have failed to send.
|
Loading…
Reference in a new issue