mirror of
https://github.com/e107inc/e107.git
synced 2025-08-25 23:36:29 +02:00
eURL initial core folder structure, admin page fixes, admin images, admin language file
This commit is contained in:
34
e107_languages/English/admin/lan_eurl.php
Normal file
34
e107_languages/English/admin/lan_eurl.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2001-2008 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Administration Language File
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_eurl.php,v $
|
||||
* $Revision: 1.1 $
|
||||
* $Date: 2008-12-02 11:03:02 $
|
||||
* $Author: secretr $
|
||||
*/
|
||||
if (!defined("PAGE_NAME")) { define("PAGE_NAME", "Manage Site URLs"); }
|
||||
|
||||
define("LAN_EURL_EMPTY", "The list is empty");
|
||||
define("LAN_EURL_CORECONFIG", "Configure Core URLs");
|
||||
define("LAN_EURL_PLUGCONFIG", "Configure Plugin URLs");
|
||||
define("LAN_EURL_DEFAULT", "Default");
|
||||
define("LAN_EURL_PROFILE", "Config Profile");
|
||||
define("LAN_EURL_UDEFINED", "User Defined Config");
|
||||
define("LAN_EURL_INFOALT", "Info");
|
||||
define("LAN_EURL_UDEFINED_INFO", "User defined URL configuration - overrides (disables) all custom configuration profiles. Remove the User defined configuration folder to enable the custom configuration profiles.");
|
||||
define("LAN_EURL_PROFILE_INFO", "Under Construction - profile.xml");
|
||||
define("LAN_EURL_LOCATION", "Location:");
|
||||
|
||||
define("LAN_EURL_CORE_NEWS", "News");
|
||||
define("LAN_EURL_CORE_DOWNLOADS", "Downloads");
|
||||
|
||||
//define("LAN_EURL_", "");
|
||||
//define("LAN_EURL_", "");
|
||||
?>
|
Reference in New Issue
Block a user