PATH:
home
/
letacommog
/
crmleta
/
languages
/
en_us
<?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. *************************************************************************************/ $languageStrings = array( 'LBL_IMPORT_STEP_1' => 'Step 1', 'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Select File', 'LBL_IMPORT_SUPPORTED_FILE_TYPES' => ' Supported File Type(s): .CSV, .VCF', 'LBL_IMPORT_STEP_2' => 'Step 2', 'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Specify Format', 'LBL_FILE_TYPE' => 'File Type', 'LBL_CHARACTER_ENCODING' => 'Character Encoding', 'LBL_DELIMITER' => 'Delimiter', 'LBL_HAS_HEADER' => 'Has Header', 'LBL_IMPORT_STEP_3' => 'Step 3', 'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Duplicate Record Handling', 'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Select this option to enable and set duplicate merge criteria', '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', 'LBL_NEXT_BUTTON_LABEL' => 'Next', 'LBL_IMPORT_STEP_4' => 'Step 4', 'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Map the Columns to Module Fields', 'LBL_FILE_COLUMN_HEADER' => 'Header', 'LBL_ROW_1' => 'Row 1', 'LBL_CRM_FIELDS' => 'CRM Fields', 'LBL_DEFAULT_VALUE' => 'Default Value', 'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Save as Custom Mapping ', 'LBL_IMPORT_BUTTON_LABEL' => 'Import', 'LBL_RESULT' => 'Result', 'LBL_TOTAL_RECORDS_IMPORTED' => 'Records successfully imported', 'LBL_NUMBER_OF_RECORDS_CREATED' => 'Records created', 'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Records overwritten', 'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Records skipped', 'LBL_NUMBER_OF_RECORDS_MERGED' => 'Records merged', 'LBL_TOTAL_RECORDS_FAILED' => 'Records failed importing', 'LBL_IMPORT_MORE' => 'Import More', 'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Last Imported Records', 'LBL_UNDO_LAST_IMPORT' => 'Undo Last Import', 'LBL_FINISH_BUTTON_LABEL' => 'Finish', 'LBL_UNDO_RESULT' => 'Undo Import Result', 'LBL_TOTAL_RECORDS' => 'Total Number of Records', 'LBL_NUMBER_OF_RECORDS_DELETED' => 'Number of records deleted', 'LBL_OK_BUTTON_LABEL' => 'Ok', 'LBL_IMPORT_SCHEDULED' => 'Import Scheduled', 'LBL_RUNNING' => 'Running', 'LBL_CANCEL_IMPORT' => 'Cancel Import', 'LBL_ERROR' => 'Error', 'LBL_CLEAR_DATA' => 'Clear Data', 'ERR_LOCAL_INFILE_NOT_ON' => 'local_infile variable is turned off on the database server.', 'ERR_UNIMPORTED_RECORDS_EXIST' => 'Unable to import more data in this batch. Please start a new import.', 'ERR_IMPORT_INTERRUPTED' => 'Current Import has been interrupted. Please try again later', 'ERR_FAILED_TO_LOCK_MODULE' => 'Failed to lock the module for import. Re-try again later', 'LBL_SELECT_SAVED_MAPPING' => 'Select Saved Mapping', 'LBL_IMPORT_ERROR_LARGE_FILE' => 'Import Error Large file ', 'LBL_FILE_UPLOAD_FAILED' => 'File Upload Failed', 'LBL_IMPORT_CHANGE_UPLOAD_SIZE' => 'Import Change Upload Size', 'LBL_IMPORT_DIRECTORY_NOT_WRITABLE' => 'Import Directory is not writable', 'LBL_IMPORT_FILE_COPY_FAILED' => 'Import File copy failed', 'LBL_INVALID_FILE' => 'Invalid File', 'LBL_NO_ROWS_FOUND' => 'No rows found', 'LBL_SCHEDULED_IMPORT_DETAILS' => 'Your import has been scheduled and will start within 15 minutes. You will receive an email after import is completed. <br> <br> Please make sure that the Outgoing server and your email address is configured to receive email notification', 'LBL_DETAILS' => 'Details', 'skipped' => 'Skipped Records', 'failed' => 'Failed Records', 'LBL_IMPORT_LINEITEMS_CURRENCY'=> 'Currency(For Line Items Fields)', 'LBL_USE_SAVED_MAPS'=>'Use Saved Maps', 'LBL_IMPORT_MAP_FIELDS'=>'Map the coloumns to CRM fields', 'LBL_UPLOAD_CSV'=>'Upload CSV File', 'LBL_UPLOAD_VCF'=>'Upload VCF File', 'LBL_DUPLICATE_HANDLING'=>'Duplicate Handling', 'LBL_FIELD_MAPPING'=>'Field Mapping', 'LBL_IMPORT_FROM_CSV_FILE'=>'Import from CSV file', 'LBL_SELECT_IMPORT_FILE_FORMAT'=>'Where would you like to import from ?', 'LBL_CSV_FILE'=>'CSV File', 'LBL_VCF_FILE'=>'VCF File', 'LBL_GOOGLE'=>'Google', 'LBL_IMPORT_COMPLETED'=>'Import Completed', 'LBL_IMPORT_SUMMARY'=>'Import summary', 'LBL_DELETION_COMPLETED'=>'Deletion Completed', 'LBL_TOTAL_RECORDS_SCANNED'=>'Total records scanned', 'LBL_SKIP_BUTTON'=>'Skip', 'LBL_DUPLICATE_RECORD_HANDLING' => 'Duplicate record handling', 'LBL_IMPORT_FROM_VCF_FILE' => 'Import from VCF file', 'LBL_SELECT_VCF_FILE' => 'Select VCF file', 'LBL_DONE_BUTTON' => 'Done', 'LBL_DELETION_SUMMARY' => 'Delete summary', 'LBL_SKIP_THIS_STEP' => 'Skip this step', 'LBL_ICS_FILE'=>'ICS File', 'LBL_UPLOAD_ICS'=>'Upload ICS File', 'LBL_IMPORT_FROM_ICS_FILE'=>'Import from ICS file', 'LBL_SELECT_ICS_FILE' => 'Select ICS file', );
[+]
..
[-] SMSNotifier.php
[edit]
[-] ServiceContracts.php
[edit]
[-] RecycleBin.php
[edit]
[-] Proposal.php
[edit]
[-] Portal.php
[edit]
[-] Project.php
[edit]
[-] WSAPP.php
[edit]
[-] PBXManager.php
[edit]
[-] Potentials.php
[edit]
[-] Services.php
[edit]
[-] Vendors.php
[edit]
[-] Events.php
[edit]
[-] Faq.php
[edit]
[-] Users.php
[edit]
[-] PriceBooks.php
[edit]
[-] Calendar.php
[edit]
[-] Emails.php
[edit]
[-] Contacts.php
[edit]
[-] Products.php
[edit]
[-] Vtiger.php
[edit]
[-] ProjectMilestone.php
[edit]
[-] ProjectTask.php
[edit]
[-] MailManager.php
[edit]
[-] ITS4YouResetCPPassword.php
[edit]
[-] Documents.php
[edit]
[-] Invoice.php
[edit]
[-] Google.php
[edit]
[-] ITS4YouProcessFlow.php
[edit]
[-] HelpDesk.php
[edit]
[-] Rss.php
[edit]
[+]
custom
[-] ModComments.php
[edit]
[-] SalesOrder.php
[edit]
[-] Campaigns.php
[edit]
[-] Import.php
[edit]
[-] Accounts.php
[edit]
[-] Assets.php
[edit]
[-] Mobile.php
[edit]
[-] Home.php
[edit]
[-] ModuleManager.php
[edit]
[-] Migration.php
[edit]
[-] Quotes.php
[edit]
[-] ModTracker.php
[edit]
[-] Webservices.php
[edit]
[-] Reports.php
[edit]
[-] PurchaseOrder.php
[edit]
[-] Install.php
[edit]
[-] VTENotepad.php
[edit]
[-] Leads.php
[edit]
[-] PDFMaker.php
[edit]
[-] CustomerPortal_Client.php
[edit]
[+]
Settings
[-] EmailTemplates.php
[edit]