]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Import/language/en_us.lang.php
Release 6.4.0
[Github/sugarcrm.git] / modules / Import / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Description:    Defines the English language pack for the base application.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  ********************************************************************************/
44 global $timedate;
45  
46 $mod_strings = array (
47     'LBL_GOOD_FILE' => 'Import File Read Successfully',
48     'LBL_RECORDS_SKIPPED_DUE_TO_ERROR' => 'rows were not imported due to error',
49     'LBL_UPDATE_SUCCESSFULLY' => 'records updated successfully',
50     'LBL_SUCCESSFULLY_IMPORTED' => 'records were created',
51     'LBL_STEP_4_TITLE' => 'Step {0}: Import File',
52     'LBL_STEP_5_TITLE' => 'Step {0}: View Import Results',
53     'LBL_CUSTOM_ENCLOSURE' => 'Fields Qualified By:',
54     'LBL_ERROR_UNABLE_TO_PUBLISH' => 'Unable to publish. There is another published Import map by the same name.',
55     'LBL_ERROR_UNABLE_TO_UNPUBLISH' => 'Unable to un-publish a map owned by another user. You own an Import map by the same name.',
56     'LBL_ERROR_IMPORTS_NOT_SET_UP' => 'Imports aren\'t set up for this module type',
57     'LBL_IMPORT_TYPE' => 'What would you like to do with the imported data?',
58     'LBL_IMPORT_BUTTON' => 'Create new records only',
59     'LBL_UPDATE_BUTTON' => 'Create new records and update existing records',
60     'LBL_CREATE_BUTTON_HELP' => 'Use this option to create new records. Note: Rows in the import file containing values that match the IDs of existing records will not be imported if the values are mapped to the ID field.',
61     'LBL_UPDATE_BUTTON_HELP' => 'Use this option to update existing records. The data in the import file will be matched to existing records based on the record ID in the import file.',
62     'LBL_ERROR_INVALID_BOOL'=>'Invalid boolean value',
63     'LBL_NO_ID' => 'ID Required',
64     'LBL_PRE_CHECK_SKIPPED' => 'Pre-Check skipped',
65     'LBL_IMPORT_ERROR' => 'Import errors:',
66     'LBL_ERROR' => 'Error',
67     'LBL_NOLOCALE_NEEDED' => 'No locale conversion needed',
68     'LBL_FIELD_NAME' => 'Field Name',
69     'LBL_VALUE' => 'Value',
70     'LBL_ROW_NUMBER' => 'Row Number',
71     'LBL_NONE' => 'None',
72     'LBL_REQUIRED_VALUE' => 'Required value missing',
73     'LBL_ID_EXISTS_ALREADY' => 'ID already exists in this table',
74     'LBL_ASSIGNED_USER' => 'If the user does not exist use the current user',
75     'LBL_SHOW_HIDDEN' => 'Show fields that are not normally importable',
76     'LBL_UPDATE_RECORDS' => 'Update existing records instead of importing them (No Undo)',
77     'LBL_TEST'=> 'Test Import (do not save or change data)',
78     'LBL_TRUNCATE_TABLE' => 'Empty table before import (delete all records)',
79     'LBL_RELATED_ACCOUNTS' => 'Do not create related accounts',
80     'LBL_NO_DATECHECK' => 'Skip date check (faster but will fail if any date is wrong)',
81     'LBL_NO_EMAILS' => 'Do not send out Email notifications during this import',
82     'LBL_NO_PRECHECK' => 'Native Format mode',
83     'LBL_STRICT_CHECKS' => 'Use strict ruleset (Check Email addresses and phone numbers too)',
84     'LBL_ERROR_SELECTING_RECORD' => 'Error selecting record:',
85     'LBL_ERROR_DELETING_RECORD' => 'Error deleting record:',
86     'LBL_NOT_SET_UP' => 'Import is not set up for this module type',
87     'LBL_ARE_YOU_SURE' => 'Are you sure? This will erase all data in this module.',
88     'LBL_NO_RECORD' => 'No record with this ID to update',
89     'LBL_NOT_SET_UP_FOR_IMPORTS' => 'Import is not set up for this module type',
90     'LBL_DEBUG_MODE' => 'Enable debugging mode',
91     'LBL_ERROR_INVALID_ID' => 'ID given is too long to fit in the field (maximum length is 36 characters)',
92     'LBL_ERROR_INVALID_PHONE' => 'Invalid phone number',
93     'LBL_ERROR_INVALID_NAME' => 'String too long to fit in the field',
94     'LBL_ERROR_INVALID_VARCHAR' => 'String too long to fit in the field',
95     'LBL_ERROR_INVALID_DATE' => 'Invalid date',
96     'LBL_ERROR_INVALID_DATETIME' => 'Invalid datetime',
97     'LBL_ERROR_INVALID_DATETIMECOMBO' => 'Invalid datetime',
98     'LBL_ERROR_INVALID_TIME' => 'Invalid time',
99     'LBL_ERROR_INVALID_INT' => 'Invalid integer value',
100     'LBL_ERROR_INVALID_NUM' => 'Invalid numeric value',
101     'LBL_ERROR_INVALID_TIME' => 'Invalid time',
102     'LBL_ERROR_INVALID_EMAIL'=>'Invalid Email address',
103     'LBL_ERROR_INVALID_BOOL'=>'Invalid value (should be a 1 or 0)',
104     'LBL_ERROR_INVALID_DATE'=>'Invalid date string',
105     'LBL_ERROR_INVALID_USER'=>'Invalid user name or ID',
106     'LBL_ERROR_INVALID_TEAM' => 'Invalid team name or ID',
107     'LBL_ERROR_INVALID_ACCOUNT' => 'Invalid account name or ID',
108     'LBL_ERROR_INVALID_RELATE' => 'Invalid relational field',
109     'LBL_ERROR_INVALID_CURRENCY' => 'Invalid currency value',
110     'LBL_ERROR_INVALID_FLOAT' => 'Invalid floating point number',
111     'LBL_ERROR_NOT_IN_ENUM' => 'Value not in dropDown list. Allowed values are: ',
112     'LBL_NOT_MULTIENUM' => 'Not a MultiEnum',
113     'LBL_IMPORT_MODULE_NO_TYPE' => 'Import is not set up for this module type',
114     'LBL_IMPORT_MODULE_NO_USERS' => 'WARNING: You have no users defined on your system.    If you import without adding users first, all records will be owned by the Administrator.',
115     'LBL_IMPORT_MODULE_MAP_ERROR' => 'Unable to publish. There is another published Import Map by the same name.',
116     'LBL_IMPORT_MODULE_MAP_ERROR2' => 'Unable to un-publish a map owned by another user. You own an Import Map by the same name.',
117     'LBL_IMPORT_MODULE_NO_DIRECTORY' => 'The directory ',
118     'LBL_IMPORT_MODULE_NO_DIRECTORY_END' => ' does not exist or is not writable',
119     'LBL_IMPORT_MODULE_ERROR_NO_UPLOAD' => 'File was not uploaded successfully. It may be that the \'upload_max_filesize\' setting in your php.ini file is set to a small number',
120     'LBL_IMPORT_MODULE_ERROR_LARGE_FILE' => 'File is too large. Max:',
121     'LBL_IMPORT_MODULE_ERROR_LARGE_FILE_END' => 'Bytes. Change $sugar_config[\'upload_maxsize\'] in config.php',
122     'LBL_MODULE_NAME' => 'Import',
123     'LBL_TRY_AGAIN' => 'Try Again',
124     'LBL_START_OVER' => 'Start Over',
125     'LBL_ERROR' => 'Error:',
126     'LBL_IMPORT_ERROR_MAX_REC_LIMIT_REACHED' => 'The import file contains {0} rows. The optimal number of rows is {1}. More rows may slow the import process. Click OK to continue importing. Click Cancel to revise and re-upload the import file.',
127     'ERR_IMPORT_SYSTEM_ADMININSTRATOR'  => 'You cannot import a system administrator user',
128     'ERR_MULTIPLE' => 'Multiple columns have been defined with the same field name.',
129     'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required fields:',
130     'ERR_MISSING_MAP_NAME' => 'Missing custom mapping name',
131     'ERR_SELECT_FULL_NAME' => 'You cannot select Full Name when First Name and Last Name are selected.',
132     'ERR_SELECT_FILE' => 'Select a file to upload.',
133     'LBL_SELECT_FILE' => 'Select file:',
134     'LBL_CUSTOM' => 'Custom',
135     'LBL_CUSTOM_CSV' => 'Custom comma delimited file',
136     'LBL_CSV' => 'a file on my computer',
137     'LBL_EXTERNAL_SOURCE' => 'an external application or service',
138     'LBL_TAB' => 'Tab delimited file',
139     'LBL_CUSTOM_DELIMITED' => 'Custom delimited file',
140     'LBL_CUSTOM_DELIMITER' => 'Fields Delimited By:',
141     'LBL_FILE_OPTIONS' => 'File options',
142     'LBL_CUSTOM_TAB' => 'Custom tab delimited file',
143     'LBL_DONT_MAP' => '-- Do not map this field --',
144     'LBL_STEP_MODULE' => 'Which module do you want to import data into?',
145     'LBL_STEP_1_TITLE' => 'Step 1: Select Data Source',
146     'LBL_CONFIRM_TITLE' => 'Step {0}: Confirm Import File Properties',
147     'LBL_CONFIRM_EXT_TITLE' => 'Step {0}: Confirm External Source Properties',
148     'LBL_WHAT_IS' => 'My data is in:',
149     'LBL_MICROSOFT_OUTLOOK' => 'Microsoft Outlook',
150     'LBL_MICROSOFT_OUTLOOK_HELP' => 'The custom mappings for Microsoft Outlook rely on the import file being comma-delimited (.csv). If your import file is tab-delimited, the mappings will not be applied as expected.',
151     'LBL_ACT' => 'Act!',
152     'LBL_SALESFORCE' => 'Salesforce.com',
153     'LBL_MY_SAVED' => 'To use your saved import settings, select from below:',
154     'LBL_PUBLISH' => 'Publish',
155     'LBL_DELETE' => 'Delete',
156     'LBL_PUBLISHED_SOURCES' => 'To use pre-set import settings, select from below:',
157     'LBL_UNPUBLISH' => 'Un-Publish',
158     'LBL_NEXT' => 'Next >',
159     'LBL_BACK' => '< Back',
160     'LBL_STEP_2_TITLE' => 'Step {0}: Upload Import File',
161     'LBL_HAS_HEADER' => 'Header Row:',
162     'LBL_NUM_1' => '1.',
163     'LBL_NUM_2' => '2.',
164     'LBL_NUM_3' => '3.',
165     'LBL_NUM_4' => '4.',
166     'LBL_NUM_5' => '5.',
167     'LBL_NUM_6' => '6.',
168     'LBL_NUM_7' => '7.',
169     'LBL_NUM_8' => '8.',
170     'LBL_NUM_9' => '9.',
171     'LBL_NUM_10' => '10.',
172     'LBL_NUM_11' => '11.',
173     'LBL_NUM_12' => '12.',
174     'LBL_NOTES' => 'Notes:',
175     'LBL_NOW_CHOOSE' => 'Now choose that file to import:',
176     '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:',
177     'LBL_OUTLOOK_NUM_1' => 'Start <b>Outlook</b>',
178     'LBL_OUTLOOK_NUM_2' => 'Select the <b>File</b> menu, then the <b>Import and Export ...</b> menu option',
179     'LBL_OUTLOOK_NUM_3' => 'Choose <b>Export to a file</b> and click Next',
180     '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',
181     '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',
182     'LBL_OUTLOOK_NUM_6' => 'Choose a filename and click <b>Next</b>',
183     'LBL_OUTLOOK_NUM_7' => 'Click <b>Finish</b>',
184     '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:',
185     'LBL_SF_NUM_1' => 'Open your browser, go to http://www.salesforce.com, and login with your email address and password',
186     'LBL_SF_NUM_2' => 'Click on the <b>Reports</b> tab on the top menu',
187     'LBL_SF_NUM_3' => '<b>To export Accounts:</b> Click on the <b>Active Accounts</b> link<br><b>To export Contacts:</b> Click on the <b>Mailing List</b> link',
188     'LBL_SF_NUM_4' => 'On <b>Step 1: Select your report type</b>, select <b>Tabular Report</b> click <b>Next</b>',
189     '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>',
190     'LBL_SF_NUM_6' => 'On <b>Step 3: Select the information to summarize</b>, just click <b>Next</b>',
191     'LBL_SF_NUM_7' => 'On <b>Step 4: Order the report columns</b>, just click <b>Next</b>',
192     '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>',
193     'LBL_SF_NUM_9' => 'A report will be generated, and the page will display <b>Report Generation Status: Complete.</b> Now click <b>Export to Excel</b>',
194     '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>.',
195     'LBL_SF_NUM_11' => 'A dialog will pop up for you to save the export file to your computer.',
196     '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:',
197     'LBL_ACT_NUM_1' => 'Launch <b>ACT!</b>',
198     'LBL_ACT_NUM_2' => 'Select the <b>File</b> menu, the <b>Data Exchange</b> menu option, then the <b>Export...</b> menu option',
199     'LBL_ACT_NUM_3' => 'Select the file type <b>Text-Delimited</b>',
200     'LBL_ACT_NUM_4' => 'Choose a filename and location for the exported data and click <b>Next</b>',
201     'LBL_ACT_NUM_5' => 'Select <b>Contacts records only</b>',
202     'LBL_ACT_NUM_6' => 'Click the <b>Options...</b> button',
203     'LBL_ACT_NUM_7' => 'Select <b>Comma</b> as the field separator character',
204     'LBL_ACT_NUM_8' => 'Check the <b>Yes, export field names</b> checkbox and click <b>OK</b>',
205     'LBL_ACT_NUM_9' => 'Click <b>Next</b>',
206     'LBL_ACT_NUM_10' => 'Select <b>All Records</b> and then click <b>Finish</b>',
207     'LBL_IMPORT_CUSTOM_TITLE' => 'Many applications allow you to export data into a <b>Comma Delimited text file (.csv)</b> by following these general steps:',
208     'LBL_CUSTOM_NUM_1' => 'Launch the application and open the data file',
209     'LBL_CUSTOM_NUM_2' => 'Select the <b>Save As...</b> or <b>Export...</b> menu option',
210     'LBL_CUSTOM_NUM_3' => 'Save the file in a <b>CSV</b> or <b>Comma Separated Values</b> format',
211     'LBL_IMPORT_TAB_TITLE' => 'Many applications allow you to export data into a <b>Tab Delimited text file (.tsv or .tab)</b> by following these general steps:',
212     'LBL_TAB_NUM_1' => 'Launch the application and open the data file',
213     'LBL_TAB_NUM_2' => 'Select the <b>Save As...</b> or <b>Export...</b> menu option',
214     'LBL_TAB_NUM_3' => 'Save the file in a <b>TSV</b> or <b>Tab Separated Values</b> format',
215     'LBL_STEP_3_TITLE' => 'Step {0}: Confirm Field Mappings',
216     'LBL_STEP_DUP_TITLE' => 'Step {0}: Check for Possible Duplicates',
217     'LBL_SELECT_FIELDS_TO_MAP' => 'In the list below, select the fields in the import file that should be imported into each field in the system. When you are finished, click <b>Next</b>:',
218     'LBL_DATABASE_FIELD' => 'Module Field',
219     'LBL_HEADER_ROW' => 'Header Row',
220     'LBL_HEADER_ROW_OPTION_HELP' => 'Select if the top row of the import file is a Header Row containing field labels.',
221     'LBL_ROW' => 'Row',
222     'LBL_SAVE_AS_CUSTOM' => 'Save as Custom Mapping:',
223     'LBL_SAVE_AS_CUSTOM_NAME' => 'Custom Mapping Name:',
224     'LBL_CONTACTS_NOTE_1' => 'Either Last Name or Full Name must be mapped.',
225     'LBL_CONTACTS_NOTE_2' => 'If Full Name is mapped, then First Name and Last Name are ignored.',
226     '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.',
227     '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.',
228     'LBL_ACCOUNTS_NOTE_1' => 'Fields ending in Address Street 2 and Address Street 3 are concatenated together with the main Address Street Field when inserted into the database.',
229     'LBL_REQUIRED_NOTE' => 'Required Field(s): ',
230     'LBL_IMPORT_NOW' => 'Import Now',
231     'LBL_' => '',
232     'LBL_CANNOT_OPEN' => 'Cannot open the imported file for reading',
233     'LBL_NOT_SAME_NUMBER' => 'There were not the same number of fields per line in your file',
234     'LBL_NO_LINES' => 'There were no lines detected in your import file.  Please make sure there are no empty lines in your file and try again.',
235     'LBL_FILE_ALREADY_BEEN_OR' => 'The import file has already been processed or does not exist',
236     'LBL_SUCCESS' => 'Success:',
237         'LBL_FAILURE' => 'Import Failed:',
238     'LBL_SUCCESSFULLY' => 'Successfully imported',
239     'LBL_LAST_IMPORT_UNDONE' => 'The import was undone.',
240     'LBL_NO_IMPORT_TO_UNDO' => 'There was no import to undo.',
241     'LBL_FAIL' => 'Fail:',
242     'LBL_RECORDS_SKIPPED' => 'Records skipped because they were missing one or more required fields',
243     'LBL_IDS_EXISTED_OR_LONGER' => 'Records skipped because the id\'s either existed or were longer than 36 characters',
244     'LBL_RESULTS' => 'Results',
245     'LBL_CREATED_TAB' => 'Created Records',
246     'LBL_DUPLICATE_TAB' => 'Duplicates',
247     'LBL_ERROR_TAB' => 'Errors',
248     'LBL_IMPORT_MORE' => 'Import Again',
249     'LBL_FINISHED' => 'Finished',
250     'LBL_UNDO_LAST_IMPORT' => 'Undo Import',
251     'LBL_LAST_IMPORTED'=>'Created',
252     'ERR_MULTIPLE_PARENTS' => 'You can only have one Parent ID defined',
253     'LBL_DUPLICATES' => 'Duplicates Found',
254     'LNK_DUPLICATE_LIST' => 'Download list of duplicates',
255     'LNK_ERROR_LIST' => 'Download list of errors',
256     'LNK_RECORDS_SKIPPED_DUE_TO_ERROR' => 'Download list of rows that were not imported',
257     'LBL_UNIQUE_INDEX' => 'Choose index for duplicate comparison',
258     'LBL_VERIFY_DUPS' => 'To check for existing records matching data in the import file, select the fields to check.',
259     'LBL_INDEX_USED' => 'Fields to Check:',
260     'LBL_INDEX_NOT_USED' => 'Available Fields:',
261     'LBL_IMPORT_MODULE_ERROR_NO_MOVE' => 'File was not successfully uploaded.    Check the file permissions in your Sugar installation cache directory.',
262     'LBL_IMPORT_FIELDDEF_ID' => 'Unique ID number',
263     'LBL_IMPORT_FIELDDEF_RELATE' => 'Name or ID',
264     'LBL_IMPORT_FIELDDEF_PHONE' => 'Phone Number',
265     'LBL_IMPORT_FIELDDEF_TEAM_LIST' => 'Team Name or ID',
266     'LBL_IMPORT_FIELDDEF_NAME' => 'Any Text',
267     'LBL_IMPORT_FIELDDEF_VARCHAR' => 'Any Text',
268     'LBL_IMPORT_FIELDDEF_TEXT' => 'Any Text',
269     'LBL_IMPORT_FIELDDEF_TIME' => 'Time',
270     'LBL_IMPORT_FIELDDEF_DATE' => 'Date',
271     'LBL_IMPORT_FIELDDEF_DATETIME' => 'Datetime',
272     'LBL_IMPORT_FIELDDEF_ASSIGNED_USER_NAME' => 'User Name or ID',
273     'LBL_IMPORT_FIELDDEF_BOOL' => '\'0\' or \'1\'',
274     'LBL_IMPORT_FIELDDEF_ENUM' => 'List',
275     'LBL_IMPORT_FIELDDEF_EMAIL' => 'EMail Address',
276     'LBL_IMPORT_FIELDDEF_INT' => 'Numeric (No Decimal)',
277     'LBL_IMPORT_FIELDDEF_DOUBLE' => 'Numeric (No Decimal)',
278     'LBL_IMPORT_FIELDDEF_NUM' => 'Numeric (No Decimal)',
279     'LBL_IMPORT_FIELDDEF_CURRENCY' => 'Numeric (Decimal Allowed)',
280     'LBL_IMPORT_FIELDDEF_FLOAT' => 'Numeric (Decimal Allowed)',
281     'LBL_DATE_FORMAT' => 'Date Format:',
282     'LBL_TIME_FORMAT' => 'Time Format:',
283     'LBL_TIMEZONE' => 'Time Zone:',
284     'LBL_ADD_ROW' => 'Add Field',
285     'LBL_REMOVE_ROW' => 'Remove Field',
286     'LBL_DEFAULT_VALUE' => 'Default Value',
287     'LBL_SHOW_ADVANCED_OPTIONS' => 'View Import File Properties',
288     'LBL_HIDE_ADVANCED_OPTIONS' => 'Hide Import File Properties',
289     'LBL_SHOW_NOTES' => 'View Notes',
290     'LBL_HIDE_NOTES' => 'Hide Notes',
291     'LBL_SHOW_PREVIEW_COLUMNS' => 'Show Preview Columns',
292     'LBL_HIDE_PREVIEW_COLUMNS' => 'Hide Preview Columns',
293     'LBL_SAVE_MAPPING_AS' => 'To save the import settings, provide a name for the saved settings:',
294     'LBL_OPTION_ENCLOSURE_QUOTE' => 'Single Quote (\')',
295     'LBL_OPTION_ENCLOSURE_DOUBLEQUOTE' => 'Double Quote (")',
296     'LBL_OPTION_ENCLOSURE_NONE' => 'None',
297     'LBL_OPTION_ENCLOSURE_OTHER' => 'Other:',
298     'LBL_IMPORT_COMPLETE' => 'Exit',
299     'LBL_IMPORT_COMPLETED' => 'Import Completed',
300     'LBL_IMPORT_ERROR' => 'Import Errors Occurred',
301     'LBL_IMPORT_RECORDS' => 'Importing Records',
302     'LBL_IMPORT_RECORDS_OF' => 'of',
303     'LBL_IMPORT_RECORDS_TO' => 'to',
304     'LBL_CURRENCY' => 'Currency:',
305         'LBL_CURRENCY_SIG_DIGITS' => 'Currency Significant Digits',
306         'LBL_LOCALE_EXAMPLE_NAME_FORMAT' => 'Example',
307     'LBL_NUMBER_GROUPING_SEP' => '1000s separator:',
308     'LBL_DECIMAL_SEP' => 'Decimal symbol:',
309     'LBL_LOCALE_DEFAULT_NAME_FORMAT' => 'Name Display Format',
310     'LBL_LOCALE_EXAMPLE_NAME_FORMAT' => 'Example',
311     'LBL_LOCALE_NAME_FORMAT_DESC' => '<i>"s" Salutation, "f" First Name, "l" Last Name</i>',
312     'LBL_CHARSET' => 'File Encoding:',
313     'LBL_MY_SAVED_HELP' => 'Use this option to apply your pre-set import settings, including import properties, mappings, and any duplicate check settings, to this import.<br><br>Click <b>Delete</b> to delete a mapping for all users.',
314     'LBL_MY_SAVED_ADMIN_HELP' => 'Use this option to apply your pre-set import settings, including import properties, mappings, and any duplicate check settings, to this import.<br><br>Click <b>Publish</b> to make the mapping available to other users.<br>Click <b>Un-Publish</b> to make the mapping unavailable to other users.<br>Click <b>Delete</b> to delete a mapping for all users.',
315     'LBL_MY_PUBLISHED_HELP' => 'Use this option to apply pre-set import settings, including import properties, mappings, and any duplicate check settings, to this import.',
316     'LBL_ENCLOSURE_HELP' => '<p>The <b>qualifier character</b> is used to enclose the intended field content, including any characters that are used as delimiters.<br><br>Example: If the delimiter is a comma (,) and the qualifier is a quotation mark ("),<br><b>"Cupertino, California"</b> is imported into one field in the application and appears as <b>Cupertino, California</b>.<br>If there are no qualifier characters, or if a different character is the qualifier,<br><b>"Cupertino, California"</b> is imported into two adjacent fields as <b>"Cupertino</b> and <b>"California"</b>.<br><br>Note: The import file might not contain any qualifier characters.<br>The default qualifier character for comma- and tab- delimited files created in Excel is a quotation mark.</p>',
317     'LBL_DELIMITER_COMMA_HELP' => 'Use this option to select and upload a spreadsheet file containing the data that you would like to import. Examples: comma-delimited .csv file or export file from Microsoft Outlook.',
318     'LBL_DELIMITER_TAB_HELP' => 'Select this option if the character that separates the fields in the import file is a <b>TAB</b>, and the file extension is .txt.',
319     'LBL_DELIMITER_CUSTOM_HELP' => 'Select this option if the character that separates the fields in the import file is neither a comma or a TAB, and type the character in the adjacent field.',
320     'LBL_DATABASE_FIELD_HELP' => 'This column displays all of the fields in the module. Select a field to map to the data in the import file rows.',
321     'LBL_HEADER_ROW_HELP' => 'This column displays the labels in the header row of the import file.',
322     'LBL_DEFAULT_VALUE_HELP' => 'Indicate a value to use for the field in the created or updated record if the field in the import file contains no data.',
323     'LBL_ROW_HELP' => 'This column displays the data in the first non-header row of the import file. If the header row labels are appearing in this column, click Back to specify the header row in the Import File Properties.',
324     'LBL_SAVE_MAPPING_HELP' => 'Enter a name to save the import settings, including the field mappings and indexes used for the duplicate check. Saved import settings can be used for future imports.',
325     'LBL_IMPORT_FILE_SETTINGS_HELP' => 'During the upload of your import file, some file properties might have been automatically detected. View and manage these properties, as<br> necessary. Note: The settings provided here pertain to this import<br> and will not override your overall User Settings.',
326         'LBL_IMPORT_FILE_SETTINGS' => 'Import File Settings',
327     'LBL_VERIFY_DUPLCATES_HELP' => 'Find existing records in the system that could be considered duplicates of the records about to be imported  by performing a duplicate check for matching data.  Fields dragged into the "Check Data" column will be used for the duplicate check.  The rows in your import file containing matching data will be listed within the next page, and you will be able to select which rows to import',
328     'LBL_IMPORT_STARTED' => 'Import Started:',
329     'LBL_IMPORT_FILE_SETTINGS' => 'Import File Settings',
330     'LBL_RECORD_CANNOT_BE_UPDATED' => 'The record could not be updated due to a permissions issue',
331     'LBL_DELETE_MAP_CONFIRMATION' => 'Are you sure you want to delete this saved set of import settings?',
332     'LBL_THIRD_PARTY_CSV_SOURCES' => 'If the import file data was exported from any of the following sources, select which one.',
333     'LBL_THIRD_PARTY_CSV_SOURCES_HELP' => 'Select the source to automatically apply custom mappings in order to simplify the mapping process (next step).',
334     'LBL_EXTERNAL_SOURCE_HELP' => 'Use this option to import data directly from an external application or service, such as Gmail.',
335     'LBL_EXAMPLE_FILE' => 'Download Import File Template',
336     'LBL_CONFIRM_IMPORT' => 'You have selected to update records during the import process. Updates made to existing records cannot be undone. However, records created during the import process can be undone (deleted), if desired. Click Cancel to select to create new records only, or click OK to continue.',
337     'LBL_CONFIRM_MAP_OVERRIDE' => 'Warning: You have already selected a custom mapping for this import, do you want to continue?',
338     'LBL_EXTERNAL_FIELD' => 'External Field',
339     'LBL_SAMPLE_URL_HELP' => 'Download a sample import file containing a header row of the module fields. The file can be used as a template to create an import file containing the data that you would like to import.',
340     'LBL_AUTO_DETECT_ERROR' => 'The field delimiter and qualifier in the import file could not be detected. Please verify the settings in the Import File Properties.',
341     'LBL_MIME_TYPE_ERROR_1' => 'The selected file does not appear to contain a delimited list. Please check the file type. We recommend comma-delimited files (.csv).',
342     'LBL_MIME_TYPE_ERROR_2' => 'To proceed with importing the selected file, click OK. To upload a new file, click Try Again',
343     'LBL_FIELD_DELIMETED_HELP' => 'The field delimiter specifies the character used to separate the field columns.',
344     'LBL_FILE_UPLOAD_WIDGET_HELP' => 'Select a file containing data that is separated by a delimiter, such as a comma- or tab- delimited file.  Files of the type .csv are recommended.',
345     'LBL_EXTERNAL_ERROR_NO_SOURCE' => 'Unable to retrieve source adapter, please try again later.',
346     'LBL_EXTERNAL_ERROR_FEED_CORRUPTED' => 'Unable to retrieve external feed, please try again later.',
347     'LBL_ERROR_IMPORT_CACHE_NOT_WRITABLE' => 'Import cache directory is not writable.',
348     'LBL_ADD_FIELD_HELP' => 'Use this option to add a value to a field in all records created and/or updated. Select the field and then enter or select a value for that field in the Default Value column.',
349     'LBL_MISSING_HEADER_ROW' => 'No Header Row Found',
350     'LBL_CANCEL' => 'Cancel',
351     'LBL_SELECT_DS_INSTRUCTION' => 'Ready to start importing? Select the source of the data that you would like to import.',
352     'LBL_SELECT_UPLOAD_INSTRUCTION' => 'Select a file on your computer that contains the data that you would like to import, or download the template to get a head start on creating the import file.',
353     'LBL_SELECT_PROPERTY_INSTRUCTION' => 'Here is how the the first several rows of the import file appear with the detected file properties. If a header row was detected, it is displayed in the top row of the table. View the import file properties to make changes to the detected properties and to set additional properties. Updating the settings will update the data appearing in the table.',
354     'LBL_SELECT_MAPPING_INSTRUCTION' => 'The table below contains all of the fields in the module that can be mapped to the data in the import file. If the file contains a header row, the columns in the file have been mapped to matching fields. Check the mappings to make sure that they are what you expect, and make changes, as necessary. To help you check the mappings, Row 1 displays the data in the file. Be sure to map to all of the required fields (noted by an asterisk).',
355     'LBL_SELECT_DUPLICATE_INSTRUCTION' => 'To avoid creating duplicate records, select which of the mapped fields you would like to use to perform a duplicate check while data is being imported. Values within existing records in the selected fields will be checked against the data in the import file. If matching data is found, the rows in the import file containing the data will be displayed along with the import results (next page). You will then be able to select which of these rows to continue importing.',
356     'LBL_EXT_SOURCE_SIGN_IN' => 'Sign In',
357     'LBL_DUP_HELP' => 'Here are the rows in the import file that were not imported because they contain data that matches values in existing records based on the duplicate check. The data that matches is highlighted. To re-import these rows, download the list, make changes and click <b>Import Again</b>.',
358     'LBL_DESELECT' => 'deselect',
359     'LBL_SUMMARY' => 'Summary',
360     'LBL_OK' => 'OK',
361     'LBL_ERROR_HELP' => 'Here are the rows in the import file that were not imported due to errors. To re-import these rows, download the list, make changes and click <b>Import Again</b>',
362     'LBL_EXTERNAL_MAP_HELP' => 'The table below contains the fields in the external source and the module fields to which they are mapped. Check the mappings to make sure that they are what you expect, and make changes, as necessary. Be sure to map to all of the required fields (noted by an asterisk).',
363     'LBL_EXTERNAL_MAP_NOTE' => 'The import will be attempted for contacts within all Google Contacts groups.',
364     'LBL_EXTERNAL_MAP_NOTE_SUB' => 'The User Names of the newly created users will be the Full Names of the Google Contact by default. The User Names can be changed after the user records are created.',
365     'LBL_EXTERNAL_MAP_SUB_HELP' => 'Click <b>Import Now</b> to begin the import. Records will only be created for entries that include last names. Records will not be created for data identified as duplicate based on names and/or email addresses matching existing records.',
366     'LBL_EXTERNAL_FIELD_TOOLTIP' => 'This column displays the fields in the external source containing data that will be used to create new records.',
367     'LBL_EXTERNAL_DEFAULT_TOOPLTIP' => 'Indicate a value to use for the field in the created record if the field in the external source contains no data.',
368     'LBL_EXTERNAL_ASSIGNED_TOOLTIP' => 'To assign the new records to a user other than yourself, use the Default Value column to select a different user.',
369     'LBL_EXTERNAL_TEAM_TOOLTIP' => 'To assign the new records to teams other than your default team(s), use the Default Value column to select different teams.',
370     'LBL_SIGN_IN_HELP' => 'To enable this service, please sign in under the External Accounts tab within your user settings page.'
371 );
372 ?>