[ 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 * Portions created by JPL TSolucio, S.L. are Copyright (C) jpl tsolucio. 9 * All Rights Reserved. 10 * ******************************************************************************** 11 * Language : Español es_es 12 * Version : 6.0.0 13 * Created Date : 2012-10-25 14 * Author : JPL TSolucio, S. L. Joe Bordes 15 * Last change : 2013-05-03 16 * Author : JPL TSolucio, S. L. Joe Bordes 17 ************************************************************************************/ 18 $languageStrings = array( 19 'SINGLE_Documents' => 'Documento', 20 'Documents' => 'Documentos', 21 'LBL_ADD_RECORD' => 'Añadir Documento', 22 'LBL_RECORDS_LIST' => 'Lista de Documentos', 23 'LBL_NOTE_INFORMATION' => 'Información Básica', 24 'LBL_FILE_INFORMATION' => 'Información Archivo', 25 'LBL_DESCRIPTION' => 'Descripción', 26 'Title' => 'Título', 27 'File Name' => 'Nombre Archivo', 28 'Note' => 'Nota', 29 'File Type' => 'Tipo Fichero', 30 'File Size' => 'Tamaño Fichero', 31 'Download Type' => 'Tipo Descarga', 32 'Version' => 'Versión', 33 'Active' => 'Activo', 34 'Download Count' => 'Número Descargas', 35 'Folder Name' => 'Nombre Carpeta', 36 'Document No' => 'Número Documento', 37 'Last Modified By' => 'Modificado por', 38 'LBL_FOLDER_HAS_DOCUMENTS' => 'Por favor, mueve los documentos a otra carpeta antes de eliminarla', 39 'LBL_DOWNLOAD_FILE' => 'Descargar fichero', 40 'LBL_CHECK_FILE_INTEGRITY' => 'Comprobar integridad fichero', 41 'LBL_INTERNAL' => 'Interno', 42 'LBL_EXTERNAL' => 'Externo', 43 'LBL_MAX_UPLOAD_SIZE' => 'Tamaño máximo fichero', 44 'LBL_MOVE' => 'Mover', 45 'LBL_ADD_FOLDER' => 'Añadir Carpeta', 46 'LBL_FOLDERS_LIST' => 'Lista de Carpetas', 47 'LBL_FOLDERS' => 'Carpetas', 48 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Se ha movido el documento', 49 'LBL_DENIED_DOCUMENTS' => 'Documentos Denegados', 50 'MB' => 'MB', 51 'LBL_ADD_NEW_FOLDER' => 'Añadir Nueva Carpeta', 52 'LBL_FOLDER_NAME' => 'Nombre de Carpeta', 53 'LBL_FOLDER_DESCRIPTION' => 'Descripción Carpeta', 54 'LBL_FILE_AVAILABLE' => 'Fichero disponible para descarga', 55 'LBL_FILE_NOT_AVAILABLE' => 'Este fichero no está disponible para descarga', 56 ); 57 $jsLanguageStrings = array( 58 'JS_NEW_FOLDER' => 'Nueva Carpeta', 59 'JS_MOVE_DOCUMENTS' => 'Mover Documentos', 60 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => '¿Estás seguro que quieres mover el fichero(s) a', 61 'JS_FOLDER' => 'carpeta', 62 'JS_OPERATION_DENIED' => 'Operación Denegada', 63 );
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 |