[ 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 'Accounts' => 'المنظمات', 13 'SINGLE_Accounts' => 'منظمة', 14 'LBL_ADD_RECORD' => 'اضافة منظمة', 15 'LBL_RECORDS_LIST' => 'قائمة المنظمة', 16 17 // Blocks 18 'LBL_ACCOUNT_INFORMATION' => 'تفاصيل المنظمة', 19 20 // Mass Action 21 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'التسلسل الهرمي للمنظمة', 22 23 //Field Labels 24 'industry' => 'صناعة', 25 'Account Name' => 'اسم المنظمة', 26 'Account No' => 'رقم المنظمة', 27 'Website' => 'الموقع الالكتروني', 28 'Ticker Symbol' => 'رمز السهم', 29 'Member Of' => 'عضو في', 30 'Employees' => 'الموظفين', 31 'Ownership' => 'المالك', 32 'SIC Code' => 'SIC كود', 33 'Other Email' => 'البريد الالكتروني الثانوي', 34 'Other Phone' => 'الهاتف الثانوي', 35 'Phone' => 'الهاتف الرئيسي', 36 'Email' => 'البريد الالكتروني الرئيسي', 37 38 //Added for existing picklist entries 39 40 'Analyst'=>'محلل', 41 'Competitor'=>'منافس', 42 'Customer'=>'زبون', 43 'Integrator'=>'موحد', 44 'Investor'=>'مستثمر', 45 'Press'=>'ضغط', 46 'Prospect'=>'احتمال', 47 'Prospect Accounts'=>'حسابات احتمال', 48 'Reseller'=>'بائع تجزئة', 49 'LBL_START_DATE' => 'تاريخ البدء', 50 'LBL_END_DATE' => 'تاريخ الانتهاء', 51 52 //Duplication error message 53 'LBL_DUPLICATES_EXIST' => 'اسم المنظمة موجود مسبقا', 54 'LBL_COPY_SHIPPING_ADDRESS' => 'نسخص عنوان الشحن', 55 'LBL_COPY_BILLING_ADDRESS' => 'نسخص عنوان الدفع', 56 ); 57 58 $jsLanguageStrings = array( 59 'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'هل أنت متأكد أنك تريد حذف؟', 60 'LBL_DELETE_CONFIRMATION' => 'سيؤدي حذف هذه المنظمة الى إزالة الفرص و العروض المرتبطة بها. هل أنت متأكد أنك تريد حذف هذه المنظمة؟', 61 'LBL_MASS_DELETE_CONFIRMATION' => 'سيؤدي حذف هذه المنظمة الى إزالة الفرص والعروض المرتبطة بها. هل أنت متأكد أنك تريد حذف السجلات المحددة؟', 62 'JS_DUPLICTAE_CREATION_CONFIRMATION' => 'اسم المؤسسة موجود مسبقا. هل تريد إنشاء سجل مكرر؟' 63 );
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 |