1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-19 04:41:53 +02:00

Plugin scanner checks e_xxx addons for no space round start/end tags - should help RSS problems

This commit is contained in:
e107steved
2007-02-14 21:17:42 +00:00
parent 8fa72957ec
commit 77dcf4db3d
3 changed files with 49 additions and 14 deletions

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_db.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:40 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-02-14 21:17:15 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("DBLAN_1", "Core settings backed up in database.");
@@ -38,8 +38,11 @@ define("DBLAN_26", "Included add-ons");
define("DBLAN_27", "Installed");
define("DBLAN_28", "Click button to scan plugin directories for changes");
define("DBLAN_29", "Scan plugin directories");
define("DBLAN_30", " (If an addon shows an error, check for characters outside the PHP opening/closing tags)");
define("DBLAN_31", "Pass");
define("DBLAN_32", "Error");
define("DBLAN_33", "Inaccessible");
define("DBLAN_34", "Not checked");
?>