[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/BritishLanguagePack_br_br/modules/Settings/ -> MailConverter.php (source)

   1  <?php
   2  /*+**********************************************************************************
   3   * The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9   ************************************************************************************/
  10  $languageStrings = array(
  11      'MailConverter'   =>   "Mail Converter",
  12      'MailConverter_Description'   =>   "Convert emails to respective records",
  13      'MAILBOX'   =>   "Mailbox",
  14      'RULE'   =>   "Rule",
  15      'LBL_ADD_RECORD'   =>   "Add Mailbox",
  16      'ALL'   =>   "All",
  17      'UNSEEN'   =>   "Unread",
  18      'LBL_MARK_READ'   =>   "Mark Read",
  19      'SEEN'   =>   "Read",
  20      'LBL_EDIT_MAILBOX'   =>   "Edit Mailbox",
  21      'LBL_CREATE_MAILBOX'   =>   "Create Mailbox",
  22      'LBL_BACK_TO_MAILBOXES'   =>   "Back to Mailboxes",
  23      'LBL_MARK_MESSAGE_AS'   =>   "Mark message as",
  24      'LBL_CREATE_MAILBOX_NOW'   =>   "Create Mailbox now",
  25      'LBL_ADDING_NEW_MAILBOX'   =>   "Adding New Mailbox",
  26      'MAILBOX_DETAILS'   =>   "Mailbox Details",
  27      'SELECT_FOLDERS'   =>   "Select Folders",
  28      'ADD_RULES'   =>   "Add Rules",
  29      'CREATE_Leads_SUBJECT'   =>   "Create Lead",
  30      'CREATE_Contacts_SUBJECT'   =>   "Create Contact",
  31      'CREATE_Accounts_SUBJECT'   =>   "Create Organisation",
  32      'LBL_ACTIONS'   =>   "Actions",
  33      'LBL_MAILBOX'   =>   "Mailbox",
  34      'LBL_RULE'   =>   "Rule",
  35      'LBL_CONDITIONS'   =>   "Conditions",
  36      'LBL_FOLDERS_SCANNED'   =>   "Folders Scanned",
  37      'LBL_NEXT'   =>   "Next",
  38      'LBL_FINISH'   =>   "Finish",
  39      'TO_CHANGE_THE_FOLDER_SELECTION_DESELECT_ANY_OF_THE_SELECTED_FOLDERS'   =>   "To change the folder selection deselect any of the selected folders",
  40      'LBL_MAILCONVERTER_DESCRIPTION'   =>   "Mail Converter enables you to configure your mailbox to scan your emails and create appropriate entities in vtiger CRM.<br>You'll also need to define rules to specify what actions should be performed on your emails.<br>Your emails are scanned automatically, unless you've disabled Mail Scanner task in Scheduler. <br><br><br>",
  41      'LBL_MAX_LIMIT_ONLY_TWO'   =>   "You can configure only two Mailboxes",
  42      'LBL_IS_IN_RUNNING_STATE'   =>   "In running state",
  43      'LBL_SAVED_SUCCESSFULLY'   =>   "Saved Successfully",
  44      'LBL_CONNECTION_TO_MAILBOX_FAILED'   =>   "Connecting to mailbox failed!<br>Special characters are not allowed for servername and username.",
  45      'LBL_DELETED_SUCCESSFULLY'   =>   "Deleted Successfully",
  46      'LBL_RULE_DELETION_FAILED'   =>   "Rule deletion failed",
  47      'LBL_RULES_SEQUENCE_INFO_IS_EMPTY'   =>   "Rules sequence info is empty",
  48      'LBL_SEQUENCE_UPDATED_SUCCESSFULLY'   =>   "Sequence updated successfully",
  49      'LBL_SCANNED_SUCCESSFULLY'   =>   "Scanned successfully",
  50      
  51      'Scanner Name'                 => 'Scanner Name'                , 
  52      'Server'                       => 'Server Name'                 , 
  53      'Protocol'                     => 'Protocol'                    , 
  54      'User Name'                    => 'User Name'                   , 
  55      'Password'                     => 'Password'                    , 
  56      'SSL Type'                     => 'SSL Type'                    , 
  57      'SSL Method'                   => 'SSL Method'                  , 
  58      'Connect URL'                  => 'Connect URL'                 , 
  59      'Look For'                     => 'Look For'                    , 
  60      'After Scan'                   => 'After Scan'                  , 
  61      'Status'                       => 'Status'                      ,
  62      'Time Zone'                    => 'Time Zone'                   ,
  63      'Validate SSL Certificate'     => 'Validate SSL Certificate'    ,
  64      'Do Not Validate SSL Certificate'=> 'Do Not Validate SSL Certificate',
  65      'markas'                       => 'After Scan'                  ,
  66      //Ends
  67      'LBL_ENABLE'   =>   "Enable",
  68      'LBL_DISABLE'   =>   "Disable",
  69      'LBL_STATUS_MESSAGE'   =>   "Check To make active",
  70      'LBL_VALIDATE_SSL_CERTIFICATE'   =>   "Validate SSL Certificate",
  71      'LBL_DO_NOT_VALIDATE_SSL_CERTIFICATE'   =>   "Do Not Validate SSL Certificate",
  72      'LBL_ALL_MESSAGES_FROM_LAST_SCAN'   =>   "All messages from last scan",
  73      'LBL_UNREAD_MESSAGES_FROM_LAST_SCAN'   =>   "Unread messages from last scan",
  74      'LBL_MARK_MESSAGES_AS_READ'   =>   "Mark messages as read",
  75      'LBL_I_DONT_KNOW'   =>   "I don't know",
  76      'LBL_SCAN_NOW'   =>   "Scan Now",
  77      'LBL_RULES_LIST'   =>   "Rule List",
  78      'LBL_SELECT_FOLDERS'   =>   "Select Folders",
  79      'LBL_DELETED_SUCCESSFULLY'   =>   "Deleted successfully",
  80      'LBL_RULE_DELETION_FAILED'   =>   "Rule deletion failed",
  81      'LBL_SAVED_SUCCESSFULLY'   =>   "Saved successfully",
  82      'LBL_SCANED_SUCCESSFULLY'   =>   "Scanned successfully",
  83      'LBL_IS_IN_RUNNING_STATE'   =>   "is in running state",
  84      'LBL_FOLDERS_INFO_IS_EMPTY'   =>   "Folders information is empty",
  85      'LBL_RULES_SEQUENCE_INFO_IS_EMPTY'   =>   "Rules sequnce information is empty",
  86      'LBL_UPDATE_FOLDERS'   =>   "Update Folders",
  87      'fromaddress'   =>   "From",
  88      'toaddress'   =>   "To",
  89      'subject'   =>   "Subject",
  90      'body'   =>   "Body",
  91      'matchusing'   =>   "Match",
  92      'action'   =>   "Actions",
  93      'LBL_PRIORITY'   =>   "Priority",
  94      'PRIORITISE_MESSAGE'   =>   "Drag and drop block to prioritise the rule",
  95      'LBL_ALL_CONDITIONS'   =>   "All Conditions",
  96      'LBL_ANY_CONDITIOn'   =>   "Any Condition",
  97      'Contains'   =>   "Contains",
  98      'Not Contains'   =>   "Not Contains",
  99      'Equals'   =>   "Equals",
 100      'Not Equals'   =>   "Not Equals",
 101      'Begins With'   =>   "Begin",
 102      'Ends With'   =>   "End",
 103      'Regex'   =>   "Regex",
 104      'CREATE_HelpDesk_FROM'   =>   "Create Ticket",
 105      'UPDATE_HelpDesk_SUBJECT'   =>   "Update Ticket",
 106      'LINK_Contacts_FROM'   =>   "Add to Contact [FROM]",
 107      'LINK_Contacts_TO'   =>   "Add to Contact [TO]",
 108      'LINK_Accounts_FROM'   =>   "Add to Organisation [FROM]",
 109      'LINK_Accounts_TO'   =>   "Add to Organisation [TO]",
 110      'LINK_Leads_FROM'   =>   "Add to Lead [FROM]",
 111      'LINK_Leads_TO'   =>   "Add to Lead [TO]",
 112      'LBL_UPDATE_FOLDERS'   =>   "Update Folders",
 113      'LBL_UNSELECT_ALL'   =>   "Unselect All",
 114      'LBL_CONVERT_EMAILS_TO_RESPECTIVE_RECORDS'   =>   "Convert emails to respective records",
 115      'LBL_DRAG_AND_DROP_BLOCK_TO_PRIORITISE_THE_RULE'   =>   "The rule number indicates the priority. Drag and drop to change priority.",
 116      'LBL_ADD_RULE'   =>   "Add Rule",
 117      'LBL_PRIORITY'   =>   "Priority",
 118      'LBL_DELETE_RULE'   =>   "Delete Rule",
 119      'LBL_BODY'   =>   "Body",
 120      'LBL_MATCH'   =>   "Match",
 121      'LBL_ACTION'   =>   "Action",
 122      'LBL_FROM'   =>   "From"
 123  );
 124  $jsLanguageStrings = array(
 125      'JS_MAILBOX_DELETED_SUCCESSFULLY' => 'Mailbox deleted successfully', // TODO: Review
 126      'JS_MAILBOX_LOADED_SUCCESSFULLY' => 'Mailbox loaded successfully' , // TODO: Review
 127  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1