]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - modules/Import/language/en_us.lang.php
Release 6.2.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' => 'records were not imported due to error.',
49     'LBL_UPDATE_SUCCESSFULLY' => 'records updated successfully',
50     'LBL_SUCCESSFULLY_IMPORTED' => 'records created successfully',
51     'LBL_STEP_4_TITLE' => 'Step 4: Import File',
52     'LBL_STEP_5_TITLE' => 'Step 5: View 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' => 'Import Action',
58     'LBL_IMPORT_BUTTON' => 'Create Records',
59     'LBL_UPDATE_BUTTON' => 'Create and Update Records',
60     'LBL_ERROR_INVALID_BOOL'=>'Invalid boolean value',
61     'LBL_NO_ID' => 'ID Required',
62     'LBL_PRE_CHECK_SKIPPED' => 'Pre-Check skipped',
63     'LBL_IMPORT_ERROR' => 'Import errors:',
64     'LBL_ERROR' => 'Error',
65     'LBL_NOLOCALE_NEEDED' => 'No locale conversion needed',
66     'LBL_FIELD_NAME' => 'Field Name',
67     'LBL_VALUE' => 'Value',
68     'LBL_ROW_NUMBER' => 'Row Number',
69     'LBL_NONE' => 'None',
70     'LBL_REQUIRED_VALUE' => 'Required value missing',
71     'LBL_ID_EXISTS_ALREADY' => 'ID already exists in this table',
72     'LBL_ASSIGNED_USER' => 'If the user does not exist use the current user',
73     'LBL_SHOW_HIDDEN' => 'Show fields that are not normally importable',
74     'LBL_UPDATE_RECORDS' => 'Update existing records instead of importing them (No Undo)',
75     'LBL_TEST'=> 'Test Import (do not save or change data)',
76     'LBL_TRUNCATE_TABLE' => 'Empty table before import (delete all records)',
77     'LBL_RELATED_ACCOUNTS' => 'Do not create related accounts',
78     'LBL_NO_DATECHECK' => 'Skip date check (faster but will fail if any date is wrong)',
79     'LBL_NO_EMAILS' => 'Do not send out Email notifications during this import',
80     'LBL_NO_PRECHECK' => 'Native Format mode',
81     'LBL_STRICT_CHECKS' => 'Use strict ruleset (Check Email addresses and phone numbers too)',
82     'LBL_ERROR_SELECTING_RECORD' => 'Error selecting record:',
83     'LBL_ERROR_DELETING_RECORD' => 'Error deleting record:',
84     'LBL_NOT_SET_UP' => 'Import is not set up for this module type',
85     'LBL_ARE_YOU_SURE' => 'Are you sure? This will erase all data in this module.',
86     'LBL_NO_RECORD' => 'No record with this ID to update',
87     'LBL_NOT_SET_UP_FOR_IMPORTS' => 'Import is not set up for this module type',
88     'LBL_DEBUG_MODE' => 'Enable debugging mode',
89     'LBL_ERROR_INVALID_ID' => 'ID given is too long to fit in the field (maximum length is 36 characters)',
90     'LBL_ERROR_INVALID_PHONE' => 'Invalid phone number',
91     'LBL_ERROR_INVALID_NAME' => 'String too long to fit in the field',
92     'LBL_ERROR_INVALID_VARCHAR' => 'String too long to fit in the field',
93     'LBL_ERROR_INVALID_DATE' => 'Invalid date',
94     'LBL_ERROR_INVALID_DATETIME' => 'Invalid datetime',
95     'LBL_ERROR_INVALID_DATETIMECOMBO' => 'Invalid datetime',
96     'LBL_ERROR_INVALID_TIME' => 'Invalid time',
97     'LBL_ERROR_INVALID_INT' => 'Invalid integer value',
98     'LBL_ERROR_INVALID_NUM' => 'Invalid numeric value',
99     'LBL_ERROR_INVALID_TIME' => 'Invalid time',
100     'LBL_ERROR_INVALID_EMAIL'=>'Invalid Email address',
101     'LBL_ERROR_INVALID_BOOL'=>'Invalid value (should be a 1 or 0)',
102     'LBL_ERROR_INVALID_DATE'=>'Invalid date string',
103     'LBL_ERROR_INVALID_USER'=>'Invalid user name or ID',
104     'LBL_ERROR_INVALID_TEAM' => 'Invalid team name or ID',
105     'LBL_ERROR_INVALID_ACCOUNT' => 'Invalid account name or ID',
106     'LBL_ERROR_INVALID_RELATE' => 'Invalid relational field',
107     'LBL_ERROR_INVALID_CURRENCY' => 'Invalid currency value',
108     'LBL_ERROR_INVALID_FLOAT' => 'Invalid floating point number',
109     'LBL_ERROR_NOT_IN_ENUM' => 'Value not in dropDown list. Allowed values are: ',
110     'LBL_NOT_MULTIENUM' => 'Not a MultiEnum',
111     'LBL_IMPORT_MODULE_NO_TYPE' => 'Import is not set up for this module type',
112     '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.',
113     'LBL_IMPORT_MODULE_MAP_ERROR' => 'Unable to publish. There is another published Import Map by the same name.',
114     'LBL_IMPORT_MODULE_MAP_ERROR2' => 'Unable to un-publish a map owned by another user. You own an Import Map by the same name.',
115     'LBL_IMPORT_MODULE_NO_DIRECTORY' => 'The directory ',
116     'LBL_IMPORT_MODULE_NO_DIRECTORY_END' => ' does not exist or is not writable',
117     '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',
118     'LBL_IMPORT_MODULE_ERROR_LARGE_FILE' => 'File is too large. Max:',
119     'LBL_IMPORT_MODULE_ERROR_LARGE_FILE_END' => 'Bytes. Change $sugar_config[\'upload_maxsize\'] in config.php',
120     'LBL_MODULE_NAME' => 'Import',
121     'LBL_TRY_AGAIN' => 'Try Again',
122     'LBL_ERROR' => 'Error:',
123         'ERR_IMPORT_SYSTEM_ADMININSTRATOR'  => 'You cannot import a system administrator user',
124     'ERR_MULTIPLE' => 'Multiple columns have been defined with the same field name.',
125     'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required fields:',
126     'ERR_MISSING_MAP_NAME' => 'Missing custom mapping name',
127     'ERR_SELECT_FULL_NAME' => 'You cannot select Full Name when First Name and Last Name are selected.',
128     'ERR_SELECT_FILE' => 'Select a file to upload.',
129     'LBL_SELECT_FILE' => 'Select file:',
130     'LBL_CUSTOM' => 'Custom',
131     'LBL_CUSTOM_CSV' => 'Custom comma delimited file',
132     'LBL_CSV' => 'Comma delimited file',
133     'LBL_TAB' => 'Tab delimited file',
134     'LBL_CUSTOM_DELIMITED' => 'Custom delimited file',
135     'LBL_CUSTOM_DELIMITER' => 'Fields Delimited By:',
136     'LBL_FILE_OPTIONS' => 'File options',
137     'LBL_CUSTOM_TAB' => 'Custom tab delimited file',
138     'LBL_DONT_MAP' => '-- Do not map this field --',
139     'LBL_STEP_1_TITLE' => 'Step 1: Select Data Source and Import Action',
140     'LBL_WHAT_IS' => 'What is the Data Source?',
141     'LBL_MICROSOFT_OUTLOOK' => 'Microsoft Outlook',
142     'LBL_ACT' => 'Act!',
143     'LBL_SALESFORCE' => 'Salesforce.com',
144     'LBL_MY_SAVED' => 'My Saved Mappings:',
145     'LBL_PUBLISH' => 'Publish',
146     'LBL_DELETE' => 'Delete',
147     'LBL_PUBLISHED_SOURCES' => 'Published Mappings:',
148     'LBL_UNPUBLISH' => 'Un-Publish',
149     'LBL_NEXT' => 'Next >',
150     'LBL_BACK' => '< Back',
151     'LBL_STEP_2_TITLE' => 'Step 2: Upload Import File',
152     'LBL_HAS_HEADER' => 'Has Header:',
153     'LBL_NUM_1' => '1.',
154     'LBL_NUM_2' => '2.',
155     'LBL_NUM_3' => '3.',
156     'LBL_NUM_4' => '4.',
157     'LBL_NUM_5' => '5.',
158     'LBL_NUM_6' => '6.',
159     'LBL_NUM_7' => '7.',
160     'LBL_NUM_8' => '8.',
161     'LBL_NUM_9' => '9.',
162     'LBL_NUM_10' => '10.',
163     'LBL_NUM_11' => '11.',
164     'LBL_NUM_12' => '12.',
165     'LBL_NOTES' => 'Notes:',
166     'LBL_NOW_CHOOSE' => 'Now choose that file to import:',
167     '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:',
168     'LBL_OUTLOOK_NUM_1' => 'Start <b>Outlook</b>',
169     'LBL_OUTLOOK_NUM_2' => 'Select the <b>File</b> menu, then the <b>Import and Export ...</b> menu option',
170     'LBL_OUTLOOK_NUM_3' => 'Choose <b>Export to a file</b> and click Next',
171     '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',
172     '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',
173     'LBL_OUTLOOK_NUM_6' => 'Choose a filename and click <b>Next</b>',
174     'LBL_OUTLOOK_NUM_7' => 'Click <b>Finish</b>',
175     '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:',
176     'LBL_SF_NUM_1' => 'Open your browser, go to http://www.salesforce.com, and login with your email address and password',
177     'LBL_SF_NUM_2' => 'Click on the <b>Reports</b> tab on the top menu',
178     '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',
179     'LBL_SF_NUM_4' => 'On <b>Step 1: Select your report type</b>, select <b>Tabular Report</b> click <b>Next</b>',
180     '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>',
181     'LBL_SF_NUM_6' => 'On <b>Step 3: Select the information to summarize</b>, just click <b>Next</b>',
182     'LBL_SF_NUM_7' => 'On <b>Step 4: Order the report columns</b>, just click <b>Next</b>',
183     '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>',
184     '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>',
185     '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>.',
186     'LBL_SF_NUM_11' => 'A dialog will pop up for you to save the export file to your computer.',
187     '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:',
188     'LBL_ACT_NUM_1' => 'Launch <b>ACT!</b>',
189     'LBL_ACT_NUM_2' => 'Select the <b>File</b> menu, the <b>Data Exchange</b> menu option, then the <b>Export...</b> menu option',
190     'LBL_ACT_NUM_3' => 'Select the file type <b>Text-Delimited</b>',
191     'LBL_ACT_NUM_4' => 'Choose a filename and location for the exported data and click <b>Next</b>',
192     'LBL_ACT_NUM_5' => 'Select <b>Contacts records only</b>',
193     'LBL_ACT_NUM_6' => 'Click the <b>Options...</b> button',
194     'LBL_ACT_NUM_7' => 'Select <b>Comma</b> as the field separator character',
195     'LBL_ACT_NUM_8' => 'Check the <b>Yes, export field names</b> checkbox and click <b>OK</b>',
196     'LBL_ACT_NUM_9' => 'Click <b>Next</b>',
197     'LBL_ACT_NUM_10' => 'Select <b>All Records</b> and then click <b>Finish</b>',
198     '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:',
199     'LBL_CUSTOM_NUM_1' => 'Launch the application and open the data file',
200     'LBL_CUSTOM_NUM_2' => 'Select the <b>Save As...</b> or <b>Export...</b> menu option',
201     'LBL_CUSTOM_NUM_3' => 'Save the file in a <b>CSV</b> or <b>Comma Separated Values</b> format',
202     '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:',
203     'LBL_TAB_NUM_1' => 'Launch the application and open the data file',
204     'LBL_TAB_NUM_2' => 'Select the <b>Save As...</b> or <b>Export...</b> menu option',
205     'LBL_TAB_NUM_3' => 'Save the file in a <b>TSV</b> or <b>Tab Separated Values</b> format',
206     'LBL_STEP_3_TITLE' => 'Step 3: Confirm Fields and Import',
207     '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>Import Now</b>:',
208     'LBL_DATABASE_FIELD' => 'Database Field',
209     'LBL_HEADER_ROW' => 'Header Row',
210     'LBL_ROW' => 'Row',
211     'LBL_SAVE_AS_CUSTOM' => 'Save as Custom Mapping:',
212     'LBL_SAVE_AS_CUSTOM_NAME' => 'Custom Mapping Name:',
213     'LBL_CONTACTS_NOTE_1' => 'Either Last Name or Full Name must be mapped.',
214     'LBL_CONTACTS_NOTE_2' => 'If Full Name is mapped, then First Name and Last Name are ignored.',
215     '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.',
216     '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.',
217     '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.',
218     'LBL_REQUIRED_NOTE' => 'Required Field(s): ',
219     'LBL_IMPORT_NOW' => 'Import Now',
220     'LBL_' => '',
221     'LBL_CANNOT_OPEN' => 'Cannot open the imported file for reading',
222     'LBL_NOT_SAME_NUMBER' => 'There were not the same number of fields per line in your file',
223     'LBL_NO_LINES' => 'There were no lines in your import file',
224     'LBL_FILE_ALREADY_BEEN_OR' => 'The import file has already been processed or does not exist',
225     'LBL_SUCCESS' => 'Success:',
226         'LBL_FAILURE' => 'Import Failed:',
227     'LBL_SUCCESSFULLY' => 'Successfully imported',
228     'LBL_LAST_IMPORT_UNDONE' => 'Your last import was undone',
229     'LBL_NO_IMPORT_TO_UNDO' => 'There was no import to undo.',
230     'LBL_FAIL' => 'Fail:',
231     'LBL_RECORDS_SKIPPED' => 'Records skipped because they were missing one or more required fields',
232     'LBL_IDS_EXISTED_OR_LONGER' => 'Records skipped because the id\'s either existed or were longer than 36 characters',
233     'LBL_RESULTS' => 'Results',
234     'LBL_IMPORT_MORE' => 'Import More',
235     'LBL_FINISHED' => 'Return to ',
236     'LBL_UNDO_LAST_IMPORT' => 'Undo Last Import',
237     'LBL_LAST_IMPORTED'=>'Last Created',
238     'ERR_MULTIPLE_PARENTS' => 'You can only have one Parent ID defined',
239     'LBL_DUPLICATES' => 'Duplicates Found',
240     'LNK_DUPLICATE_LIST' => 'Download list of duplicates',
241     'LNK_ERROR_LIST' => 'Download list of errors',
242     'LNK_RECORDS_SKIPPED_DUE_TO_ERROR' => 'Download list of records that were not imported',
243     'LBL_UNIQUE_INDEX' => 'Choose index for duplicate comparison',
244     'LBL_VERIFY_DUPS' => 'Verify duplicate entries against selected indexes.',
245     'LBL_INDEX_USED' => 'Index(es) used:',
246     'LBL_INDEX_NOT_USED' => 'Index(es) not used:',
247     'LBL_IMPORT_MODULE_ERROR_NO_MOVE' => 'File was not successfully uploaded.    Check the file permissions in your Sugar installation cache directory.',
248     'LBL_IMPORT_FIELDDEF_ID' => 'Unique ID number',
249     'LBL_IMPORT_FIELDDEF_RELATE' => 'Name or ID',
250     'LBL_IMPORT_FIELDDEF_PHONE' => 'Phone Number',
251     'LBL_IMPORT_FIELDDEF_TEAM_LIST' => 'Team Name or ID',
252     'LBL_IMPORT_FIELDDEF_NAME' => 'Any Text',
253     'LBL_IMPORT_FIELDDEF_VARCHAR' => 'Any Text',
254     'LBL_IMPORT_FIELDDEF_TEXT' => 'Any Text',
255     'LBL_IMPORT_FIELDDEF_TIME' => 'Time',
256     'LBL_IMPORT_FIELDDEF_DATE' => 'Date',
257     'LBL_IMPORT_FIELDDEF_DATETIME' => 'Datetime',
258     'LBL_IMPORT_FIELDDEF_ASSIGNED_USER_NAME' => 'User Name or ID',
259     'LBL_IMPORT_FIELDDEF_BOOL' => '\'0\' or \'1\'',
260     'LBL_IMPORT_FIELDDEF_ENUM' => 'List',
261     'LBL_IMPORT_FIELDDEF_EMAIL' => 'EMail Address',
262     'LBL_IMPORT_FIELDDEF_INT' => 'Numeric (No Decimal)',
263     'LBL_IMPORT_FIELDDEF_DOUBLE' => 'Numeric (No Decimal)',
264     'LBL_IMPORT_FIELDDEF_NUM' => 'Numeric (No Decimal)',
265     'LBL_IMPORT_FIELDDEF_CURRENCY' => 'Numeric (Decimal Allowed)',
266     'LBL_IMPORT_FIELDDEF_FLOAT' => 'Numeric (Decimal Allowed)',
267     'LBL_DATE_FORMAT' => 'Date Format:',
268     'LBL_TIME_FORMAT' => 'Time Format:',
269     'LBL_TIMEZONE' => 'Time Zone:',
270     'LBL_ADD_ROW' => 'Add Field',
271     'LBL_REMOVE_ROW' => 'Remove Field',
272     'LBL_DEFAULT_VALUE' => 'Default Value',
273     'LBL_SHOW_ADVANCED_OPTIONS' => 'Show Advanced Options',
274     'LBL_HIDE_ADVANCED_OPTIONS' => 'Hide Advanced Options',
275     'LBL_SHOW_PREVIEW_COLUMNS' => 'Show Preview Columns',
276     'LBL_HIDE_PREVIEW_COLUMNS' => 'Hide Preview Columns',
277     'LBL_SAVE_MAPPING_AS' => 'Save Mapping As',
278     'LBL_OPTION_ENCLOSURE_QUOTE' => 'Single Quote (\')',
279     'LBL_OPTION_ENCLOSURE_DOUBLEQUOTE' => 'Double Quote (")',
280     'LBL_OPTION_ENCLOSURE_NONE' => 'None',
281     'LBL_OPTION_ENCLOSURE_OTHER' => 'Other:',
282     'LBL_IMPORT_COMPLETE' => 'Import Complete',
283     'LBL_IMPORT_ERROR' => 'Import Errors Occurred',
284     'LBL_IMPORT_RECORDS' => 'Importing Records',
285     'LBL_IMPORT_RECORDS_OF' => 'of',
286     'LBL_IMPORT_RECORDS_TO' => 'to',
287     'LBL_CURRENCY' => 'Currency',
288         'LBL_CURRENCY_SIG_DIGITS' => 'Currency Significant Digits',
289         'LBL_LOCALE_EXAMPLE_NAME_FORMAT' => 'Example',
290     'LBL_NUMBER_GROUPING_SEP' => '1000s separator',
291     'LBL_DECIMAL_SEP' => 'Decimal symbol',
292     'LBL_LOCALE_DEFAULT_NAME_FORMAT' => 'Name Display Format',
293     'LBL_LOCALE_EXAMPLE_NAME_FORMAT' => 'Example',
294     'LBL_LOCALE_NAME_FORMAT_DESC' => '<i>"s" Salutation, "f" First Name, "l" Last Name</i>',
295     'LBL_CHARSET' => 'File Encoding',
296     'LBL_MY_SAVED_HELP' => 'A saved mapping specifies a previously used combination of a specific data source and a set of database fields to map to the fields in the import file.<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.',
297     'LBL_MY_PUBLISHED_HELP' => 'A published mapping specifies a previously used combination of a specific data source and a set of database fields to map to the fields in the import file.',
298     '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>',
299     'LBL_DELIMITER_COMMA_HELP' => 'Select this option if the character that separates the fields in the import file is a <b>comma</b>, or if the file extension is .csv.',
300     '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.',
301     '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.',
302     'LBL_DATABASE_FIELD_HELP' => 'Select a field from list of all fields existing in the database for the module.',
303     'LBL_HEADER_ROW_HELP' => 'These are the field titles in the header row of the import file.',
304     '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.',
305     'LBL_ROW_HELP' => 'This is the data in the first non-header row of the import file.',
306     'LBL_SAVE_MAPPING_HELP' => 'Enter a name for the set of database fields used above for mapping to the fields in the import file fields.<br>The set of fields, including the order of the fields and the data souce selected in Import Step 1, will be saved during the import attempt.<br>The saved mapping can then be selected in Import Step 1 to for another import.',
307     'LBL_IMPORT_FILE_SETTINGS_HELP' => 'Specify the settings in the import file to ensure that the data is imported<br> correctly.  These settings will not override your preferences. The records<br> created or updated will contain the settings specified in your My Account page.',
308         'LBL_IMPORT_FILE_SETTINGS' => 'Import File Settings',
309     'LBL_VERIFY_DUPLCATES_HELP' => 'Select the fields in the import file to be used for the duplicate check.<br>If data in the selected fields matches data in fields in existing records, new records will not be created for the rows containing the duplicate field data.<br>The rows containing duplicate field data will be identified in the Import Results.',
310     'LBL_IMPORT_STARTED' => 'Import Started:',
311     'LBL_IMPORT_FILE_SETTINGS' => 'Import File Settings',
312     'LBL_RECORD_CANNOT_BE_UPDATED' => 'The record could not be updated due to a permissions issue',
313     'LBL_DELETE_MAP_CONFIRMATION' => 'Are you sure you want to delete this mapping?',
314 );
315 ?>