diff options
author | mistic100 <mistic@piwigo.org> | 2011-06-09 20:34:48 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-06-09 20:34:48 +0000 |
commit | 7532e1a802beb74b32417cedefc9a000733c8004 (patch) | |
tree | 3f0bacd34b9921df9ddc07a88f2d9dd9109c73fb /language/en_UK | |
parent | 87e8bd9788a561ad045d149c549ed6d995983f1b (diff) |
feature:2330 ability to hide the "new" icon for recent photos
git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK')
-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 1a06d530b..76d8c181f 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -98,6 +98,7 @@ $lang['Activate icon "%s"'] = 'Activate icon "%s"'; $lang['Activate Navigation Bar'] = 'Activate navigation bar'; $lang['Activate Navigation Thumbnails'] = 'Activate navigation thumbnails'; $lang['Activate'] = "Activate"; +$lang['Activate icon "new" next to albums and pictures'] = 'Activate icon "new" next to albums and pictures'; $lang['Active Languages'] = 'Active Languages'; $lang['Active Plugins'] = 'Active Plugins'; $lang['Active Themes'] = 'Active Themes'; |