diff options
author | patdenice <patdenice@piwigo.org> | 2011-04-21 15:12:38 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2011-04-21 15:12:38 +0000 |
commit | f5ef4fddd7ce277f27ef4face7933fe5a7406200 (patch) | |
tree | 128762355458b207214d41431c3bd9cabbfc6761 /language/en_UK | |
parent | e1fd6aa04b301bb52a9ffa6423ba1885a3e21ddc (diff) |
feature:2271
Add pwg.extensions.checkUpdates method to webservices.
Add a warning message on intro page if update is availble for piwigo or extensions.
Add an "Ignore All" button on extensions update page.
git-svn-id: http://piwigo.org/svn/trunk@10538 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-rw-r--r-- | language/en_UK/admin.lang.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 5b70871c3..a0e36b216 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -822,4 +822,7 @@ $lang['Include history data (Warning: server memory limit may be exceeded)'] = ' $lang['Unable to write new local directory.'] = 'Unable to write new local directory.'; $lang['Unable to send template directory.'] = 'Unable to send template directory.'; $lang['Unable to dump database.'] = 'Unable to dump database.'; +$lang['Some upgrades are available for extensions.'] = 'Some upgrades are available for extensions.'; +$lang['Please wait...'] = 'Please wait...'; +$lang['Ignore All'] = 'Ignore All'; ?>
\ No newline at end of file |