[ 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 'Leads' => 'Leads' , 12 'SINGLE_Leads' => 'Lead' , 13 'LBL_RECORDS_LIST' => 'Leads List' , 14 'LBL_ADD_RECORD' => 'Add Lead' , 15 'LBL_LEAD_INFORMATION' => 'Lead' , 16 'Lead No' => 'Lead Nr.' , 17 'Company' => 'Organisation' , 18 'Designation' => 'Funktion' , 19 'Website' => 'Webseite' , 20 'Industry' => 'Branche' , 21 'Lead Status' => 'Leadstatus' , 22 'No Of Employees' => 'Anzahl Mitarbeiter' , 23 '--None--' => '--ohne--' , 24 'Mr.' => 'Sehr geehrter Herr' , 25 'Ms.' => 'Sehr geehrte Frau' , 26 'Mrs.' => 'Sehr geehrte Frau' , 27 'Dr.' => 'Sehr geehrter Herr Dr.' , 28 'Prof.' => 'Sehr geehrter Herr Prof.' , 29 'Attempted to Contact' => 'Kontaktierung versucht' , 30 'Cold' => 'kalt' , 31 'Contact in Future' => 'in der Zukunft kontaktieren' , 32 'Contacted' => 'kontaktiert' , 33 'Hot' => 'heiss' , 34 'Hot Leads' => 'Hot Leads', 35 'Junk Lead' => 'wertloser Lead' , 36 'Lost Lead' => 'Lead verloren' , 37 'Not Contacted' => 'Nicht kontaktiert' , 38 'Pre Qualified' => 'vorqualifiziert' , 39 'Qualified' => 'qualifiziert' , 40 'Warm' => 'warm' , 41 'LBL_CONVERT_LEAD' => 'Lead umwandeln:' , 42 'LBL_TRANSFER_RELATED_RECORD' => 'Transfer related record to' , 43 'LBL_CONVERT_LEAD_ERROR' => 'You have to enable either Organization or Contact to convert the Lead', 44 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modules Disabled' , 45 'CANNOT_CONVERT' => 'Umwandlung nicht möglich' , 46 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Folgende könnten mögliche Gründe sein', 47 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Alle Pflichtfelder sind nicht zugeordnet', 48 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Einige Pflichtfelder sind leer', 49 'LBL_LEADS_FIELD_MAPPING' => 'Zuordnung der benutzerdefinierten Lead Felder', 50 'LBL_CUSTOM_FIELD_MAPPING' => 'Edit Field Mapping' , 51 52 ); 53 $jsLanguageStrings = array( 54 'JS_SELECT_CONTACTS' => 'Select Contacts to proceed' , 55 'JS_SELECT_ORGANIZATION' => 'Select Organization to proceed', 56 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Conversion requires selection of Contact or Organization', 57 );
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 |