[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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' => 'Delimitator:' , 19 'LBL_HAS_HEADER' => 'Are 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' => 'Campuri disponibile' , 26 'LBL_SELECTED_FIELDS' => ' Campuri de asociat la' , 27 'LBL_NEXT_BUTTON_LABEL' => 'Urmatorul/oarea' , 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' => 'Importa' , 36 'LBL_RESULT' => 'Result' , 37 'LBL_TOTAL_RECORDS_IMPORTED' => 'Records successfully imported', 38 'LBL_NUMBER_OF_RECORDS_CREATED' => 'Records created' , 39 'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Records overwritten' , 40 'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Records skipped' , 41 'LBL_NUMBER_OF_RECORDS_MERGED' => 'Records merged' , 42 'LBL_TOTAL_RECORDS_FAILED' => 'Records failed importing' , 43 'LBL_IMPORT_MORE' => 'Importa inca' , 44 'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Last Imported Records' , 45 'LBL_UNDO_LAST_IMPORT' => 'Anuleaza import' , 46 'LBL_FINISH_BUTTON_LABEL' => 'Final' , 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' => 'Eroare:' , 55 'LBL_CLEAR_DATA' => 'Clear Data' , 56 'ERR_UNIMPORTED_RECORDS_EXIST' => 'Unable to import more data in this batch. Please start a new 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 is configured to receive email notification', // 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' =>'Suprascrie', 74 'Merge' =>'ÃŽmbinare', 75 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |