Changeset 32979


Ignore:
Timestamp:
2019-04-05T13:28:16+13:00 (5 years ago)
Author:
kjdon
Message:

added strings for verify page, and error page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default.properties

    r32824 r32979  
    264264db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
    265265
     266###################
     267# Human Verification Page
     268#######################
     269
     270verify.title=Verification
     271verify.terms_title=Terms and Conditions
     272verify.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 collname.properties in web/sites/localsite/collect/collname/resources folder, and add verify.terms_content=custom terms.
     273verify.terms_accept=I accept the terms and conditions
     274
     275###################
     276# Error Page
     277###################
     278
     279error.title=Oops! Something went wrong.
     280error.recap_fail=Recaptcha Failed.
     281error.wrong_group=You are not in the right group to view this document.
    266282
    267283#####################
Note: See TracChangeset for help on using the changeset viewer.