From 017c75c7ef70e1db5a22b6ec1b75356d6aabeae8 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 12 Sep 2022 14:56:07 +0200 Subject: [PATCH] fixed #1725 added definition for "restore" action --- admin/themes/default/template/plugins_installed.tpl | 2 +- language/en_UK/admin.lang.php | 1 + language/fr_FR/admin.lang.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 787d2533f..41be76a2a 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -162,7 +162,7 @@ let plugin_filter = searchParams.get('filter');
{$plugin.DESC}
- {'Restore'|@translate} + {'Restore'|@translate} {'Delete'|@translate}
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index f49f8d4ad..c4bb03dfb 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -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 diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 0bb3c19be..fc60ebc97 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -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