/
var
/
www
/
html
/
sugardemo
/
modules
/
ContractTypes
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ /********************************************************************************* * Description: Defines the English language pack for the base application. * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. * All Rights Reserved. * Contributor(s): ______________________________________.. ********************************************************************************/ $mod_strings = [ 'LBL_ID' => 'المعرّف', 'LBL_DATE_ENTERED' => 'تاريخ الإدخال', 'LBL_DATE_MODIFIED' => 'تاريخ التعديل', 'LBL_MODIFIED_USER_ID' => 'معرّف المستخدم المعدل', 'LBL_CREATED_BY' => 'تم الإنشاء بواسطة', 'LBL_DELETED' => 'تم الحذف', 'LBL_DOCUMENTS' => 'المستندات', 'LBL_TYPE_NAME' => 'اسم النوع', 'LBL_MODULE_NAME' => 'نوع العقد', 'LBL_MODULE_NAME_SINGULAR' => 'نوع العقد', 'LBL_MODULE_TITLE' => 'أنواع العقود', 'LBL_LIST_FORM_TITLE' => 'أنواع العقود', 'LBL_CONTRACT_TYPE' => 'نوع العقد', 'LBL_LIST_ORDER' => 'ترتيب القائمة:', 'LNK_CONTRACTTYPE_LIST' => 'عرض أنواع العقود', 'LNK_NEW_CONTRACTTYPE' => 'إنشاء نوع عقد', 'LBL_LIST_NAME' => 'الاسم', 'LBL_LIST_LIST_ORDER' => 'ترتيب القائمة', 'LBL_NAME' => 'الاسم:', 'NTC_DELETE_CONFIRMATION' => 'حذف نوع العقد؟', 'LBL_DOCUMENTS_SUBPANEL_TITLE' => 'المستندات', 'LBL_SEARCH_FORM_TITLE' => 'البحث عن أنواع العقود', ];