[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /************************************************************************************ 3 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 4 * ("License"); You may not use this file except in compliance with the License 5 * The Original Code is: vtiger CRM Open Source 6 * The Initial Developer of the Original Code is vtiger. 7 * Portions created by vtiger are Copyright (C) vtiger. 8 * All Rights Reserved. 9 * Author : Francisco Hernandez Odin Consultores S de RL de CV 10 * Author : www.odin.mx 11 * Author : Proudly, the best Vtiger's Partner in Mexico 12 ************************************************************************************/ 13 $languageStrings = array( 14 'Accounts' => 'Cuentas' , 15 'SINGLE_Accounts' => 'Cuenta' , 16 'LBL_ADD_RECORD' => 'Agregar cuenta ' , 17 'LBL_RECORDS_LIST' => 'Lista de Cuentas' , 18 'LBL_ACCOUNT_INFORMATION' => 'Información de la Cuenta' , 19 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Mostrar Jerarquía de Cuentas', 20 'industry' => 'Actividad' , 21 'Account Name' => 'Nombre de la Cuenta' , 22 'Account No' => 'Núm. Cuenta' , 23 'Website' => 'Página Web' , 24 'Ticker Symbol' => 'Símbolo de bolsa' , 25 'Member Of' => 'Miembro de' , 26 'Employees' => 'Empleados' , 27 'Ownership' => 'Propietario' , 28 'SIC Code' => 'RFC' , 29 'Other Email' => 'Email (Alternativo)' , 30 'Analyst' => 'Analista' , 31 'Competitor' => 'Competencia' , 32 'Customer' => 'Cliente' , 33 'Integrator' => 'Integrador' , 34 'Investor' => 'Inversionista' , 35 'Press' => 'Prensa' , 36 'Prospect' => 'Prospecto' , 37 'Prospect Accounts' =>'Cuentas Prospect', 38 'Reseller' => 'Revendedor' , 39 'LBL_START_DATE' => 'Inicio' , 40 'LBL_END_DATE' => 'Vencimiento' , 41 'LBL_DUPLICATES_EXIST' => 'El nombre de esta cuenta ya existe', 42 'LBL_COPY_SHIPPING_ADDRESS' => 'Copiar Dirección de Envío' , // TODO: Review 43 'LBL_COPY_BILLING_ADDRESS' => 'Copiar Dirección de Factura' , // TODO: Review 44 ); 45 $jsLanguageStrings = array( 46 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Seguro que lo quieres borrar?', 47 'LBL_DELETE_CONFIRMATION' => 'Eliminando esta cuenta, se eliminarán también todas las oportunidades y cotizaciones relacionadas. ¿Estás seguro de que quieres eliminar esta cuenta?', 48 'LBL_MASS_DELETE_CONFIRMATION' => 'Eliminando esta cuenta, se eliminarán también todas las oportunidades y cotizaciones relacionadas. ¿Estás seguro de que quieres eliminar estas cuentas?', 49 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |