forked from Moc/wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnglish_admin.php
25 lines (21 loc) · 1.18 KB
/
English_admin.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
<?php
/*
* Wrapper - an e107 plugin by Tijn Kuyper
*
* Copyright (C) 2015-2016 Tijn Kuyper (http://www.tijnkuyper.nl)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
*/
define("LAN_WRAPPER_HEIGHT", "Height");
define("LAN_WRAPPER_WIDTH", "Width");
define("LAN_WRAPPER_SCROLLBARS","Scrollbars");
// HELP
define("LAN_WRAPPER_TITLE_HELP", "The title of the page (not required)");
define("LAN_WRAPPER_URL_HELP", "The URL of the external page you want to include.");
define("LAN_WRAPPER_HEIGHT_HELP", "The height of the frame. Leave empty or enter 0 for fullscreen.");
define("LAN_WRAPPER_WIDTH_HELP", "The width of the frame. Leave empty or enter 0 for fullscreen.");
define("LAN_WRAPPER_SCROLLBARS_HELP", "If enabled, the frame will have scrollbars if applicable. If disabled, all scrollbars are hidden.");
define("LAN_WRAPPER_USERCLASS_HELP", "Select the userclass that is allowed to access this wrapper.");
define("LAN_WRAPPER_INFOMESSAGE", "The Wrapper URL for this Wrapper is");
define("LAN_WRAPPER_HELP", "Please refer to the [documentation] for any question that you may have."); // Brackets create the link, do not edit!