Ignore:
Timestamp:
Jan 17, 2010, 11:54:23 PM (14 years ago)
Author:
patdenice
Message:

[Plugin][Piwigo Auto Upgrade]
Check upgrade with ajax (avoid timeout)
Check also plugins upgrades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/language/en_UK/plugin.lang.php

    r4007 r4699  
    88$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>.';
    99
     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
    1019?>
Note: See TracChangeset for help on using the changeset viewer.