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

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

Add Piwigo AutoUpgrade plugin.
Version 2.0.a

File size: 393 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.