Files
crm.clientright.ru/languages/ar_ae/ProjectTask.php

50 lines
2.1 KiB
PHP
Raw Permalink Normal View History

<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*************************************************************************************/
$languageStrings = array(
// Basic Strings
'SINGLE_ProjectTask' => 'مهام المشروع',
'LBL_ADD_RECORD' => 'اضافة مهام للمشروع',
'LBL_RECORDS_LIST' => 'قائمة مهام المشروع',
// Blocks
'LBL_PROJECT_TASK_INFORMATION' => 'تفاصيل مهام المشروع',
'LBL_PROJECTS_LIST' => 'قائمة المشاريع',
'LBL_TASKS_LIST' => 'قائمة المهام',
'LBL_MILESTONES_LIST'=> 'قائمة المعالم' ,
//Field Labels
'Project Task Name' => 'المشروع اسم المهمة',
'Project Task No' => 'عدد المهام المشروع',
'Project Task Number' => 'عدد المهام المشروع',
'Status' => 'حالة',
'Priority' => 'أفضلية',
'Progress' => 'تقدم',
'Type'=>'نوع',
'Worked Hours'=>'ساعات العمل',
'Start Date'=>'بدء التسجيل',
'End Date'=>'تاريخ نهاية',
'Related to' => 'ذات الصلة ل',
'administrative' => 'إداري',
'operative' => 'المنطوق',
'other' => 'آخر',
'low' => 'منخفض',
'normal' => 'طبيعي',
'high' => 'ارتفاع',
'Created Time' => 'خلقت وقت',
'Modified Time' => 'التوقيت تعديل',
'description' => 'وصف',
'Assigned To' => 'تعيين ل',
'Open' => 'فتح',
'In Progress' => 'في التقدم',
'Completed' => 'الانتهاء',
'Deferred' => 'تأجيل',
'Canceled ' => 'ألغيت',
'LBL_NO_DATE_VALUE_MSG' => 'أو مهام المشروع لا يكون البدء و / أو تاريخ الانتهاء',
);