[ 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 'Potentials' => 'الفرص', 13 'SINGLE_Potentials' => 'الفرصة', 14 'LBL_ADD_RECORD' => 'اضافة فرصة', 15 'LBL_RECORDS_LIST' => 'قائمة الفرص', 16 17 // Blocks 18 'LBL_OPPORTUNITY_INFORMATION' => 'تفاصيل الفرصة', 19 20 //Field Labels 21 'Potential No' => 'رقم الفرصة', 22 'Amount' => 'المبلغ', 23 'Next Step' => 'الخطوة التالية', 24 'Sales Stage' => 'مرحلة المبيعات', 25 'Probability' => 'احتمال', 26 'Campaign Source' => 'مصدر الحملة', 27 'Forecast Amount' => 'المبلغ المتوقع', 28 29 //Dashboard widgets 30 'Funnel' => 'مركز المبيعات', 31 'Potentials by Stage' => 'الفرص من خلال المرحلة', 32 'Total Revenue' => 'الإيرادات عن طريق مندوب المبيعات', 33 'Top Potentials' => 'اعلى الفرص', 34 'Forecast' => 'توقعات المبيعات', 35 36 //Added for Existing Picklist Strings 37 38 'Prospecting'=>'تنقيب', 39 'Qualification'=>'مؤهل', 40 'Needs Analysis'=>'تحليل الاحتياجات', 41 'Value Proposition'=>'قيمة الاقتراح', 42 'Id. Decision Makers'=>'تحديد صانع القرار', 43 'Perception Analysis'=>'تحليل الادراك', 44 'Proposal/Price Quote'=>'اقتراح \ عرض', 45 'Negotiation/Review'=>'محادثة \ مراجعة', 46 'Closed Won'=>'مغلق ناجح', 47 'Closed Lost'=>'مغلق خاسر', 48 49 '--None--'=>'--لاشئ--', 50 'Existing Business'=>'الاعمال الحالية', 51 'New Business'=>'الاعمال الجديدة', 52 'LBL_EXPECTED_CLOSE_DATE_ON' => 'من المتوقع ان يغلق على', 53 54 //widgets headers 55 'LBL_RELATED_CONTACTS' => 'جهات الاتصال المتعلقة', 56 'LBL_RELATED_PRODUCTS' => 'المنتجات المتعلقة', 57 'Potentials Won' => 'إمكانات فاز', 58 );
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 |