[ 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 'Campaigns' => 'Campanii' , 12 'SINGLE_Campaigns' => 'Campanie' , 13 'LBL_ADD_RECORD' => 'Add Campaign' , 14 'LBL_RECORDS_LIST' => 'Campaigns List' , 15 'LBL_CAMPAIGN_INFORMATION' => 'Info Campanie' , 16 'LBL_EXPECTATIONS_AND_ACTUALS' => 'Asteptari si realitate' , 17 'Campaign Name' => 'Nume Campanie' , 18 'Campaign No' => 'ID Campanie' , 19 'Campaign Type' => 'Tip Campanie' , 20 'Product' => 'Produs' , 21 'Campaign Status' => 'Stare Campanie' , 22 'Num Sent' => 'Numar trimis' , 23 'Sponsor' => 'Sponsor' , 24 'Target Audience' => 'Audienta tinta' , 25 'TargetSize' => 'Dimensiuni tinta' , 26 'Expected Response' => 'Raspuns asteptat' , 27 'Expected Revenue' => 'Venit preconizat' , 28 'Budget Cost' => 'Cost buget' , 29 'Actual Cost' => 'Cost real' , 30 'Expected Response Count' => 'Rata raspuns preconizata' , 31 'Expected Sales Count' => 'Nr preconizat vanzari' , 32 'Expected ROI' => 'ROI preconizat' , 33 'Actual Response Count' => 'Rata reala raspuns' , 34 'Actual Sales Count' => 'Numar real vanzari' , 35 'Actual ROI' => 'ROI real' , 36 'Webinar' => 'Webinar' , 37 'Referral Program' => 'Program trimitere' , 38 'Advertisement' => 'Publicitate' , 39 'Banner Ads' => 'Reclama baner' , 40 'Direct Mail' => 'Mailing direct' , 41 'Telemarketing' => 'Telemarketing' , 42 'Others' => 'Altele' , 43 'Planning' => 'Planificare' , 44 'Inactive' => 'Inactiv' , 45 'Complete' => 'Complet' , 46 'Cancelled' => 'Anulat' , 47 'Excellent' => 'Excelent' , 48 'Good' => 'Bun' , 49 'Average' => 'Mediu' , 50 'Poor' => 'Slab' , 51 '--None--' => '--Nimic--' , 52 'Contacted - Successful' => 'Contacted - Successful' , 53 'Contacted - Unsuccessful' => 'Contacted - Unsuccessful' , 54 'Contacted - Never Contact Again' => 'Contacted - Never Contact Again', 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 |