Código PHP:
<?php
// : admin.php,v 1.8 2007/10/30 00:10:24 marcellobrandao Exp $
// ------------------------------------------------------------------------ //
// XOOPS - PHP Content Management System //
// Copyright (c) 2000 XOOPS.org //
// <http://www.xoops.org/> //
// ------------------------------------------------------------------------ //
// 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. //
// //
// 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. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with this program; if not, write to the Free Software //
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA //
// ------------------------------------------------------------------------ //
//index.php
define("_MA_YOG_FRAMEWORKSFALSE","Você precisará instalar este pacote, para que este módulo funcione corretamente:<br /><br />
<a href='http://dev.xoops.org/modules/xfmod/project/showfiles.php?group_id=1357'>Frameworks v 1.1 ou mais recente</a><br />");
define("_MA_YOG_FRAMEWORKSTRUE","Você está com a versão %s do pacote Frameworks");
define("_MA_YOG_BY","Por");
define("_MA_YOG_DESC","Descrição");
define("_MA_YOG_CREDITS","Créditos");
define("_MA_YOG_CONTRIBUTORS","Informação dos Colaboradores");
define("_MA_YOG_DEVELOPERS","Desenvolvedores");
define("_MA_YOG_TESTERS","Testers");
define("_MA_YOG_TRANSLATIONS","Traduções");
define("_MA_YOG_EMAIL","Email");
define("_MA_YOG_MODDEVDET","Detalhes de Desenvolvimento do Módulo");
define("_MA_YOG_RELEASEDATE","Data da Liberação");
define("_MA_YOG_STATUS","Status");
define("_MA_YOG_OFCSUPORTSITE","Site de Suporte Oficial");
define("_MA_YOG_VERSIONHIST","Histórico de Versão");
define("_MA_YOG_CONFIGEVERYTHING","Certifique - se de que esteja tudo configurado na guia preferências");
define("_MA_YOG_ALLTESTSOK","Todos os testes precisam estar OK para que esse módulo funcione 100%:");
define("_MA_YOG_GDEXTENSIONOK","Extensão GD: OK!");
define("_MA_YOG_MOREINFO","Veja aqui mais informações:");
define("_MA_YOG_GDEXTENSIONFALSE","Extensão GD: Falhou ");
define("_MA_YOG_CONFIGPHPINI","Configure seu php.ini ou solicite ao administrador do servidor que instale e abilite isto para você.");
define("_MA_YOG_PHP5PRESENT","Você tem uma versão compatível do PHP:");
define("_MA_YOG_PHP5NOTPRESENT","Sua versão do PHP é compátivel, mas muitos detalhes poderiam trabalhar melhor com o PHP5 ou mais recente.");
define("_MA_YOG_MAXBYTESPHPINI","Seu servidor limita o tamanho de uploads em %s");
define("_MA_YOG_MEMORYLIMIT","O Limite de Memória do seu servidor é:");
?>