diff options
author | plegall <plg@piwigo.org> | 2011-02-24 23:06:57 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-02-24 23:06:57 +0000 |
commit | 60999613dbe9c44fd26c8be826cb39b203b9a48f (patch) | |
tree | 3b0ad44f55b16ac98f0028c1c78631c0137d5c31 /language/fr_FR/admin.lang.php | |
parent | 1ffd201f8b0b149a3aea51b85667fedc6f8f141e (diff) |
better translation in French for "Drop into album"
git-svn-id: http://piwigo.org/svn/trunk@9371 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR/admin.lang.php')
-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 4e5d2101c..24956b471 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -612,7 +612,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 album'] = 'Mettre dans un album'; +$lang['Drop into album'] = 'Choisir un album'; $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'; |