From bd2fde5c8c395f090f9c18e8c1976e58d4a7591a Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 13 Dec 2004 22:54:44 +0000 Subject: - 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 --- language/en_UK.iso-8859-1/common.lang.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'language/en_UK.iso-8859-1') 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'; -- cgit v1.2.3