mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 13:37:09 +01:00
30 lines
822 B
PHP
30 lines
822 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
*
|
|
*
|
|
* $Source: /cvs_backup/e107_0.8/e107_themes/jayya/languages/English.php,v $
|
|
* $Revision$
|
|
* $Date$
|
|
* $Author$
|
|
*/
|
|
|
|
define("LAN_THEME_1", "Comments are turned off for this item");
|
|
define("LAN_THEME_2", "Read/Post Comment: ");
|
|
define("LAN_THEME_3", "Read the rest...");
|
|
define("LAN_THEME_4", "Trackbacks: ");
|
|
define("LAN_THEME_5", "Posted by ");
|
|
define("LAN_THEME_6", "on ");
|
|
|
|
define("EMESSLAN_TITLE_INFO", "System Information");
|
|
define("EMESSLAN_TITLE_ERROR", "Error");
|
|
define("EMESSLAN_TITLE_SUCCESS", "Success");
|
|
define("EMESSLAN_TITLE_WARNING", "Warning");
|
|
define("EMESSLAN_TITLE_DEBUG", "System Debug");
|
|
|
|
?>
|