source: main/trunk/greenstone3/web/WEB-INF/classes/interface_basic.properties@ 26483

Last change on this file since 26483 was 26392, checked in by kjdon, 12 years ago

adding in a properties file for basic interface, so we can keep the two interfaces separate. This is currently just a copy of default properties. Need to clean up the two files and remove unwanted texts

File size: 19.8 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
14blank_image=interfaces/__INTERFACE_NAME__/images/blankImage.png
15next_image=interfaces/__INTERFACE_NAME__/images/next.png
16prev_image=interfaces/__INTERFACE_NAME__/images/previous.png
17zoom_image=interfaces/__INTERFACE_NAME__/images/zoom.png
18left_arrow_image=interfaces/__INTERFACE_NAME__/images/leftarrow.png
19float_toc_image=interfaces/__INTERFACE_NAME__/images/floattoc.png
20
21#***** TEXT FRAGMENTS *****
22gsdl=Greenstone Digital Library Software
23gs3power=powered by greenstone3
24error=Error:
25# the buttons
26about_b=ABOUT
27home_b=Home
28help_b=Help
29pref_b=Preferences
30debuginfo_b=Debug info
31login_b=Login
32logout_b=Logout
33loggedin_b=Logged in as
34# tool tips for the buttons
35home_tip=Library home page
36help_tip=Help pages
37pref_tip=Change your interface preferences
38debuginfo_tip=Display debug view options
39login_tip=Login
40logout_tip=Logout
41# page titles
42help_t=Help
43pref_t=Preferences
44home_t=Home
45aboutpage=About page
46textframebrowser=You must have a frame enabled browser to view this.
47home.quick_search=Quick Search
48home.librarian_interface=The Librarian Interface
49home.select_a_collection=Select a collection
50# other
51minimize=minimize
52expand=expand
53open_book=Open this document and view contents
54close_book=Close this book and return to search/browse
55open_folder=Open this folder and view contents
56close_folder=Close this folder
57view_document=View the document
58
59######################
60# system page
61#######################
62system.title=System Request
63######################
64# about page
65#######################
66about.noservices=There are no services available for this collection.
67about.services=Extra services available:
68about.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.
69#about.description=Description:
70about.metadata=Metadata:
71
72#######################
73# query page
74########################
75query=Search
76query.wordcount=Word count:
77query.nodocsmatch=No documents match the query.
78query.onedocsmatch=One document matches the query.
79query.manydocsmatch={0} documents match the query.
80query.atleastdocsmatch=At least {0} documents match the query.
81query.docsreturned={0} documents returned.
82query.results=Results
83query.matches=Matches
84
85query.occurs=occurs
86query.time=time
87query.time_plural=times
88query.in=in
89query.document=document
90query.document_plural=documents
91query.section=section
92query.section_plural=sections
93
94# eg Displaying 1 to 20 of 42 sections/documents
95query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
96
97#query.the_term=The term
98#query.common_word=is too common and has been excluded from the search
99query.common=The following terms are too common and have been excluded from the search:
100
101##################
102# prefs page
103##################
104pref.searchpref=Search preferences
105pref.prespref=Presentation preferences
106pref.interfacelang=Interface language:
107pref.encoding=Encoding:
108pref.hitsperpage=Number of hits per page:
109pref.maxDocs=Maximum documents to return:
110pref.all=all
111pref.set_prefs=Set preferences
112pref.berrybasket=Berry basket
113pref.berrybasket.on=on
114pref.berrybasket.off=off
115pref.book=Book viewer mode:
116pref.formatedit=Format edit mode
117pref.formatedit.on=on
118pref.formatedit.off=off
119pref.theme=Visual theme
120
121##################
122# document page
123##################
124doc.loading=loading
125doc.filter_pages=Filter pages
126
127doc.edit_content=Edit content
128doc.hide_editor=Hide editor
129doc.edit_structure=Edit structure
130
131doc.zoom=Zoom
132doc.zoom_size=Size
133
134doc.highlightTooltip=Enable or disable search term highlighting
135doc.realisticBooksTooltip=Enable or disable the realistic books view
136doc.zoomTooltip=Enable or disable zooming images in the standard view
137doc.slideshowTooltip=Enable or disable the slide show view
138doc.floatingTooltip=Fix the table of contents to the right side of the screen
139
140doc.document=Document
141doc.pageof=Page {0} of {1}.
142doc.pages={0} pages.
143doc.gotopage=Go to page
144doc.expand_doc_b=EXPAND<br />DOCUMENT
145doc.expand_doc_tip=Display the entire document
146doc.contract_doc_b=CONTRACT<br />DOCUMENT
147doc.contract_doc_tip=Return to previously selected section
148doc.expand_contents_b=EXPAND<br />CONTENTS
149doc.expand_contents_tip=Expand only the table of contents
150doc.contract_contents_b=CONTRACT<br />CONTENTS
151doc.contract_contents_tip=Collapse the table of contents
152doc.detach_page_b=DETACH<br />PAGE
153doc.detach_page_tip=Open this page in a new window
154doc.back_to_top=back to top
155
156doc.table_of_contents=Table of contents
157doc.close_toc=Close the table of contents
158doc.open_toc=Open the table of contents
159
160doc.maps.nearby_docs=Show documents near here
161maps.scrolllabel=Scroll through places
162
163external.title=External Link
164external.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} to this page; otherwise use your browsers "back" button to return to the previous document.
165external.go_forward=go forward
166
167##################
168# help page
169##################
170help.topicstitle=<h2>Topics</h2>
171
172help.findinginformationtitle=<h2>How to find information in the {0} collection</h2>
173help.findinginformation=There are {0} ways to find information in this collection:
174help.searchdesc=search for particular words that appear in the text by clicking the Search button
175help.browsedesc=browse documents by <i>{0}</i> by clicking the <i>{0}</i> button
176
177help.readingdocstitle=<h2>How to read the documents</h2>
178help.readingdocs=<p>You can tell when you have arrived at an individual book or document because its title, \
179or an image of the front cover, appears at the top left of the page. In some collections, a table of contents appears, \
180while in others (eg. when the paged image option is used) just the page number is shown, along with a box that allows you \
181to select a new page and go forward and backward. In the table of contents, the current section heading is in bold face, \
182and the table is expandable -- click on the folders to open or close them; click on the open book at the top to close it.</p>\
183<p>Underneath is the text of the current section. When you have read through it, there are arrows at the \
184bottom to take you on to the next section or back to the previous one.</p>\
185<p>Below the title or front-cover image are some buttons. Click on <i>EXPAND DOCUMENT</i> to expand out the whole text \
186of the current section, or book. If the document is large, this could take a long time and use a lot of memory! \
187Click on <i>EXPAND CONTENTS</i> to expand out the whole table of contents so that you can see the titles of all \
188chapters and subsections. Click on <i>DETACH PAGE</i> to make a new browser window for this document. \
189(This is useful if you want to compare documents, or read two at once.)</p>
190
191help.openbookshelf=Open this bookshelf
192help.sectionarrows=Go to the previous/next section
193
194help.searchingtitle=<h2>How to search for particular words</h2>
195help.searching=<p>From the search page, you make a query in these simple steps:</p>\
196<ol><li>Specify what items you want to search</li>\
197<li>Say whether you want to search for all or just some of the words</li>\
198<li>Type in the words you want to search for</li>\
199<li>Click the <i>Begin Search</i> button</li>\
200</ol>\
201<p>When you make a query, the titles of twenty matching documents will be shown. \
202There is a button at the end to take you on to the next twenty documents. From \
203there you will find buttons to take you on to the third twenty or back to the \
204first twenty, and so on. Click the title of any document, or the little button \
205beside it, to see it.</p>\
206<p>A maximum of 50 is imposed on the number of \
207documents returned. You can change this number by clicking the \
208<i>PREFERENCES</i> button at the top of the page.</p>
209
210help.querytermstitle=<h3>Search Terms</h3>
211help.queryterms=<p>Whatever you type into the query box is interpreted as a list of words or phrases \
212called "search terms." A term is a single word containing only letters and digits, or a phrase \
213consisting of a sequence of words enclosed in double quotes ("..."). Terms are separated by white spaces. \
214If any other characters such as punctuation appear, they serve to separate terms just as though they were \
215spaces. And then they are ignored. You can't search for words that include punctuation.</p> \
216<p>For example, the query</p> \
217<ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul> \
218<p>will be treated the same as</p> \
219<ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul>
220
221help.querytypetitle=<h3>Query type</h3>
222help.querytype=<p>There are two different kinds of query. </p>\
223<ul>\
224<li>Queries for <b>all</b> of the words. These look for documents (or chapters, or titles) \
225that contain all the words you have specified. Documents that satisfy the query are displayed, in build order. </li>\
226<li>Queries for <b>some</b> of the words. Just list some terms that are likely to appear in \
227the documents you are looking for. Documents are displayed in order of how closely they match the query. \
228When determining the degree of match, </li>\
229<ul> \
230<li> the more search term occurrences a document contains, the closer it matches; </li>\
231<li> terms which are rare in the collection as a whole are more important than common ones; </li>\
232<li> short documents match better than long ones. </li>\
233</ul> \
234</ul> \
235<p>Use as many search terms as you like--a whole sentence, or even a whole paragraph. If you specify only \
236one term, documents will be ordered by its frequency of occurrence.</p>
237
238help.queryscopetitle=<h3>Scope of queries</h3>
239help.queryscope=<p>In most collections you are given a choice of different indexes to search. For example, there might \
240be author or title indexes. Or there might be chapter or paragraph indexes. Generally, \
241the full matching document is returned regardless of which index you search.</p> \
242<p>If documents are books, they will be opened at the appropriate place.</p>
243
244help.changingpreferencestitle=<h2>Changing your preferences</h2>
245help.changingpreferences=<p>When you click the <i>PREFERENCES</i> button at the top of the page you will \
246be able to change some features of the interface to suit your own requirements.</p>
247
248help.collectionpreferencestitle=<h3>Collection preferences</h3>
249help.collectionpreferences=<p>Some collections comprise several subcollections, which can be searched \
250independently or together, as one unit. If so, you can select which \
251subcollections to include in your searches on the Preferences page. </p>
252
253help.languagepreferencestitle=<h3>Language preferences</h3>
254help.languagepreferences=<p>Each collection has a default presentation language, but you can switch to \
255a different language if you like. You can also alter the encoding scheme \
256used by Greenstone for output to the browser -- the software chooses \
257sensible defaults, but with some browsers it may be necessary to switch to \
258a different encoding scheme to ensure correct character display. \
259All collections allow you to switch from the standard graphical interface format to a textual one. This \
260is particularly useful for visually impaired users who use large screen fonts or speech synthesizers for output.</p>
261
262help.presentationpreferencestitle=<h3>Presentation preferences</h3>
263help.presentationpreferences=<p>Depending on the particular collection, \
264there may be several options you can set that control the presentation. </p> \
265<p>Collections of Web pages allow you to suppress the Greenstone navigation bar at the top of each document page, \
266so that once you have done a search you land at the exact Web page that matches without any Greenstone header. \
267To do another search you will have to use your browser's "back" button. These collections also allow you to suppress \
268Greenstone's warning message when you click a link that takes you out of the digital library collection and on to the \
269Web itself. And in some Web collections you can control whether the links on the search results page take you straight \
270to the actual URL in question, rather than to the digital library's copy of the page. </p>
271
272help.searchpreferencestitle=<h2>Search preferences</h2>
273help.searchpreferences1=<p>You can switch to an "advanced" query mode which allows you to combine terms \
274using &amp; (for "and"), | (for "or"), and ! (for "not"), using parentheses for \
275grouping if desired. This allows you to specify more precise queries. </p>\
276<p>It is possible to get a large query box, so that you can easily do paragraph-sized searching. \
277It is surprisingly quick to search for large amounts of text. </p>\
278
279help.searchpreferences2=<p>You can turn on the search history feature, which shows you your last few \
280queries. This makes it easy to repeat slightly modified versions of previous queries.</p> \
281<p>Finally, you can control the number of hits returned, and the \
282number presented on each screenful.</p>
283
284help.mgsearchpreferences=<p>A pair of buttons controls whether upper and lower case must match when searching. \
285For example, if "ignore case differences" is selected, snail farming will be treated the same as Snail Farming and SNAIL FARMING. </p>
286
287##################
288# authentication page
289##################
290authen.login_descibe_line_1=The page you have requested requires you to sign in.
291authen.login_descibe_line_2=[Note that you must belong to the "administrator" group to access this page]
292authen.login_descibe_line_3=Please enter your Greenstone username and password.
293authen.no_permission=Sorry, you do not have permission to access this page.
294authen.username=Username
295authen.username_describe=Usernames must be between 2 and 30 characters long. They can contain alphanumeric characters, '.', and '_'.
296authen.password=Password
297authen.password_describe=Passwords must be between 3 and 8 characters long. They can contain any normal printable ASCII characters.
298authen.account_status=Account status
299authen.enabled=enabled
300authen.disabled=disabled
301authen.groups=Groups
302authen.add_group=Add Group
303authen.groups_describe=Groups is a comma separated list.
304authen.comment=Comment
305authen.email=Email address
306authen.add_a_new_user_title=Add a New User
307authen.change_password_title=Change password
308authen.change_password_login_describe_line_1=The page you have requested requires you to sign in.
309authen.change_password_login_describe_line_2=Please enter your Greenstone username and password.
310authen.change_password_describe_line_1=Passwords must be between 3 and 8 characters long. They can contain any normal printable ASCII characters.
311authen.old_password=Old password
312authen.new_password=New password
313authen.retype_password=Retype password
314authen.change_password_successed_title=Change password
315authen.change_password_successed_content=Your password was successfully changed.
316authen.old_password_warning=The old password was incorrect.
317authen.new_retype_password_warning=Enter your new password and then retype it.
318authen.two_password_not_match=The two versions of your new password did not match.
319authen.password_empty_warning=Either the new password or the retyped password cannot be empty.
320authen.password_initial=Please enter an initial password for this user.
321authen.new_password_invalid=The new password is invalid.
322authen.retyped_password_invalid=The retyped password is invalid.
323authen.username_password_empty_warning=Either the username or the new password cannot be empty.
324authen.edit_user_information=Edit User Information
325authen.do_you_really_want_to_permanently_remove_user=Do you really want to permanently remove user "
326authen.user_has_existed=The user name has existed in the users table, choose an unique one.
327authen.unsername_err=The username is invalid
328authen.password_err=The password is invalid
329authen.wrong_password_warning=Either your username or password was incorrect.
330authen.list_of_current_users_title=List of current users
331authen.delete_warning=Are you sure you want to delete user
332authen.edit=Edit
333authen.delete=Delete
334authen.sign_in=sign in
335authen.account_status_false=The account is disabled, request Administrator for more information.
336authen.authentication=Administration Page
337authen.greenstone_home=Greenstone home
338authen.list_users=list users
339authen.add_a_new_user=Add a New User
340authen.change_password=change password
341authen.logout=logout
342authen.login=login
343authen.login_successfully=Login successful
344authen.register=Register
345authen.account_settings=Account Settings
346authen.change_password=Change Password
347authen.reset_password=Reset Password
348authen.status=Status
349authen.submit=Submit
350authen.error_failed_to_add=Error: Failed to add user
351authen.user_added_success=User added successfully
352authen.page_not_found=Page not found
353
354###################
355# Document basket #
356###################
357db.doc_basket=Document basket
358db.access_denied=Access Denied
359db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
360
361#############################
362# Document structure editor #
363#############################
364dse.no_docs=No documents in the Document Basket
365dse.untitled=UNTITLED DOCUMENT
366dse.delete_section=delete section
367dse.edit=edit
368dse.hide=hide
369dse.add_sub_section=add sub-section
370dse.duplicate=duplicate
371dse.error_saving=There was an error saving, aborting
372dse.save_changes=Save changes
373dse.saving=Saving
374dse.modifying_archives=Modifying archive files
375dse.empty_collection_list=List of collections to build is empty
376dse.could_not_build_p1=Could not build collection
377dse.could_not_build_p2=, aborting the building operation
378dse.could_not_activate_p1=Could not activate collection
379dse.could_not_activate_p2=, aborting the activation operation
380dse.activating=Activating collection
381dse.building=Building collection
382dse.could_not_check_status_p1=Could not check status of
383dse.could_not_check_status_p2a=, there was an error in the XML, aborting the operation
384dse.could_not_check_status_p2b=, there was an error on the server, aborting the operation
385dse.error_saving_changes=There was an error saving your changes
386dse.error_code=Error Code
387dse.error_reason=Error Reason
388dse.error_line=Error Line
389dse.xml_error=There was an error parsing the XML
390dse.browse_cannot_validate_xml=Your browser cannot handle XML validation
391dse.add_new_metadata=Add new metadata
392dse.no_value_given=No value given for new metadata name
393dse.create_new_document=Create new document
394dse.untitled_section=UNTITLED SECTION
395dse.insert_new_section=Insert new section
396
397###################
398# DebugInfo #
399###################
400debuginfo.usage=When debugging the XSLT, you can append any of the following to the URL (prefixed with a & or ? as appropriate) to see the intermediate XML that's produced.
401debuginfo.xml=Displays the raw information coming from the Message Router.
402debuginfo.xmlfinal=Displays the information coming from the Message Router after the second config_format pass.
403debuginfo.skindoc=Simplified Skin XSL with Expanded GSF statements appended.
404debuginfo.skinandlib=An XML document with a root element called skinAndLibraryXsl and the two children skinXsl and libraryXsl. The libraryXsl, which already includes util.xsl, is merely appended.
405debuginfo.skinandlibdoc=The result of applying preprocess.xsl to skinandlib produces this stylesheet which is the final XSL document that will be applied to the XML data returned from the message router.
406debuginfo.formatedit=Web interface editor for editing Greenstone3 format statements.
407
Note: See TracBrowser for help on using the repository browser.