230 lines
14 KiB
PHP
230 lines
14 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(
|
|
'Import' => 'Import',
|
|
'LBL_IMPORT_STEP_1' => 'Step 1',
|
|
'LBL_IMPORT_STEP_2' => 'Step 2',
|
|
'LBL_IMPORT_STEP_3' => 'Step 3',
|
|
'LBL_IMPORT_STEP_4' => 'Step 4',
|
|
'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Select File',
|
|
'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Specify Format',
|
|
'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Duplicate Record Handling',
|
|
'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Map the Columns to Module Fields',
|
|
'Skip' => 'Skip',
|
|
'Overwrite' => 'Overwrite',
|
|
'Merge' => 'Merge',
|
|
'LBL_IMPORT_SUPPORTED_FILE_TYPES' => 'Supported File Type(s): .CSV, .VCF',
|
|
'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Select this option to enable and set duplicate merge criteria',
|
|
'LBL_CHARACTER_ENCODING' => 'Character Encoding',
|
|
'LBL_DELIMITER' => 'Delimiter:',
|
|
'LBL_HAS_HEADER' => 'Has Header',
|
|
'LBL_SPECIFY_MERGE_TYPE' => 'Select how duplicate records should be handled',
|
|
'LBL_SELECT_MERGE_FIELDS' => 'Select the matching fields to find duplicate records',
|
|
'LBL_AVAILABLE_FIELDS' => 'Available Fields',
|
|
'LBL_SELECTED_FIELDS' => 'Fields to be matched on',
|
|
'UTF-8' => 'UTF-8',
|
|
'ISO-8859-1' => 'ISO-8859-1',
|
|
'comma' => ', (comma)',
|
|
'semicolon' => '; (semi-colon)',
|
|
'LBL_USE_SAVED_MAPPING' => 'Use Saved Mapping:',
|
|
'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Save as Custom Mapping',
|
|
'LBL_FILE_COLUMN_HEADER' => 'Header',
|
|
'LBL_ROW_1' => 'Row 1',
|
|
'LBL_CRM_FIELDS' => 'CRM Fields',
|
|
'LBL_DEFAULT_VALUE' => 'Default Value',
|
|
'LBL_IMPORT_BUTTON_LABEL' => 'Import',
|
|
'LBL_TOTAL_RECORDS_IMPORTED' => 'Total number of records imported',
|
|
'LBL_TOTAL_RECORDS_FAILED' => 'Total number of records failed',
|
|
'LBL_NUMBER_OF_RECORDS_CREATED' => 'Number of records created',
|
|
'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Number of records overwritten',
|
|
'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Number of records skipped',
|
|
'LBL_UNDO_LAST_IMPORT' => 'Undo Last Import',
|
|
'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Last Imported Records',
|
|
'LBL_IMPORT_MORE' => 'Import More',
|
|
'LBL_FINISH_BUTTON_LABEL' => 'Finish',
|
|
'LBL_RESULT' => 'Result',
|
|
'ERR_FILE_DOESNT_EXIST' => 'File doesn\'t exist',
|
|
'ERR_CANT_OPEN_FILE' => 'Can\'t open file for read',
|
|
'ERR_UNIMPORTED_RECORDS_IN_QUEUE' => 'User still has unimported records in queue.',
|
|
'ERR_FILE_READ_FAILED' => 'File read failed',
|
|
'LBL_IMPORT_SCHEDULED' => 'Import Scheduled',
|
|
'LBL_SCHEDULED_IMPORT_DETAILS' => 'Your import has been scheduled and you will receive an email, once the import is completed. Please make sure that the Outgoing server and your email address is configured to receive email notification',
|
|
'ERR_DETAILS_BELOW' => 'Details listed below',
|
|
'LBL_ERROR' => 'Error:',
|
|
'LBL_OK_BUTTON_LABEL' => 'OK',
|
|
'TOTAL_RECORDS' => 'Total number of records',
|
|
'LBL_NUMBER_OF_RECORDS_DELETED' => 'Number of records deleted',
|
|
'LBL_NUMBER_OF_RECORDS_MERGED' => 'Number of records merged',
|
|
'LBL_TOTAL_RECORDS' => 'Total Number of Records',
|
|
'LBL_UNDO_RESULT' => 'Undo Import Result',
|
|
'LBL_LAST_IMPORTED_RECORDS' => 'Last Imported Records',
|
|
'LBL_NO_ROWS_FOUND' => 'No Rows Found',
|
|
'ERR_UNIMPORTED_RECORDS_EXIST' => 'There are still some unimported records in your import queue, blocking you from importing more data. Clear data to clean it up and start with fresh import ',
|
|
'ERR_FAILED_TO_LOCK_MODULE' => 'Failed to lock the module for import. Re-try again later',
|
|
'LBL_RUNNING' => 'Running',
|
|
'LBL_CLEAR_DATA' => 'Clear Data',
|
|
'ERR_MODULE_IMPORT_LOCKED' => 'You are not allowed to import for this module right now, as another import is in progress. Try again later.',
|
|
'LBL_MODULE_NAME' => 'Import',
|
|
'LBL_USER_NAME' => 'User',
|
|
'LBL_LOCKED_TIME' => 'Locked Time',
|
|
'LBL_CANCEL_IMPORT' => 'Cancel Import',
|
|
'ERR_IMPORT_INTERRUPTED' => 'Current Import has been interrupted. Please try again later.',
|
|
'LBL_INVALID_FILE' => 'Invalid File',
|
|
'LBL_FILE_TYPE' => 'File Type',
|
|
'csv' => 'CSV',
|
|
'vcf' => 'VCard',
|
|
'LBL_IMPORT_MODULE_NO_DIRECTORY' => 'The directory ',
|
|
'LBL_IMPORT_MODULE_NO_DIRECTORY_END' => ' does not exist or is not writable',
|
|
'LBL_IMPORT_MODULE_ERROR_NO_UPLOAD' => 'File was not uploaded successfully, try again',
|
|
'LBL_IMPORT_MODULE_ERROR_LARGE_FILE' => 'File is too large. Max:',
|
|
'LBL_IMPORT_MODULE_ERROR_LARGE_FILE_END' => 'Bytes. Change $upload_maxsize in config.php',
|
|
'LBL_TRY_AGAIN' => 'Try Again',
|
|
'ERR_MULTIPLE' => 'Multiple columns have been defined with the same field name.',
|
|
'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required fields:',
|
|
'ERR_SELECT_FULL_NAME' => 'You cannot select Full Name when First Name and Last Name are selected.',
|
|
'ERR_SELECT_FILE' => 'Select a file to upload.',
|
|
'LBL_SELECT_FILE' => 'Select file:',
|
|
'LBL_CUSTOM' => 'Custom',
|
|
'LBL_DONT_MAP' => '-- Do not map this field --',
|
|
'LBL_STEP_1_TITLE' => 'Select the .CSV File',
|
|
'LBL_WHAT_IS' => 'Please select a data source from the following:',
|
|
'LBL_MICROSOFT_OUTLOOK' => 'Microsoft Outlook',
|
|
'LBL_ACT' => 'Act!',
|
|
'LBL_SALESFORCE' => 'Salesforce.com',
|
|
'LBL_MY_SAVED' => 'My Saved Sources:',
|
|
'LBL_PUBLISH' => 'publish',
|
|
'LBL_DELETE' => 'delete',
|
|
'LBL_PUBLISHED_SOURCES' => 'Published Sources:',
|
|
'LBL_UNPUBLISH' => 'un-publish',
|
|
'LBL_NEXT' => 'Next',
|
|
'LBL_BACK' => 'Back',
|
|
'LBL_STEP_2_TITLE' => 'Step 2 of 4: Upload Export File',
|
|
'LBL_NUM_1' => '1.',
|
|
'LBL_NUM_2' => '2.',
|
|
'LBL_NUM_3' => '3.',
|
|
'LBL_NUM_4' => '4.',
|
|
'LBL_NUM_5' => '5.',
|
|
'LBL_NUM_6' => '6.',
|
|
'LBL_NUM_7' => '7.',
|
|
'LBL_NUM_8' => '8.',
|
|
'LBL_NUM_9' => '9.',
|
|
'LBL_NUM_10' => '10.',
|
|
'LBL_NUM_11' => '11.',
|
|
'LBL_NUM_12' => '12.',
|
|
'LBL_NOW_CHOOSE' => 'Now choose that file to import:',
|
|
'LBL_IMPORT_OUTLOOK_TITLE' => 'Microsoft Outlook 98 and 2000 can export data in the <b>Comma Separated Values</b> format which can be used to import data into the system. To export your data from Outlook, follow the steps below:',
|
|
'LBL_OUTLOOK_NUM_1' => 'Start <b>Outlook</b>',
|
|
'LBL_OUTLOOK_NUM_2' => 'Select the <b>File</b> menu, then the <b>Import and Export ...</b> menu option',
|
|
'LBL_OUTLOOK_NUM_3' => 'Choose <b>Export to a file</b> and click Next',
|
|
'LBL_OUTLOOK_NUM_4' => 'Choose <b>Comma Separated Values (Windows)</b> and click <b>Next</b>.<br />Note: You may be prompted to install the export component',
|
|
'LBL_OUTLOOK_NUM_5' => 'Select the <b>Contacts</b> folder and click <b>Next</b>. You can select different contacts folders if your contacts are stored in multiple folders',
|
|
'LBL_OUTLOOK_NUM_6' => 'Choose a filename and click <b>Next</b>',
|
|
'LBL_OUTLOOK_NUM_7' => 'Click <b>Finish</b>',
|
|
'LBL_IMPORT_ACT_TITLE' => 'Act! can export data in the <b>Comma Separated Values</b> format which can be used to import data into the system. To export your data from Act!, follow the steps below:',
|
|
'LBL_ACT_NUM_1' => 'Launch <b>ACT!</b>',
|
|
'LBL_ACT_NUM_2' => 'Select the <b>File</b> menu, the <b>Data Exchange</b> menu option, then the <b>Export...</b> menu option',
|
|
'LBL_ACT_NUM_3' => 'Select the file type <b>Text-Delimited</b>',
|
|
'LBL_ACT_NUM_4' => 'Choose a filename and location for the exported data and click <b>Next</b>',
|
|
'LBL_ACT_NUM_5' => 'Select <b>Contacts records only</b>',
|
|
'LBL_ACT_NUM_6' => 'Click the <b>Options...</b> button',
|
|
'LBL_ACT_NUM_7' => 'Select <b>Comma</b> as the field separator character',
|
|
'LBL_ACT_NUM_8' => 'Check the <b>Yes, export field names</b> checkbox and click <b>OK</b>',
|
|
'LBL_ACT_NUM_9' => 'Click <b>Next</b>',
|
|
'LBL_ACT_NUM_10' => 'Select <b>All Records</b> and then Click <b>Finish</b>',
|
|
'LBL_IMPORT_SF_TITLE' => 'Salesforce.com can export data in the <b>Comma Separated Values</b> format which can be used to import data into the system. To export your data from Salesforce.com, follow the steps below:',
|
|
'LBL_SF_NUM_1' => 'Open your browser, go to http://www.salesforce.com, and login with your email address and password',
|
|
'LBL_SF_NUM_2' => 'Click on the <b>Reports</b> tab on the top menu',
|
|
'LBL_SF_NUM_3' => 'To export Organisations:</b> Click on the <b>Active Organisations</b> link<br><b>To export Contacts:</b> Click on the <b>Mailing List</b> link',
|
|
'LBL_SF_NUM_4' => 'On <b>Step 1: Select your report type</b>, select <b>Tabular Report</b>click <b>Next</b>',
|
|
'LBL_SF_NUM_5' => 'On <b>Step 2: Select the report columns</b>, choose the columns you want to export and click <b>Next</b>',
|
|
'LBL_SF_NUM_6' => 'On <b>Step 3: Select the information to summarize</b>, just click <b>Next</b>',
|
|
'LBL_SF_NUM_7' => 'On <b>Step 4: Order the report columns</b>, just click <b>Next</b>',
|
|
'LBL_SF_NUM_8' => 'On <b>Step 5: Select your report criteria</b>, under <b>Start Date</b>, choose a date far enough in the past to include all your Accounts. You can also export a subset of Accounts using more advanced criteria. When you are done, click <b>Run Report</b>',
|
|
'LBL_SF_NUM_9' => 'A report will be generated, and the page should display <b>Report Generation Status: Complete.</b> Now click <b>Export to Excel</b>',
|
|
'LBL_SF_NUM_10' => 'On <b>Export Report:</b>, for <b>Export File Format:</b>, choose <b>Comma Delimited .csv</b>. Click <b>Export</b>.',
|
|
'LBL_SF_NUM_11' => 'A dialog will pop up for you to save the export file to your computer.',
|
|
'LBL_IMPORT_CUSTOM_TITLE' => 'Many applications will allow you to export data into a <b>Comma Delimited text file (.csv)</b>. Generally most applications follow these general steps:',
|
|
'LBL_CUSTOM_NUM_1' => 'Launch the application and Open the data file',
|
|
'LBL_CUSTOM_NUM_2' => 'Select the <b>Save As...</b> or <b>Export...</b> menu option',
|
|
'LBL_CUSTOM_NUM_3' => 'Save the file in a <b>CSV</b> or <b>Comma Separated Values</b> format',
|
|
'LBL_STEP_3_TITLE' => 'Step 3 of 4: Confirm Fields and Import',
|
|
'LBL_STEP_1' => 'Step 1 of 3 : ',
|
|
'LBL_STEP_1_TEXT' => ' vtiger CRM supports importing records from .csv (<b>Comma Separated Values</b> ) files. To start import, browse to locate the .CSV file and click on the Next button to Continue.',
|
|
'LBL_SELECT_FIELDS_TO_MAP' => 'In the list below, select the fields in your import file that should be imported into each field in the system. When you are finished, click <b>Import Now</b>',
|
|
'LBL_DATABASE_FIELD' => 'Database Field',
|
|
'LBL_HEADER_ROW' => 'Header Row',
|
|
'LBL_ROW' => 'Row',
|
|
'LBL_SAVE_AS_CUSTOM' => 'Save as Custom Mapping:',
|
|
'LBL_CONTACTS_NOTE_1' => 'Either Last Name or Full Name must be mapped.',
|
|
'LBL_CONTACTS_NOTE_2' => 'If Full Name is mapped, then First Name and Last Name are ignored.',
|
|
'LBL_CONTACTS_NOTE_3' => 'If Full Name is mapped, then the data in Full Name will be split into First Name and Last Name when inserted into the database.',
|
|
'LBL_CONTACTS_NOTE_4' => 'Fields ending in Address Street 2 and Address Street 3 are concatenated together with the main Address Street Field when inserted into the database.',
|
|
'LBL_ACCOUNTS_NOTE_1' => 'Organisation Name must be mapped.',
|
|
'LBL_ACCOUNTS_NOTE_2' => 'Fields ending in Address Street 2 and Address Street 3 are concatenated together with the main Address Street Field when inserted into the database.',
|
|
'LBL_POTENTIALS_NOTE_1' => 'Potential Name, Orgnaisation Name, Date Closed, and Sales Stage are required fields.',
|
|
'LBL_OPPORTUNITIES_NOTE_1' => 'Opportunity Name, Organisation Name, Date Closed, and Sales Stage are required fields.',
|
|
'LBL_LEADS_NOTE_1' => 'Last Name must be mapped.',
|
|
'LBL_LEADS_NOTE_2' => 'Company Name must be mapped.',
|
|
'LBL_IMPORT_NOW' => 'Import Now',
|
|
'LBL_' => '',
|
|
'LBL_CANNOT_OPEN' => 'Cannot open the imported file for reading',
|
|
'LBL_NOT_SAME_NUMBER' => 'There were not the same number of fields per line in your file',
|
|
'LBL_NO_LINES' => 'There were no lines in your import file',
|
|
'LBL_FILE_ALREADY_BEEN_OR' => 'The import file has already been processed or does not exist',
|
|
'LBL_SUCCESS' => 'Success. ',
|
|
'LBL_SUCCESSFULLY' => 'Succesfully Imported',
|
|
'LBL_LAST_IMPORT_UNDONE' => 'Your Last import was undone',
|
|
'LBL_NO_IMPORT_TO_UNDO' => 'There was no import to undo.',
|
|
'LBL_FAIL' => 'Fail:',
|
|
'LBL_RECORDS_SKIPPED' => 'records skipped because they were missing one or more required fields',
|
|
'LBL_IDS_EXISTED_OR_LONGER' => 'records skipped because the ids either existed or where longer than 36 characters',
|
|
'LBL_RESULTS' => 'Results',
|
|
'LBL_FINISHED' => 'Finished',
|
|
'LBL_SUCCESS_1' => 'No. of Records successfully imported/updated : ',
|
|
'LBL_SKIPPED_1' => 'No. of Records skipped as they were missing one or more required fields : ',
|
|
'LBL_PRODUCTS_NOTE_1' => 'Product Name must be mapped',
|
|
'LBL_PRODUCTS_NOTE_2' => 'Before import please check whether a single column has been mapped twice',
|
|
'LBL_FILE_LOCATION' => 'File Location :',
|
|
'LBL_STEP_2_3' => 'Step 2 of 3 :',
|
|
'LBL_LIST_MAPPING' => 'List & Mapping',
|
|
'LBL_STEP_2_MSG' => 'The following tables shows the imported',
|
|
'LBL_STEP_2_MSG1' => 'and other details.',
|
|
'LBL_STEP_2_TXT' => 'To map the fields, select the corresponding in combo boxes for each',
|
|
'LBL_MAPPING' => 'Mapping',
|
|
'LBL_HEADERS' => 'Headers:',
|
|
'LBL_ERROR_MULTIPLE' => 'Same fields may be mapped twice. Please check the mapped fields.',
|
|
'LBL_STEP_3_3' => 'Step 3 of 3 : ',
|
|
'LBL_MAPPING_RESULTS' => 'Mapping Results ',
|
|
'LBL_LAST_IMPORTED' => 'Last Imported',
|
|
'PLEASE_CHECK_MAPPING' => 'is mapped more than once. Please check the mapping.',
|
|
'MAP_MANDATORY_FIELD' => 'Please map the mandatory field "',
|
|
'ENTER_SAVEMAP_NAME' => 'Please Enter Save Map Name',
|
|
'to' => 'to',
|
|
'of' => 'of',
|
|
'are_imported_succesfully' => 'are imported successfully',
|
|
'LBL_LAST_IMPORT' => 'Last Imported',
|
|
'Select_Criteria_For_Duplicate' => 'Select criteria For duplicate record handling',
|
|
'Manual_Merging' => 'Manual Merging',
|
|
'Auto_Merging' => 'Auto Merging',
|
|
'Ignore_Duplicate' => 'Ignore the duplicate import records',
|
|
'Overwrite_Duplicate' => 'Overwrite the duplicate records',
|
|
'Duplicate_Records_Skipped_Info' => 'No. of Records skipped as they were duplicates: ',
|
|
'Duplicate_Records_Overwrite_Info' => 'No. of Records overwritten as they were duplicates:',
|
|
'LBL_STEP_4_4' => 'Step 4 of 4 : ',
|
|
'LBL_STEP_3_4' => 'Step 3 of 4 :',
|
|
'LBL_STEP_2_4' => 'Step 2 of 4 :',
|
|
'LBL_STEP_1_4' => 'Step 1 of 4 : ',
|
|
'LBL_FORMAT' => 'Format:',
|
|
'LBL_MAX_FILE_SIZE' => 'is the max allowed filesize',
|
|
'LBL_MERGE_FIELDS_DUPLICATE' => 'Merge fields For duplicate import records',
|
|
'Customer Portal Login Details' => 'Customer Portal login details'
|
|
);
|
|
?>
|