1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 08:39:57 +02:00

#6 - LAN clean-up (HTML removal, double quotes, generic)

This commit is contained in:
Moc
2013-03-21 00:50:16 +01:00
parent f6b1bc9394
commit dc71a8500e
6 changed files with 251 additions and 254 deletions

View File

@@ -2,17 +2,13 @@
/*
* e107 website system
*
* Copyright (C) 2008-2009 e107 Inc (e107.org)
* Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_administrator.php,v $
* $Revision$
* $Date$
* $Author$
*/
//define("ADMSLAN_0", "New user/admin entry created for"); - no references found
//define("ADMSLAN_1", "now has admin status."); - no references found
@@ -23,7 +19,6 @@ define("ADMSLAN_6", "is the main site administrator and cannot be deleted.");
define("ADMSLAN_13", "Existing Administrators");
define("ADMSLAN_16", "Admin Name");
// define("ADMSLAN_17", "Admin Password");
define("ADMSLAN_18", "Permissions");
@@ -59,7 +54,7 @@ define("ADMSLAN_47", "Moderate submitted news");
//define("ADMSLAN_49", "Check All"); - global admin lan
//define("ADMSLAN_51", "Uncheck All"); - global admin lan
define("ADMSLAN_52", "Update administrator");
define("ADMSLAN_52", "Update administrator"); // Used as caption - changed button to LAN_UPDATE
// define("ADMSLAN_53", "Add administrator");
// define("ADMSLAN_54", "Site Administrators");
// define("ADMSLAN_55", "Field(s) left blank");
@@ -84,12 +79,12 @@ define("ADMSLAN_68", "Configure email notification");
// define("ADMSLAN_70", "Return to Administrator Listing");
define("ADMSLAN_71", "Click here to display privileges");
define('ADMSLAN_72', 'Admin ID: --ID-- name: --NAME-- new permissions: ');
define('ADMSLAN_73', 'Admin ID: --ID-- name: --NAME--');
define("ADMSLAN_72", "Admin ID: --ID-- name: --NAME-- new permissions: ");
define("ADMSLAN_73", "Admin ID: --ID-- name: --NAME--");
define('ADMSLAN_74', 'General');
// define('ADMSLAN_75', '');
define("ADMSLAN_74", "General");
// define("ADMSLAN_75", "");
define("ADMSLAN_76", "Manage language-packs");
define("ADMSLAN_2", "Site Administrator <strong>%s</strong> updated in database."); //XXX Needs to be replaced
//define("ADMSLAN_2", "Site Administrator [name] updated in database."); // LAN_UPDATED
?>