2006-12-02 04:36:16 +00:00
< ? php
/*
2013-02-26 16:48:25 +01:00
* Copyright e107 Inc e107 . org , Licensed under GNU GPL ( http :// www . gnu . org / licenses / gpl . txt )
* $Id $
*
* Admin Language File - Search
2006-12-02 04:36:16 +00:00
*/
define ( " SEALAN_1 " , " Search Configuration " );
2013-02-26 16:48:25 +01:00
//define("SEALAN_2", "Number of characters displayed in search result summary:");
2006-12-02 04:36:16 +00:00
define ( " SEALAN_3 " , " Search sort method: " );
2013-02-26 16:48:25 +01:00
//define("SEALAN_6", "Comments");
2006-12-02 04:36:16 +00:00
define ( " SEALAN_7 " , " Registered Members " );
define ( " SEALAN_10 " , " Display relevance value: " );
define ( " SEALAN_11 " , " Allow user to select searchable areas: " );
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 " );
2013-02-26 16:48:25 +01:00
//define("SEALAN_16", "On");
//define("SEALAN_17", "Off");
2006-12-02 04:36:16 +00:00
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 " );
2013-02-26 16:48:25 +01:00
//define("SEALAN_22", "Default");
define ( " SEALAN_23 " , " Alternative " );
//define("SEALAN_24", "Type");
define ( " SEALAN_25 " , " Userclass " );
2006-12-02 04:36:16 +00:00
define ( " SEALAN_26 " , " Pre-Title Text " );
define ( " SEALAN_30 " , " Highlight keywords on referred to page: " );
define ( " SEALAN_31 " , " PHP limited to " );
define ( " SEALAN_32 " , " results (leave blank for no limit) " );
2008-12-07 11:45:08 +00:00
//define("SEALAN_33", "Could not switch to MySQL sort method as this requires at least version 4.0.1 of MySQL.");
//define("SEALAN_34", "Your version is currently");
2006-12-02 04:36:16 +00:00
define ( " SEALAN_35 " , " Searchable areas selection method: " );
define ( " SEALAN_36 " , " Dropdown " );
define ( " SEALAN_37 " , " Checkbox " );
define ( " SEALAN_38 " , " Radio " );
define ( " SEALAN_39 " , " Custom Pages " );
2013-02-26 16:48:25 +01:00
//define("LAN_SEARCH_98", "News"); // Renamed to avoid clashes
//define("LAN_197", "Downloads");
//define("LAN_418", "Custom Pages");
2006-12-02 04:36:16 +00:00
define ( " SEALAN_40 " , " Search Options " );
define ( " SEALAN_41 " , " Main Page " );
2013-02-26 16:48:25 +01:00
//define("SEALAN_42", "Preferences");
2006-12-02 04:36:16 +00:00
define ( " SEALAN_43 " , " Edit search settings for " );
define ( " SEALAN_44 " , " User class allowed to search this area " );
define ( " SEALAN_45 " , " Number of results displayed per page " );
define ( " SEALAN_46 " , " Number of characters in search result summary " );
define ( " SEALAN_47 " , " Only match whole words: " );
define ( " SEALAN_48 " , " This setting only applies when the search sort method is PHP. If your site includes Ideographic languages such as Chinese and Japanese you must have this set to off. " );
define ( " SEALAN_49 " , " If your site includes Ideographic languages, such as Chinese and Japanese, you must use the PHP sort method. " );
?>