Skip to content
Snippets Groups Projects
Documents.php 3.66 KiB
Newer Older
Prasad's avatar
Prasad committed
<?php
/************************************************************************************
 * The contents of this file are subject to the vtiger CRM Public License Version 1.0
 * ("License"); You may not use this file except in compliance with the License
 * The Original Code is:  vtiger CRM Open Source
 * The Initial Developer of the Original Code is vtiger.
 * Portions created by vtiger are Copyright (C) vtiger.
 * All Rights Reserved.
 *  Author       : Francisco Hernandez Odin Consultores S de RL de CV
 *  Author       : www.odin.mx
 *  Author       : Proudly, the best Vtiger's Partner in Mexico
 ************************************************************************************/
$languageStrings = array(
	'SINGLE_Documents'             => 'Documento'                   , 
	'Documents'                    => 'Documentos'                   ,
	'LBL_ADD_RECORD'               => 'Agregar Documento'           , 
	'LBL_RECORDS_LIST'             => 'Lista de Documentos'         , 
	'LBL_NOTE_INFORMATION'         => 'Información Básica'        , 
	'LBL_FILE_INFORMATION'         => 'Información del Archivo'    , 
	'LBL_DESCRIPTION'              => 'Descripción'                , 
	'Title'                        => 'Asunto'                      , 
	'File Name'                    => 'Nombre del Archivo'              , 
	'Note'                         => 'Notas'                       , 
	'File Type'                    => 'Tipo Archivo'                , 
	'File Size'                    => 'Tamaño'                     , 
	'Download Type'                => 'Tipo Descarga'               , 
	'Version'                      => 'Versión'                    , 
	'Active'                       => 'Activo'                      , 
	'Download Count'               => 'Número Descargas'           , 
	'Folder Name'                  => 'Nombre de carpeta'           , 
	'Document No'                  => 'Número Documento'           , 
	'Last Modified By'             => 'Última modificación por'   , 
	'LBL_FOLDER_HAS_DOCUMENTS'     => 'Mueve los documentos de la carpeta antes de borrarla', 
	'LBL_DOWNLOAD_FILE'            => 'Descargar archivo'           , 
	'LBL_CHECK_FILE_INTEGRITY'     => 'Comprobar integridad archivo', 
	'LBL_INTERNAL'                 => 'Interno'                     , 
	'LBL_EXTERNAL'                 => 'Externo'                     , 
	'LBL_MAX_UPLOAD_SIZE'          => 'Tamaño máximo de archivo para subir al CRM', 
	'LBL_MOVE'                     => 'Mover'                       , 
	'LBL_ADD_FOLDER'               => 'Agregar Carpeta'             , 
	'LBL_FOLDERS_LIST'             => 'Lista de Carpetas'           , 
	'LBL_FOLDERS'                  => 'Carpetas'                    , 
	'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Documentos movidos correctamente', 
	'LBL_DENIED_DOCUMENTS'         => 'Documentos negados'          , 
	'MB'                           => 'MB'                          , 
	'LBL_ADD_NEW_FOLDER'           => 'Agregar Carpeta'             , 
	'LBL_FOLDER_NAME'              => 'Nombre Carpeta'              , 
	'LBL_FOLDER_DESCRIPTION'       => 'Descripción de la carpeta'  , 
	'LBL_FILE_AVAILABLE'           => 'El archivo está disponible para descargarlo', 
	'LBL_FILE_NOT_AVAILABLE'       => 'Este documento no está disponible para descargarlo', 
);
$jsLanguageStrings = array( 
	'JS_NEW_FOLDER'                => 'Nueva Carpeta'               , 
	'JS_MOVE_DOCUMENTS'            => 'Mover documentos'            , 
	'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => 'Estás seguro de que quieres mover estos archivos a', 
	'JS_FOLDER'                    => 'Carpeta'                     , 
	'JS_OPERATION_DENIED'          => 'Operación rechazada'        , 
);