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

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

changed the help message as coll specific interface properties file name was wrong

  • Property svn:keywords set to Author Date Id Revision
File size: 14.7 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
21float_berrybasket_image=interfaces/__INTERFACE_NAME__/images/floatberrybasket.png
22green_bug_image=interfaces/__INTERFACE_NAME__/images/GB.png
23
24#***** TEXT FRAGMENTS *****
25gsdl=Greenstone Digital Library Software
26gs3power=powered by greenstone3
27error=Error:
28hide_error=Hide Error
29show_error=Show Error
30# the buttons
31home_b=Home
32help_b=Help
33pref_b=Preferences
34debuginfo_b=Debug info
35login_b=Login
36# tool tips for the buttons
37home_tip=Library home page
38help_tip=Help pages
39pref_tip=Change your interface preferences
40debuginfo_tip=Display debug view options
41login_tip=Login
42# months - used by replaceList in siteConfig. need to change to get from java..
43num=Number
44textmonth01=January
45textmonth02=February
46textmonth03=March
47textmonth04=April
48textmonth05=May
49textmonth06=June
50textmonth07=July
51textmonth08=August
52textmonth09=September
53textmonth10=October
54textmonth11=November
55textmonth12=December
56
57aboutpage=About page
58home.quick_search=Quick Search
59home.librarian_interface=The Librarian Interface
60home.gliapp_webstart=GLI Java Web Start application
61home.select_a_collection=Select a collection
62home.select_a_group=Select a collection group
63home.select_a_collection_or_group=Select a collection or group
64home.no_collections=This library has no valid collections
65home.no_collections_group=This group has no valid collections
66#***** logged in menu
67menu.account_settings=Account settings
68menu.enable_edit_mode=Enable edit mode
69menu.disable_edit_mode=Disable edit mode
70menu.logout=Logout
71
72######################
73# system page
74#######################
75system.title=System Request
76######################
77# about page
78#######################
79about.noservices=There are no services available for this collection.
80about.services=Extra services available:
81about.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.
82
83#######################
84# query page
85########################
86query=Search
87query.nodocsmatch=No {0-level-plural} match the query.
88query.onedocsmatch=One {0-level-single} matches the query.
89query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
90query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
91query.docsreturned={0-numdocs} {1-level-plural} returned.
92
93query.termoccurs.0='{0-term}' occurs 0 times
94query.termoccurs.1='{0-term}' occurs 1 time
95query.termoccurs.x='{0-term}' occurs {1-termfreq} times
96
97query.termoccurs.x.1='{0-term}' occurs {1-termfreq} times in 1 {3-level-single}
98query.termoccurs.x.x='{0-term}' occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
99
100query.document=document
101query.document_plural=documents
102query.section=section
103query.section_plural=sections
104
105# eg Displaying 1 to 20 of 42 sections/documents
106query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
107
108query.common=The following terms are too common and have been excluded from the search:
109
110query.results.next=Next
111query.results.previous=Previous
112
113query.facet.less=See less...
114query.facet.more=See more...
115
116##################
117# prefs page
118##################
119pref.searchpref=Search preferences
120pref.prespref=Presentation preferences
121pref.interfacelang=Interface language:
122pref.encoding=Encoding:
123pref.hitsperpage=Number of hits per page:
124pref.maxDocs=Maximum documents to return:
125pref.all=all
126pref.set_prefs=Set preferences
127pref.set_prefs_help=Click 'Set preferences' if you want to save your changes.
128pref.berrybasket=Berry basket:
129pref.documentbasket=Document basket:
130pref.on=on
131pref.off=off
132pref.book=Book viewer mode:
133pref.formatedit=Format edit mode:
134pref.theme=Visual theme:
135pref.switch_theme=Switch Theme
136pref.theme_default=Greenstone Default
137pref.theme_custom1=Greenstone Custom 1
138pref.theme_custom2=Greenstone Custom 2
139##################
140# document page
141##################
142doc.loading=loading
143doc.filter_pages=Filter pages
144doc.filter.pagenum=pagenum
145doc.filter.title=title
146doc.highlightTooltip=Enable or disable search term highlighting
147doc.realisticBooksTooltip=Enable or disable the realistic books view
148doc.zoomTooltip=Enable or disable zooming images in the standard view
149doc.slideshowTooltip=View a slideshow of the images
150doc.floatingTooltip=Fix the table of contents to the right side of the screen
151doc.expand_doc=Expand document
152doc.collapse_doc=Collapse document
153doc.document=Document
154doc.back_to_top=back to top
155doc.default_view=Default view
156doc.image_view=Image view
157doc.text_view=Text view
158
159doc.map_nearby_docs=Show documents near here
160doc.nearby_doc_tooltip=Hover to center the map on this document; Click to go to the document.
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-go-forward-link} to this page; otherwise use your browsers 'back' button to return to the previous document.
165external.go_forward=go forward
166
167#########################################################
168# User Comments section (available on a document page) #
169#########################################################
170
171usercomments.username=User name
172usercomments.add=Add Comment
173usercomments.submit=Submit Comment
174usercomments.submitted=Comment Submitted
175usercomments.isempty=Comment was empty.
176usercomments.heading=Comments
177
178#####################
179# Document Editing #
180#####################
181de.error=Editing unavailable...
182de.error_unavailable=Document editing is unavailable at this time. Maybe the archives folder is not present.
183de.error_wrong_group=You are not a member of the right group to have edit permission for this collection.
184de.error_contact_admin=Please contact your library administrator ({0}).
185de.rebuilding_collection=rebuilding collection
186de.no_changes=No changes detected
187de.save=Save changes
188de.rebuild=Rebuild
189de.saverebuild=Save and Rebuild
190de.extract_pages=Extract these pages to a document
191de.visible_metadata=Visible metadata:
192de.all_metadata=All
193de.add_new_metadata=Add new metadata
194de.add_all_metadata=Add all
195de.no_meta_name_given=No value given for new metadata name
196de.edit_metadata=Edit metadata
197de.edit_map_gps=Edit map GPS
198de.hide_metadata=Hide metadata
199de.hide_map_gps=Hide map GPS
200de.remove=remove
201de.edit_content=Edit content
202de.hide_editor=Hide Editor
203de.save_changes=Save changes
204de.saving=Saving
205de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'
206de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'
207de.top_level_menu=Top level menu
208##################
209# authentication page
210##################
211authen.username=Username
212authen.page_not_found=Page not found
213authen.submit=Submit
214authen.error_failed_to_add=Error: Failed to add user
215authen.user_added_success=User added successfully
216authen.status=Status
217authen.password=Password
218authen.account_status=Account status
219authen.enabled=enabled
220authen.disabled=disabled
221authen.groups=Groups
222authen.add_group=Add Group
223authen.comment=Comment
224authen.email=Email address
225authen.add_a_new_user_title=Add a New User
226authen.old_password=Old password
227authen.new_password=New password
228authen.retype_password=Retype password
229authen.edit_user_information=Edit User Information
230authen.list_of_current_users_title=List of current users
231authen.delete_warning=Are you sure you want to delete user
232authen.edit=Edit
233authen.delete=Delete
234authen.authentication=Administration Page
235authen.add_a_new_user=Add a New User
236authen.register=Register
237authen.account_settings=Account Settings
238authen.change_password=Change Password
239authen.reset_password=Reset Password
240authen.register_as_new=Register as a new user
241authen.group_desc=Groups is a comma-separated list of group names. Type in a group name, or choose one from the list and click 'Add Group'.
242authen.admin_desc='Administrator' gives access to user management
243authen.all_coll_edit_desc='all-collections-editor' allows editing of all collections
244authen.pers_coll_edit_desc='personal-collections-editor' allows editing of all collections created by the user in GLI
245authen.single_coll_edit_desc='COLLNAME-collection-editor' allows editing of the specified collection (replace COLLNAME with the collection identifier)
246
247
248##################
249# RSS page #
250###################
251rss.page_title=RSS Feed
252
253##############
254# Basket common strings
255####################
256basket.expand=Expand
257basket.collapse=Collapse
258basket.clear=Clear basket
259
260###################
261# Document basket #
262###################
263db.doc_basket=Document Basket
264db.access_denied=Access Denied
265db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
266
267###################
268# Human Verification Page
269#######################
270
271verify.title=Verification
272verify.terms_title=Terms and Conditions
273verify.terms_content=Terms And Conditions<br/>To customise these terms and conditions, either edit verify.terms_content in web/WEB-INF/classes/interface_default.properties (for the whole library) or create interface_custom.properties in web/sites/localsite/collect/collname/resources folder, and add verify.terms_content=custom terms.
274verify.terms_accept=I accept the terms and conditions
275
276###################
277# Error Page
278###################
279
280error.title=Oops! Something went wrong.
281error.recap_fail=Recaptcha Failed.
282error.wrong_group=You are not in the right group to view this document.
283
284#####################
285# Berry Baskets #
286#####################
287
288berry.title=Berry Basket
289berry.full_view=Full View
290berry.text_view=Text View
291berry.email_view=Email
292berry.help=Drag & drop berries here to add documents to your Berry Basket
293berry.full=Full View »
294berry.to=To:
295berry.cc=CC:
296berry.bcc=BCC:
297berry.subject=Subject:
298berry.send=Send
299berry.url_only=URL only view
300berry.url_and_metadata=URL and Metadata view
301berry.empty_basket=Your berry basket is empty
302berry.doc_name=ID
303berry.doc_title=title
304berry.doc_collection=collection
305berry.doc_date=date
306berry.doc_root_title=main title
307berry.send_success=Sending mail succeeded
308berry.send_fail=Sending mail failed
309berry.invalid_to_address_empty=The To address field cannot be empty.
310berry.invalid_to_address=The To address field must contain an email address.
311berry.invalid_msg_body_empty=The message body text field cannot be empty.
312
313##################################
314# About Greenstone page
315##################################
316
317gsdl.title=About Greenstone
318gsdl.brief=About the Greenstone software
319gsdl.main=Greenstone is a suite of software which has the ability to serve digital library collections and build new collections. It provides a versatile way of organizing information and publishing it on the web or on removable media such as DVD or USB thumb drive. Greenstone is produced by the New Zealand Digital Library Project at the University of Waikato, and distributed in cooperation with UNESCO and the Human Info NGO. It is open-source software, available from {0-link} under the terms of the GNU General Public License.
320gsdl.technical=Technical
321gsdl.technical_desc=See the <a href="{0}">greenstone factsheet</a> for technical details such as versions, platform support and interoperability. There are two major versions of the software: the original Greenstone 2, and Greenstone 3 which is a complete redesign and reimplementation. Greenstone 3 is under active development, and is recommended for download. This page is part of a Greenstone 3 installation.
322gsdl.customisation=Customisation
323gsdl.customisation_desc=Greenstone is specifically designed to be highly extensible and customisable. New document and metadata formats are accommodated by writing "plugins" (in Perl). Analogously, new metadata browsing structures can be implemented by writing "classifiers." The user interface look-and-feel can be altered using XSLT templates, CSS and Javascript. The source code, in Java, C++, Perl and C++, is available and accessible for modification. For more information, see the <a href="{0}">Greenstone wiki</a>.
324gsdl.documentation=Documentation
325gsdl.documentation_desc=Extensive documentation for the Greenstone software is available on the <a href="{0}">Greenstone Wiki</a>, including step-by-step <a href="{1}">tutorials</a>.
326gsdl.support=Support
327gsdl.support_desc=See the <a href="{0}">support</a> page for details about language specific mailing lists, regional support groups and other resources.
328gsdl.bugs=Bugs
329gsdl.bugs_desc=We want to ensure that this software works well for you. Please report any bugs to the <a href="{0}">Greenstone Users Mailing List</a>.
330gsdl.greenstone_stone=Greenstone is a semi-precious stone that (like this software) is sourced in New Zealand. In traditional Maori society it was the most highly prized and sought after of all substances. It can absorb and hold wairua, which is a spirit or life force, and is endowed with traditional virtues that make it an appropriate emblem for a public-domain digital library project. Its lustre shows charity; its translucence, honesty; its toughness, courage; and the sharp edge it can take, justice.
331gsdl.toki_about1=In November 2000, a toki pou tangata (greenstone adze) was presented to the New Zealand Digital Library by Māori, to acknowledge the important work being done on taonga (treasure) such as the <a href="{0}">Niupepa Collection</a>. The toki was carved by Bernard Makoare of Ngāti Whātua and Te Rarawa descent.
332gsdl.toki_about2=The toki is to symbolize the significance of pounamu (greenstone). It is to inspire the work that is being done here with qualities of mana, authority and leadership. It is a tough stone, a connection to be made. It is to be used to carve out and guide the excellence of thought that is harvested in the New Zealand Digital Library.
333
Note: See TracBrowser for help on using the repository browser.