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/en_UK/admin.lang.php | |
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 '')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 888fb9425..18d9798fa 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -761,4 +761,5 @@ $lang['Virtual Links'] = 'Virtual Links'; $lang['There is no other language available.'] = 'There is no other language available.'; $lang['There is no other plugin available.'] = 'There is no other plugin available.'; $lang['There is no other theme available.'] = 'There is no other theme available.'; +$lang['Add another set of photos'] = 'Add another set of photos'; ?> |