<%! title = 'App Install' %> <%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 appText = 'add-on' if util.isLite() else 'app' productName = 'Light' if util.isLite() else 'Enterprise' %>

${_('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 has restarted and then click here to continue.')}

% else:

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

% endif

${_('Restart Required')}

${_('You must restart Splunk %s to complete update of this %s.' % (productName, appText))}

% if not displayRestartButton:

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

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