Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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' ,
);