git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
38 lines
1.2 KiB
PHP
38 lines
1.2 KiB
PHP
<?php
|
|
/**
|
|
* DOCman 1.4.x - Joomla! Document Manager
|
|
* @version $Id: spanish.doclink.php 778 2009-02-08 12:07:21Z mathias $
|
|
* @package DOCman_1.4
|
|
* @copyright (C) 2003-2009 Joomlatools
|
|
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
|
|
* @link http://www.joomlatools.eu/ Official web site
|
|
**/
|
|
defined('_VALID_MOS') or die('Restricted access');
|
|
|
|
/**
|
|
* Spanish Translation for DOCman v1.4
|
|
*
|
|
* Creator: Francisco Diaz, Soft-Libre, SCP
|
|
* Website: http://www.soft-libre.es http://www.soft-libre.com http://www.soft-libre.org
|
|
* E-mail: fdiaz@soft-libre.es
|
|
* Revision 1.4_rev3
|
|
* Date: 03/19/2008
|
|
* Contributor: Guachiman http://www.guachiman.net
|
|
* E-mail: preguntas@guachiman.net
|
|
*
|
|
**/
|
|
|
|
define('_DML_DCL_TITLE', "Inserte el vínculo Docman");
|
|
define('_DML_DCL_LOADING', "Cargando ...");
|
|
define('_DML_DCL_MANAGER', "Administrador");
|
|
define('_DML_DCL_SETTINGS', "Configuración");
|
|
|
|
define('_DML_DCL_CATEGORY', "Categoría");
|
|
define('_DML_DCL_UP', "Subir");
|
|
|
|
define('_DML_DCL_URL', "URL");
|
|
define('_DML_DCL_CAPTION', "Leyenda");
|
|
define('_DML_DCL_INSERTICON', "Incluya ícono del tipo de archivo");
|
|
define('_DML_DCL_INSERTSIZE', "Incluya tamaño del archivo");
|
|
define('_DML_DCL_INSERTDATE', "Incluya la fecha de modificación");
|