XoopsModules25x/xsitemap

View on GitHub
language/english/main.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/*
 * ****************************************************************************
 * xsitemap - MODULE FOR XOOPS CMS
 * Copyright (c) Urbanspaceman (http://www.takeaweb.it)
 *
 * 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.
 * ****************************************************************************
 */

/**
 * Module: xsitemap
 *
 * @package    module\Xsitemap\language
 * @author     Urbanspaceman (http://www.takeaweb.it)
 * @copyright  Urbanspaceman (http://www.takeaweb.it)
 * @copyright  XOOPS Project
 * @license    http://www.fsf.org/copyleft/gpl.html GNU public license
 * @since      1.00
 */
//Add by urbanspaceman 26/08/2009
//home
define('_MA_XSITEMAP', 'Sitemap');
define('_MA_XSITEMAP_XML', 'Sitemap XML');
define('_MA_XSITEMAP_HOME', 'HOME');
define('_MA_XSITEMAP_REGISTER', 'Register');
define('_MA_XSITEMAP_LOGIN', 'Login');
define('_MA_XSITEMAP_SITEMAP', 'Sitemap');
define('_MA_XSITEMAP_LAST_MOD', 'Last update of file xsitemap.xml');
define('_MA_XSITEMAP_XML_UPDATE', 'XML file update with success');
define('_MA_XSITEMAP_XML_VIEW_XML', 'View XML file');
define('_MA_XSITEMAP_XML_ERROR_UPDATE', 'Error during the update of XML file');