mirror of
https://github.com/e107inc/e107.git
synced 2025-02-18 21:44:42 +01:00
27 lines
867 B
PHP
27 lines
867 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system
|
|
|
|
|
| ©Steve Dunstan 2001-2002
|
|
| http://e107.org
|
|
| jalist@e107.org
|
|
|
|
|
| Released under the terms and conditions of the
|
|
| GNU General Public License (http://gnu.org).
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_themes/e107v4a/languages/English.php,v $
|
|
| $Revision: 1.2 $
|
|
| $Date: 2007-03-03 19:59:01 $
|
|
| $Author: e107steved $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("LAN_THEME_1", "Read/Post Comment: ");
|
|
define("LAN_THEME_2", "Comments are turned off for this item");
|
|
define("LAN_THEME_3", "Read the rest...");
|
|
define("LAN_THEME_4", "Posted by");
|
|
define("LAN_THEME_5", "on");
|
|
define("LAN_THEME_6", "e107.v4 theme by <a href='http://e107.org' rel='external'>jalist</a>");
|
|
|
|
?>
|