1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

language cleanup

This commit is contained in:
marj 2009-07-18 15:53:43 +00:00
parent b37f8df961
commit e40a21054e
2 changed files with 7 additions and 10 deletions

View File

@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/English.php,v $
| $Revision: 1.10 $
| $Date: 2008-12-29 20:50:52 $
| $Author: lisa_ $
| $Revision: 1.11 $
| $Date: 2009-07-18 15:53:10 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
setlocale(LC_ALL, 'en');
@ -15,8 +15,8 @@ define('CORE_LC2', 'gb');
// define("TEXTDIRECTION","rtl");
define('CHARSET', 'utf-8'); // for a true multi-language site. :)
define('CORE_LAN1',"Error : theme is missing.\\n\\nChange the used themes in your preferences (admin area) or upload files for the current theme to the server.");
define('CORE_LAN2'," \\1 wrote:");// "\\1" represents the username.
define('CORE_LAN3', 'file attachment disabled'); // Not used in 0.8
//obsolete define('CORE_LAN2'," \\1 wrote:");// "\\1" represents the username.
//obsolete define('CORE_LAN3', 'file attachment disabled'); // Not used in 0.8
define('CORE_LAN4', 'Please delete install.php from your server');
define('CORE_LAN5', 'if you do not there is a potential security risk to your website');
define('CORE_LAN6', 'The flood protection on this site has been activated and you are warned that if you carry on requesting pages you could be banned.');
@ -55,4 +55,3 @@ define('LAN_CONTINUE', 'Continue');
define('LAN_ENTER', 'Enter');
define('LAN_HOOKS', 'Hooks');
?>

View File

@ -1,7 +1,7 @@
<?php
/*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: lan_admin.php,v 1.22 2009-07-16 08:15:35 e107coders Exp $
* $Id: lan_admin.php,v 1.23 2009-07-18 15:53:10 marj_nl_fr Exp $
*
* Admin Language File
*/
@ -203,7 +203,7 @@ define("ADLAN_LAT_6", "Reported forum posts");
define("ADLAN_LAT_7", "File uploads");
define("ADLAN_LAT_8", "There are unmoderated administrator messages");
define("ADLAN_ERR_1", "Warning!");
//LAN_WARNING define("ADLAN_ERR_1", "Warning!");
define("ADLAN_ERR_2", "There are files on your server that are known to be exploitable. These must be removed <b>immediately</b>. The files are related to the older 0.6xx branch of e107. Please delete the following directories and all their contents:");
define("ADLAN_ERR_3", "There are one or more files in your public upload directories that are not in your allowed upload filetypes list. These may have been placed here by an attacker and if so should be removed <b>immediately</b>. You should <b>not</b> open these files as this may execute any malicious code the file might contain; i.e. do not open them with your browser.<br /><br />If you recognise these files as being legitimate, it is likely that due to the recent allowed filetypes changes, the filetype you allowed is no longer in the allowed filetypes list and you will need to re-add it (see admin => uploads). You should not allow the upload of .html, .txt, etc as an attacker may upload a file of this type which includes malicious javascript. You should also, of course, not allow the upload of .php files or any other type of executable script.<br /><br />Below is the list of files that could potentially be malicious:");
define("ADLAN_ERR_4", "Deprecated plugin file(s) found");
@ -296,5 +296,3 @@ define("LAN_CATEGORY", "Category");
define("LAN_HELP", "Help");
define("LAN_MENULAYOUT", "Menu Layout");
define("LAN_IMAGEMANAGER", "Image Manager");
?>