source: main/trunk/greenstone3/web/WEB-INF/classes/ServiceRack.properties@ 30509

Last change on this file since 30509 was 30495, checked in by kjdon, 8 years ago

putting the extra solr strings into the main service rack properties file. Just ignore the fact that it should be in the extension for now. Makes it much easier for the translator

File size: 3.1 KB
Line 
1# This now contains the properties for all the core service racks
2
3## Service Names
4TextQuery.name=Text Search
5TextQuery.description=Full text and/or metadata search service
6TextQuery.submit=Search
7
8FieldQuery.name=Form Search
9FieldQuery.description=Simple fielded search
10FieldQuery.submit=Search
11
12AdvancedFieldQuery.name=Advanced Search
13AdvancedFieldQuery.description=Advanced fielded searching
14AdvancedFieldQuery.submit=Search
15
16RawQuery.name=Raw Search
17RawQuery.description=Raw fielded searching
18RawQuery.submit=Raw Search
19
20ClassifierBrowse.name=Browse
21ClassifierBrowse.description=Browse pre-defined classification hierarchies
22ClassifierBrowse.classifier_help:Browse by {0}
23
24PhindApplet.name=Phrase browse
25PhindApplet.description=Java applet that allows you to browse extracted phrase hierarchies
26
27
28# search parameters
29param.index=Index to search in
30param.indexSubcollection=Index sub collection
31param.indexLanguage=Index language
32param.maxDocs=Maximum hits to return
33param.query=Query string
34param.rawquery=Raw query string
35param.hitsPerPage=Hits per page
36param.startPage=Start from page
37
38param.stem=Turn stemming
39param.case=Turn casefolding
40param.accent=Turn accentfolding
41param.boolean.on=on
42param.boolean.off=off
43param.matchMode=Match
44param.matchMode.all=all
45param.matchMode.some=some
46
47param.level=Granularity to search at
48param.sortBy=Sort search results by
49param.sortBy.1=rank
50param.sortBy.0=build order
51param.sortBy.rank=rank
52param.sortBy.none=build order
53param.sortOrder=Sort order
54param.sortOrder.0=ascending
55param.sortOrder.1=descending
56param.reverseSort=Reverse sort
57param.reverseSort.0=off
58param.reverseSort.1=on
59param.fqv=Word or phrase
60param.fqf=in field
61param.fqf.all=All fields
62param.fqs=stem
63param.fqc=casefold
64param.fqk=
65param.fqk.0=AND
66param.fqk.1=OR
67param.fqk.2=NOT
68param.fqa=accentfold
69
70#levels
71level.document=Document
72level.Doc=Document
73level.section=Section
74level.Sec=Section
75level.paragraph=Paragraph
76level.Para=Paragraph
77
78## Authentication
79Authentication.name=Administration Page
80Authentication.description=Allows you to manage users
81
82## Authentication services
83ListUsers.name=userName
84ListUsers.submit=submit
85ListUsers.description=list users
86
87AddUser.name=userName
88AddUser.submit=submit
89AddUser.description=add user
90
91## Authentication params
92param.un=username
93param.pw=password
94param.com=comment
95param.boolean.enabled=enabled
96param.boolean.disabled=disabled
97param.as=account status
98param.gp=groups
99param.npw=new password
100param.rnpw=retype new password
101
102
103
104## CrossCollectionSearch specific strings
105CrossCollectionSearch.TextQuery.name=Cross collection search
106CrossCollectionSearch.TextQuery.description=Search over multiple collections
107CrossCollectionSearch.TextQuery.submit=Search
108CrossCollectionSearch.param.query=Query string
109CrossCollectionSearch.param.collection=Collections to search in
110CrossCollectionSearch.param.collection.all=All collections
111CrossCollectionSearch.param.maxDocs=Maximum number of documents per collection
112
113
114## LuceneSearch specific strings
115LuceneSearch.TextQuery.name=Search
116LuceneSearch.TextQuery.description=A simple XML search service
117LuceneSearch.TextQuery.submit=Search
118LuceneSearch.param.query=Enter your query string
119
120
Note: See TracBrowser for help on using the repository browser.