[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

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


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