mirror of
https://github.com/e107inc/e107.git
synced 2025-01-16 20:28:28 +01:00
26 lines
1.0 KiB
PHP
26 lines
1.0 KiB
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/siteinfo/languages/English.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
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>.");
|
|
|