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

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

[Plugin Autoupdate]
Try to change chmod if extraction fail.

File size: 568 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$lang['autoupdate_extract_fail'] = 'An error occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.';
9
10?>
Note: See TracBrowser for help on using the repository browser.