30 lines
1.1 KiB
PHP
Executable File
30 lines
1.1 KiB
PHP
Executable File
<?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(
|
|
'##ModuleName##' => '##moduleLable##',
|
|
'SINGLE_##ModuleName##' => '##moduleLable##',
|
|
'ModuleName ID' => '##moduleLable## ID',
|
|
|
|
'LBL_ADD_RECORD' => 'Add ##moduleLable##',
|
|
'LBL_RECORDS_LIST' => '##moduleLable## List',
|
|
|
|
'LBL_CUSTOM_INFORMATION' => 'Custom Information',
|
|
'LBL_MODULEBLOCK_INFORMATION' => 'ModuleBlock Information',
|
|
|
|
'ModuleFieldLabel' => 'ModuleFieldLabel Text',
|
|
|
|
'#####'
|
|
|
|
);
|
|
|
|
?>
|