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

Added language file.

This commit is contained in:
Cameron 2012-11-27 14:00:52 -08:00
parent 6fa4af301e
commit 5559602531
2 changed files with 25 additions and 1 deletions

View File

@ -4,7 +4,7 @@ if ( ! defined('e107_INIT')) { exit(); }
define('STANDARDS_MODE', TRUE); define('STANDARDS_MODE', TRUE);
define("VIEWPORT","width=device-width, initial-scale=1.0"); define("VIEWPORT","width=device-width, initial-scale=1.0");
// include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php"); e107::lan('theme');
e107::js('theme','js/bootstrap.js'); e107::js('theme','js/bootstrap.js');
e107::css('theme','css/bootstrap.css'); e107::css('theme','css/bootstrap.css');
e107::css('theme','css/bootstrap-responsive.css'); e107::css('theme','css/bootstrap-responsive.css');

View File

@ -0,0 +1,24 @@
<?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 ");
?>