mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +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'] = 'Version<br>disponible';
|
||||
$lang['plugins_auto_update'] = 'Mise à jour automatique';
|
||||
$lang['plugins_auto_install'] = 'Installation automatique';
|
||||
$lang['plugins_download'] = 'Télécharger le fichier';
|
||||
$lang['plugins_description'] = '<b>Version:</b> %s<br><br><b>Date:</b> %s<br><br>%s';
|
||||
$lang['plugins_tab_list'] = 'Liste des plugins';
|
||||
$lang['plugins_tab_update'] = 'Vérifier les mises à jour';
|
||||
$lang['plugins_tab_new'] = 'Autres plugins disponibles';
|
||||
@@ -644,4 +643,7 @@ $lang['Delete selected photos'] = 'Supprimer les photos';
|
||||
$lang['%d photo was deleted'] = '%d photo a été supprimée';
|
||||
$lang['%d photos were deleted'] = '%d photos ont été supprimées';
|
||||
$lang['Bound template'] = 'Template rattaché';
|
||||
$lang['Downloads'] = 'Téléchargements';
|
||||
$lang['Released on'] = 'Ajouté le';
|
||||
$lang['Number of downloads'] = 'Nombre de téléchargements';
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user