<%! title = 'App Install' isLite = (cherrypy.config['product_type'] == 'lite' or cherrypy.config['product_type'] == 'lite_free') appText = 'add-on' if isLite else 'app' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="../_helpers.html"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n %>

${_('Splunk is restarting. Please wait. This may take a few minutes.')}

${_('Splunk is restarting. Please wait. This may take a few minutes.')}

${_('Check the web_service.log file to determine when Splunk has restarted and then click here to continue.')}

${_('Restart required')}

${_('You must restart Splunk to install this %s' % appText)}

${_('Installation will be completed after Splunk has restarted')}

% if not displayRestartButton:

${_('You do not have sufficient privileges to restart the server.')}

% endif
% if displayRestartButton: <%doc>TRANS: Clicked to restart splunkd${_('Restart Splunk')} % endif