[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: config_attachment_types.lang.php 5833 2012-05-24 08:39:00Z Tomm $ 7 */ 8 9 $l['attachment_types'] = "Attachment Types"; 10 $l['attachment_types_desc'] = "Here you can create and manage attachment types which define which types of files users can attach to posts."; 11 $l['add_new_attachment_type'] = "Add New Attachment Type"; 12 $l['add_attachment_type'] = "Add Attachment Type"; 13 $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."; 14 $l['edit_attachment_type'] = "Edit Attachment Type"; 15 $l['edit_attachment_type_desc'] = "You have the ability to control the extension, MIME type, maximum size and show a small MIME type for this attachment type."; 16 17 $l['extension'] = "Extension"; 18 $l['maximum_size'] = "Maximum Size"; 19 $l['no_attachment_types'] = "There are no attachment types on your forum at this time."; 20 21 $l['file_extension'] = "File Extension"; 22 $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)"; 23 $l['mime_type'] = "MIME Type"; 24 $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>)"; 25 $l['maximum_file_size'] = "Maximum File Size (Kilobytes)"; 26 $l['maximum_file_size_desc'] = "The maximum file size for uploads of this attachment type in Kilobytes (1 MB = 1024 KB)"; 27 $l['limit_intro'] = "Please ensure the maximum file size is below the smallest of the following PHP limits:"; 28 $l['limit_post_max_size'] = "Max Post Size: {1}"; 29 $l['limit_upload_max_filesize'] = "Upload Max File Size: {1}"; 30 $l['attachment_icon'] = "Attachment Icon"; 31 $l['attachment_icon_desc'] = "If you wish to show a small attachment icon for attachments of this type then enter the path to it here. {theme} will be replaced by the image directory for the viewers theme allowing you to specify per-theme attachment icons."; 32 $l['save_attachment_type'] = "Save Attachment Type"; 33 34 $l['error_invalid_attachment_type'] = "You have selected an invalid attachment type."; 35 $l['error_missing_mime_type'] = "You did not enter a MIME type for this attachment type"; 36 $l['error_missing_extension'] = "You did not enter a file extension for this attachment type"; 37 38 $l['success_attachment_type_created'] = "The attachment type has been created successfully."; 39 $l['success_attachment_type_updated'] = "The attachment type has been updated successfully."; 40 $l['success_attachment_type_deleted'] = "The attachment type has been deleted successfully."; 41 42 $l['confirm_attachment_type_deletion'] = "Are you sure you wish to delete this attachment type?"; 43 44 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |