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