mirror of
https://github.com/e107inc/e107.git
synced 2025-08-24 15:13:04 +02:00
Issue #5465 Core language files converted. (excluding plugins)
This commit is contained in:
@@ -5,55 +5,39 @@
|
||||
*
|
||||
* Admin Language File - Search
|
||||
*/
|
||||
define("SEALAN_1", "Search Configuration");
|
||||
//define("SEALAN_2", "Number of characters displayed in search result summary:");
|
||||
define("SEALAN_3", "Search sort method:");
|
||||
//define("SEALAN_6", "Comments");
|
||||
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");
|
||||
//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", "Userclass");
|
||||
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)");
|
||||
//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");
|
||||
define("SEALAN_35", "Searchable areas selection method:");
|
||||
define("SEALAN_36", "Dropdown");
|
||||
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("SEALAN_40", "Search Options");
|
||||
define("SEALAN_41", "Main Page");
|
||||
//define("SEALAN_42", "Preferences");
|
||||
|
||||
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.");
|
||||
|
||||
|
||||
|
||||
return [
|
||||
'SEALAN_1' => "Search Configuration",
|
||||
'SEALAN_3' => "Search sort method:",
|
||||
'SEALAN_7' => "Registered Members",
|
||||
'SEALAN_10' => "Display relevance value:",
|
||||
'SEALAN_11' => "Allow user to select searchable areas:",
|
||||
'SEALAN_12' => "Restrict time allowed between searches (max 5 mins):",
|
||||
'SEALAN_13' => "Restrict to one search every",
|
||||
'SEALAN_14' => "seconds",
|
||||
'SEALAN_15' => "Search page accessible to user class",
|
||||
'SEALAN_18' => "Searchable Comments Areas (when comments search is activated)",
|
||||
'SEALAN_19' => "Allow users to search more than one area at a time:",
|
||||
'SEALAN_20' => "General Settings",
|
||||
'SEALAN_21' => "Searchable Areas",
|
||||
'SEALAN_23' => "Alternative",
|
||||
'SEALAN_25' => "Userclass",
|
||||
'SEALAN_26' => "Pre-Title Text",
|
||||
'SEALAN_30' => "Highlight keywords on referred to page:",
|
||||
'SEALAN_31' => "PHP limited to",
|
||||
'SEALAN_32' => "results (leave blank for no limit)",
|
||||
'SEALAN_35' => "Searchable areas selection method:",
|
||||
'SEALAN_36' => "Dropdown",
|
||||
'SEALAN_37' => "Checkbox",
|
||||
'SEALAN_38' => "Radio",
|
||||
'SEALAN_39' => "Custom Pages",
|
||||
'SEALAN_40' => "Search Options",
|
||||
'SEALAN_41' => "Main Page",
|
||||
'SEALAN_43' => "Edit search settings for",
|
||||
'SEALAN_44' => "User class allowed to search this area",
|
||||
'SEALAN_45' => "Number of results displayed per page",
|
||||
'SEALAN_46' => "Number of characters in search result summary",
|
||||
'SEALAN_47' => "Only match whole words:",
|
||||
'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.",
|
||||
'SEALAN_49' => "If your site includes Ideographic languages, such as Chinese and Japanese, you must use the PHP sort method.",
|
||||
];
|
||||
|
Reference in New Issue
Block a user