source: main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties@ 29275

Last change on this file since 29275 was 29275, checked in by ak19, 10 years ago

Kathy discovered that that the total number of docs found is mentioned for solr collections when reporting the term frequencies for more than 1 term. This is wrong, because for collections built with other indexers, the number of docs found is reported per term along with that term's term frequency. Not sure at present how to compute the number of docs found per term for solr collections (the num docs found value is set in ext/solr's SolrQueryWrapper.java). Instead, for solr collections we for now don't report at term-level the total number of docs if there are multiple terms. The total number of docs returned is already being reported as the first line of the summary of results.

  • Property svn:keywords set to Author Date Id Revision
File size: 6.1 KB
Line 
1#***** IMAGE URLS *****
2expand_image=interfaces/__INTERFACE_NAME__/images/expand.png
3collapse_image=interfaces/__INTERFACE_NAME__/images/collapse.png
4page_image=interfaces/__INTERFACE_NAME__/images/page.png
5chapter_image=interfaces/__INTERFACE_NAME__/images/chapter.png
6realistic_books_image=interfaces/__INTERFACE_NAME__/images/rbook.png
7slideshow_image=interfaces/__INTERFACE_NAME__/images/slideshow.png
8highlight_image=interfaces/__INTERFACE_NAME__/images/hl.png
9bookshelf_image=interfaces/__INTERFACE_NAME__/images/bookshelf.png
10book_image=interfaces/__INTERFACE_NAME__/images/book.png
11loading_image=interfaces/__INTERFACE_NAME__/images/loading.gif
12page_icon_image=interfaces/__INTERFACE_NAME__/images/itext.gif
13trash_full_image=interfaces/__INTERFACE_NAME__/images/trash-full.png
14trash_empty_image=interfaces/__INTERFACE_NAME__/images/trash-empty.png
15blank_image=interfaces/__INTERFACE_NAME__/images/blankImage.png
16next_image=interfaces/__INTERFACE_NAME__/images/next.png
17prev_image=interfaces/__INTERFACE_NAME__/images/previous.png
18zoom_image=interfaces/__INTERFACE_NAME__/images/zoom.png
19left_arrow_image=interfaces/__INTERFACE_NAME__/images/leftarrow.png
20float_toc_image=interfaces/__INTERFACE_NAME__/images/floattoc.png
21green_bug_image=interfaces/__INTERFACE_NAME__/images/GB.png
22
23#***** TEXT FRAGMENTS *****
24gsdl=Greenstone Digital Library Software
25gs3power=powered by greenstone3
26error=Error:
27hide_error=Hide Error
28show_error=Show Error
29# the buttons
30home_b=Home
31help_b=Help
32pref_b=Preferences
33debuginfo_b=Debug info
34login_b=Login
35# tool tips for the buttons
36home_tip=Library home page
37help_tip=Help pages
38pref_tip=Change your interface preferences
39debuginfo_tip=Display debug view options
40login_tip=Login
41aboutpage=About page
42home.quick_search=Quick Search
43home.librarian_interface=The Librarian Interface
44home.select_a_collection=Select a collection
45home.no_collections=This library has no valid collections
46
47######################
48# system page
49#######################
50system.title=System Request
51######################
52# about page
53#######################
54about.noservices=There are no services available for this collection.
55about.services=Extra services available:
56about.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.
57
58#######################
59# query page
60########################
61query=Search
62query.nodocsmatch=No {0-level-plural} match the query.
63query.onedocsmatch=One {0-level-single} matches the query.
64query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
65query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
66query.docsreturned={0-numdocs} {1-level-plural} returned.
67
68query.termoccurs.1.1={0-term} occurs {1-termfreq} time
69query.termoccurs.x.1={0-term} occurs {1-termfreq} times
70query.termoccurs.x.x={0-term} occurs {1-termfreq} times
71query.termSectionFreq=in {0-numdocs} {1-level-plural}
72query.document=document
73query.document_plural=documents
74query.section=section
75query.section_plural=sections
76
77# eg Displaying 1 to 20 of 42 sections/documents
78query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
79
80query.common=The following terms are too common and have been excluded from the search:
81
82##################
83# prefs page
84##################
85pref.searchpref=Search preferences
86pref.prespref=Presentation preferences
87pref.interfacelang=Interface language:
88pref.encoding=Encoding:
89pref.hitsperpage=Number of hits per page:
90pref.maxDocs=Maximum documents to return:
91pref.all=all
92pref.set_prefs=Set preferences
93pref.berrybasket=Berry basket
94pref.berrybasket.on=on
95pref.berrybasket.off=off
96pref.book=Book viewer mode:
97pref.formatedit=Format edit mode
98pref.formatedit.on=on
99pref.formatedit.off=off
100pref.theme=Visual theme
101
102##################
103# document page
104##################
105doc.loading=loading
106doc.filter_pages=Filter pages
107
108doc.edit_content=Edit content
109doc.hide_editor=Hide editor
110doc.edit_structure=Edit structure
111
112doc.highlightTooltip=Enable or disable search term highlighting
113doc.realisticBooksTooltip=Enable or disable the realistic books view
114doc.zoomTooltip=Enable or disable zooming images in the standard view
115doc.slideshowTooltip=Enable or disable the slide show view
116doc.floatingTooltip=Fix the table of contents to the right side of the screen
117
118doc.document=Document
119doc.back_to_top=back to top
120
121doc.maps.nearby_docs=Show documents near here
122maps.scrolllabel=Scroll through places
123
124external.title=External Link
125external.text=The link you have selected is external to any of your currently selected collections. If you still wish to view this link and your browser has access to the Web, you can {0-go-forward-link} to this page; otherwise use your browsers "back" button to return to the previous document.
126external.go_forward=go forward
127
128
129##################
130# authentication page
131##################
132authen.username=Username
133authen.page_not_found=Page not found
134authen.submit=Submit
135authen.error_failed_to_add=Error: Failed to add user
136authen.user_added_success=User added successfully
137authen.status=Status
138authen.password=Password
139authen.account_status=Account status
140authen.enabled=enabled
141authen.disabled=disabled
142authen.groups=Groups
143authen.add_group=Add Group
144authen.comment=Comment
145authen.email=Email address
146authen.add_a_new_user_title=Add a New User
147authen.old_password=Old password
148authen.new_password=New password
149authen.retype_password=Retype password
150authen.edit_user_information=Edit User Information
151authen.list_of_current_users_title=List of current users
152authen.delete_warning=Are you sure you want to delete user
153authen.edit=Edit
154authen.delete=Delete
155authen.authentication=Administration Page
156authen.add_a_new_user=Add a New User
157authen.change_password=change password
158authen.register=Register
159authen.account_settings=Account Settings
160authen.change_password=Change Password
161authen.reset_password=Reset Password
162
163
164
165###################
166# Document basket #
167###################
168db.doc_basket=Document basket
169db.access_denied=Access Denied
170db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
171
172
Note: See TracBrowser for help on using the repository browser.