<?php
/***************************************************************************
* lang_extend_split_topic_type.php [Argentinean Spanish]
* -------------------
* begin : Wed Jul 05 2006
* copyright : Neri Tisocco
* e-mail : neritisocco@hotmail.com
* location : Capital Federal, Argentina
* version : 0.1.20060605
*
*
* modified from English language by:
* Neri Tisocco (neritisocco@hotmail.com)
*
*
****************************************************************************/
/***************************************************************************
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
***************************************************************************/
if ( !defined('IN_PHPBB') )
{
die("Hacking attempt");
}
// admin part
if ( $lang_extend_admin )
{
$lang['Lang_extend_split_topic_type'] = 'Split Topic Type';
}
$lang['Split_settings'] = 'Separar Tópicos por tipo';
$lang['split_global_announce'] = 'Separar anuncio global';
$lang['split_announce'] = 'Separar anuncio';
$lang['split_sticky'] = 'Separar PostIt';
$lang['split_news'] = 'Separar noticias';
$lang['split_topic_split'] = 'Separar los tipos de tópicos en cuadros diferentes';
?>