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

41 lines
1.3 KiB
PHP
Raw Permalink Normal View History

<?php
/**
* @version $Id: spanish.ignore.php Versi<EFBFBD>n Formal Neutra 1.0.9 14.05.2006 Equipo de Traducci<EFBFBD>n de la Comunidad Hispana de Joomla!.
* @translator: TodosJuntos.org <www.todosjuntos.org> basados en una versi<EFBFBD>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<EFBFBD>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<EFBFBD>";
$search_ignore[] = "que";
$search_ignore[] = "yo";
?>