1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00
php-e107/e107_languages/English/lan_parser_functions.php
2010-02-10 18:18:01 +00:00

17 lines
441 B
PHP

<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_parser_functions.php,v $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/
define("LAN_GUEST", "Guest");
define("LAN_WROTE", "wrote"); // as in John wrote.." ";
?>