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

Last change on this file since 33732 was 33732, checked in by kjdon, 4 years ago

added some depositor strings

  • Property svn:keywords set to Author Date Id Revision
File size: 15.7 KB
RevLine 
[24009]1#***** IMAGE URLS *****
[24450]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
[26204]7slideshow_image=interfaces/__INTERFACE_NAME__/images/slideshow.png
[24450]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
[24558]13trash_full_image=interfaces/__INTERFACE_NAME__/images/trash-full.png
[27015]14trash_empty_image=interfaces/__INTERFACE_NAME__/images/trash-empty.png
[25020]15blank_image=interfaces/__INTERFACE_NAME__/images/blankImage.png
[26204]16next_image=interfaces/__INTERFACE_NAME__/images/next.png
17prev_image=interfaces/__INTERFACE_NAME__/images/previous.png
[26217]18zoom_image=interfaces/__INTERFACE_NAME__/images/zoom.png
[26226]19left_arrow_image=interfaces/__INTERFACE_NAME__/images/leftarrow.png
20float_toc_image=interfaces/__INTERFACE_NAME__/images/floattoc.png
[33092]21float_berrybasket_image=interfaces/__INTERFACE_NAME__/images/floatberrybasket.png
[27081]22green_bug_image=interfaces/__INTERFACE_NAME__/images/GB.png
[24009]23
24#***** TEXT FRAGMENTS *****
[10042]25gsdl=Greenstone Digital Library Software
26gs3power=powered by greenstone3
[18312]27error=Error:
[26489]28hide_error=Hide Error
29show_error=Show Error
[10042]30# the buttons
[25020]31home_b=Home
32help_b=Help
33pref_b=Preferences
[25457]34debuginfo_b=Debug info
[25020]35login_b=Login
[10042]36# tool tips for the buttons
37home_tip=Library home page
38help_tip=Help pages
39pref_tip=Change your interface preferences
[25457]40debuginfo_tip=Display debug view options
[25020]41login_tip=Login
[31855]42# months - used by replaceList in siteConfig. need to change to get from java..
[32375]43num=Number
[31855]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
[10042]57aboutpage=About page
[18312]58home.quick_search=Quick Search
59home.librarian_interface=The Librarian Interface
[32150]60home.gliapp_webstart=GLI Java Web Start application
[18312]61home.select_a_collection=Select a collection
[31381]62home.select_a_group=Select a collection group
63home.select_a_collection_or_group=Select a collection or group
[26579]64home.no_collections=This library has no valid collections
[32150]65home.no_collections_group=This group has no valid collections
[30781]66#***** logged in menu
[30797]67menu.account_settings=Account settings
68menu.enable_edit_mode=Enable edit mode
69menu.disable_edit_mode=Disable edit mode
70menu.logout=Logout
[25480]71
72######################
73# system page
[10042]74#######################
[25480]75system.title=System Request
76######################
77# about page
78#######################
[10042]79about.noservices=There are no services available for this collection.
[23813]80about.services=Extra services available:
[10042]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.
[33591]82about.standarddescriptiondays=This collection contains {0-numdocs} documents and was last built {1-numdays} days ago.
83about.standarddescriptiondate=This collection contains {0-numdocs} documents and was last built on {1-date}.
[10042]84
[25480]85#######################
86# query page
87########################
[20466]88query=Search
[26393]89query.nodocsmatch=No {0-level-plural} match the query.
90query.onedocsmatch=One {0-level-single} matches the query.
[26398]91query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
92query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
93query.docsreturned={0-numdocs} {1-level-plural} returned.
[10042]94
[30812]95query.termoccurs.0='{0-term}' occurs 0 times
96query.termoccurs.1='{0-term}' occurs 1 time
97query.termoccurs.x='{0-term}' occurs {1-termfreq} times
[30808]98
[30812]99query.termoccurs.x.1='{0-term}' occurs {1-termfreq} times in 1 {3-level-single}
100query.termoccurs.x.x='{0-term}' occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
[30808]101
[24009]102query.document=document
103query.document_plural=documents
[25547]104query.section=section
105query.section_plural=sections
[24009]106
[26370]107# eg Displaying 1 to 20 of 42 sections/documents
[26393]108query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
[24009]109
[24052]110query.common=The following terms are too common and have been excluded from the search:
111
[30781]112query.results.next=Next
113query.results.previous=Previous
114
115query.facet.less=See less...
116query.facet.more=See more...
117
[10042]118##################
119# prefs page
120##################
121pref.searchpref=Search preferences
122pref.prespref=Presentation preferences
123pref.interfacelang=Interface language:
124pref.encoding=Encoding:
125pref.hitsperpage=Number of hits per page:
[23813]126pref.maxDocs=Maximum documents to return:
[10042]127pref.all=all
128pref.set_prefs=Set preferences
[30808]129pref.set_prefs_help=Click 'Set preferences' if you want to save your changes.
[30781]130pref.berrybasket=Berry basket:
[33282]131pref.favouritebasket=Favourite basket:
[30781]132pref.documentbasket=Document basket:
133pref.on=on
134pref.off=off
[13997]135pref.book=Book viewer mode:
[30808]136pref.formatedit=Format edit mode:
137pref.theme=Visual theme:
138pref.switch_theme=Switch Theme
[30809]139pref.theme_default=Greenstone Default
140pref.theme_custom1=Greenstone Custom 1
141pref.theme_custom2=Greenstone Custom 2
[10042]142##################
[18312]143# document page
[10042]144##################
[25269]145doc.loading=loading
[30808]146doc.filter_pages=Filter pages
147doc.filter.pagenum=pagenum
148doc.filter.title=title
149doc.highlightTooltip=Enable or disable search term highlighting
150doc.realisticBooksTooltip=Enable or disable the realistic books view
151doc.zoomTooltip=Enable or disable zooming images in the standard view
152doc.slideshowTooltip=View a slideshow of the images
153doc.floatingTooltip=Fix the table of contents to the right side of the screen
154doc.expand_doc=Expand document
155doc.collapse_doc=Collapse document
[24009]156doc.document=Document
157doc.back_to_top=back to top
[30808]158doc.default_view=Default view
159doc.image_view=Image view
160doc.text_view=Text view
[10042]161
[30781]162doc.map_nearby_docs=Show documents near here
[32630]163doc.nearby_doc_tooltip=Hover to center the map on this document; Click to go to the document.
[26204]164maps.scrolllabel=Scroll through places
[25269]165
[18312]166external.title=External Link
[30815]167external.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.
[18312]168external.go_forward=go forward
[23813]169
[31537]170#########################################################
171# User Comments section (available on a document page) #
172#########################################################
173
174usercomments.username=User name
175usercomments.add=Add Comment
176usercomments.submit=Submit Comment
177usercomments.submitted=Comment Submitted
178usercomments.isempty=Comment was empty.
179usercomments.heading=Comments
180
[33732]181##########################
182# Depositor Page
183##########################
184
185depositor.title=Depositor
186depositor.select_collection=Please select a collection:
187depositor.select_collection_option=-- Select a collection --
188depositor.no_valid_collection=You do not have editing access to any collections. Please log in as a different user, or contact your library administrator.
189
[30781]190#####################
191# Document Editing #
192#####################
[32469]193de.error=Editing unavailable...
[32470]194de.error_unavailable=Document editing is unavailable at this time. Maybe the archives folder is not present.
195de.error_wrong_group=You are not a member of the right group to have edit permission for this collection.
196de.error_contact_admin=Please contact your library administrator ({0}).
[30808]197de.rebuilding_collection=rebuilding collection
198de.no_changes=No changes detected
199de.save=Save changes
200de.rebuild=Rebuild
201de.saverebuild=Save and Rebuild
202de.extract_pages=Extract these pages to a document
203de.visible_metadata=Visible metadata:
204de.all_metadata=All
205de.add_new_metadata=Add new metadata
[31910]206de.add_all_metadata=Add all
[30808]207de.no_meta_name_given=No value given for new metadata name
[32824]208de.edit_metadata=Edit metadata
209de.edit_map_gps=Edit map GPS
210de.hide_metadata=Hide metadata
211de.hide_map_gps=Hide map GPS
[30815]212de.remove=remove
[30808]213de.edit_content=Edit content
214de.hide_editor=Hide Editor
215de.save_changes=Save changes
216de.saving=Saving
217de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'
218de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'
[31068]219de.top_level_menu=Top level menu
[23813]220##################
[14292]221# authentication page
222##################
[25297]223authen.username=Username
[26489]224authen.page_not_found=Page not found
225authen.submit=Submit
226authen.error_failed_to_add=Error: Failed to add user
227authen.user_added_success=User added successfully
228authen.status=Status
[25297]229authen.password=Password
230authen.account_status=Account status
[14292]231authen.enabled=enabled
232authen.disabled=disabled
[25297]233authen.groups=Groups
234authen.add_group=Add Group
235authen.comment=Comment
236authen.email=Email address
237authen.add_a_new_user_title=Add a New User
238authen.old_password=Old password
239authen.new_password=New password
240authen.retype_password=Retype password
241authen.edit_user_information=Edit User Information
[14292]242authen.list_of_current_users_title=List of current users
[25297]243authen.delete_warning=Are you sure you want to delete user
244authen.edit=Edit
245authen.delete=Delete
[25269]246authen.authentication=Administration Page
247authen.add_a_new_user=Add a New User
[25297]248authen.register=Register
249authen.account_settings=Account Settings
250authen.change_password=Change Password
251authen.reset_password=Reset Password
[30801]252authen.register_as_new=Register as a new user
[31071]253authen.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'.
254authen.admin_desc='Administrator' gives access to user management
255authen.all_coll_edit_desc='all-collections-editor' allows editing of all collections
256authen.pers_coll_edit_desc='personal-collections-editor' allows editing of all collections created by the user in GLI
257authen.single_coll_edit_desc='COLLNAME-collection-editor' allows editing of the specified collection (replace COLLNAME with the collection identifier)
[25297]258
[26489]259
[30781]260##################
261# RSS page #
262###################
263rss.page_title=RSS Feed
[26489]264
[30781]265##############
266# Basket common strings
267####################
268basket.expand=Expand
269basket.collapse=Collapse
270basket.clear=Clear basket
271
[25297]272###################
273# Document basket #
274###################
[30781]275db.doc_basket=Document Basket
[25564]276db.access_denied=Access Denied
277db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
[25297]278
[32979]279###################
280# Human Verification Page
281#######################
[25457]282
[32979]283verify.title=Verification
284verify.terms_title=Terms and Conditions
[33242]285verify.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.
[32979]286verify.terms_accept=I accept the terms and conditions
287
288###################
289# Error Page
290###################
291
292error.title=Oops! Something went wrong.
293error.recap_fail=Recaptcha Failed.
294error.wrong_group=You are not in the right group to view this document.
295
[30781]296#####################
297# Berry Baskets #
298#####################
299
300berry.title=Berry Basket
[33282]301favourites.title=Favourites
302
[30823]303berry.full_view=Full View
304berry.text_view=Text View
305berry.email_view=Email
[30781]306berry.help=Drag & drop berries here to add documents to your Berry Basket
307berry.full=Full View »
[30823]308berry.to=To:
309berry.cc=CC:
310berry.bcc=BCC:
311berry.subject=Subject:
312berry.send=Send
313berry.url_only=URL only view
314berry.url_and_metadata=URL and Metadata view
315berry.empty_basket=Your berry basket is empty
[33344]316favourites.empty_basket=You have no saved favourites.
[30823]317berry.doc_name=ID
318berry.doc_title=title
319berry.doc_collection=collection
320berry.doc_date=date
321berry.doc_root_title=main title
322berry.send_success=Sending mail succeeded
323berry.send_fail=Sending mail failed
[33114]324berry.invalid_to_address_empty=The To address field cannot be empty.
325berry.invalid_to_address=The To address field must contain an email address.
326berry.invalid_msg_body_empty=The message body text field cannot be empty.
[33282]327
328berry.delete_help=To delete an individual item, drag its berry icon to the trashcan.
329favourites.delete_help=To delete an individual item, click on its favourite\'s icon.
330favourites.delete_else=Or else
331
[33251]332berry.select_all=Select All
333berry.delete_selected=Delete Selected
334berry.delete_all=Delete All
[32469]335##################################
336# About Greenstone page
337##################################
[30781]338
[32469]339gsdl.title=About Greenstone
340gsdl.brief=About the Greenstone software
341gsdl.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.
342gsdl.technical=Technical
343gsdl.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.
344gsdl.customisation=Customisation
345gsdl.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>.
346gsdl.documentation=Documentation
347gsdl.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>.
348gsdl.support=Support
349gsdl.support_desc=See the <a href="{0}">support</a> page for details about language specific mailing lists, regional support groups and other resources.
350gsdl.bugs=Bugs
351gsdl.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>.
352gsdl.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.
353gsdl.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.
354gsdl.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.
[30823]355
Note: See TracBrowser for help on using the repository browser.