diff options
author | mistic100 <mistic@piwigo.org> | 2012-09-23 11:19:26 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-09-23 11:19:26 +0000 |
commit | 4e65d9af4667f3d8556522843f776f1fa074ea21 (patch) | |
tree | ea39e514f64b1cea7cd8df375eae4f1fc38e3682 /language/en_UK/admin.lang.php | |
parent | 7e33b84e770ddab61ef1d5c67061cd41c189f20e (diff) |
feature 2614: pagination on albums
git-svn-id: http://piwigo.org/svn/trunk@18165 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 15ce554a1..7055d3e01 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -538,6 +538,7 @@ $lang['nothing'] = "nothing"; $lang['Notification'] = "Notification"; $lang['Notify administrators when a comment is'] = 'Notify administrators when a comment is'; $lang['Number of comments per page'] = "Number of comments per page"; +$lang['Number of albums per page'] = 'Number of albums per page'; $lang['Number of downloads'] = "Number of downloads"; $lang['number of miniaturized photos'] = "number of thumbnails created"; $lang['Number of rates'] = "Number of rates"; |