mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
merge r3143 from trunk to branch 2.0
- Show number of downloads in plugins list. - Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/branches/2.0@3144 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -570,7 +570,6 @@ $lang['plugins_new_version'] = 'Versione<br>disponibile';
|
||||
$lang['plugins_auto_update'] = 'Aggiornamento automatico';
|
||||
$lang['plugins_auto_install'] = 'Installazione automatica';
|
||||
$lang['plugins_download'] = 'Scaricare il file';
|
||||
$lang['plugins_description'] = '<b>Versione:</b> %s<br><br><b>Data:</b> %s<br><br>%s';
|
||||
$lang['plugins_tab_list'] = 'Lista dei plugins';
|
||||
$lang['plugins_tab_update'] = 'Verificare gli aggiornamenti';
|
||||
$lang['plugins_tab_new'] = 'Altri plugins disponibili';
|
||||
@@ -644,4 +643,7 @@ $lang['Delete selected photos'] = 'Cancellare le foto';
|
||||
$lang['%d photo was deleted'] = '%d foto cancellata';
|
||||
$lang['%d photos were deleted'] = '%d foto cancellate';
|
||||
$lang['Bound template'] = 'Template legato';
|
||||
/* TODO */ $lang['Downloads'] = 'Downloads';
|
||||
/* TODO */ $lang['Released on'] = 'Released on';
|
||||
/* TODO */ $lang['Number of downloads'] = 'Number of downloads';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user