[ 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 'Vendors' => 'Proveedores' , 15 'SINGLE_Vendors' => 'Proveedor' , 16 'LBL_ADD_RECORD' => 'Agregar Proveedor' , 17 'LBL_RECORDS_LIST' => 'Lista de proveedores' , 18 'LBL_VENDOR_INFORMATION' => 'Información sobre Proveedores:', 19 'LBL_VENDOR_ADDRESS_INFORMATION' => 'Información sobre la Dirección:', 20 'Vendor Name' => 'Proveedor' , 21 'Vendor No' => 'Núm. Proveedor' , 22 'Website' => 'Página Web' , 23 'GL Account' => 'Cuenta Contable' , 24 '300-Sales-Software' => '300-Ventas-Software' , 25 '301-Sales-Hardware' => '301-Ventas-Hardware' , 26 '302-Rental-Income' => '302-Ingreso-Alquiler' , 27 '303-Interest-Income' => '303-Ingreso-Intereses' , 28 '304-Sales-Software-Support' => '304-Ventas-Software-Soporte' , 29 '305-Sales Other' => '305-Ventas-Otros' , 30 '306-Internet Sales' => '306-Ventas-Internet' , 31 '307-Service-Hardware Labor' => '307-Instalación de Hardware-Ventas', 32 '308-Sales-Books' => '308-Ventas-Libros' , 33 ); 34 $jsLanguageStrings = array( 35 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Seguro que lo quieres borrar?', 36 'LBL_DELETE_CONFIRMATION' => 'Borrando a este proveedor, se eliminarán también sus ordenes de compra relacionadas; Estas seguro que deseas eliminar a este proveedor?', 37 'LBL_MASS_DELETE_CONFIRMATION' => 'Borrando a estos proveedores, se eliminarán también sus ordenes de compra relacionadas; Estas seguro que deseas eliminar estos proveedores?', 38 );
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 |