[ 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 ************************************************************************************/ 10 $languageStrings = array( 11 'Contacts' => 'Contactos' , 12 'SINGLE_Contacts' => 'Contacto' , 13 'LBL_ADD_RECORD' => 'Agregar Contacto' , 14 'LBL_RECORDS_LIST' => 'Lista de Contactos' , 15 'LBL_CONTACT_INFORMATION' => 'Datos Personales' , 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Información del Cliente' , 17 'LBL_IMAGE_INFORMATION' => 'Información de Foto del Contacto:', 18 'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address' , // TODO: Review 19 'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address' , // TODO: Review 20 'Office Phone' => 'Tel. Empresa' , 21 'Home Phone' => 'Tel. Particular' , 22 'Title' => 'Cargo' , 23 'Department' => 'Departamento' , 24 'Birthdate' => 'Fecha de Nacimiento' , 25 'Reports To' => 'Informa a' , 26 'Assistant' => 'Secretaria' , 27 'Assistant Phone' => 'Teléfono de la Secretaria' , 28 'Do Not Call' => 'No Llamar por Teléfono' , 29 'Reference' => 'Referencias' , 30 'Portal User' => 'Usuario de Portal' , 31 'Mailing Street' => 'Dirección (Factura)' , 32 'Mailing City' => 'Deleg./Mpio. (Factura)' , 33 'Mailing State' => 'Estado (Factura)' , 34 'Mailing Zip' => 'Código Postal (Factura)' , 35 'Mailing Country' => 'País (Factura)' , 36 'Mailing Po Box' => 'Colonia (Factura)' , 37 'Other Street' => 'Dirección (Envío)' , 38 'Other City' => 'Deleg./Mpio. (Envío)' , 39 'Other State' => 'Estado (Envío)' , 40 'Other Zip' => 'Código Postal (Envío)' , 41 'Other Country' => 'País (Envío)' , 42 'Other Po Box' => 'Colonia (Envío)' , 43 'Contact Image' => 'Imagen del Contacto' , 44 'Mr.' => 'Sr.' , 45 'Ms.' => 'Sra.' , 46 'Mrs.' => 'Srta.' , 47 'Dr.' => 'Dr.' , 48 'Prof.' => 'Prof.' , 49 'User List' => 'Lista de Usuarios' , 50 'Contact Id' => 'Contacto Id', 51 'Support Start Date' => 'Soporte Fecha de Inicio' , 52 'Support End Date' => 'Soporte Fecha de finalización', 53 ); 54 $jsLanguageStrings = array( 55 );
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 |