XoopsModules25x/xsitemap

View on GitHub
language/english/blocks.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
 */
define('_MB_XSITEMAP_PLUGIN_ID', 'Id');
define('_MB_XSITEMAP_PLUGIN_NAME', 'Name');
define('_MB_XSITEMAP_PLUGIN_MOD_VERSION', 'Mod_version');
define('_MB_XSITEMAP_PLUGIN_MOD_TABLE', 'Mod_table');
define('_MB_XSITEMAP_PLUGIN_CAT_ID', 'Cat_id');
define('_MB_XSITEMAP_PLUGIN_CAT_PID', 'Cat_pid');
define('_MB_XSITEMAP_PLUGIN_CAT_NAME', 'Cat_name');
define('_MB_XSITEMAP_PLUGIN_WEIGHT', 'Weight');
define('_MB_XSITEMAP_PLUGIN_CALL', 'Call');
define('_MB_XSITEMAP_PLUGIN_SUBMITTER', 'Submitter');
define('_MB_XSITEMAP_PLUGIN_DATE_CREATED', 'Date_created');
define('_MB_XSITEMAP_PLUGIN_ONLINE', 'Online');