Código PHP:
<?php
/**
* ****************************************************************************
* oledrion - MODULE FOR XOOPS
* Copyright (c) Hervé Thouzard of Instant Zero (http://www.instant-zero.com)
*
* You may not change or alter any portion of this comment or credits
* of supporting developers from this source code or any supporting source code
* which is considered copyrighted (c) material of the original comment or credit authors.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*
* @copyright Hervé Thouzard of Instant Zero (http://www.instant-zero.com)
* @license http://www.fsf.org/copyleft/gpl.html GNU public license
* @package oledrion
* @author Hervé Thouzard of Instant Zero (http://www.instant-zero.com)
*
* Translated to Brazilian Portuguese by X-TRAD Team http://www.x-trad.org/
* Translator(s): Andrax
*
* Version : :
* ****************************************************************************
*/
define("_MB_OLEDRION_DISP","Exibir");
define("_MB_OLEDRION_LINKS","Links");
define("_MB_OLEDRION_CHARS","Tamanho do título");
define("_MB_OLEDRION_LENGTH"," caracteres");
define("_MB_OLEDRION_MAX_ITEMS","Número máximo de itens a exibir(0 = sem limite)");
define("_MB_OLEDRION_PRODUCTS_CNT","Quantos produtos exibir");
define("_MB_OLEDRION_SORT_ORDER","Classificar por");
define("_MB_OLEDRION_SORT_1","Título");
define("_MB_OLEDRION_SORT_2","Contagem");
define("_MB_OLEDRION_CATEGORY","Categoria");
define("_MB_OLEDRION_ALL_CATEGORIES","* Todas as categorias*");
define("_MB_OLEDRION_TYPE_BLOCK","Tipo de bloco");
define("_MB_OLEDRION_TYPE_BLOCK1","lista Classica de categorias?");
define("_MB_OLEDRION_TYPE_BLOCK2","Lista de categorias correndo em conjunto com a página atual");
define("_MB_OLEDRION_THIS_MONTH","Apenas esse mês?");
?>