mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 05:09:05 +01:00
19 lines
568 B
PHP
19 lines
568 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/forum/languages/English/lan_forum_search.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
// define("FOR_SCH_LAN_1", "Forum");
|
|
define("FOR_SCH_LAN_2", "Select forum");
|
|
// define("FOR_SCH_LAN_3", "All Forums");
|
|
define("FOR_SCH_LAN_4", "Whole post");
|
|
define("FOR_SCH_LAN_5", "As part of thread");
|
|
|
|
?>
|