Jump to content

Translation - Site unavailable due to update - Where?


Thomas P

Recommended Posts

Posted

Hi folks,

where can I find the place to translate the text which shows up during an upgrade or update?

Quote

 

Update in progress

We're sorry, this web site is unavailable while an update is in progress. 

You can try again by clicking the button below, or try again later. 

Try again 

Site Owner 
This message means an upgrade is in progress. If this is not correct, try visiting the upgrade process again (usually /admin/upgrade) and choose either continue or restart. If the upgrade shows nothing to upgrade, visit the AdminCP and run the Support tool. You can also contact Invision Community support for assistance.


 

Thanks,
Thomas

Posted
1 hour ago, Thomas P said:

Hi folks,

where can I find the place to translate the text which shows up during an upgrade or update? 

Thanks,
Thomas

Edit your file ...admin\upgrade\upgrading.html

	<body>
		<div id='error'>
			<h1>Update in progress</h1>
			<div id='content'>
				We're sorry, this web site is unavailable while an update is in progress.
				<br><br>
				You can try again by clicking the button below, or try again later.
				<br><br>
				<button onclick="window.location.reload();" id='reload_button'>Try again</button>
				<br><br>
				<strong>Site Owner</strong>
				<br>
				This message means an upgrade is in progress. If this is not correct, try visiting the upgrade process again (usually /admin/upgrade) and choose either continue or restart. If the upgrade shows nothing to upgrade, visit the AdminCP and run the Support tool. You can also contact Invision Community support for assistance.
			</div>
		</div>
	</body>

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...