33 lines
1.4 KiB
PHP
33 lines
1.4 KiB
PHP
|
|
<?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_ProjectMilestone' => 'احداث المشروع',
|
||
|
|
'LBL_ADD_RECORD' => 'اضافة حدث للمشروع',
|
||
|
|
'LBL_RECORDS_LIST' => 'قائمة احداث المشاريع',
|
||
|
|
'LBL_PROJECTS_LIST' => 'قائمة المشاريع',
|
||
|
|
'LBL_TASKS_LIST' => 'قائمة المهام',
|
||
|
|
'LBL_MILESTONES_LIST' => 'قائمة المعالم',
|
||
|
|
|
||
|
|
// Blocks
|
||
|
|
'LBL_PROJECT_MILESTONE_INFORMATION' => 'تفاصيل احداث المشروع',
|
||
|
|
|
||
|
|
//Field Labels
|
||
|
|
'Project Milestone Name' => 'اسم حدث المشروع',
|
||
|
|
'Milestone Date' => 'تاريخ حدث المشروع',
|
||
|
|
'Project Milestone No' => 'رقم حدث المشروع',
|
||
|
|
'Type' => 'النوع',
|
||
|
|
'Related to' => 'المتعلقة',
|
||
|
|
//picklist values
|
||
|
|
'administrative' => 'إداري',
|
||
|
|
'operative' => 'المنطوق',
|
||
|
|
'other' => 'آخر',
|
||
|
|
|
||
|
|
);
|