source: extensions/autoupdate/language/en_UK/plugin.lang.php @ 3604

Last change on this file since 3604 was 3604, checked in by patdenice, 15 years ago

Invalidate user cache and purge templates after upgrade.

File size: 386 bytes
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Click here to upgrade automatically';
4$lang['autoupdate_alert'] = 'Are you sure you want to autmatically upgrade piwigo?\nWarning!!! Files manually modified could be overwritten.';
5$lang['autoupdate_success'] = 'Piwigo has been successfully upgraded (version %s)';
6$lang['autoupdate_fail'] = 'An error occured during upgrade.';
7
8?>
Note: See TracBrowser for help on using the repository browser.