<?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', 'Teamtitel anzeigen');
define('_MB_WGTEAMS_NAME_LENGTH', 'Titel Länge (0 bedeutet vollständiger Text)');
define('_MB_WGTEAMS_DESC_SHOW', 'Teambeschreibung anzeigen');
define('_MB_WGTEAMS_DESC_LENGTH', 'Beschreibung Länge (0 bedeutet vollständiger Text)');
define('_MB_WGTEAMS_NUMB_TEAMS', 'Anzahl der Teams pro Reihe');
define('_MB_WGTEAMS_TEMPLATE', 'Vorlage');
define('_MB_WGTEAMS_TEMPLATE_DEFAULT', 'default');
define('_MB_WGTEAMS_TEMPLATE_LIST', 'Einfache Liste');
define('_MB_WGTEAMS_TEMPLATE_BCARDS', 'Bootstrap Cards');
define('_MB_WGTEAMS_TEAMS_TO_DISPLAY', 'Teams für die Anzeige (Teams müssen für die Anzeige zusätzlich "online" sein)');
define('_MB_WGTEAMS_ALL_TEAMS', 'Alle Teams');
define('_MB_WGTEAMS_SHOWTEAM', 'Team anzeigen');
// ---------------- End ----------------
|