Vergleich inc/languages/english/admin/config_attachment_types.lang.php - 1.8.2 - 1.8.26

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 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 22Zeile 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 41Zeile 41
$l['success_attachment_type_deleted'] = "The attachment type has been deleted successfully.";

$l['confirm_attachment_type_deletion'] = "Are you sure you wish to delete this attachment type?";

$l['success_attachment_type_deleted'] = "The attachment type has been deleted successfully.";

$l['confirm_attachment_type_deletion'] = "Are you sure you wish to delete this attachment type?";

 

$l['success_activated_attachment_type'] = 'The selected attachment type has been activated successfully.';
$l['success_deactivated_attachment_type'] = 'The selected attachment type has been deactivated successfully.';

$l['enabled'] = "Enabled?";
$l['avatar_file'] = 'Avatar File';
$l['avatar_file_desc'] = 'Do you want to allow this attachment type to be used for avatars?';

$l['available_to_groups'] = 'Available to groups';
$l['available_in_forums'] = 'Available in forums';