{"There are a few limits to attaching files."|alang}
{"You may only attach one file."|alang}
{"Attachments cannot be greater than 50 kilobytes."|alang}
{"The file you attach must either be .DOC, .DOCX or .PDF. No other file types are allowed."|alang}
{else}
{if $admin.limit_attachment == -1}
{"There is no limit to the number of attachments you may have for your message."|alang}
{elseif $admin.limit_attachment == 0}
{"You may not upload any attachments."|alang}
{else}
{"You may only upload %s attachment(s) in all."|alang:$admin.limit_attachment}
{/if}