mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
17 lines
486 B
PHP
17 lines
486 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_parser_functions.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:39 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
define("LAN_GUEST", "Guest");
|
|
define("LAN_WROTE", "wrote"); // as in John wrote.." ";
|
|
|
|
|
|
?>
|