mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Add the user_* text areas
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
| GNU General Public License (http://gnu.org).
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/admin_config.php,v $
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/admin_config.php,v $
|
||||||
| $Revision: 1.4 $
|
| $Revision: 1.5 $
|
||||||
| $Date: 2007-03-06 20:17:10 $
|
| $Date: 2007-07-23 21:02:35 $
|
||||||
| $Author: e107steved $
|
| $Author: e107steved $
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
@@ -29,7 +29,9 @@ $lw_context_areas = array(
|
|||||||
'title' => LWLAN_33,
|
'title' => LWLAN_33,
|
||||||
'summary' => LWLAN_34,
|
'summary' => LWLAN_34,
|
||||||
'body' => LWLAN_35,
|
'body' => LWLAN_35,
|
||||||
'description' => LWLAN_36
|
'description' => LWLAN_36,
|
||||||
|
'user_title' => LWLAN_40,
|
||||||
|
'user_body' => LWLAN_41
|
||||||
// Don't do the next three - linkwords are meaningless on them
|
// Don't do the next three - linkwords are meaningless on them
|
||||||
// 'olddefault' => LWLAN_37,
|
// 'olddefault' => LWLAN_37,
|
||||||
// 'linktext' => LWLAN_38,
|
// 'linktext' => LWLAN_38,
|
||||||
|
@@ -1,4 +1,21 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
+ ----------------------------------------------------------------------------+
|
||||||
|
| e107 website system
|
||||||
|
|
|
||||||
|
| <20>Steve Dunstan 2001-2002
|
||||||
|
| http://e107.org
|
||||||
|
| jalist@e107.org
|
||||||
|
|
|
||||||
|
| Released under the terms and conditions of the
|
||||||
|
| GNU General Public License (http://gnu.org).
|
||||||
|
|
|
||||||
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/languages/English.php,v $
|
||||||
|
| $Revision: 1.4 $
|
||||||
|
| $Date: 2007-07-23 21:02:35 $
|
||||||
|
| $Author: e107steved $
|
||||||
|
+----------------------------------------------------------------------------+
|
||||||
|
*/
|
||||||
|
|
||||||
define("LWLAN_1", "Field(s) left blank.");
|
define("LWLAN_1", "Field(s) left blank.");
|
||||||
define("LWLAN_2", "Link word saved.");
|
define("LWLAN_2", "Link word saved.");
|
||||||
@@ -39,6 +56,8 @@ define("LWLAN_36", 'Descriptions (links etc)');
|
|||||||
define("LWLAN_37", 'Legacy areas');
|
define("LWLAN_37", 'Legacy areas');
|
||||||
define("LWLAN_38", 'Clickable links');
|
define("LWLAN_38", 'Clickable links');
|
||||||
define("LWLAN_39", 'Unprocessed text');
|
define("LWLAN_39", 'Unprocessed text');
|
||||||
|
define("LWLAN_40", 'User-entered titles (e.g. forum)');
|
||||||
|
define("LWLAN_41", 'User-entered body text (e.g. forum)');
|
||||||
|
|
||||||
|
|
||||||
define("LWLANINS_1", "Linkwords");
|
define("LWLANINS_1", "Linkwords");
|
||||||
|
Reference in New Issue
Block a user