diff options
-rw-r--r-- | language/en_UK/admin.lang.php | 2 | ||||
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index a66ad6b19..4c8691b0e 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -74,7 +74,7 @@ $lang['%d users were not updated.'] = "%d users not updated."; $lang['%d users were updated.'] = "%d users updated."; $lang['%d users'] = "%d users"; $lang['%d waiting for validation'] = "%d waiting for validation"; -$lang['%s has been successfully upgraded.'] = "%s has been successfully upgraded."; +$lang['%s has been successfully updated.'] = "%s has been successfully updated."; $lang['%s must be to set to false in your local/config/config.inc.php file'] = "%s must be set to false in your local/config/config.inc.php file"; $lang['%s value is not correct file because exif are not supported'] = "%s value is incorrect because exif are not supported"; $lang['+ Add an upload box'] = '+ Add an upload box'; diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 8f1c872eb..237f28a48 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -520,7 +520,7 @@ $lang['Delete'] = "Supprimer"; $lang['Are you sure you want to delete this plugin?'] = "Etes-vous sûr de vouloir supprimer ce plugin?"; $lang['Are you sure you want to install this plugin?'] = "Etes-vous sûr de vouloir installer ce plugin?"; $lang['Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'] = "Etes-vous sur de vouloir installer cette mise à jour? Vous devez vérifiez que cette mise à jour ne nécessite pas de désinstallation préalable."; -$lang['%s has been successfully upgraded.'] = "%s a été mis à jour avec succès."; +$lang['%s has been successfully updated'] = "%s a été mis à jour avec succès."; $lang['Plugin has been successfully copied'] = "Le plugin a été copié avec succès."; $lang['You might go to plugin list to install and activate it.'] = "Rendez-vous dans la liste des plugins pour l'installer et l'activer."; $lang['Can\'t create temporary file.'] = "Impossible de créer un fichier temporaire."; |