[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/modules/Import/languages/en_us/ -> Import.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      'ERR_FAILED_TO_LOCK_MODULE' => 'Failed to lock the module for import. Re-try again later',
  12      'ERR_IMPORT_INTERRUPTED' => 'Current Import has been interrupted. Please try again later',
  13      'ERR_UNIMPORTED_RECORDS_EXIST' => 'Unable to import more data in this batch. Please start a new import.',
  14      'failed' => 'Failed Records',
  15      'LBL_AVAILABLE_FIELDS' => 'Available Fields',
  16      'LBL_CANCEL_IMPORT' => 'Cancel Import',
  17      'LBL_CHARACTER_ENCODING' => 'Character Encoding',
  18      'LBL_CLEAR_DATA' => 'Clear Data',
  19      'LBL_CRM_FIELDS' => 'CRM Fields',
  20      'LBL_DEFAULT_VALUE' => 'Default Value',
  21      'LBL_DELIMITER' => 'Delimiter',
  22      'LBL_DETAILS' => 'Details',
  23      'LBL_ERROR' => 'Error',
  24      'LBL_FILE_COLUMN_HEADER' => 'Header',
  25      'LBL_FILE_TYPE' => 'File Type',
  26      'LBL_FILE_UPLOAD_FAILED' => 'File Upload Failed',
  27      'LBL_FINISH_BUTTON_LABEL' => 'Finish',
  28      'LBL_HAS_HEADER' => 'Has Header',
  29      'LBL_IMPORT_BUTTON_LABEL' => 'Import',
  30      'LBL_IMPORT_CHANGE_UPLOAD_SIZE' => 'Import Change Upload Size',
  31      'LBL_IMPORT_DIRECTORY_NOT_WRITABLE' => 'Import Directory is not writable',
  32      'LBL_IMPORT_ERROR_LARGE_FILE' => 'Import Error Large file ',
  33      'LBL_IMPORT_FILE_COPY_FAILED' => 'Import File copy failed',
  34      'LBL_IMPORT_MORE' => 'Import More',
  35      'LBL_IMPORT_SCHEDULED' => 'Import Scheduled',
  36      'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Select File',
  37      'LBL_IMPORT_STEP_1' => 'Step 1',
  38      'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Specify Format',
  39      'LBL_IMPORT_STEP_2' => 'Step 2',
  40      'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Select this option to enable and set duplicate merge criteria',
  41      'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Duplicate Record Handling',
  42      'LBL_IMPORT_STEP_3' => 'Step 3',
  43      'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Map the Columns to Module Fields',
  44      'LBL_IMPORT_STEP_4' => 'Step 4',
  45      'LBL_IMPORT_SUPPORTED_FILE_TYPES' => '    Supported File Type(s): .CSV, .VCF',
  46      'LBL_INVALID_FILE' => 'Invalid File',
  47      'LBL_NEXT_BUTTON_LABEL' => 'Next',
  48      'LBL_NO_ROWS_FOUND' => 'No rows found',
  49      'LBL_NUMBER_OF_RECORDS_CREATED' => 'Records created',
  50      'LBL_NUMBER_OF_RECORDS_DELETED' => 'Number of records deleted',
  51      'LBL_NUMBER_OF_RECORDS_MERGED' => 'Records merged', 
  52      'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Records skipped',
  53      'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Records overwritten',
  54      'LBL_OK_BUTTON_LABEL' => 'Ok',
  55      'LBL_RESULT' => 'Result',
  56      'LBL_ROW_1' => 'Row 1',
  57      'LBL_RUNNING' => 'Running',
  58      'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Save as Custom Mapping ',
  59      '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',
  60      'LBL_SELECTED_FIELDS' => 'Fields to be matched on',
  61      'LBL_SELECT_MERGE_FIELDS' => 'Select the matching fields to find duplicate records',
  62      'LBL_SELECT_SAVED_MAPPING' => 'Select Saved Mapping',
  63      'LBL_SPECIFY_MERGE_TYPE' => 'Select how duplicate records should be handled',
  64      'LBL_TOTAL_RECORDS_FAILED' => 'Records failed importing',
  65      'LBL_TOTAL_RECORDS_IMPORTED' => 'Records successfully imported',
  66      'LBL_TOTAL_RECORDS' => 'Total Number of Records',
  67      'LBL_UNDO_LAST_IMPORT' => 'Undo Last Import',
  68      'LBL_UNDO_RESULT' => 'Undo Import Result',
  69      'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Last Imported Records',
  70      'skipped' => 'Skipped Records',
  71  );


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