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

Last change on this file since 37004 was 37004, checked in by davidb, 17 months ago

Fixed typo

  • Property svn:keywords set to Author Date Id Revision
File size: 17.0 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
[27081]21green_bug_image=interfaces/__INTERFACE_NAME__/images/GB.png
[24009]22
23#***** TEXT FRAGMENTS *****
[10042]24gsdl=Greenstone Digital Library Software
25gs3power=powered by greenstone3
[18312]26error=Error:
[26489]27hide_error=Hide Error
28show_error=Show Error
[10042]29# the buttons
[25020]30home_b=Home
31help_b=Help
32pref_b=Preferences
[25457]33debuginfo_b=Debug info
[25020]34login_b=Login
[10042]35# tool tips for the buttons
36home_tip=Library home page
37help_tip=Help pages
38pref_tip=Change your interface preferences
[25457]39debuginfo_tip=Display debug view options
[25020]40login_tip=Login
[31855]41# months - used by replaceList in siteConfig. need to change to get from java..
[32375]42num=Number
[34107]43textmonth00=Undefined
[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.
[36077]82about.standarddescription=This collection contains {0-numdocs} documents.
[33591]83about.standarddescriptiondays=This collection contains {0-numdocs} documents and was last built {1-numdays} days ago.
84about.standarddescriptiondate=This collection contains {0-numdocs} documents and was last built on {1-date}.
[10042]85
[25480]86#######################
87# query page
88########################
[20466]89query=Search
[26393]90query.nodocsmatch=No {0-level-plural} match the query.
91query.onedocsmatch=One {0-level-single} matches the query.
[26398]92query.manydocsmatch={0-numdocs} {1-level-plural} match the query.
93query.atleastdocsmatch=At least {0-numdocs} {1-level-plural} match the query.
94query.docsreturned={0-numdocs} {1-level-plural} returned.
[10042]95
[30812]96query.termoccurs.0='{0-term}' occurs 0 times
97query.termoccurs.1='{0-term}' occurs 1 time
98query.termoccurs.x='{0-term}' occurs {1-termfreq} times
[30808]99
[30812]100query.termoccurs.x.1='{0-term}' occurs {1-termfreq} times in 1 {3-level-single}
101query.termoccurs.x.x='{0-term}' occurs {1-termfreq} times in {2-numdocs} {3-level-plural}
[30808]102
[24009]103query.document=document
104query.document_plural=documents
[25547]105query.section=section
106query.section_plural=sections
[24009]107
[26370]108# eg Displaying 1 to 20 of 42 sections/documents
[26393]109query.displayingnumdocs=Displaying {0-startnum} to {1-endnum} of {2-totalnum} {3-level-plural}
[24009]110
[24052]111query.common=The following terms are too common and have been excluded from the search:
112
[30781]113query.results.next=Next
114query.results.previous=Previous
115
116query.facet.less=See less...
117query.facet.more=See more...
118
[10042]119##################
120# prefs page
121##################
122pref.searchpref=Search preferences
123pref.prespref=Presentation preferences
124pref.interfacelang=Interface language:
125pref.encoding=Encoding:
126pref.hitsperpage=Number of hits per page:
[23813]127pref.maxDocs=Maximum documents to return:
[10042]128pref.all=all
129pref.set_prefs=Set preferences
[30808]130pref.set_prefs_help=Click 'Set preferences' if you want to save your changes.
[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
[33953]186depositor.description=Add more documents to an existing collection
[33732]187depositor.select_collection=Please select a collection:
188depositor.select_collection_option=-- Select a collection --
189depositor.no_valid_collection=You do not have editing access to any collections. Please log in as a different user, or contact your library administrator.
190
[30781]191#####################
192# Document Editing #
193#####################
[32469]194de.error=Editing unavailable...
[32470]195de.error_unavailable=Document editing is unavailable at this time. Maybe the archives folder is not present.
196de.error_wrong_group=You are not a member of the right group to have edit permission for this collection.
197de.error_contact_admin=Please contact your library administrator ({0}).
[30808]198de.rebuilding_collection=rebuilding collection
199de.no_changes=No changes detected
200de.save=Save changes
201de.rebuild=Rebuild
202de.saverebuild=Save and Rebuild
203de.extract_pages=Extract these pages to a document
204de.visible_metadata=Visible metadata:
205de.all_metadata=All
206de.add_new_metadata=Add new metadata
[31910]207de.add_all_metadata=Add all
[30808]208de.no_meta_name_given=No value given for new metadata name
[32824]209de.edit_metadata=Edit metadata
210de.edit_map_gps=Edit map GPS
211de.hide_metadata=Hide metadata
212de.hide_map_gps=Hide map GPS
[30815]213de.remove=remove
[30808]214de.edit_content=Edit content
215de.hide_editor=Hide Editor
216de.save_changes=Save changes
217de.saving=Saving
218de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'
219de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'
[31068]220de.top_level_menu=Top level menu
[23813]221##################
[14292]222# authentication page
223##################
[25297]224authen.username=Username
[26489]225authen.page_not_found=Page not found
226authen.submit=Submit
227authen.error_failed_to_add=Error: Failed to add user
228authen.user_added_success=User added successfully
229authen.status=Status
[25297]230authen.password=Password
231authen.account_status=Account status
[14292]232authen.enabled=enabled
233authen.disabled=disabled
[25297]234authen.groups=Groups
235authen.add_group=Add Group
236authen.comment=Comment
237authen.email=Email address
238authen.add_a_new_user_title=Add a New User
239authen.old_password=Old password
240authen.new_password=New password
241authen.retype_password=Retype password
242authen.edit_user_information=Edit User Information
[14292]243authen.list_of_current_users_title=List of current users
[25297]244authen.delete_warning=Are you sure you want to delete user
245authen.edit=Edit
246authen.delete=Delete
[25269]247authen.authentication=Administration Page
248authen.add_a_new_user=Add a New User
[25297]249authen.register=Register
250authen.account_settings=Account Settings
251authen.change_password=Change Password
252authen.reset_password=Reset Password
[30801]253authen.register_as_new=Register as a new user
[31071]254authen.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'.
255authen.admin_desc='Administrator' gives access to user management
256authen.all_coll_edit_desc='all-collections-editor' allows editing of all collections
257authen.pers_coll_edit_desc='personal-collections-editor' allows editing of all collections created by the user in GLI
258authen.single_coll_edit_desc='COLLNAME-collection-editor' allows editing of the specified collection (replace COLLNAME with the collection identifier)
[25297]259
[26489]260
[30781]261##################
262# RSS page #
263###################
264rss.page_title=RSS Feed
[26489]265
[30781]266##############
267# Basket common strings
268####################
269basket.expand=Expand
270basket.collapse=Collapse
271basket.clear=Clear basket
272
[25297]273###################
274# Document basket #
275###################
[30781]276db.doc_basket=Document Basket
[25564]277db.access_denied=Access Denied
278db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
[25297]279
[32979]280###################
281# Human Verification Page
282#######################
[25457]283
[32979]284verify.title=Verification
285verify.terms_title=Terms and Conditions
[33242]286verify.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]287verify.terms_accept=I accept the terms and conditions
288
289###################
290# Error Page
291###################
292
293error.title=Oops! Something went wrong.
294error.recap_fail=Recaptcha Failed.
295error.wrong_group=You are not in the right group to view this document.
296
[30781]297#####################
[36077]298# Favourites Basket
[30781]299#####################
300
[33282]301favourites.title=Favourites
302
[36077]303favourites.full_view=Full View
304favourites.text_view=Text View
305favourites.email_view=Email
306favourites.full=Full View »
307favourites.to=To:
308favourites.cc=CC:
309favourites.bcc=BCC:
310favourites.subject=Subject:
311favourites.send=Send
312favourites.url_only=URL only view
313favourites.url_and_metadata=URL and Metadata view
[33344]314favourites.empty_basket=You have no saved favourites.
[36077]315favourites.doc_name=ID
316favourites.doc_title=title
317favourites.doc_collection=collection
318favourites.doc_date=date
319favourites.doc_root_title=main title
320favourites.send_success=Sending mail succeeded
321favourites.send_fail=Sending mail failed
322favourites.invalid_to_address_empty=The To address field cannot be empty.
323favourites.invalid_to_address=The To address field must contain an email address.
324favourites.invalid_msg_body_empty=The message body text field cannot be empty.
[33282]325
326favourites.delete_help=To delete an individual item, click on its favourite\'s icon.
327favourites.delete_else=Or else
[36077]328favourites.delete_all=Delete All
[36943]329
[37004]330webswinggli.title=Greenstone Librarian Interface (GLI)
[36943]331webswinggli.brief=Allows you to configure and build collections
332
[32469]333##################################
334# About Greenstone page
335##################################
[30781]336
[32469]337gsdl.title=About Greenstone
338gsdl.brief=About the Greenstone software
339gsdl.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.
340gsdl.technical=Technical
341gsdl.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.
342gsdl.customisation=Customisation
343gsdl.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>.
344gsdl.documentation=Documentation
345gsdl.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>.
346gsdl.support=Support
347gsdl.support_desc=See the <a href="{0}">support</a> page for details about language specific mailing lists, regional support groups and other resources.
348gsdl.bugs=Bugs
349gsdl.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>.
350gsdl.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.
351gsdl.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.
352gsdl.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]353
[36029]354##################
355# Cookie Consent Manager
356##################
357ccm.Popup_Title=We use Cookies!
358ccm.Popup_Description=Greenstone uses essential cookies to ensure its proper operation.
359ccm.Popup_OpenAdvancedManager=More Info
360ccm.Popup_AcceptAllCookies=Got it
361ccm.Popup_AcceptNecessaryCookies=Reject All
362
363ccm.Manager_Title=Cookie Consent Manager
364ccm.Manager_Description=Greenstone uses essential cookies to ensure its proper operation. You can view this cookie manager later by visiting the preferences page.
365ccm.Manager_SaveSettingsButton=Close
366ccm.Manager_AcceptAllButton=Accept All
367ccm.Manager_AcceptNecessaryButton=Reject All
368ccm.Manager_CloseButton=Close
369ccm.Manager.CookieTableHeaders_Name=Name
370ccm.Manager.CookieTableHeaders_Provider=Provider
371ccm.Manager.CookieTableHeaders_Expiration=Expiration
372ccm.Manager.CookieTableHeaders_Description=Description
373ccm.Manager.CookieTable_EndOfSessionExpiration=End of session
374ccm.Manager.RequiredCookies_Title=Required Cookies
375ccm.Manager.RequiredCookies_Description=These cookies are essential to ensuring that Greenstone operates properly.
376ccm.Manager.RequiredCookies.JSESSIONID_Description=Allows Greenstone to maintain your login status, chosen language, site settings and favourites basket.
377ccm.Manager.RequiredCookies.supportsXSLT_Description=Allows Greenstone to tell whether or not your browser supports client-side XSLT transformations.
378
Note: See TracBrowser for help on using the repository browser.