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

34 lines
1.2 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(
'Faq' => 'اسئلة و اجوبة',
'SINGLE_Faq' => 'اسئلة و اجوبة',
'LBL_RECORDS_LIST' => 'قائمة الاسئلة و الاجوبة',
'LBL_ADD_RECORD' => 'اضافة سؤال وجواب',
//Blocks
'LBL_FAQ_INFORMATION' => 'معلومات السؤال والجواب',
'LBL_COMMENT_INFORMATION' => 'تعليقات',
//Fields
'Question'=>'سؤال',
'Answer'=>'جواب',
'Comments'=>'تعليقات',
'Faq No' => 'عدد التعليمات',
//Added for existing Picklist Entries
'General'=>'عام',
'Draft'=>'مسودة',
'Published'=>'نشرات',
'Obsolete'=>'مهمل',
//EditView
'LBL_SOLUTION' => 'الحل',
);