mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
fixed #1725 added definition for "restore" action
This commit is contained in:
parent
e8bef0cf23
commit
017c75c7ef
3 changed files with 3 additions and 1 deletions
|
@ -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}">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 d’origine et les données associées seront remises à zero';
|
||||
// Leave this line empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue