'Related topics activation',
'SEO_RELATED_EXPLAIN' => 'Display or not a related topic list in topic pages.
Note :
With mySQL >=4.1 and the topic table using MyISAM, related topics will be obtained using a FullText index on the topic title and will be sorted by relevancy. in other cases, an SQL LIKE will be used, and results will be sorted by publication time',
'SEO_RELATED_CHECK_IGNORE' => 'Ignore words filter',
'SEO_RELATED_CHECK_IGNORE_EXPLAIN' => 'Apply, or not, the search_ignore_words.php exclusions while searching for related topics',
'SEO_RELATED_LIMIT' => 'Related topics limit',
'SEO_RELATED_LIMIT_EXPLAIN' => 'Maximum amount of related topics to display',
'SEO_RELATED_ALLFORUMS' => 'Search in all forums',
'SEO_RELATED_ALLFORUMS_EXPLAIN' => 'Search in all forums instead of searching in the current one.
Note :
Searching in all forums is a bit slower and does not necessarily bring better results',
// Install
'INSTALLED' => 'phpBB SEO Related Topics mod installed',
'ALREADY_INSTALLED' => 'phpBB SEO Related Topics mod is already installed',
'FULLTEXT_INSTALLED' => 'MySQL FullText Index installed',
'FULLTEXT_NOT_INSTALLED' => 'MySQL FullText Index is not available on this server, SQL LIKE will be used instead',
'INSTALLATION' => 'phpBB SEO Related Topics mod installation',
'INSTALLATION_START' => '⇒ Proceed with installing the mod
⇒ Retry to set the FullText Index (MySQL >= 4.1 using Myisam for topic table only)
⇒ Proceed with un-installing the mod',
// un-install
'UNINSTALLED' => 'phpBB SEO Related Topics mod un-installed',
'ALREADY_UNINSTALLED' => 'phpBB SEO Related Topics mod is already un-installed',
'UNINSTALLATION' => 'phpBB SEO Related Topics mod un-installation',
// SQL message
'SQL_REQUIRED' => 'The configured db user does not have enough privileges to alter tables, you need to run this query manually in order to add or drop the MySQL FullText index :
%1$s',
// Security
'SEO_LOGIN' => 'The board requires you to be registered and logged in to view this page.',
'SEO_LOGIN_ADMIN' => 'The board requires you to be logged in as admin to view this page.
Your session has been destroyed for security purposes.',
'SEO_LOGIN_FOUNDER' => 'The board requires you to be logged in as the founder to view this page.',
'SEO_LOGIN_SESSION' => 'Session Check failed.
The Settings were not altered.
Your session has been destroyed for security purposes.',
));
?>