mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 05:24:38 +02:00
20 lines
518 B
PHP
20 lines
518 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("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 ");
|
|
?>
|