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

27 lines
1.1 KiB
PHP
Raw 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
'PriceBooks' => 'كتب الاسعار',
'SINGLE_PriceBooks' => 'كتاب الاسعار',
'LBL_ADD_RECORD' => 'اضافة كتاب اسعار',
'LBL_RECORDS_LIST' => 'قائمة كتب الاسعار',
// Blocks
'LBL_PRICEBOOK_INFORMATION' => 'تفاصيل كتاب الاسعار',
'LBL_EDIT_LIST_PRICE' => 'تعديل قائمة الاسعار',
//Field Labels
'Price Book Name' => 'اسم كتاب الاسعار',
'PriceBook No' => 'رقم كتاب الاسعار',
'LBL_UNIT_PRICE' => 'سعر الوحدة',
'LBL_ADD_TO' => 'إضافة إلى',
);