PHP Classes

File: language/english/blocks.php

Recommend this page to a friend!
  Classes of Goffy G   wgTeams   language/english/blocks.php   Download  
File: language/english/blocks.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: wgTeams
Module for the XOOPS CMS to present people teams
Author: By
Last change:
Date: 3 years ago
Size: 1,613 bytes
 

Contents

Class file image Download
<?php
/*
 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.
*/
/**
 * wgTeams module for xoops
 *
 * @copyright The XOOPS Project (https://xoops.org)
 * @license GPL 2.0 or later
 * @package wgteams
 * @since 1.0
 * @min_xoops 2.5.7
 * @author Goffy - Wedega.com - Email:<webmaster@wedega.com> - Website:<https://wedega.com>
 * @version $Id: 1.0 blocks.php 1 Sun 2015/12/27 23:18:01Z Goffy - Wedega $
 */
// Admin Edit

define('_MB_WGTEAMS_NAME_SHOW', 'Show team title');
define('_MB_WGTEAMS_NAME_LENGTH', 'Title length (0 means full length)');
define('_MB_WGTEAMS_DESC_SHOW', 'Show team description');
define('_MB_WGTEAMS_DESC_LENGTH', 'Description length (0 means full length)');
define('_MB_WGTEAMS_NUMB_TEAMS', 'Number of teams in each row');
define('_MB_WGTEAMS_TEMPLATE', 'Template');
define('_MB_WGTEAMS_TEMPLATE_DEFAULT', 'Default');
define('_MB_WGTEAMS_TEMPLATE_LIST', 'Simple List');
define('_MB_WGTEAMS_TEMPLATE_BCARDS', 'Bootstrap cards');
define('_MB_WGTEAMS_TEAMS_TO_DISPLAY', 'Teams to Display (Teams to show must be "online" additionally)');
define('_MB_WGTEAMS_ALL_TEAMS', 'All teams');
define('_MB_WGTEAMS_SHOWTEAM', 'Show team');
// ---------------- End ----------------