1<?php
2/*
3+ ----------------------------------------------------------------------------+
4|     e107 website system - Language File.
5|
6|     e107 Upload handling - Admin language file
7+----------------------------------------------------------------------------+
8*/
9
10define("UPLLAN_1", "Upload removed from list.");
11define("UPLLAN_2", "Settings saved in database");
12//define("UPLLAN_3", "Upload ID");//LAN_ID
13define("UPLLAN_4", "Nothing changed - not updated");
14define("UPLLAN_5", "Poster");
15//define("UPLLAN_6", "Email");//LAN_EMAIL
16define("UPLLAN_7", "Website");
17//define("UPLLAN_8", "File Name");//LAN_FILE_NAME
18
19//define("UPLLAN_9", "Version");//LAN_VERSION
20//define("UPLLAN_10", "File");//LAN_FILE
21//define("UPLLAN_11", "File Size");// LAN_SIZE
22//define("UPLLAN_12", "Screenshot");// LAN_SCREENSHOT
23//define("UPLLAN_13", "Description");// LAN_DESCRIPTION
24define("UPLLAN_14", "Demo");
25
26define("UPLLAN_16", "copy to newspost");
27define("UPLLAN_17", "remove upload from list");
28define("UPLLAN_18", "View details");
29define("UPLLAN_19", "There are no unmoderated public uploads");
30define("UPLLAN_20", "There");
31define("UPLLAN_21", "unmoderated public upload");
32//define("UPLLAN_22", "ID");//LAN_ID
33//define("UPLLAN_23", "Name");//LAN_NAME
34define("UPLLAN_24", "Filetype");
35define("UPLLAN_25", "Allow File Uploads");
36define("UPLLAN_26", "No public uploads will be permitted if disabled");
37define("UPLLAN_27", "unmoderated public uploads");
38
39//define("UPLLAN_29", "Storage type");
40//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");
41//define("UPLLAN_31", "Flatfile");
42//define("UPLLAN_32", "Binary");
43define("UPLLAN_33", "Maximum file size");
44define("UPLLAN_34", "Absolute maximum upload size in bytes. Further limited by settings from php.ini, and by the settings in filetypes.xml");
45//define("UPLLAN_35", "Size");LAN_SIZE
46//define("UPLLAN_36", "Please enter one type per line");
47define("UPLLAN_37", "Permission");
48define("UPLLAN_38", "Select to allow only certain users to upload");
49//define("UPLLAN_39", "Submit");//LAN_SUBMIT
50
51define("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.");
52//define("UPLLAN_42", "Actions");//LAN_ACTIONS
53//define("UPLLAN_43", "Uploads");//LAN_UPLOADS
54//define("UPLLAN_44", "Upload");//LAN_UPLOAD
55define("UPLLAN_45", "Are you sure you want to delete the following file...");
56
57define("UPLAN_COPYTODLM", "copy to download manager");
58define("UPLAN_IS", "is ");
59define("UPLAN_ARE", "are ");
60define("UPLAN_COPYTODLS", "Copy to Downloads");
61//define("UPLAN_DELETE", "Delete");//LAN_DELETE
62
63/*
64define("UPLLAN_48", "For security reasons allowed file types has been moved out of the database into a
65flatfile located in your admin directory. To use, rename the file e107_admin/filetypes_.php to e107_admin/filetypes.php
66and 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
67the upload of .php files or any other type of executable script.");
68*/
69//define("UPLLAN_49", "File Types");LAN_FILETYPES
70//define("UPLLAN_50", "Options");//LAN_OPTIONS
71define("UPLLAN_51", "List Uploads");
72define("UPLLAN_52", "This page helps you create a file for managing file upload permissions. The file is saved as [x], and must be copied to [y] before it takes effect.");
73//define("UPLLAN_53", "User Class");//LAN_USERCLASS
74define("UPLLAN_54", "File Extensions");
75define("UPLLAN_55", "Max upload size");
76define("UPLLAN_56", "Generate file");
77define("UPLLAN_57", "Source for values: ");
78//define("UPLLAN_58", "Default");LAN_DEFAULT
79define("UPLLAN_59", "Settings written to ");
80define("UPLLAN_60", "Now move this file to ");
81define("UPLLAN_61", "Error writing file: ");
82
83define("UPLLAN_62", "Download plugin is not installed - activation not possible.");
84define("UPLLAN_63", "Record moved to Downloads. [x]");
85define("UPLLAN_64", "Manage Download");
86//define("UPLLAN_65", "File not found");//LAN_FILE_NOT_FOUND
87define("UPLLAN_66", "Download path error");
88//define("UPLLAN_67", "Anonymous");//LAN_ANONYMOUS
89define("UPLLAN_68", "SQL Error:");
90define("UPLLAN_69", "Imported");
91define("UPLLAN_70", "Send to [x]");
92
93
94
95