diff options
author | flop25 <flop25@piwigo.org> | 2012-12-05 20:37:32 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2012-12-05 20:37:32 +0000 |
commit | ec9072c302c86e668e307235eb593719eaaef24a (patch) | |
tree | 0ce7f9a6044be085e0c8eefa5e562bdfa2b2a036 /language/fr_FR | |
parent | b750da5b90fb25f1eda568aeb1563fa6df3ba0f7 (diff) |
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
Diffstat (limited to 'language/fr_FR')
-rw-r--r-- | language/fr_FR/admin.lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
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 |