mirror of
https://github.com/e107inc/e107.git
synced 2025-01-19 05:28:10 +01:00
24 lines
749 B
PHP
24 lines
749 B
PHP
<?php
|
|
/*
|
|
* e107 website system
|
|
*
|
|
* Copyright (C) 2008-2012 e107 Inc (e107.org)
|
|
* Released under the terms and conditions of the
|
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Bootstrap Theme Language file for e107 v2+
|
|
*
|
|
*/
|
|
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");
|
|
|
|
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 ");
|
|
?>
|