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

Last change on this file since 6196 was 6196, checked in by patdenice, 14 years ago

Webmaster status is required to launch any upgrade process.
Display "save template directory" fielset only if Piwigo version < 2.1.
Add random parameter in all_version url (to avoid cache server).
Move empty directory to trash is rmdir fail.

File size: 2.8 KB
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$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server';
11$lang['Click here to see Piwigo %s release notes'] = 'Click here to see Piwigo %s release notes';
12$lang['Some upgrades are available for you plugins'] = 'Some upgrades are available for you plugins';
13$lang['Click here see upgrade plugins page'] = 'Click here see upgrade plugins page';
14$lang['Gallery and plugins are up to date'] = 'Gallery and plugins are up to date';
15$lang['Unable to check upgrades...'] = 'Unable to check upgrades...';
16$lang['Click here to check upgrades now'] = 'Click here to check upgrades now';
17
18$lang['Notify on admin homepage'] = 'Notify on admin homepage';
19$lang['Don\'t notify on admin homepage'] = 'Don\'t notify on admin homepage';
20
21$lang['Upgrade in progress... Please wait.'] = 'Upgrade in progress... Please wait.';
22$lang['Checking upgrades for gallery and plugins...'] = 'Checking upgrades for gallery and plugins...';
23
24$lang['Upgrade to Piwigo %s'] = 'Upgrade to Piwigo %s';
25$lang['Two upgrades are available'] = 'Two upgrades are available';
26$lang['This is a minor upgrade, with only bug corrections.'] = 'This is a minor upgrade, with only bug corrections.';
27$lang['This is a major upgrade, with <a href="%s">new exciting features</a>.'] = 'This is a major upgrade, with <a href="%s">new exciting features</a>.';
28$lang['Some themes and plugins may be not available yet.'] = 'Some themes and plugins may be not available yet.';
29$lang['You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).'] = 'You can upgrade to Piwigo %s directly, without upgrading to Piwigo %s (recommended).';
30$lang['autoupdate_step_1'] = 'First Step';
31$lang['autoupdate_step_2'] = 'Second Step';
32$lang['autoupdate_step_3'] = 'Third Step';
33$lang['Save Template Directory'] = 'Save template directory';
34$lang['Dump Database'] = 'Dump Database';
35$lang['Include history data (Warning: server memory limit may be exceeded)'] = 'Include history data (Warning: server memory limit may be exceeded)';
36$lang['Unable to write new local directory.'] = 'Unable to write new local directory.';
37$lang['Unable to send template directory.'] = 'Unable to send template directory.';
38$lang['Unable to dump database.'] = 'Unable to dump database.';
39
40?>
Note: See TracBrowser for help on using the repository browser.