fixes #1590 Handle advanced features + section title translation

This commit is contained in:
Matthieu Leproux
2021-12-29 13:31:28 +01:00
parent 21ac55c5a5
commit 61a4259b41
3 changed files with 22 additions and 3 deletions
+4
View File
@@ -1251,3 +1251,7 @@ $lang['%s plugins found'] = '<b>%s</b> plugins found';
$lang['%s plugin found'] = '<b>%s</b> plugin found';
$lang['%s status is required to edit parameters.'] = '%s status is required to edit parameters.';
$lang['Edit photo #%s'] = 'Edit photo #%s';
$lang['Advanced features'] = 'Advanced features';
$lang['Global Gallery Actions'] = 'Global Gallery Actions';
$lang['Purge Actions'] = 'Purge Actions';
$lang['Purge Cache'] = 'Purge Cache';
+4
View File
@@ -1253,3 +1253,7 @@ $lang['Webmaster status required'] = 'Statut Webmaster nécéssaire';
$lang['%s plugins found'] = '<b>%s</b> plugins trouvés';
$lang['%s plugin found'] = '<b>%s</b> plugin trouvé';
$lang['%s status is required to edit parameters.'] = 'Le statut %s est nécéssaire pour modifier les paramètres.';
$lang['Advanced features'] = 'Fonctionnalités avancées';
$lang['Global Gallery Actions'] = 'Actions sur la gallerie';
$lang['Purge Actions'] = 'Actions de purge';
$lang['Purge Cache'] = 'Purger le cache';