${_('Activate to set RhodeCode to require SSL for pushing or pulling. If SSL certificate is missing it will return a HTTP Error 406: Not Acceptable.')}
% endif
% if display_globals or repo_type in ['git', 'hg']:
% if display_globals:
${_('Enable Largefiles extensions for all repositories.')}
% else:
${_('Enable Largefiles extensions for this repository.')}
% endif
% if display_globals:
${_('Enable Evolve and Topic extensions for all repositories.')}
% else:
${_('Enable Evolve and Topic extensions for this repository.')}
% endif
% endif
% if display_globals or repo_type in ['git']:
${_('Note: when this feature is enabled, it only runs hooks defined in the rcextension package. Custom hooks added on the Admin -> Settings -> Hooks page will not be run when pull requests are automatically merged from the web interface.')}