mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 13:37:09 +01:00
27 lines
972 B
PHP
27 lines
972 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/vekna_blue/languages/English.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:36:16 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("LAN_THEME_1", "'vekna blue' by <a href='http://e107.org' rel='external'>jalist</a>, based on, and with permission from Arach's site, <a href='http://e107.vekna.com' rel='external'>http://e107.vekna.com</a>");
|
|
define("LAN_THEME_2", "Read/Post Comment: ");
|
|
define("LAN_THEME_3", "Comments are turned off for this item");
|
|
define("LAN_THEME_4", "Read the rest ...");
|
|
define("LAN_THEME_5", "Trackbacks: ");
|
|
|
|
?>
|