[ Index ] |
PHP Cross Reference of MyBB 1.8.38 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.8 English Language Pack 4 * Copyright 2014 MyBB Group, All Rights Reserved 5 * 6 */ 7 8 $l['attachment_types'] = "Attachment Types"; 9 $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."; 10 $l['add_new_attachment_type'] = "Add New Attachment Type"; 11 $l['add_attachment_type'] = "Add Attachment Type"; 12 $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."; 13 $l['edit_attachment_type'] = "Edit Attachment Type"; 14 $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."; 15 16 $l['extension'] = "Extension"; 17 $l['maximum_size'] = "Maximum Size"; 18 $l['no_attachment_types'] = "There are no attachment types on your forum at this time."; 19 20 $l['name'] = "Name"; 21 $l['name_desc'] = "Enter the name of the attachment type."; 22 $l['file_extension'] = "File Extension"; 23 $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)"; 24 $l['mime_type'] = "MIME Type"; 25 $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>)"; 26 $l['maximum_file_size'] = "Maximum File Size (Kilobytes)"; 27 $l['maximum_file_size_desc'] = "The maximum file size for uploads of this attachment type in Kilobytes (1 MB = 1024 KB)"; 28 $l['limit_intro'] = "Please ensure the maximum file size is below the smallest of the following PHP limits:"; 29 $l['limit_post_max_size'] = "Max Post Size: {1}"; 30 $l['limit_upload_max_filesize'] = "Upload Max File Size: {1}"; 31 $l['attachment_icon'] = "Attachment Icon"; 32 $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."; 33 $l['save_attachment_type'] = "Save Attachment Type"; 34 35 $l['error_invalid_attachment_type'] = "You have selected an invalid attachment type."; 36 $l['error_missing_mime_type'] = "You did not enter a MIME type for this attachment type"; 37 $l['error_missing_extension'] = "You did not enter a file extension for this attachment type"; 38 39 $l['success_attachment_type_created'] = "The attachment type has been created successfully."; 40 $l['success_attachment_type_updated'] = "The attachment type has been updated successfully."; 41 $l['success_attachment_type_deleted'] = "The attachment type has been deleted successfully."; 42 43 $l['confirm_attachment_type_deletion'] = "Are you sure you wish to delete this attachment type?"; 44 45 $l['success_activated_attachment_type'] = 'The selected attachment type has been activated successfully.'; 46 $l['success_deactivated_attachment_type'] = 'The selected attachment type has been deactivated successfully.'; 47 48 $l['enabled'] = "Enabled?"; 49 $l['forcedownload'] = "Force Download"; 50 $l['forcedownload_desc'] = "Enabling this will always force the attachment to be downloaded as a file."; 51 $l['avatar_file'] = 'Avatar File'; 52 $l['avatar_file_desc'] = 'Do you want to allow this attachment type to be used for avatars?'; 53 54 $l['available_to_groups'] = 'Available to groups'; 55 $l['available_in_forums'] = 'Available in forums';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup | Cross-referenced by PHPXref |