From ec9072c302c86e668e307235eb593719eaaef24a Mon Sep 17 00:00:00 2001 From: flop25 Date: Wed, 5 Dec 2012 20:37:32 +0000 Subject: bug:2425 New interface like the Batch Mananger : language files and keys git-svn-id: http://piwigo.org/svn/trunk@19292 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/fr_FR/admin.lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'language/fr_FR') diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index a05dd505e..1a3f529a1 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -939,4 +939,15 @@ $lang['Number of albums per page'] = 'Nombre d\'albums par page'; $lang['Ratio'] = 'Ratio'; $lang['between %d and %d pixels'] = 'entre %d et %d pixels'; $lang['between %.2f and %.2f'] = 'entre %.2f et %.2f'; +$lang['Manage the members'] = 'Gérer les membres'; +$lang['Type here the name of the new group'] = 'Inscrivez ici le nom du nouveau groupe'; +$lang['No group selected, no action possible.'] = 'Pas de groupes sélectionnés, pas d\'actions possibles.'; +$lang['Please select at least two groups'] = 'Merci de sélectionner au moins deux groupes'; +$lang['Duplicate'] = 'Dupliquer'; +$lang['Merge selected groups'] = 'Fusionner les groupes sélectionnés'; +$lang['This group will be set to default'] = "Ce groupe deviendra par défaut"; +$lang['This group will be unset to default'] = "Ce groupe ne sera plus par défaut"; +$lang['No members to manage'] = "Aucun membre à gérer"; +$lang['Rename'] = 'Renommer'; + ?> \ No newline at end of file -- cgit v1.2.3