diff options
author | plegall <plg@piwigo.org> | 2005-09-25 18:31:55 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-09-25 18:31:55 +0000 |
commit | 8f058fcc9bcff868a29be0e8077eb7fed1b37f6f (patch) | |
tree | 89ac5a2622a388417f1d1f514b0531c86091af5b /language/en_UK.iso-8859-1/admin.lang.php | |
parent | 4c949342ec4f6a7479396385af592cf8630ff79f (diff) |
- bug fixed: HTML error on nested UL in categories menu.
- bug 161 fixed: guest_id not taken into account for history table insert.
- bug 164 fixed: category inserted in history table becomes too long if HTML
tags are kept.
git-svn-id: http://piwigo.org/svn/trunk@876 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/admin.lang.php b/language/en_UK.iso-8859-1/admin.lang.php index df7c0e5f1..acfed6d0e 100644 --- a/language/en_UK.iso-8859-1/admin.lang.php +++ b/language/en_UK.iso-8859-1/admin.lang.php @@ -115,6 +115,7 @@ $lang['Representation of categories'] = 'Representation of categories'; $lang['Representative'] = 'Representative'; $lang['Represents'] = 'Represents'; $lang['Save order'] = 'Save order'; +$lang['Select at least one picture'] = 'Select at least one picture'; $lang['Select at least one user'] = 'Select at least one user'; $lang['Show info'] = 'Show info'; $lang['Show number of comments'] = 'Show number of comments'; |