forked from kaipk/contao-pk_carouselSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.php
37 lines (34 loc) · 1.46 KB
/
default.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php if (!defined('TL_ROOT')) die('You cannot access this file directly!');
/**
* Contao Open Source CMS
* Copyright (C) 2005-2011 Leo Feyer
*
* Formerly known as TYPOlight Open Source CMS.
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation, either
* version 3 of the License, or (at your option) any later version.
*
* 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this program. If not, please visit the Free
* Software Foundation website at <http://www.gnu.org/licenses/>.
*
* PHP version 5
* @copyright Philipp Kaiblinger 2011
* @author Philipp Kaiblinger <philipp.kaiblinger@kaipo.at>
* @license http://opensource.org/licenses/lgpl-3.0.html
* @version $Id:
*/
/**
* Content elements
*/
$GLOBALS['TL_LANG']['CTE']['carouselSlider'] = 'Carousel Slider';
$GLOBALS['TL_LANG']['CTE']['carouselSlider_setup'] = array('Carousel Slider - Setup');
$GLOBALS['TL_LANG']['CTE']['carouselSlider_section'] = array('Carousel Slider - Section');
$GLOBALS['TL_LANG']['CTE']['carouselSlider_terminate'] = array('Carousel Slider - Terminate');