source: trunk/gsdl3/web/WEB-INF/classes/interface_default.properties@ 12151

Last change on this file since 12151 was 12151, checked in by shaoqun, 18 years ago

added strings for berrybasket

  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 KB
Line 
1gsdl=Greenstone Digital Library Software
2gs3power=powered by greenstone3
3# the buttons
4home_b=HOME
5help_b=HELP
6pref_b=PREFERENCES
7# tool tips for the buttons
8home_tip=Library home page
9help_tip=Help pages
10pref_tip=Change your interface preferences
11aboutpage=About page
12textframebrowser=You must have a frame enabled browser to view this.
13#######################
14# query page
15########################
16about.noservices=There are no services available for this collection.
17about.services=Services available:
18about.servicehelp=You can access the services by clicking on the buttons below or on the names on the navigation bar. The navigation bar is persistent across all pages in the collection.
19#about.description=Description:
20about.metadata=Metadata:
21
22#######################
23# query page
24########################
25query.wordcount=Word count:
26query.nodocsmatch=No documents matched the query.
27query.onedocsmatch=One document matched the query.
28query.manydocsmatch={0} documents matched the query.
29query.atleastdocsmatch=At least {0} documents matched the query.
30query.docsreturned={0} documents returned.
31query.matches=Matches
32query.results=Results
33###############
34# document page
35##################
36document.pageof=Page {0} of {1}.
37document.pages={0} pages.
38document.gotopage=Go to page
39
40##################
41# prefs page
42##################
43pref.searchpref=Search preferences
44pref.prespref=Presentation preferences
45pref.interfacelang=Interface language:
46pref.encoding=Encoding:
47pref.hitsperpage=Number of hits per page:
48pref.all=all
49pref.set_prefs=Set preferences
50pref.berrybasket=Berry basket
51pref.berrybasket.on=on
52pref.berrybasket.off=off
53
54
55##################
56# docs page
57##################
58doc.expand_doc_b=EXPAND<br />DOCUMENT
59doc.expand_doc_tip=Display the entire document
60doc.contract_doc_b=CONTRACT<br />DOCUMENT
61doc.contract_doc_tip=Return to previously selected section
62doc.expand_contents_b=EXPAND<br />CONTENTS
63doc.expand_contents_tip=Expand only the table of contents
64doc.contract_contents_b=CONTRACT<br />CONTENTS
65doc.contract_contents_tip=Collapse the table of contents
66doc.detach_page_b=DETACH<br />PAGE
67doc.detach_page_tip=Open this page in a new window
68
Note: See TracBrowser for help on using the repository browser.