29 lines
1.1 KiB
PHP
Executable File
29 lines
1.1 KiB
PHP
Executable File
<?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_ModComments' => 'تعليق',
|
|
'LBL_RECORDS_LIST' => 'قائمة التعليقات',
|
|
|
|
// Blocks
|
|
'LBL_MODCOMMENTS_INFORMATION' => 'التعليقات',
|
|
'LBL_OTHER_INFORMATION' => 'معلومات اخرى',
|
|
|
|
'LBL_ADDING_COMMENT' => 'اضافة تعليق',
|
|
'LBL_WRITE_YOUR_COMMENT_HERE' => 'اضف تعليق هنا',
|
|
|
|
//Field Labels
|
|
'Comment' => 'تعليق',
|
|
'Creator' => 'المنشئ',
|
|
'Related To Comments' => 'متعلق ب',
|
|
|
|
'LBL_COMMENTED_AT' => 'وعلق في'
|
|
|
|
); |