fixed #1725 added definition for "restore" action

This commit is contained in:
Matthieu Leproux 2022-09-12 14:56:07 +02:00
parent e8bef0cf23
commit 017c75c7ef
3 changed files with 3 additions and 1 deletions

View file

@ -162,7 +162,7 @@ let plugin_filter = searchParams.get('filter');
<div class="pluginDescCompact">
{$plugin.DESC}
</div>
<a class="dropdown-option icon-back-in-time plugin-restore separator-top">{'Restore'|@translate}</a>
<a class="dropdown-option icon-back-in-time plugin-restore separator-top tiptip" title="{'While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'|@translate}">{'Restore'|@translate}</a>
<a class="dropdown-option icon-trash delete-plugin-button separator-top">{'Delete'|@translate}</a>
</div>
<div class="pluginName" data-title="{$plugin.NAME}">

View file

@ -1315,4 +1315,5 @@ $lang['Picture to associate formats with'] = 'Picture to associate formats with'
$lang['The original picture will be detected with the filename (without extension).'] = 'The original picture will be detected with the filename (without extension).';
$lang['Delete %s format ?'] = 'Delete %s format ?';
$lang['Installed on %s, %s'] = 'Installed on %s, %s';
$lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset';
// Leave this line empty

View file

@ -1317,4 +1317,5 @@ $lang['Picture to associate formats with'] = 'Photo à associer avec les formats
$lang['The original picture will be detected with the filename (without extension).'] = 'La photo originale sera détectée en comparant les noms des fichiers (sans extension).';
$lang['Delete %s format ?'] = 'Supprimer le format %s ?';
$lang['Installed on %s, %s'] = 'Installé le %s, %s';
$lang['While restoring this plugin, it will be reset to its original parameters and associated data is going to be reset'] = 'En restaurant ce plugin, il reviendra à son paramétrage dorigine et les données associées seront remises à zero';
// Leave this line empty