From 6f457bf78b3477a1a308231cb8d6705881f1c0ef Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 4 Sep 2008 15:17:52 +0000 Subject: [PATCH] add i18n for the pagination.range template variable --- lib/WebGUI/i18n/English/WebGUI.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 72f85eebd..9742dd19b 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -2051,6 +2051,11 @@ This group could then be named "Employees in HMO 1", and would allow you to rest lastUpdated => 1168464885, }, + 'pagination.range' => { + message => q|Displays the range of available pages, in a start - end format.|, + lastUpdated => 1220541683, + }, + 'pagination.pageList.upTo20' => { message => q|A list of links to the 20 nearest in the paginator relative to the current page. So if you're on page 60, you'll see links for 50-70.|, lastUpdated => 1149182026,