diff options
Diffstat (limited to 'language')
-rw-r--r-- | language/fr_FR/admin.lang.php | 3 | ||||
-rw-r--r-- | language/fr_FR/install.lang.php | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 97ce0fe14..da667d9b6 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -765,4 +765,5 @@ $lang['Virtual Links'] = 'Liens virtuels'; $lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue disponible.'; $lang['There is no other plugin available.'] = 'Il n\'y a pas d\'autre plugin disponible.'; $lang['There is no other theme available.'] = 'Il n\'y a pas d\'autre thème disponible.'; -?> +$lang['delete'] = 'effacer'; +?>
\ No newline at end of file diff --git a/language/fr_FR/install.lang.php b/language/fr_FR/install.lang.php index 8223d2cda..e1d8bce46 100644 --- a/language/fr_FR/install.lang.php +++ b/language/fr_FR/install.lang.php @@ -72,4 +72,4 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'La création du fichier de configuration local/config/database.inc.php a échoué.'; $lang['Download the config file'] = 'Télécharger le fichier de configuration'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Vous pouvez télécharger le fichier de configuration et le transférer dans le répertoire local/config de votre installation Piwigo.'; -?> +?>
\ No newline at end of file |