git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
54 lines
1.8 KiB
PHP
54 lines
1.8 KiB
PHP
<?php
|
|
/**
|
|
* DOCman 1.4.x - Joomla! Document Manager
|
|
* @version $Id: spanish.modules.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
|
|
*
|
|
**/
|
|
|
|
//Frontend modules
|
|
define('_DML_MOD_NODOCUMENTS',"Sin documentos");
|
|
|
|
//Back-end Modules
|
|
define('_DML_MOD_LAST_TITLE', "Documentos Recientes");
|
|
define('_DML_MOD_LAST_NODOCUMENTS', "No hay más documentos");
|
|
define('_DML_MOD_DATE_ADDED', "Ultima fecha añadida");
|
|
|
|
define('_DML_MOD_LOGS_TITLE', "Ultimos registros de Descargas");
|
|
define('_DML_MOD_LOGS_DISABLED', "Los registros no están habilitados.");
|
|
define('_DML_MOD_LOGS_USER', "Usuario");
|
|
define('_DML_MOD_LOGS_IP', "IP");
|
|
define('_DML_MOD_LOGS_DATE', "Fecha");
|
|
|
|
define('_DML_MOD_MOST_TITLE', "Documentos más bajados");
|
|
define('_DML_MOD_MOST_HITS', "Hits");
|
|
define('_DML_MOD_MOST_NODOCUMENTS', "No hay documentos bajados.");
|
|
|
|
define('_DML_MOD_UNAPPROVED_DOCUMENTS', "Editar Documento");
|
|
define('_DML_MOD_APPROVE', "Aprobar");
|
|
define('_DML_MOD_LAST_EDIT_DATE', "Ultima Edición");
|
|
define('_DML_MOD_NO_UNAPPROVED_DOCUMENTS', "Todos los documentos están aprobados");
|
|
|
|
define('_DML_MOD_GUEST', "Invitado");
|
|
|
|
//DOCman Popular Thumbs Module
|
|
define('_DML_MOD_CAT', "Categoría");
|
|
define('_DML_MOD_SUBDT', "Creado");
|
|
define('_DML_MOD_HITS', "Hits");
|