source: trunk/gsdl3/resources/java/MGPPGDBMServices.properties@ 3598

Last change on this file since 3598 was 3598, checked in by kjdon, 21 years ago

aded some more text strings

  • Property svn:keywords set to Author Date Id Revision
File size: 911 bytes
Line 
1#query params
2param.stem=Turn stemming
3param.case=Turn casefolding
4param.index=Index to search in
5param.level=Granularity to search at
6param.maxDocs=Maximum documents to return
7param.sortBy=Display documents in
8param.sortBy.rank=ranked order
9param.sortBy.natural=natural order
10param.matchMode=Match
11param.matchMode.all=all of the words
12param.matchMode.some=some of the words
13param.query=Enter your query string
14param.boolean.on=on
15param.boolean.off=off
16param.fqv=Search for
17param.fqf=in field
18param.fqs=stem
19param.fqc=case
20param.fqk=
21param.fqk.0=AND
22param.fqk.1=OR
23param.fqk.2=NOT
24
25#service stuff
26TextQuery.name=Query
27TextQuery.submit=Search
28FieldQuery.name=Form Query
29FieldQuery.submit=Search
30AdvancedFieldQuery.name=Advanced Form Query
31AdvancedFieldQuery.submit=Search
32ResourceRetrieve.name=Retrieve documents
33ResourceRetrieve.submit=Get
34MetadataRetrieve.name=Retrieve metadata
35MetadataRetrieve.submit=Get
Note: See TracBrowser for help on using the repository browser.