2006-12-02 04:36:16 +00:00
< ? php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File .
|
2015-07-07 17:43:49 -07:00
| e107 Upload handling - Admin language file
2006-12-02 04:36:16 +00:00
+----------------------------------------------------------------------------+
*/
2010-01-11 21:32:10 +00:00
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_1 " , " Upload removed from list. " );
define ( " UPLLAN_2 " , " Settings saved in database " );
2015-07-02 13:03:03 +01:00
//define("UPLLAN_3", "Upload ID");//LAN_ID
2015-07-07 17:43:49 -07:00
define ( " UPLLAN_4 " , " Nothing changed - not updated " );
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_5 " , " Poster " );
2015-07-02 18:46:36 +01:00
//define("UPLLAN_6", "Email");//LAN_EMAIL
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_7 " , " Website " );
2015-07-02 18:46:36 +01:00
//define("UPLLAN_8", "File Name");//LAN_FILE_NAME
2006-12-02 04:36:16 +00:00
2015-07-02 18:46:36 +01:00
//define("UPLLAN_9", "Version");//LAN_VERSION
//define("UPLLAN_10", "File");//LAN_FILE
//define("UPLLAN_11", "File Size");// LAN_SIZE
//define("UPLLAN_12", "Screenshot");// LAN_SCREENSHOT
//define("UPLLAN_13", "Description");// LAN_DESCRIPTION
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_14 " , " Demo " );
define ( " UPLLAN_16 " , " copy to newspost " );
define ( " UPLLAN_17 " , " remove upload from list " );
define ( " UPLLAN_18 " , " View details " );
define ( " UPLLAN_19 " , " There are no unmoderated public uploads " );
define ( " UPLLAN_20 " , " There " );
define ( " UPLLAN_21 " , " unmoderated public upload " );
2015-07-02 13:03:03 +01:00
//define("UPLLAN_22", "ID");//LAN_ID
2015-07-02 18:46:36 +01:00
//define("UPLLAN_23", "Name");//LAN_NAME
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_24 " , " Filetype " );
define ( " UPLLAN_25 " , " Uploads Enabled? " );
define ( " UPLLAN_26 " , " No public uploads will be permitted if disabled " );
define ( " UPLLAN_27 " , " unmoderated public uploads " );
2010-01-11 21:32:10 +00:00
//define("UPLLAN_29", "Storage type");
//define("UPLLAN_30", "Choose how to store uploaded files, either as normal files on server or as binary info in database<br /><b>Note</b> binary is only suitable for smaller files, and is hard-limited to a maximum of approximately 500kb");
//define("UPLLAN_31", "Flatfile");
//define("UPLLAN_32", "Binary");
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_33 " , " Maximum file size " );
2008-04-22 20:32:59 +00:00
define ( " UPLLAN_34 " , " Absolute maximum upload size in bytes. Further limited by settings from php.ini, and by the settings in filetypes.xml " );
2015-07-07 17:43:49 -07:00
//define("UPLLAN_35", "Size");LAN_SIZE
2008-04-22 20:32:59 +00:00
//define("UPLLAN_36", "Please enter one type per line");
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_37 " , " Permission " );
define ( " UPLLAN_38 " , " Select to allow only certain users to upload " );
2015-07-02 18:46:36 +01:00
//define("UPLLAN_39", "Submit");//LAN_SUBMIT
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_41 " , " Please note - file uploads are disabled from your php.ini, it will not be possible to upload files until you set it to On. " );
2015-07-02 18:46:36 +01:00
//define("UPLLAN_42", "Actions");//LAN_ACTIONS
//define("UPLLAN_43", "Uploads");//LAN_UPLOADS
//define("UPLLAN_44", "Upload");//LAN_UPLOAD
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_45 " , " Are you sure you want to delete the following file... " );
define ( " UPLAN_COPYTODLM " , " copy to download manager " );
define ( " UPLAN_IS " , " is " );
define ( " UPLAN_ARE " , " are " );
define ( " UPLAN_COPYTODLS " , " Copy to Downloads " );
2015-07-07 17:43:49 -07:00
//define("UPLAN_DELETE", "Delete");//LAN_DELETE
2006-12-02 04:36:16 +00:00
2008-04-22 20:32:59 +00:00
/*
2006-12-02 04:36:16 +00:00
define ( " UPLLAN_48 " , " For security reasons allowed file types has been moved out of the database into a
flatfile located in your admin directory . To use , rename the file e107_admin / filetypes_ . php to e107_admin / filetypes . php
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 . " );
2008-04-22 20:32:59 +00:00
*/
2015-07-07 17:43:49 -07:00
//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: " );
2015-05-07 13:39:09 +02:00
2015-07-07 17:43:49 -07:00
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: " );
2016-10-18 10:12:26 +02:00
define ( " UPLLAN_69 " , " Imported " );
define ( " UPLLAN_70 " , " Send to [x] " );
2006-12-02 04:36:16 +00:00
2016-10-18 10:12:26 +02:00
?>