[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/Spanish/modules/ -> Documents.php (source)

   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_EMAIL_FILE_AS_ATTACHMENT' => 'Mandar fichero por Email',
  42      'LBL_INTERNAL'                 => 'Interno',
  43      'LBL_EXTERNAL'                 => 'Externo',
  44      'LBL_MAX_UPLOAD_SIZE'          => 'Tamaño máximo fichero',
  45      'LBL_MOVE'                     => 'Mover',
  46      'LBL_ADD_FOLDER'               => 'Añadir Carpeta',
  47      'LBL_FOLDERS_LIST'             => 'Lista de Carpetas',
  48      'LBL_FOLDERS'                  => 'Carpetas',
  49      'LBL_DOCUMENTS_MOVED_SUCCESSFULLY' => 'Se ha movido el documento',
  50      'LBL_DENIED_DOCUMENTS'         => 'Documentos Denegados',
  51      'MB'                           => 'MB',
  52      'LBL_ADD_NEW_FOLDER'           => 'Añadir Nueva Carpeta',
  53      'LBL_FOLDER_NAME'              => 'Nombre de Carpeta',
  54      'LBL_FOLDER_DESCRIPTION'       => 'Descripción Carpeta',
  55      'LBL_FILE_AVAILABLE'           => 'Fichero disponible para descarga',
  56      'LBL_FILE_NOT_AVAILABLE'       => 'Este fichero no está disponible para descarga',
  57  );
  58  $jsLanguageStrings = array(
  59      'JS_EXCEEDS_MAX_UPLOAD_SIZE'   => 'Se ha superado el tamaño máximo de fichero',
  60      'JS_NEW_FOLDER'                => 'Nueva Carpeta',
  61      'JS_MOVE_DOCUMENTS'            => 'Mover Documentos',
  62      'JS_ARE_YOU_SURE_YOU_WANT_TO_MOVE_DOCUMENTS_TO' => '¿Estás seguro que quieres mover el fichero(s) a',
  63      'JS_FOLDER'                    => 'carpeta',
  64      'JS_OPERATION_DENIED'          => 'Operación Denegada',
  65      'JS_FOLDER_IS_NOT_EMPTY' => 'La carpeta no está vacía',
  66      'JS_SPECIAL_CHARACTERS' => 'No se permiten caracteres especiales como',
  67      'JS_NOT_ALLOWED' => '',
  68  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1