30 lines
1.0 KiB
PHP
30 lines
1.0 KiB
PHP
|
|
<?php
|
||
|
|
/***********************************************************************************************
|
||
|
|
** The contents of this file are subject to the Vtiger Module-Builder License Version 1.3
|
||
|
|
* ( "License" ); You may not use this file except in compliance with the License
|
||
|
|
* The Original Code is: Technokrafts Labs Pvt Ltd
|
||
|
|
* The Initial Developer of the Original Code is Technokrafts Labs Pvt Ltd.
|
||
|
|
* Portions created by Technokrafts Labs Pvt Ltd are Copyright ( C ) Technokrafts Labs Pvt Ltd.
|
||
|
|
* All Rights Reserved.
|
||
|
|
**
|
||
|
|
*************************************************************************************************/
|
||
|
|
|
||
|
|
$languageStrings = Array(
|
||
|
|
'Reviews' => 'Reviews',
|
||
|
|
'SINGLE_Reviews' => 'Reviews',
|
||
|
|
'ModuleName ID' => 'Reviews ID',
|
||
|
|
|
||
|
|
'LBL_ADD_RECORD' => 'Add Reviews',
|
||
|
|
'LBL_RECORDS_LIST' => 'Reviews List',
|
||
|
|
|
||
|
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
||
|
|
'LBL_MODULEBLOCK_INFORMATION' => 'ModuleBlock Information',
|
||
|
|
|
||
|
|
'ModuleFieldLabel' => 'ModuleFieldLabel Text',
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
);
|
||
|
|
|
||
|
|
?>
|