diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 2b60a6785..3fde4491a 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -1066,8 +1066,10 @@ $lang['Are you sure you want to delete the ratings of the user "%s"?'] = 'Are yo
$lang['Are you sure you want to install the plugin "%s"?'] = 'Are you sure you want to install the plugin "%s"?';
$lang['Are you sure you want to delete the plugin "%s"?'] = 'Are you sure you want to delete the plugin "%s"?';
$lang['Are you sure you want to restore the plugin "%s"?'] = 'Are you sure you want to restore the plugin "%s"?';
+$lang['Are you sure you want to uninstall the plugin "%s"?'] = 'Are you sure you want to uninstall the plugin "%s"?';
$lang['Are you sure you want to delete all sizes?'] = 'Are you sure you want to delete all sizes?';
$lang['Are you sure you want to lock the gallery?'] = 'Are you sure you want to lock the gallery?';
+$lang['Are you sure you want to unlock the gallery?'] = 'Are you sure you want to unlock the gallery?';
$lang['Are you sure you want to delete the language "%s"?'] = 'Are you sure you want to delete the language "%s"?';
$lang['Are you sure you want to delete the theme "%s"?'] = 'Are you sure you want to delete the theme "%s"?';
$lang['Are you sure you want to update all extensions?'] = 'Are you sure you want to update all extensions?';
@@ -1249,4 +1251,8 @@ $lang['Webmaster status required'] = 'Webmaster status required';
$lang['%s plugins found'] = '%s plugins found';
$lang['%s plugin found'] = '%s plugin found';
$lang['%s status is required to edit parameters.'] = '%s status is required to edit parameters.';
-$lang['Edit photo #%s'] = 'Edit photo #%s';
\ No newline at end of file
+$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';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 39f865231..0491a5ab4 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -1064,8 +1064,10 @@ $lang['Are you sure you want to delete the ratings of the user "%s"?'] = 'Êtes-
$lang['Are you sure you want to install the plugin "%s"?'] = 'Êtes-vous sûr de vouloir installer le plugin "%s" ?';
$lang['Are you sure you want to delete the plugin "%s"?'] = 'Êtes-vous sûr de vouloir supprimer le plugin "%s" ?';
$lang['Are you sure you want to restore the plugin "%s"?'] = 'Êtes-vous sûr de vouloir restaurer le plugin "%s" ?';
+$lang['Are you sure you want to uninstall the plugin "%s"?'] = 'Êtes-vous sûr de vouloir désinstaller le plugin "%s" ?';
$lang['Are you sure you want to delete all sizes?'] = 'Êtes-vous sûr de vouloir supprimer toutes les tailles ?';
$lang['Are you sure you want to lock the gallery?'] = 'Êtes-vous sûr de vouloir verrouiller la galerie ?';
+$lang['Are you sure you want to unlock the gallery?'] = 'Êtes-vous sûr de vouloir déverrouiller la galerie ?';
$lang['Are you sure you want to delete the language "%s"?'] = 'Êtes-vous sûr de vouloir supprimer la langue "%s" ?';
$lang['Are you sure you want to delete the theme "%s"?'] = 'Êtes-vous sûr de vouloir supprimer le thème "%s" ?';
$lang['Are you sure you want to update all extensions?'] = 'Êtes-vous sûr de vouloir mettre à jour toutes les extensions ?';
@@ -1252,3 +1254,7 @@ $lang['Webmaster status required'] = 'Statut Webmaster nécéssaire';
$lang['%s plugins found'] = '%s plugins trouvés';
$lang['%s plugin found'] = '%s 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';