diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 2b60a6785..924c88a93 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -1068,6 +1068,7 @@ $lang['Are you sure you want to delete the plugin "%s"?'] = 'Are you sure you wa $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 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 +1250,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..13ca45b97 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -1066,6 +1066,7 @@ $lang['Are you sure you want to delete the plugin "%s"?'] = 'Êtes-vous sûr de $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 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 +1253,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';