diff options
author | plegall <plg@piwigo.org> | 2010-07-29 16:37:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-07-29 16:37:06 +0000 |
commit | 455e6641d49c2708d0c2e0dc28cb80c0caf6c2fb (patch) | |
tree | 80e5b318e44096110c7d640ba9a2a94e588dc9ff /language | |
parent | 1323e7dd364dfedf16fd6837683a140cbe15c248 (diff) |
merge r6735 from branch 2.1 to trunk
less generic word
git-svn-id: http://piwigo.org/svn/trunk@6736 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r-- | language/fr_FR/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index 43f88c277..633de6e57 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -641,7 +641,7 @@ $lang['Set as default theme for unregistered and new users'] = "Thème par défa $lang['unknown'] = 'inconnu'; $lang['Upload Photos'] = 'Ajoutez des photos'; -$lang['Drop into category'] = 'Mettre dans une catégorie'; +$lang['Drop into category'] = 'Déposer dans une catégorie'; $lang['+ Add an upload box'] = '+ Ajouter une autre boîte de transfert'; $lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Créez le répertoire "%s" à la racine de votre installation Piwigo'; $lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Donnez les droits en écriture (chmod 777) sur le répertoire "%s" à la racine de votre installation Piwigo'; |