source: main/trunk/greenstone3/web/WEB-INF/classes/core_servlet_dictionary.properties

Last change on this file was 38854, checked in by anupama, 5 weeks ago

Having been able to look at the GS2.88 Collage applet at least trying to run through the appletviewer somewhat (it doesn't really do much than say it's downloading and print out some file information to the terminal), I wanted at least that much to work with the Collage Applet in GS3. Just to get the appletviewer to display a somewhat working GS3 Collage applet (previously it would fail before applet initialisation, with a hard to fathom magic number Java error), I had to create a very skeletal GsdlCollageBrowse.java service, the way Phind has a (proper, non-skeletal) PhindPhraseBrowse service. I'm not sure if this service need or should do more for Collage, as I think the Collage applet rather than the service should take care of all the inner workings. I also needed the perl code to write out the new collage service to the buildconfig.xml file for this to actually appear. So far, the applet params are all hardcoded. I still need to investigate what the Collage applet is trying to do, such as how it works out which files to download and tries to download them, as for GS3 it's not even listing the files to download.

File size: 5.6 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
27GsdlCollageApplet.name=Collage
28GsdlCollageApplet.description=Collage browser
29
30# search parameters
31param.index=Index to search in
32param.indexSubcollection=Index sub collection
33param.indexLanguage=Index language
34param.maxDocs=Maximum hits to return
35param.query=Query string
36param.rawquery=Raw query string
37param.hitsPerPage=Hits per page
38param.startPage=Start from page
39
40param.stem=Turn stemming
41param.case=Turn casefolding
42param.accent=Turn accentfolding
43param.boolean.on=on
44param.boolean.off=off
45param.matchMode=Match
46param.matchMode.all=all
47param.matchMode.some=some
48
49param.level=Granularity to search at
50param.sortBy=Sort search results by
51param.sortBy.1=rank
52param.sortBy.0=build order
53param.sortBy.rank=rank
54param.sortBy.none=build order
55param.sortOrder=Sort order
56param.sortOrder.0=ascending
57param.sortOrder.1=descending
58param.reverseSort=Reverse sort
59param.reverseSort.0=off
60param.reverseSort.1=on
61param.fqv=Word or phrase
62param.fqf=in field
63param.fqf.all=all fields
64param.fqs=stem
65param.fqc=casefold
66param.fqk=
67param.fqk.0=AND
68param.fqk.1=OR
69param.fqk.2=AND NOT
70param.fqa=accentfold
71
72#levels
73level.document=document
74level.Doc=document
75level.section=section
76level.Sec=section
77level.paragraph=paragraph
78level.Para=paragraph
79level.book=book
80level.books=books
81level.chapter=chapter
82level.chapters=chapters
83
84
85## Authentication
86Authentication.name=Administration Page
87Authentication.description=Allows you to manage users
88
89## Authentication services
90ListUsers.name=userName
91ListUsers.submit=submit
92ListUsers.description=list users
93
94AddUser.name=userName
95AddUser.submit=submit
96AddUser.description=add user
97
98## Authentication params
99param.un=username
100param.pw=password
101param.com=comment
102param.boolean.enabled=enabled
103param.boolean.disabled=disabled
104param.as=account status
105param.gp=groups
106param.npw=new password
107param.rnpw=retype new password
108
109## Authentication errors
110auth.error.login=Please log in to view this page
111auth.error.incorrect_login=You are not in the correct group to view this page, would you like to log in as a different user?
112auth.error.un_or_pw_err=Either your username or password was incorrect, please try again.
113auth.error.no_permissions=This user does not have the required permissions to perform this action.
114auth.error.no_metadata_permissions=You cannot modify any metadata when not logged in.
115auth.error.not_logged_in=You must be logged in to access this page.
116auth.error.admin_not_logged_in=You must be logged in as an administrator to access this page.
117auth.error.could_not_get_user_info=There was an error getting the user information.
118auth.error.username_not_specified=No username was specified.
119auth.error.user_not_found=The requested user was not found in the database.
120auth.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)
121auth.error.no_password=No password was entered.
122auth.error.password_too_short=The password you entered was too short (minimum of 3 characters).
123auth.error.password_too_long=The password you entered was too long (maximum of 64 characters).
124auth.error.password_illegal_chars=The password you entered contains illegal characters (only ascii characters are valid).
125auth.error.incorrect_password=The password specified was incorrect.
126auth.error.user_already_exists=This username already exists; please choose a different one.
127auth.error.add_user_error=There was an error adding this user to the database.
128auth.error.remove_user_error=There was an error removing this user from the database.
129auth.error.captcha_failed=There was a problem verifying you with reCAPTCHA
130auth.error.captcha_missing=The information from the captcha is missing.
131auth.error.connection_failed=There was a problem connecting to the reCAPTCHA website. Please contact your library administrator.
132auth.error.not_authorised=You are not authorised to access this page.
133auth.error.missing_params=Missing compulsory parameters: username, oldPassword, or newPassword
134auth.error.something_wrong=Sorry. Something has gone wrong and I am not sure which page you want.
135auth.success.account_settings=You have successfully changed your details.
136auth.success.edit_user=Details for user {0} successfully updated.
137auth.success.delete_user=User {0} successfully deleted.
138
139## CrossCollectionSearch specific strings
140CrossCollectionSearch.TextQuery.name=Cross collection search
141CrossCollectionSearch.TextQuery.description=Search over multiple collections
142CrossCollectionSearch.TextQuery.submit=Search
143CrossCollectionSearch.param.query=Query string
144CrossCollectionSearch.param.collection=Collections to search in
145CrossCollectionSearch.param.collection.all=All collections
146CrossCollectionSearch.param.maxDocs=Maximum number of documents per collection
147
148
149## LuceneSearch specific strings
150LuceneSearch.TextQuery.name=Search
151LuceneSearch.TextQuery.description=A simple XML search service
152LuceneSearch.TextQuery.submit=Search
153LuceneSearch.param.query=Enter your query string
154
Note: See TracBrowser for help on using the repository browser.