Add themes autmatic update functionality.

git-svn-id: http://piwigo.org/svn/trunk@9472 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice 2011-03-02 09:33:58 +00:00
commit 9802ddaa10
5 changed files with 241 additions and 0 deletions

View file

@ -775,4 +775,7 @@ $lang['Your configuration settings are saved'] = 'Your configuration settings ar
$lang['[%s] Visit album %s'] = "[%s] Visit album %s";
$lang['[NBM] Problems or questions'] = "[NBM] Problems or questions";
$lang['[Simulation]'] = "[Simulation]";
$lang['Themes which need upgrade'] = 'Themes which need upgrade';
$lang['Themes up to date'] = 'Themes up to date';
$lang['Theme versions can\'t be checked'] = 'Theme versions can\'t be checked';
?>