1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

#6 - LAN clean-up (HTML removal, double quotes, generic) - done upto lan_lx

This commit is contained in:
Moc
2013-03-21 13:39:11 +01:00
parent a60bfbad10
commit 028ab0ddc8
34 changed files with 466 additions and 504 deletions

View File

@@ -1,13 +1,9 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_fileinspector.php,v $
| $Revision$
| $Date$
| $Author$
+----------------------------------------------------------------------------+
* Copyright (C) 2008-2013 e107 Inc (e107.org), Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
*
* Admin Language File
*
*/
define("FC_LAN_1", "File Inspector");
@@ -75,7 +71,6 @@ define("FR_LAN_29", "Total files matched");
define("FR_LAN_30", "Total lines matched");
define('FR_LAN_31', 'Missing complete plugin folder');
define("FS_LAN_1", "Create Snapshot");
define("FS_LAN_2", "Absolute path of root directory to create image from");
define("FS_LAN_3", "Create snapshot for plugin: (Your plugin will be listed when a writable e_inspect.php file exists in your plugins root directory.)");
@@ -88,5 +83,4 @@ define("FS_LAN_9", "Snapshot");
define("FS_LAN_10", "Snapshot Created");
define("FS_LAN_11", "The snapshot was successfully created.");
define("FS_LAN_12", "Return To Main Page");
?>