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

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

Force the ajax response charset to UTF-8.
Add some missing traductions.

File size: 1.6 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['Piwigo will automaticaly try again later.'] = 'Piwigo will automaticaly try again later.';
17$lang['Click here to check upgrades now'] = 'Click here to check upgrades now';
18
19$lang['Notify on admin homepage'] = 'Notify on admin homepage';
20$lang['Don\'t notify on admin homepage'] = 'Don\'t notify on admin homepage';
21
22$lang['Upgrade in progress... Please wait.'] = 'Upgrade in progress... Please wait.';
23$lang['Checking upgrades for gallery and plugins...'] = 'Checking upgrades for gallery and plugins...';
24
25?>
Note: See TracBrowser for help on using the repository browser.