<%! title = 'App Install' %> <%namespace name="lib" file="//lib.html" import="*"/> <%namespace name="helpers" file="//admin/_helpers.html"/> <%inherit file="//layout/admin.html" /> <% import splunk from splunk.appserver.mrsparkle.lib import util, i18n productName = util.getProductName() %>

${_('Restarting Splunk %s...' % productName)}

${_('Restart in progress. Please wait.')}

${_('Restarting Splunk %s...' % productName)}

% if not isCloud:

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

% else:

${_('Restart in progress. Please wait.')}

% endif

${_('Restart Required')}

${_('You must restart Splunk %s to complete the update.' % productName)}

% if not displayRestartButton:

${_('You do not have sufficient privileges to restart Splunk %s.' % productName)}

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