[ 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' => 'Paso 1' , 12 'LBL_IMPORT_STEP_1_DESCRIPTION' => 'Selecciona Archivo' , 13 'LBL_IMPORT_SUPPORTED_FILE_TYPES' => 'Formato(s) aceptados: .CSV, .VCF', 14 'LBL_IMPORT_STEP_2' => 'Paso 2' , 15 'LBL_IMPORT_STEP_2_DESCRIPTION' => 'Especifica Formato' , 16 'LBL_FILE_TYPE' => 'Tipo Archivo' , 17 'LBL_CHARACTER_ENCODING' => 'Codificación de caracteres' , 18 'LBL_DELIMITER' => 'Delimitador' , 19 'LBL_HAS_HEADER' => 'Tiene Encabezado' , 20 'LBL_IMPORT_STEP_3' => 'Paso 3' , 21 'LBL_IMPORT_STEP_3_DESCRIPTION' => 'Manejo de Registros Duplicados', 22 'LBL_IMPORT_STEP_3_DESCRIPTION_DETAILED' => 'Selecciona esta opción para habilitar y configurar el control de duplicados', 23 'LBL_SPECIFY_MERGE_TYPE' => 'Selecciona cómo se han de manejar los registros duplicados', 24 'LBL_SELECT_MERGE_FIELDS' => 'Selecciona los campos coincidentes para encontrar duplicados', 25 'LBL_AVAILABLE_FIELDS' => 'Campos Disponibles' , 26 'LBL_SELECTED_FIELDS' => 'Campos Coincidentes' , 27 'LBL_NEXT_BUTTON_LABEL' => 'Siguiente' , 28 'LBL_IMPORT_STEP_4' => 'Paso 4' , 29 'LBL_IMPORT_STEP_4_DESCRIPTION' => 'Asigna las Columnas a Campos del Módulo', 30 'LBL_FILE_COLUMN_HEADER' => 'Encabezado' , 31 'LBL_ROW_1' => 'Fila 1' , 32 'LBL_CRM_FIELDS' => 'Campos CRM' , 33 'LBL_DEFAULT_VALUE' => 'Valor por defecto' , 34 'LBL_SAVE_AS_CUSTOM_MAPPING' => 'Guardar como asignación personalizada', 35 'LBL_IMPORT_BUTTON_LABEL' => 'Importar' , 36 'LBL_RESULT' => 'Resultado' , 37 'LBL_TOTAL_RECORDS_IMPORTED' => 'Número total de registros importados', 38 'LBL_NUMBER_OF_RECORDS_CREATED' => 'Número de registros creados', 39 'LBL_NUMBER_OF_RECORDS_UPDATED' => 'Número de registros sobreescritos', 40 'LBL_NUMBER_OF_RECORDS_SKIPPED' => 'Número de registros descartados', 41 'LBL_NUMBER_OF_RECORDS_MERGED' => 'Número total de registros combinados', 42 'LBL_TOTAL_RECORDS_FAILED' => 'Número total de registros descartados', 43 'LBL_IMPORT_MORE' => 'Importar Más' , 44 'LBL_VIEW_LAST_IMPORTED_RECORDS' => 'Registros Importados' , 45 'LBL_UNDO_LAST_IMPORT' => 'Deshacer última importación', 46 'LBL_FINISH_BUTTON_LABEL' => 'Terminar' , 47 'LBL_UNDO_RESULT' => 'Resultado de deshacer importación', 48 'LBL_TOTAL_RECORDS' => 'Número total de registros' , 49 'LBL_NUMBER_OF_RECORDS_DELETED' => 'Número total de registros eliminados', 50 'LBL_OK_BUTTON_LABEL' => 'Ok' , 51 'LBL_IMPORT_SCHEDULED' => 'Importación Planificada' , 52 'LBL_RUNNING' => 'En ejecución' , 53 'LBL_CANCEL_IMPORT' => 'Cancelar Importación' , 54 'LBL_ERROR' => 'Error' , 55 'LBL_CLEAR_DATA' => 'Vaciar cola de importación' , 56 'ERR_UNIMPORTED_RECORDS_EXIST' => 'Todavía hay registros pendientes de importación en cola, que impiden importar más información. <br> 57 Vacía la cola de importación para iniciar el proceso de nuevo', 58 'ERR_IMPORT_INTERRUPTED' => 'La importación actual ha sido interrumpida.', 59 'ERR_FAILED_TO_LOCK_MODULE' => 'No se ha podido bloquear el módulo para la importación. Inténtalo de nuevo más tarde.', 60 'LBL_SELECT_SAVED_MAPPING' => 'Seleccionar Asignación guardada', 61 'LBL_IMPORT_ERROR_LARGE_FILE' => 'Import Error Large file ' , // TODO: Review 62 'LBL_FILE_UPLOAD_FAILED' => 'File Upload Failed' , // TODO: Review 63 'LBL_IMPORT_CHANGE_UPLOAD_SIZE' => 'Import Change Upload Size' , // TODO: Review 64 'LBL_IMPORT_DIRECTORY_NOT_WRITABLE' => 'Import Directory is not writable', // TODO: Review 65 'LBL_IMPORT_FILE_COPY_FAILED' => 'Import File copy failed' , // TODO: Review 66 'LBL_INVALID_FILE' => 'Invalid File' , // TODO: Review 67 'LBL_NO_ROWS_FOUND' => 'No rows found' , // TODO: Review 68 '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> 69 Please make sure that the Outgoing server and your email address is configured to receive email notification', // TODO: Review 70 'LBL_DETAILS' => 'Details' , // TODO: Review 71 'skipped' => 'Skipped Records' , // TODO: Review 72 'failed' => 'Failed Records' , // TODO: Review 73 );
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 |