This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/language/spanish.ignore.php
2012-09-18 20:02:43 +00:00

41 lines
1.3 KiB
PHP

<?php
/**
* @version $Id: spanish.ignore.php Versión Formal Neutra 1.0.9 14.05.2006 Equipo de Traducción de la Comunidad Hispana de Joomla!.
* @translator: TodosJuntos.org <www.todosjuntos.org> basados en una versión de Josep M. Farrarons <www.xarxainter.net>
* @package: Joomla!
* @copyright: Copyright (C) 2005 TodosJuntos.org. All rights reserved.
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/
// no direct access
defined( '_VALID_MOS' ) or die( 'Acceso restringido' );
$search_ignore[] = "el";
$search_ignore[] = "en";
$search_ignore[] = "al";
$search_ignore[] = "por";
$search_ignore[] = "como";
$search_ignore[] = "cómo";
$search_ignore[] = "de";
$search_ignore[] = "desde";
$search_ignore[] = "bajo";
$search_ignore[] = "cabe";
$search_ignore[] = "donde";
$search_ignore[] = "ella";
$search_ignore[] = "tu";
$search_ignore[] = "nos";
$search_ignore[] = "vos";
$search_ignore[] = "ellos";
$search_ignore[] = "lo";
$search_ignore[] = "qué";
$search_ignore[] = "que";
$search_ignore[] = "yo";
?>