Zeile 6 | Zeile 6 |
---|
*/
$l['attachment_types'] = "Attachment Types";
|
*/
$l['attachment_types'] = "Attachment Types";
|
$l['attachment_types_desc'] = "Here you can create and manage attachment types which define which types of files users can attach to posts.";
| $l['attachment_types_desc'] = "Here you can create and manage attachment types which define which types of files users can attach to posts. Note: Disabling an attachment type will make existing attachments of this type inaccessible.";
|
$l['add_new_attachment_type'] = "Add New Attachment Type"; $l['add_attachment_type'] = "Add Attachment Type"; $l['add_attachment_type_desc'] = "Adding a new attachment type will allow members to attach files of this type to their posts. You have the ability to control the extension, MIME type, maximum size and show a small icon for each attachment type.";
| $l['add_new_attachment_type'] = "Add New Attachment Type"; $l['add_attachment_type'] = "Add Attachment Type"; $l['add_attachment_type_desc'] = "Adding a new attachment type will allow members to attach files of this type to their posts. You have the ability to control the extension, MIME type, maximum size and show a small icon for each attachment type.";
|
Zeile 22 | Zeile 22 |
---|
$l['file_extension'] = "File Extension"; $l['file_extension_desc'] = "Enter the file extension you wish to allow uploads for here (Do not include the period before the extension) (Example: txt)"; $l['mime_type'] = "MIME Type";
|
$l['file_extension'] = "File Extension"; $l['file_extension_desc'] = "Enter the file extension you wish to allow uploads for here (Do not include the period before the extension) (Example: txt)"; $l['mime_type'] = "MIME Type";
|
$l['mime_type_desc'] = "Enter the MIME type sent by the server when downloading files of this type (<a href=\"http://www.webmaster-toolkit.com/mime-types.shtml\">See a list here</a>)";
| $l['mime_type_desc'] = "Enter the MIME type sent by the server when downloading files of this type (<a href=\"http://www.freeformatter.com/mime-types-list.html\">See a list here</a>)";
|
$l['maximum_file_size'] = "Maximum File Size (Kilobytes)"; $l['maximum_file_size_desc'] = "The maximum file size for uploads of this attachment type in Kilobytes (1 MB = 1024 KB)"; $l['limit_intro'] = "Please ensure the maximum file size is below the smallest of the following PHP limits:";
| $l['maximum_file_size'] = "Maximum File Size (Kilobytes)"; $l['maximum_file_size_desc'] = "The maximum file size for uploads of this attachment type in Kilobytes (1 MB = 1024 KB)"; $l['limit_intro'] = "Please ensure the maximum file size is below the smallest of the following PHP limits:";
|
Zeile 46 | Zeile 46 |
---|
$l['success_deactivated_attachment_type'] = 'The selected attachment type has been deactivated successfully.';
$l['enabled'] = "Enabled?";
|
$l['success_deactivated_attachment_type'] = 'The selected attachment type has been deactivated successfully.';
$l['enabled'] = "Enabled?";
|
| $l['forcedownload'] = "Force Download"; $l['forcedownload_desc'] = "Enabling this will always force the attachment to be downloaded as a file.";
|
$l['avatar_file'] = 'Avatar File'; $l['avatar_file_desc'] = 'Do you want to allow this attachment type to be used for avatars?';
| $l['avatar_file'] = 'Avatar File'; $l['avatar_file_desc'] = 'Do you want to allow this attachment type to be used for avatars?';
|