[ 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' => 'Contatti' , 12 'SINGLE_Contacts' => 'Contatto' , 13 'LBL_ADD_RECORD' => 'Add Contact' , 14 'LBL_RECORDS_LIST' => 'Contacts List' , 15 'LBL_CONTACT_INFORMATION' => 'Informazioni Contatto' , 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Informazioni Portale Clienti', 17 'LBL_IMAGE_INFORMATION' => 'Informazioni Immagine Contatto:', 18 'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address' , // TODO: Review 19 'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address' , // TODO: Review 20 'Office Phone' => 'Telefono Ufficio' , 21 'Home Phone' => 'Telefono Casa' , 22 'Title' => 'Titolo' , 23 'Department' => 'Dipartimento' , 24 'Birthdate' => 'Compleanno' , 25 'Reports To' => 'Riporta a' , 26 'Assistant' => 'Assistente' , 27 'Assistant Phone' => 'Telefono Assistente' , 28 'Do Not Call' => 'Non Chiamare' , 29 'Reference' => 'Riferimento' , 30 'Portal User' => 'Utente Portale' , 31 'Mailing Street' => 'Via (spedizione)' , 32 'Mailing City' => 'Città (spedizione)' , 33 'Mailing State' => 'Provincia (spedizione)' , 34 'Mailing Zip' => 'CAP (spedizione)' , 35 'Mailing Country' => 'Stato (spedizione)' , 36 'Mailing Po Box' => 'Casella postale di mailing' , 37 'Other Street' => 'Altra Via' , 38 'Other City' => 'Altra Città' , 39 'Other State' => 'Altra Provincia' , 40 'Other Zip' => 'Altro CAP' , 41 'Other Country' => 'Altro Stato' , 42 'Other Po Box' => 'Other P.O. Box' , 43 'Contact Image' => 'Immagine Contatto' , 44 'Mr.' => 'Sig.' , 45 'Ms.' => 'Sig.ra' , 46 'Mrs.' => 'Sig.ina' , 47 'Dr.' => 'Dr.' , 48 'Prof.' => 'Prof.' , 49 'User List' => 'Lista Utente' , 50 'Contact Id' => 'Contatto Id', 51 'Support Start Date' => 'Supporto Data di inizio' , 52 'Support End Date' => 'Data di supporto End' , 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 |