mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 17:50:12 +02:00
Search (admin) - Minor LAN clean-up
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_search.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
||||
* $Id$
|
||||
*
|
||||
* Admin Language File - Search
|
||||
*/
|
||||
define("SEALAN_1", "Search Configuration");
|
||||
define("SEALAN_2", "Number of characters displayed in search result summary:");
|
||||
//define("SEALAN_2", "Number of characters displayed in search result summary:");
|
||||
define("SEALAN_3", "Search sort method:");
|
||||
define("SEALAN_6", "Comments");
|
||||
//define("SEALAN_6", "Comments");
|
||||
define("SEALAN_7", "Registered Members");
|
||||
define("SEALAN_10", "Display relevance value:");
|
||||
define("SEALAN_11", "Allow user to select searchable areas:");
|
||||
@@ -20,16 +16,16 @@ define("SEALAN_12", "Restrict time allowed between searches (max 5 mins):");
|
||||
define("SEALAN_13", "Restrict to one search every");
|
||||
define("SEALAN_14", "seconds");
|
||||
define("SEALAN_15", "Search page accessible to user class");
|
||||
define("SEALAN_16", "On");
|
||||
define("SEALAN_17", "Off");
|
||||
//define("SEALAN_16", "On");
|
||||
//define("SEALAN_17", "Off");
|
||||
define("SEALAN_18", "Searchable Comments Areas (when comments search is activated)");
|
||||
define("SEALAN_19", "Allow users to search more than one area at a time:");
|
||||
define("SEALAN_20", "General Settings");
|
||||
define("SEALAN_21", "Searchable Areas");
|
||||
define("SEALAN_22", "Default");
|
||||
define("SEALAN_23", "Alternative:");
|
||||
define("SEALAN_24", "Type");
|
||||
define("SEALAN_25", "User Class");
|
||||
//define("SEALAN_22", "Default");
|
||||
define("SEALAN_23", "Alternative");
|
||||
//define("SEALAN_24", "Type");
|
||||
define("SEALAN_25", "Userclass");
|
||||
define("SEALAN_26", "Pre-Title Text");
|
||||
define("SEALAN_30", "Highlight keywords on referred to page:");
|
||||
define("SEALAN_31", "PHP limited to");
|
||||
@@ -42,13 +38,13 @@ define("SEALAN_37", "Checkbox");
|
||||
define("SEALAN_38", "Radio");
|
||||
define("SEALAN_39", "Custom Pages");
|
||||
|
||||
define("LAN_SEARCH_98", "News"); // Renamed to avoid clashes
|
||||
define("LAN_197", "Downloads");
|
||||
define("LAN_418", "Custom Pages");
|
||||
//define("LAN_SEARCH_98", "News"); // Renamed to avoid clashes
|
||||
//define("LAN_197", "Downloads");
|
||||
//define("LAN_418", "Custom Pages");
|
||||
|
||||
define("SEALAN_40", "Search Options");
|
||||
define("SEALAN_41", "Main Page");
|
||||
define("SEALAN_42", "Preferences");
|
||||
//define("SEALAN_42", "Preferences");
|
||||
|
||||
define("SEALAN_43", "Edit search settings for");
|
||||
define("SEALAN_44", "User class allowed to search this area");
|
||||
|
Reference in New Issue
Block a user