31 lines
1.8 KiB
PHP
31 lines
1.8 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(
|
||
|
|
'SINGLE_ModComments' => 'Комментарии' ,
|
||
|
|
'LBL_RECORDS_LIST' => 'Комментарии Список' ,
|
||
|
|
'LBL_MODCOMMENTS_INFORMATION' => 'Информация Комментария',
|
||
|
|
'LBL_OTHER_INFORMATION' => 'Другая Информация',
|
||
|
|
'LBL_ADDING_COMMENT' => 'Добавление Комментария' , // TODO: Review
|
||
|
|
'LBL_WRITE_YOUR_COMMENT_HERE' => 'Оставить комментарий...' , // TODO: Review
|
||
|
|
'Comment' => 'Комментарий' ,
|
||
|
|
'Creator' => 'Автор' ,
|
||
|
|
'Related To Comments' => 'Относится к Комментарию',
|
||
|
|
'LBL_COMMENTED_AT' => 'Прокомментировал на',
|
||
|
|
//SalesPlatform.ru begin
|
||
|
|
'UserId' => 'Идентификатор пользователя',
|
||
|
|
'Customer' => 'Клиент',
|
||
|
|
'Is Private' => 'Личный комментарий',
|
||
|
|
'Related Email Id' => 'Идентификатор связанного e-mail',
|
||
|
|
//SalesPlatform.ru end
|
||
|
|
);
|
||
|
|
|
||
|
|
// SalesPlatform.ru begin SPConfiguration fix
|
||
|
|
include 'renamed/ModComments.php';
|
||
|
|
// SalesPlatform.ru end
|