1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

SiteInfo renamed and e_shortcode added. Also support for plugin.xml added for menu only installations.

This commit is contained in:
CaMer0n
2009-09-19 17:36:36 +00:00
parent 2ca07156d7
commit d728309c72
9 changed files with 271 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/siteinfo/languages/English.php,v $
| $Revision: 1.1 $
| $Date: 2009-09-19 17:36:36 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
define("COMPLIANCE_L1", "W3C Compliance");
define("SITEBUTTON_MENU_L1", "Link to us");
define("POWEREDBY_L1", "Powered by");
define("COUNTER_L1", "Admin visits aren't being counted.");
define("COUNTER_L2", "This page today ...");
define("COUNTER_L3", "total");
define("COUNTER_L4", "This page ever ...");
define("COUNTER_L5", "unique");
define("COUNTER_L6", "Site ...");
define("COUNTER_L7", "Counter");
define("COUNTER_L8", "Admin message: <b>Stat logging is disabled.</b><br />To activate, you need to install the Statistic Logging plugin from your <a href='".e_ADMIN."plugin.php'>plugin manager</a>, then activate it from the <a href='".e_PLUGIN."log/admin_config.php'>configuration screen</a>.");
?>