diff options
author | plegall <plg@piwigo.org> | 2004-12-13 22:54:44 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2004-12-13 22:54:44 +0000 |
commit | bd2fde5c8c395f090f9c18e8c1976e58d4a7591a (patch) | |
tree | a5a671d32ac19f03d1c5602037039ff54c434b0d /language/en_UK.iso-8859-1 | |
parent | 391fac78a80c9317e764a13d742c88d8fe0866fc (diff) |
- refresh paginated navigation bar : displays First and Last, displays
Previous and Next even if non applicable (but no link), displays only page
umbers around the current page (if a category contains hundreds of
elements, no more long list of pages)
git-svn-id: http://piwigo.org/svn/trunk@643 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 606248234..a835f5099 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -204,6 +204,8 @@ $lang['no_category'] = 'Home'; $lang['page_number'] = 'page number'; $lang['previous_page'] = 'Previous'; $lang['next_page'] = 'Next'; +$lang['first_page'] = 'First'; +$lang['last_page'] = 'Last'; $lang['recent_image'] = 'Image within the'; $lang['days'] = 'days'; |