2006-12-02 04:36:16 +00:00
|
|
|
<?php
|
|
|
|
/*
|
|
|
|
+ ----------------------------------------------------------------------------+
|
|
|
|
| e107 website system - Language File.
|
|
|
|
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/languages/English/lan_forum_search.php,v $
|
2010-02-10 18:18:01 +00:00
|
|
|
| $Revision$
|
|
|
|
| $Date$
|
|
|
|
| $Author$
|
2006-12-02 04:36:16 +00:00
|
|
|
+----------------------------------------------------------------------------+
|
|
|
|
*/
|
|
|
|
|
2015-01-30 18:14:06 -08:00
|
|
|
// define("FOR_SCH_LAN_1", "Forum");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("FOR_SCH_LAN_2", "Select forum");
|
2015-01-30 18:14:06 -08:00
|
|
|
// define("FOR_SCH_LAN_3", "All Forums");
|
2006-12-02 04:36:16 +00:00
|
|
|
define("FOR_SCH_LAN_4", "Whole post");
|
|
|
|
define("FOR_SCH_LAN_5", "As part of thread");
|
|
|
|
|
|
|
|
?>
|