Corrections in plugins management.
Add "Last revisions" sort order. git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e834737e84
commit
ff19a8f1cd
13 changed files with 116 additions and 48 deletions
|
|
@ -230,7 +230,7 @@ $lang['conf_main_title'] = 'Principale';
|
|||
$lang['conf_nb_comment_page_error'] = 'Le nombre de commentaires d\'utilisateurs par page doit être compris entre 5 et 50.';
|
||||
$lang['config'] = 'Configuration';
|
||||
$lang['confirm'] = 'confirmer';
|
||||
$lang['date'] = 'date';
|
||||
$lang['Date'] = 'Date';
|
||||
$lang['delete category'] = 'supprimer la catégorie';
|
||||
$lang['description'] = 'description';
|
||||
$lang['dissociate from category'] = 'dissocier de la catégorie';
|
||||
|
|
@ -626,6 +626,7 @@ $lang['plugins_description'] = '<b>Version:</b> %s<br><br><b>Date:</b> %s<br><br
|
|||
$lang['plugins_tab_list'] = 'Liste des plugins';
|
||||
$lang['plugins_tab_update'] = 'Vérifier les mises à jour';
|
||||
$lang['plugins_tab_new'] = 'Autres plugins disponibles';
|
||||
$lang['plugins_revisions'] = 'Dernières révisions';
|
||||
$lang['plugins_delete'] = 'Supprimer';
|
||||
$lang['plugins_confirm_install'] = 'Etes-vous sûr de vouloir installer ce plugin?';
|
||||
$lang['plugins_confirm_delete'] = 'Etes-vous sûr de vouloir supprimer ce plugin?';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue