[ 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 // Basic Strings 12 'Leads' => 'Leads', 13 'SINGLE_Leads' => 'Lead', 14 'LBL_RECORDS_LIST' => 'Leadslista', 15 'LBL_ADD_RECORD' => 'Lägg till Lead', 16 17 // Blocks 18 'LBL_LEAD_INFORMATION' => 'Leaduppgifter', 19 20 //Field Labels 21 'Lead No' => 'Leadnummer', 22 'Company' => 'Företag', 23 'Designation' => 'Designation', 24 'Website' => 'Hemsida', 25 'Industry' => 'Industri', 26 'Lead Status' => 'Lead Status', 27 'No Of Employees' => 'Antal anställda', 28 'Phone' => 'Primär Telefon', 29 'Secondary Email' => 'Sekundär E-post', 30 'Email' => 'Primär E-post', 31 32 //Added for Existing Picklist Entries 33 34 '--None--'=>'--None--', 35 'Mr.'=>'Herr', 36 'Ms.'=>'Fru', 37 'Mrs.'=>'Fröken', 38 'Dr.'=>'Dr.', 39 'Prof.'=>'Prof.', 40 41 //Lead Status Picklist values 42 'Attempted to Contact'=>'Försökt att Kontakta', 43 'Cold'=>'Kall', 44 'Contact in Future'=>'Kontakta i framtiden', 45 'Contacted'=>'Kontaktad', 46 'Hot'=>'Het', 47 'Junk Lead'=>'Skrot Lead', 48 'Lost Lead'=>'Förlorad Lead', 49 'Not Contacted'=>'Inte än Kontaktad', 50 'Pre Qualified'=>'Förkvalificerad', 51 'Qualified'=>'Kvalificerad', 52 'Warm'=>'Varm', 53 54 // Mass Action 55 'LBL_CONVERT_LEAD' => 'Konvertad Lead', 56 57 //Convert Lead 58 'LBL_TRANSFER_RELATED_RECORD' => 'Överför relaterad post till', 59 'LBL_CONVERT_LEAD_ERROR' => 'Du måste aktivera antingen organisation eller Kontakt för att konvertera Lead', 60 'LBL_CONVERT_LEAD_ERROR_TITLE' => 'Modul inaktiverad', 61 'CANNOT_CONVERT' => 'Kan inte konvertera', 62 'LBL_FOLLOWING_ARE_POSSIBLE_REASONS' => 'Möjliga orsaker inkluderar:', 63 'LBL_LEADS_FIELD_MAPPING_INCOMPLETE' => 'Leads Fältmappning är ofullständig (Inställningar> Modul Manager> Leads> Leads Fältmappning)', 64 'LBL_MANDATORY_FIELDS_ARE_EMPTY' => 'Obligatoriska fält är tomma', 65 'LBL_LEADS_FIELD_MAPPING' => 'Leads Fält Mapping', 66 67 //Leads Custom Field Mapping 68 'LBL_CUSTOM_FIELD_MAPPING'=> 'Redigera Fält Mapping', 69 'LBL_LEAD_SOURCE' => 'Lead Källa' 70 ); 71 $jsLanguageStrings = array( 72 'JS_SELECT_CONTACTS' => 'Välj Kontakter för att gå vidare', 73 'JS_SELECT_ORGANIZATION' => 'Välj Organisation för att gå vidare', 74 'JS_SELECT_ORGANIZATION_OR_CONTACT_TO_CONVERT_LEAD' => 'Konverteringen kräver val av Kontakt eller Organisation' 75 );
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 |