[ 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 'SINGLE_ProjectTask' => 'مهام المشروع', 13 'LBL_ADD_RECORD' => 'اضافة مهام للمشروع', 14 'LBL_RECORDS_LIST' => 'قائمة مهام المشروع', 15 16 // Blocks 17 'LBL_PROJECT_TASK_INFORMATION' => 'تفاصيل مهام المشروع', 18 'LBL_PROJECTS_LIST' => 'قائمة المشاريع', 19 'LBL_TASKS_LIST' => 'قائمة المهام', 20 'LBL_MILESTONES_LIST'=> 'قائمة المعالم' , 21 22 //Field Labels 23 'Project Task Name' => 'المشروع اسم المهمة', 24 'Project Task No' => 'عدد المهام المشروع', 25 'Project Task Number' => 'عدد المهام المشروع', 26 'Status' => 'حالة', 27 'Priority' => 'أفضلية', 28 'Progress' => 'تقدم', 29 'Type'=>'نوع', 30 'Worked Hours'=>'ساعات العمل', 31 'Start Date'=>'بدء التسجيل', 32 'End Date'=>'تاريخ نهاية', 33 'Related To' => 'ذات الصلة ل', 34 'administrative' => 'إداري', 35 'operative' => 'المنطوق', 36 'other' => 'آخر', 37 'low' => 'منخفض', 38 'normal' => 'طبيعي', 39 'high' => 'ارتفاع', 40 'Created Time' => 'خلقت وقت', 41 'Modified Time' => 'التوقيت تعديل', 42 'description' => 'وصف', 43 'Assigned To' => 'تعيين ل', 44 'Open' => 'فتح', 45 'In Progress' => 'في التقدم', 46 'Completed' => 'الانتهاء', 47 'Deferred' => 'تأجيل', 48 'Canceled ' => 'ألغيت', 49 );
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 |