Newer
Older
<?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(
// Basic Strings
'HelpDesk' => 'Tickets',
'SINGLE_HelpDesk' => 'Ticket',
'LBL_ADD_RECORD' => 'Add Ticket',
'LBL_RECORDS_LIST' => 'Ticket List',
// Blocks
'LBL_TICKET_INFORMATION' => 'Ticket Information',
'LBL_TICKET_RESOLUTION' => 'Ticket Resolution',
//Field Labels
'Ticket No' => 'Ticket Number',
'Severity' => 'Severity',
'Update History' => 'Update History',
'Hours' => 'Hours',
'Related To' => 'Organization Name',
'Contact Name' => 'Contact Name',
//Added for existing picklist entries
'Big Problem'=>'Big Problem',
'Small Problem'=>'Small Problem',
'Other Problem'=>'Other Problem',
'Normal'=>'Normal',
'Urgent'=>'Urgent',
'Minor'=>'Minor',
'Major'=>'Major',
'Feature'=>'Feature',
'Critical'=>'Critical',
'Open'=>'Open',
'Wait For Response'=>'Wait For Response',
'Closed'=>'Closed',
'LBL_STATUS' => 'Status',
'LBL_SEVERITY' => 'Severity',
//DetailView Actions
'LBL_RELATED_TO' => 'Related To',
//added to support i18n in ticket mails
'Ticket ID'=>'Ticket ID',
'Hi' => 'Hi',
'Dear'=> 'Dear',
'LBL_REGARDS'=> 'Regards',
'LBL_TEAM'=> 'HelpDesk Team',
'LBL_TICKET_DETAILS' => 'Ticket Details',
'replied' => 'replied',
'reply'=>'There is a reply to',
'customer_portal' => 'in the "Customer Portal" at VTiger.',
'link' => 'You can use the following link to view the replies made:',
'The comments are' => 'The comments are',
'Ticket Title' => 'Ticket Title',
'Re' => 'Re :',
//This label for customerportal.
'LBL_STATUS_CLOSED' =>'Closed',//Do not convert this label. This is used to check the status. If the status 'Closed' is changed in vtigerCRM server side then you have to change in customerportal language file also.
'LBL_STATUS_UPDATE' => 'Ticket status is updated as',
'LBL_COULDNOT_CLOSED' => 'Ticket could not be',
'LBL_CUSTOMER_COMMENTS' => 'Customer has provided the following additional information to your reply:',
'LBL_RESPOND'=> 'Kindly respond to above ticket at the earliest.',
'LBL_SUPPORT_ADMIN' => 'Support Administrator',
'LBL_RESPONDTO_TICKETID' =>'Respond to Ticket ID',
'LBL_RESPONSE_TO_TICKET_NUMBER' =>'Response to Ticket Number',
'LBL_TICKET_NUMBER' => 'Ticket Number',
'LBL_CUSTOMER_PORTAL' => 'in Customer Portal - URGENT',
'LBL_LOGIN_DETAILS' => 'Following are your Customer Portal login details :',
'LBL_MAIL_COULDNOT_SENT' =>'Mail could not be sent',
'LBL_USERNAME' => 'User Name :',
'LBL_PASSWORD' => 'Password :',
'LBL_SUBJECT_PORTAL_LOGIN_DETAILS' => 'Regarding your Customer Portal login details',
'LBL_GIVE_MAILID' => 'Please give your email id',
'LBL_CHECK_MAILID' => 'Please check your email id for Customer Portal',
'LBL_LOGIN_REVOKED' => 'Your login is revoked. Please contact your admin.',
'LBL_MAIL_SENT' => 'Mail has been sent to your mail id with the customer portal login details',
'LBL_ALTBODY' => 'This is the body in plain text for non-HTML mail clients',
'HelpDesk ID' => 'Ticket ID',
//Portal shortcuts
'LBL_ADD_DOCUMENT'=>"Add Document",
'LBL_OPEN_TICKETS'=>"Open Tickets",
'LBL_CREATE_TICKET'=>"Create Ticket",