diff options
author | plegall <plg@piwigo.org> | 2010-04-09 18:29:34 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-09 18:29:34 +0000 |
commit | fce10ca2d46e0cdc86f2c4b76209ce5af692f32c (patch) | |
tree | 0e839469de6c1c95bbb3e41d8762514d2c71c6ca /language/fr_FR | |
parent | 5096c1292c4a55a53e96c25f7037286ed988f07b (diff) |
feature 1590: hide the upload form when displaying upload results.
git-svn-id: http://piwigo.org/svn/trunk@5742 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/fr_FR')
-rw-r--r-- | language/fr_FR/admin.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php index da667d9b6..3dd069d2c 100644 --- a/language/fr_FR/admin.lang.php +++ b/language/fr_FR/admin.lang.php @@ -766,4 +766,5 @@ $lang['There is no other language available.'] = 'Il n\'y a pas d\'autre langue $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 +$lang['Add another set of photos'] = 'Ajouter d\'autres photos'; +?> |