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

Last change on this file since 33296 was 33296, checked in by kjdon, 5 years ago

changed Form Search name to Fielded Search

File size: 5.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=Fielded Search
9FieldQuery.description=Simple fielded search
10FieldQuery.submit=Search
11
12AdvancedFieldQuery.name=Advanced Search
13AdvancedFieldQuery.description=Advanced fielded search
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=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
77level.book=book
78level.books=books
79level.chapter=chapter
80level.chapters=chapters
81
82## Authentication
83Authentication.name=Administration Page
84Authentication.description=Allows you to manage users
85
86## Authentication services
87ListUsers.name=userName
88ListUsers.submit=submit
89ListUsers.description=list users
90
91AddUser.name=userName
92AddUser.submit=submit
93AddUser.description=add user
94
95## Authentication params
96param.un=username
97param.pw=password
98param.com=comment
99param.boolean.enabled=enabled
100param.boolean.disabled=disabled
101param.as=account status
102param.gp=groups
103param.npw=new password
104param.rnpw=retype new password
105
106## Authentication errors
107auth.error.not_logged_in=You must be logged in to access this page.
108auth.error.admin_not_logged_in=You must be logged in as an administrator to access this page.
109auth.error.could_not_get_user_info=There was an error getting the user information.
110auth.error.username_not_specified=No username was specified.
111auth.error.user_not_found=The requested user was not found in the database.
112auth.error.invalid_username=The username specified was invalid (must be between 2 and 30 characters long, and contain only a-z, A-Z, 0-9 and _ or . characters)
113auth.error.no_password=No password was entered.
114auth.error.password_too_short=The password you entered was too short (minimum of 3 characters).
115auth.error.password_too_long=The password you entered was too long (maximum of 64 characters).
116auth.error.password_illegal_chars=The password you entered contains illegal characters (only ascii characters are valid).
117auth.error.incorrect_password=The password specified was incorrect.
118auth.error.user_already_exists=This username already exists; please choose a different one.
119auth.error.add_user_error=There was an error adding this user to the database.
120auth.error.remove_user_error=There was an error removing this user from the database.
121auth.error.captcha_failed=There was a problem verifying you with reCAPTCHA
122auth.error.captcha_missing=The information from the captcha is missing.
123auth.error.connection_failed=There was a problem connecting to the reCAPTCHA website. Please contact your library administrator.
124auth.error.not_authorised=You are not authorised to access this page.
125auth.error.missing_params=Missing compulsory parameters: username, oldPassword, or newPassword
126auth.error.something_wrong=Sorry. Something has gone wrong and I am not sure which page you want.
127auth.success.account_settings=You have successfully changed your details.
128auth.success.edit_user=Details for user {0} successfully updated.
129auth.success.delete_user=User {0} successfully deleted.
130
131## CrossCollectionSearch specific strings
132CrossCollectionSearch.TextQuery.name=Cross collection search
133CrossCollectionSearch.TextQuery.description=Search over multiple collections
134CrossCollectionSearch.TextQuery.submit=Search
135CrossCollectionSearch.param.query=Query string
136CrossCollectionSearch.param.collection=Collections to search in
137CrossCollectionSearch.param.collection.all=All collections
138CrossCollectionSearch.param.maxDocs=Maximum number of documents per collection
139
140
141## LuceneSearch specific strings
142LuceneSearch.TextQuery.name=Search
143LuceneSearch.TextQuery.description=A simple XML search service
144LuceneSearch.TextQuery.submit=Search
145LuceneSearch.param.query=Enter your query string
146
Note: See TracBrowser for help on using the repository browser.