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:
26
e107_plugins/siteinfo/languages/English.php
Normal file
26
e107_plugins/siteinfo/languages/English.php
Normal 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>.");
|
||||
|
||||
?>
|
Reference in New Issue
Block a user