41 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.
********************************************************************************/
$mod_strings = array(
'CustomerPortal' => 'Customer Portal',
'LBL_BASIC_SETTINGS' => 'Basic Settings',
'LBL_CUSTOMERPORTAL_SETTINGS' => 'Customer Portal Settings',
'LBL_ADVANCED_SETTINGS' => 'Advanced Settings',
'LBL_MODULE' => 'Module',
'LBL_VIEW_ALL_RECORD' => 'View all related records?',
'LBL_MODULE_INFORMATION' => 'Module Information',
'LBL_USER_INFORMATION' => 'User Information',
'LBL_YES' => 'Yes',
'LBL_NO' => 'No',
'LBL_USER_DESCRIPTION' => 'The selected User\'s profile (above) will be used to control the fields that appear in the Customer Portal.<br />You can enable/disable the fields that are shown in the Customer Portal.',
'LBL_GROUP_DESCRIPTION' => 'NOTE : Trouble Tickets will be Assigned to the above selected Assignee by default Group/User from the Customer Portal',
'LBL_SELECT_USERS' => 'User\'s Profile',
'LBL_DEFAULT_USERS' => 'Default Assignee',
'LBL_DISABLE' => 'Disable',
'LBL_ENABLE' => 'Enable',
'LBL_SEQUENCE' => 'Sequence',
'LBL_VISIBLE' => 'Visible',
'YES' => 'Yes',
'NO' => 'No',
'SELECT_USERS' => 'Select Users',
'Module' => 'Module',
'Sequence' => 'Sequence',
'Visible' => 'Visible',
'Project' => 'Project',
'ProjectTask' => 'Project Task',
'ProjectMilestone' => 'Project Milestone',
'Save' => 'Save'
);
?>