Changes

Jump to navigation Jump to search
555 bytes added ,  18:11, 11 July 2019
no edit summary
Line 68: Line 68:  
# Extract the direct_line_search.zip to your mod folder.   
 
# Extract the direct_line_search.zip to your mod folder.   
 
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]] to install the '''expand_search.cfg'''.
 
# Follow the normal automated installation for Mod Manager, as shown in the example [[Mod Manager - Installing Config Files]] to install the '''expand_search.cfg'''.
 +
 +
== Language ==
 +
Mod is only in English but can be modified for any language by revising the code below and copying into the cust_text.php file for your language. Replace the words between the quotes with your translation.
 +
 +
<pre>
 +
// Expand Search
 +
$text['displaying'] = "Displaying";
 +
$text['recordsfrom'] = "records from";
 +
$text['srcmsg'] = "No citations - person and one family (slow)";
 +
$text['eolmsg'] = "Search end of lines (children but no parents)";
 +
$text['allcaps'] = "All CAPS for";
 +
$text['dncontain'] = "does not contain";
 +
// Expand Search
 +
</pre>
    
== Conflicts and Issues ==
 
== Conflicts and Issues ==
'''Experienced'''
735

edits

Navigation menu