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

Last change on this file since 10042 was 10042, checked in by kjdon, 19 years ago

resources/java files moved to web/WEB-INF/classes so they are automatically in the classpath

  • Property svn:keywords set to Author Date Id Revision
File size: 2.0 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
50
51
52##################
53# docs page
54##################
55doc.expand_doc_b=EXPAND<br />DOCUMENT
56doc.expand_doc_tip=Display the entire document
57doc.contract_doc_b=CONTRACT<br />DOCUMENT
58doc.contract_doc_tip=Return to previously selected section
59doc.expand_contents_b=EXPAND<br />CONTENTS
60doc.expand_contents_tip=Expand only the table of contents
61doc.contract_contents_b=CONTRACT<br />CONTENTS
62doc.contract_contents_tip=Collapse the table of contents
63doc.detach_page_b=DETACH<br />PAGE
64doc.detach_page_tip=Open this page in a new window
65
Note: See TracBrowser for help on using the repository browser.