[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 2 <?php 3 4 /* +*********************************************************************************** 5 * The contents of this file are subject to the vtiger CRM Public License Version 1.0 6 * ("License"); You may not use this file except in compliance with the License 7 * The Original Code is: vtiger CRM Open Source 8 * The Initial Developer of the Original Code is vtiger. 9 * Portions created by vtiger are Copyright (C) vtiger. 10 * All Rights Reserved. 11 * *********************************************************************************** */ 12 $languageStrings = array( 13 'LBL_SELECT_ONE' => 'Select', 14 'LBL_PBXMANAGER' =>'PBXManager', 15 'LBL_PBXMANAGER_CONFIG' => 'Asterisk Server Details', 16 'LBL_NOTE' => 'Note:', 17 'LBL_INFO_WEBAPP_URL' => 'Configure your Asterisk URL in the format', 18 'LBL_FORMAT_WEBAPP_URL' => '(protocol)://(asterisk_ip):(VtigerConnector_port)', 19 'LBL_FORMAT_INFO_WEBAPP_URL' => 'ex:http://0.0.0.0:5000', 20 'LBL_INFO_CONTEXT' => 'vtiger CRM specfic context configured in your Asterisk server(extensions.conf)', 21 'LBL_PBXMANAGER_INFO' => 'Configure Asterisk Server Details after installing the vtiger CRM Asterisk Connector in your Asterisk Server', 22 23 'webappurl'=>'vtiger CRM Asterisk App URL', 24 'vtigersecretkey'=>'vtiger CRM Secret Key', 25 'outboundcontext' => 'Outbound Context', 26 'outboundtrunk' => 'Outbound Trunk', 27 28 ); 29 30 $jsLanguageStrings = array( 31 32 ); 33 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |