Search - Paginate results (#713)

This commit is contained in:
JT Smith 2008-10-21 20:28:49 +00:00
parent c35ef01b49
commit 20460192a6
4 changed files with 39 additions and 8 deletions

View file

@ -3,6 +3,18 @@ use strict;
our $I18N = { ##hashref of hashes
'paginate after' => {
message => q|Paginate After|,
lastUpdated => 0,
context => q|an asset property|
},
'paginate after help' => {
message => q|The number of items to be displayed before breaking further items into additional pages.|,
lastUpdated => 0,
context => q|an asset property help|
},
'useContainers' => {
message => q|Use container URLs in results?|,
lastUpdated => 0,