File: D:/HostingSpaces/PvdBoogaard/indoorski.nl/backup/oude-site/cms/modules/attachments/language.ini
ModuleNameSingular = "Attachments"
ModuleNamePlural = "Attachments"
ModuleDescription = "Allows you to upload attachments and display then on your web site for download when creating new content."
; [Control Panel]
AttachmentOptions = "Attachment Options"
RestrictNumAttachment = "Restrict Attachments"
YesRestrictNumAttachment = "Yes, restrict how many attachments can be uploaded for each new post"
NumberAttachments = "Number of Attachments"
field_attachments_permission_use = "Manage Attachments"
confirmDelete = "Are you sure you want to delete this attachment? Press OK to delete."
attachSortOrder = "Display Order"
attachDisplayName = "Display Name"
FileName = "File name"
Action = "Action"
; [Error Messages]
attachnumMissing = "You need to specify the number of attachments to restrict"
;[Fields]
field_attachments_Name = "Attachments"
field_attachments_HelpText = "This option allows you to add, sort, edit and delete attachments for this content item."
;[FrontEnd]
displayAttachments = "Attachments"
; [Uploading Files]
gUploadInProgress = "Image Upload In Progress"
gUploadingFirstImage = "Uploading Image 1 of "
gBadFileSize = "The file '%s' was too big. Your server limits file uploads to %s."
gBadFileType = "The file '%s' is not a valid image file."
gBadFileTypePHP = "You can not upload files with a .php extension. You must change it to .phps before uploading."
gBadFileTypeCGI = "You can not upload files with a .pl, .cgi, .sh or .py extension. You must change it to or add .txt before uploading."
gPartialUpload = "The file '%s' was only partially uploaded so it wasn't saved. Please reupload this file."
gNoFileUpload = "Your browser sent through the filename '%s', but there was no data. The file was not uploaded."
gNoPHPTmpDirectory = "PHP is missing its tmp directory. Please ask your webhost to check this PHP setting."
gCantWrite = "Unable to save '%s' to disk. PHP's tmp directory may not be writeable. Please ask you webhost to check this."
gUnknownUploadError = "An unknown error occurred when trying to upload '%s'."
gDatabaseError = "A database error occurred when trying to save '%s'. MySQL said: %s"