{if $limit_warning['error_type'] == 'suhosin'}
{l s='Warning! Your hosting provider is using the Suhosin patch for PHP, which limits the maximum number of fields allowed in a form:'}
{$limit_warning['post.max_vars']} {l s='for suhosin.post.max_vars.'} {$limit_warning['request.max_vars']} {l s='for suhosin.request.max_vars.'}
{l s='Please ask your hosting provider to increase the Suhosin limit to'}
{else}
{l s='Warning! Your PHP configuration limits the maximum number of fields allowed in a form:'} {$limit_warning['max_input_vars']} {l s='for max_input_vars.'}
{l s='Please ask your hosting provider to increase this limit to'}
{/if}
{l s='%s at least, or you will have to edit the translation files manually.' sprintf=$limit_warning['needed_limit']}