1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

new language-file naming convention added.

This commit is contained in:
CaMer0n 2008-02-24 00:06:48 +00:00
parent 63a33245fd
commit 3c662622f9

View File

@ -0,0 +1,27 @@
<?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/e107v4a_English.php,v $
| $Revision: 1.1 $
| $Date: 2008-02-24 00:06:48 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
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>");
?>