[ 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' => 'Personen' , 12 'SINGLE_Contacts' => 'Person' , 13 'LBL_ADD_RECORD' => 'Add Contact' , 14 'LBL_RECORDS_LIST' => 'Contacts List' , 15 'LBL_CONTACT_INFORMATION' => 'Person' , 16 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Kundenportal' , 17 'LBL_IMAGE_INFORMATION' => 'Bild vom Kontakt' , 18 'LBL_COPY_OTHER_ADDRESS' => 'Copy Other Address' , 19 'LBL_COPY_MAILING_ADDRESS' => 'Copy Mailing Address' , 20 'Office Phone' => 'Tel. direkt' , 21 'Home Phone' => 'Telefon privat' , 22 'Title' => 'Funktion' , 23 'Department' => 'Abteilung' , 24 'Birthdate' => 'Geburtsdatum' , 25 'Reports To' => 'Vorgesetzter' , 26 'Assistant' => 'Assistent' , 27 'Assistant Phone' => 'Telefon Assistent' , 28 'Do Not Call' => 'nicht anrufen' , 29 'Reference' => 'Referenz' , 30 'Portal User' => 'Portal Nutzer' , 31 'Mailing Street' => 'Straße' , 32 'Mailing City' => 'Ort' , 33 'Mailing State' => 'Bundesland' , 34 'Mailing Zip' => 'PLZ' , 35 'Mailing Country' => 'Land' , 36 'Mailing Po Box' => 'Mailing-Postfach' , 37 'Other Street' => 'weitere Straße' , 38 'Other City' => 'weiterer Ort' , 39 'Other State' => 'weiteres Bundesland' , 40 'Other Zip' => 'weitere PLZ' , 41 'Other Country' => 'weiteres Land' , 42 'Other Po Box' => 'Other P.O. Box' , 43 'Contact Image' => 'Photo' , 44 'Mr.' => 'Sehr geehrter Herr' , 45 'Ms.' => 'Sehr geehrte Frau' , 46 'Mrs.' => 'Sehr geehrte Frau' , 47 'Dr.' => 'Sehr geehrter Herr Dr.' , 48 'Prof.' => 'Sehr geehrter Herr Prof.' , 49 'User List' => 'Nutzerliste' , 50 'Contact Id' => 'Person Id', 51 'Support Start Date' => 'Support-Startdatum' , 52 'Support End Date' => 'Support-Ende Datum' , 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 |