mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Issue #6 Language-file standards. Wrap definitions in double-quotes.
This commit is contained in:
@@ -3,27 +3,14 @@
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_upload.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
| e107 Upload handling - Admin language file
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* e107 Upload handling - Admin language file
|
||||
*
|
||||
* @package e107
|
||||
* @subpackage admin
|
||||
* @version $Id$;
|
||||
*/
|
||||
|
||||
|
||||
define("UPLLAN_1", "Upload removed from list.");
|
||||
define("UPLLAN_2", "Settings saved in database");
|
||||
//define("UPLLAN_3", "Upload ID");//LAN_ID
|
||||
define('UPLLAN_4', 'Nothing changed - not updated');
|
||||
define("UPLLAN_4", "Nothing changed - not updated");
|
||||
define("UPLLAN_5", "Poster");
|
||||
//define("UPLLAN_6", "Email");//LAN_EMAIL
|
||||
define("UPLLAN_7", "Website");
|
||||
@@ -55,7 +42,7 @@ define("UPLLAN_27", "unmoderated public uploads");
|
||||
//define("UPLLAN_32", "Binary");
|
||||
define("UPLLAN_33", "Maximum file size");
|
||||
define("UPLLAN_34", "Absolute maximum upload size in bytes. Further limited by settings from php.ini, and by the settings in filetypes.xml");
|
||||
//define("UPLLAN_35", 'Size');LAN_SIZE
|
||||
//define("UPLLAN_35", "Size");LAN_SIZE
|
||||
//define("UPLLAN_36", "Please enter one type per line");
|
||||
define("UPLLAN_37", "Permission");
|
||||
define("UPLLAN_38", "Select to allow only certain users to upload");
|
||||
@@ -71,7 +58,7 @@ define("UPLAN_COPYTODLM", "copy to download manager");
|
||||
define("UPLAN_IS", "is ");
|
||||
define("UPLAN_ARE", "are ");
|
||||
define("UPLAN_COPYTODLS", "Copy to Downloads");
|
||||
//define('UPLAN_DELETE', 'Delete');//LAN_DELETE
|
||||
//define("UPLAN_DELETE", "Delete");//LAN_DELETE
|
||||
|
||||
/*
|
||||
define("UPLLAN_48", "For security reasons allowed file types has been moved out of the database into a
|
||||
@@ -79,29 +66,29 @@ flatfile located in your admin directory. To use, rename the file e107_admin/fil
|
||||
and add a comma delimited list of file type extensions to it. 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.");
|
||||
*/
|
||||
//define('UPLLAN_49', 'File Types');LAN_FILETYPES
|
||||
//define('UPLLAN_50', 'Options');//LAN_OPTIONS
|
||||
define('UPLLAN_51', 'List Uploads');
|
||||
define('UPLLAN_52', 'This page helps you create a file for managing file upload permissions. The file is saved as --SOURCE--, and must be copied to --DEST-- before it takes effect.');
|
||||
//define('UPLLAN_53', 'User Class');//LAN_USERCLASS
|
||||
define('UPLLAN_54', 'File Extensions');
|
||||
define('UPLLAN_55', 'Max upload size');
|
||||
define('UPLLAN_56', 'Generate file');
|
||||
define('UPLLAN_57', 'Source for values: ');
|
||||
//define('UPLLAN_58', 'Default');LAN_DEFAULT
|
||||
define('UPLLAN_59', 'Settings written to ');
|
||||
define('UPLLAN_60', 'Now move this file to ');
|
||||
define('UPLLAN_61', 'Error writing file: ');
|
||||
//define("UPLLAN_49", "File Types");LAN_FILETYPES
|
||||
//define("UPLLAN_50", "Options");//LAN_OPTIONS
|
||||
define("UPLLAN_51", "List Uploads");
|
||||
define("UPLLAN_52", "This page helps you create a file for managing file upload permissions. The file is saved as --SOURCE--, and must be copied to --DEST-- before it takes effect.");
|
||||
//define("UPLLAN_53", "User Class");//LAN_USERCLASS
|
||||
define("UPLLAN_54", "File Extensions");
|
||||
define("UPLLAN_55", "Max upload size");
|
||||
define("UPLLAN_56", "Generate file");
|
||||
define("UPLLAN_57", "Source for values: ");
|
||||
//define("UPLLAN_58", "Default");LAN_DEFAULT
|
||||
define("UPLLAN_59", "Settings written to ");
|
||||
define("UPLLAN_60", "Now move this file to ");
|
||||
define("UPLLAN_61", "Error writing file: ");
|
||||
|
||||
define('UPLLAN_62', 'Download plugin is not installed - activation not possible.');
|
||||
define('UPLLAN_63', 'Record moved to Downloads. [x]');
|
||||
define('UPLLAN_64', 'Manage Download');
|
||||
//define('UPLLAN_65', 'File not found');//LAN_FILE_NOT_FOUND
|
||||
define('UPLLAN_66', 'Download path error');
|
||||
//define('UPLLAN_67', 'Anonymous');//LAN_ANONYMOUS
|
||||
define('UPLLAN_68', 'SQL Error:');
|
||||
define('UPLLAN_69', '');
|
||||
define('UPLLAN_70', '');
|
||||
define("UPLLAN_62", "Download plugin is not installed - activation not possible.");
|
||||
define("UPLLAN_63", "Record moved to Downloads. [x]");
|
||||
define("UPLLAN_64", "Manage Download");
|
||||
//define("UPLLAN_65", "File not found");//LAN_FILE_NOT_FOUND
|
||||
define("UPLLAN_66", "Download path error");
|
||||
//define("UPLLAN_67", "Anonymous");//LAN_ANONYMOUS
|
||||
define("UPLLAN_68", "SQL Error:");
|
||||
define("UPLLAN_69", "");
|
||||
define("UPLLAN_70", "");
|
||||
|
||||
|
||||
?>
|
Reference in New Issue
Block a user