143 lines
5.8 KiB
PHP
143 lines
5.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(
|
|
'LBL_MODULE_NAME' => 'Email',
|
|
'LBL_MODULE_TITLE' => 'Email: Home',
|
|
'LBL_SEARCH_FORM_TITLE' => 'Email Search',
|
|
'LBL_LIST_FORM_TITLE' => 'Email List',
|
|
'LBL_NEW_FORM_TITLE' => 'Track Email',
|
|
'LBL_LIST_SUBJECT' => 'Subject',
|
|
'LBL_LIST_CONTACT' => 'Contact',
|
|
'LBL_LIST_RELATED_TO' => 'Related to',
|
|
'LBL_LIST_DATE' => 'Date Sent',
|
|
'LBL_LIST_TIME' => 'Time Sent',
|
|
'LBL_MOVE_TO' => 'Move To...',
|
|
'LBL_DELETE' => 'Delete',
|
|
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the Organisation',
|
|
'LBL_DATE_SENT' => 'Date Sent:',
|
|
'LBL_SUBJECT' => 'Subject: ',
|
|
'LBL_DATE_AND_TIME' => 'Date & Time Sent:',
|
|
'LBL_DATE' => 'Date:',
|
|
'LBL_TIME' => 'Time Sent:',
|
|
'LBL_BODY' => 'Body:',
|
|
'LBL_CONTACT_NAME' => 'Contact Name:',
|
|
'LBL_EMAIL' => 'Email:',
|
|
'LBL_COLON' => ':',
|
|
'LBL_TO' => 'To: ',
|
|
'LBL_CHK_MAIL' => 'Check Email',
|
|
'LBL_COMPOSE' => 'Compose',
|
|
'LBL_SETTINGS' => 'Incoming Mail Server Settings',
|
|
'LBL_EMAIL_FOLDERS' => 'Email Folders',
|
|
'LBL_INBOX' => 'Inbox',
|
|
'LBL_SENT_MAILS' => 'Sent Emails',
|
|
'LBL_TRASH' => 'Trash',
|
|
'LBL_JUNK_MAILS' => 'Junk Emails',
|
|
'LBL_TO_LEADS' => 'To Leads',
|
|
'LBL_TO_CONTACTS' => 'To Contacts',
|
|
'LBL_TO_ACCOUNTS' => 'To Organisations',
|
|
'LBL_MY_MAILS' => 'My Emails',
|
|
'LBL_QUAL_CONTACT' => 'Qualified Emails (As Contacts)',
|
|
'LBL_MAILS' => 'Emails',
|
|
'LBL_QUALIFY_BUTTON' => 'Qualify',
|
|
'LBL_REPLY_BUTTON' => 'Reply',
|
|
'LBL_FORWARD_BUTTON' => 'Forward',
|
|
'LBL_DOWNLOAD_ATTCH_BUTTON' => 'Download Attachments',
|
|
'LBL_FROM' => 'From: ',
|
|
'LBL_CC' => 'Cc:',
|
|
'LBL_REPLY_TO_SENDER' => 'Reply to Sender',
|
|
'LBL_REPLY_ALL' => 'Reply All',
|
|
'LBL_SHOW_HIDDEN' => 'Show Hidden Emails',
|
|
'LBL_EXPUNGE_MAILBOX' => 'Trim Mailbox',
|
|
'NTC_REMOVE_INVITEE' => 'Are you sure you want to remove this recipient from the email?',
|
|
'LBL_INVITEE' => 'Recipients',
|
|
'LBL_BULK_MAILS' => 'Bulk Emails',
|
|
'LBL_ATTACHMENT' => 'Attachment',
|
|
'LBL_UPLOAD' => 'Upload',
|
|
'LBL_FILE_NAME' => 'File Name',
|
|
'LBL_SEND' => 'Send',
|
|
'LBL_EMAIL_TEMPLATES' => 'Email Templates',
|
|
'LBL_TEMPLATE_NAME' => 'Template Name',
|
|
'LBL_DESCRIPTION' => 'Description',
|
|
'LBL_EMAIL_TEMPLATES_LIST' => 'Email Templates List',
|
|
'LBL_EMAIL_INFORMATION' => 'Email Information',
|
|
'LBL_NEW_LEAD' => 'New Lead',
|
|
'LBL_LEAD_TITLE' => 'Leads',
|
|
'LBL_NEW_PRODUCT' => 'New Product',
|
|
'LBL_PRODUCT_TITLE' => 'Products',
|
|
'LBL_NEW_CONTACT' => 'New Contact',
|
|
'LBL_CONTACT_TITLE' => 'Contacts',
|
|
'LBL_NEW_ACCOUNT' => 'New Organisation',
|
|
'LBL_ACCOUNT_TITLE' => 'Organisations',
|
|
'LBL_USER_TITLE' => 'Users',
|
|
'LBL_NEW_USER' => 'New User',
|
|
'LBL_TOOL_FORM_TITLE' => 'Email Tools',
|
|
'Date & Time Sent' => 'Date & Time Sent',
|
|
'Sales Enity Module' => 'Sales Enity Module',
|
|
'Activtiy Type' => 'Activtiy Type',
|
|
'Related To' => 'Related To',
|
|
'Assigned To' => 'Assigned To',
|
|
'Subject' => 'Subject',
|
|
'Attachment' => 'Attachment',
|
|
'Description' => 'Description',
|
|
'Time Start' => 'Time Start',
|
|
'Created Time' => 'Created Time',
|
|
'Modified Time' => 'Modified Time',
|
|
'MESSAGE_CHECK_MAIL_SERVER_NAME' => 'Please check the mail server name...',
|
|
'MESSAGE_CHECK_MAIL_ID' => 'Please check the email address of "Assigned To" User...',
|
|
'MESSAGE_MAIL_HAS_SENT_TO_USERS' => 'Email has been sent to the following User(s) :',
|
|
'MESSAGE_MAIL_HAS_SENT_TO_CONTACTS' => 'Email has been sent to the following Contact(s) :',
|
|
'MESSAGE_MAIL_ID_IS_INCORRECT' => 'Email address is incorrect. Please Check this email address...',
|
|
'MESSAGE_ADD_USER_OR_CONTACT' => 'Please add any User(s) or Contact(s)...',
|
|
'MESSAGE_MAIL_SENT_SUCCESSFULLY' => 'email(s) sent successfully!',
|
|
'LBL_FETCH_WEBMAIL' => 'Fetch Webmail',
|
|
'LBL_ALL' => 'All',
|
|
'MESSAGE_CONTACT_NOT_WANT_MAIL' => 'This Contact does not want to receive emails.',
|
|
'LBL_WEBMAILS_TITLE' => 'Web Mails',
|
|
'LBL_EMAILS_TITLE' => 'Email',
|
|
'LBL_MAIL_CONNECT_ERROR_INFO' => 'Error connecting email server.<br />Check in My Accounts->List Mail Server->List Mail Account',
|
|
'LBL_MAIL_CONNECT_ERROR' => 'Could not connect to the email server. Please check the email server details',
|
|
'IN_REPLY_TO_THE_MESSAGE' => 'In reply to the message sent by ',
|
|
'LBL_CLICK_HERE' => 'Click Here ',
|
|
'LBL_GOTO_EMAILS_MODULE' => 'go to Email module',
|
|
'LBL_NO_EMAILS' => 'No email in this folder',
|
|
'LBL_DEL' => 'Del ',
|
|
'LABEL_FROM' => 'From',
|
|
'LBL_INFO' => 'Info',
|
|
'LABEL_DATE' => 'Date',
|
|
'LBL_NO_IFRAMES_SUPPORTED' => 'No Iframes supported',
|
|
'LBL_EMAIL_ATTACHMENTS' => 'Email Attachments:',
|
|
'LBL_ALLMAILS' => 'Email',
|
|
'LBL_TO_USERS' => 'To Users',
|
|
'LBL_TO_GROUPS' => 'To Groups',
|
|
'BODY' => 'Body:',
|
|
'TO' => 'To:',
|
|
'CC' => 'Cc:',
|
|
'BCC' => 'Bcc:',
|
|
'FROM' => 'From:',
|
|
'IN' => 'in',
|
|
'ADD_FOLDER' => 'Add Folder[X]',
|
|
'LBL_LOADING_IMAGE' => 'Loading Image',
|
|
'LBL_ENABLE_IMAP_SUPPORT' => 'Please enable IMAP support in PHP to run this module',
|
|
'LBL_CONFIGURE_MAIL_SETTINGS' => 'Please configure your Email settings',
|
|
'LBL_PLEASE' => 'Please',
|
|
'LBL_HERE' => 'Here',
|
|
'LBL_FULL_EMAIL_VIEW' => 'Full Email View',
|
|
'LBL_MESSAGE' => 'Message',
|
|
'LBL_MESSAGES' => 'Messages',
|
|
'LBL_NO_ATTACHMENTS' => 'No files to download',
|
|
'LBL_THERE_ARE' => 'There are ',
|
|
'LBL_ATTACHMENTS_TO_CHOOSE' => 'attachment(s) to choose from',
|
|
'LBL_ATTACHMENTS' => 'Attachments',
|
|
'LBL_LIST_COUNT' => 'Showing',
|
|
'LBL_INSTEAD_OF_WEBMAILS_USE' => 'Instead of Webmails, please click here to use',
|
|
'LBL_PLEASE_CLICK_HERE_TO_GO_TO' => 'Please click here to go to ',
|
|
);
|
|
?>
|