[ 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 * Author : Francisco Hernandez Odin Consultores S de RL de CV 10 * Author : www.odin.mx 11 * Author : Proudly, the best Vtiger's Partner in Mexico 12 ************************************************************************************/ 13 $languageStrings = array( 14 'SINGLE_Documents' => 'Documento' , 15 'Documents' => 'Documentos' , 16 'LBL_ADD_RECORD' => 'Agregar Documento' , 17 'LBL_RECORDS_LIST' => 'Lista de Documentos' , 18 'LBL_NOTE_INFORMATION' => 'Información Básica' , 19 'LBL_FILE_INFORMATION' => 'Información del Archivo' , 20 'LBL_DESCRIPTION' => 'Descripción' , 21 'Title' => 'Asunto' , 22 'File Name' => 'Nombre del Archivo' , 23 'Note' => 'Notas' , 24 'File Type' => 'Tipo Archivo' , 25 'File Size' => 'Tamaño' , 26 'Download Type' => 'Tipo Descarga' , 27 'Version' => 'Versión' , 28 'Active' => 'Activo' , 29 'Download Count' => 'Número Descargas' , 30 'Folder Name' => 'Nombre de carpeta' , 31 'Document No' => 'Número Documento' , 32 'Last Modified By' => 'Última modificación por' , 33 'LBL_FOLDER_HAS_DOCUMENTS' => 'Mueve los documentos de la carpeta antes de borrarla', 34 'LBL_DOWNLOAD_FILE' => 'Descargar archivo' , 35 'LBL_CHECK_FILE_INTEGRITY' => 'Comprobar integridad archivo', 36 'LBL_INTERNAL' => 'Interno' , 37 'LBL_EXTERNAL' => 'Externo' , 38 'LBL_MAX_UPLOAD_SIZE' => 'Tamaño máximo de archivo para subir al CRM', 39 'LBL_MOVE' => 'Mover' , 40 'LBL_ADD_FOLDER' => 'Agregar Carpeta' , 41 'LBL_FOLDERS_LIST' => 'Lista de Carpetas' , 42 'LBL_FOLDERS' => 'Carpetas' , 43 'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documentos movidos correctamente', 44 'LBL_DENIED_DOCUMENTS' => 'Documentos negados' , 45 'MB' => 'MB' , 46 'LBL_ADD_NEW_FOLDER' => 'Agregar Carpeta' , 47 'LBL_FOLDER_NAME' => 'Nombre Carpeta' , 48 'LBL_FOLDER_DESCRIPTION' => 'Descripción de la carpeta' , 49 'LBL_FILE_AVAILABLE' => 'El archivo está disponible para descargarlo', 50 'LBL_FILE_NOT_AVAILABLE' => 'Este documento no está disponible para descargarlo', 51 ); 52 $jsLanguageStrings = array( 53 'JS_NEW_FOLDER' => 'Nueva Carpeta' , 54 'JS_MOVE_DOCUMENTS' => 'Mover documentos' , 55 'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Estás seguro de que quieres mover estos archivos a', 56 'JS_FOLDER' => 'Carpeta' , 57 'JS_OPERATION_DENIED' => 'Operación rechazada' , 58 );
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 |