Changeset 30781


Ignore:
Timestamp:
2016-09-01T14:34:04+12:00 (8 years ago)
Author:
kjdon
Message:

a little bit of string rearrangement, and lots of new strings taken from xsl and js files

Location:
main/trunk/greenstone3/web/WEB-INF/classes
Files:
2 edited

Legend:

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

    r29519 r30781  
    4444home.select_a_collection=Select a collection
    4545home.no_collections=This library has no valid collections
     46#***** logged in menu
     47menu.account_settings=Account settingsx
     48menu.enable_edit_mode=Enable edit modex
     49menu.disable_edit_mode=Disable edit modex
     50menu.logout=Logoutx
    4651
    4752######################
     
    8085query.common=The following terms are too common and have been excluded from the search:
    8186
     87query.results.next=Next
     88query.results.previous=Previous
     89
     90query.facet.less=See less...
     91query.facet.more=See more...
     92
    8293##################
    8394# prefs page
     
    92103pref.set_prefs=Set preferences
    93104pref.set_prefs_help=Click "Set preferences" if you want to save your changes.
    94 pref.berrybasket=Berry basket
    95 pref.berrybasket.on=on
    96 pref.berrybasket.off=off
     105pref.berrybasket=Berry basket:
     106pref.documentbasket=Document basket:
     107pref.on=on
     108pref.off=off
    97109pref.book=Book viewer mode:
    98 pref.formatedit=Format edit mode
    99 pref.formatedit.on=on
    100 pref.formatedit.off=off
     110pref.formatedit=Format edit mod:e
    101111pref.theme=Visual theme
    102112
     
    105115##################
    106116doc.loading=loading
    107 doc.filter_pages=Filter pages
    108 
    109 doc.edit_content=Edit content
    110 doc.hide_editor=Hide editor
    111 doc.edit_structure=Edit structure
    112 
    113 doc.highlightTooltip=Enable or disable search term highlighting
    114 doc.realisticBooksTooltip=Enable or disable the realistic books view
    115 doc.zoomTooltip=Enable or disable zooming images in the standard view
    116 doc.slideshowTooltip=View a slideshow of the images
    117 doc.floatingTooltip=Fix the table of contents to the right side of the screen
    118 
     117doc.filter_pages=Filter pagesx
     118doc.filter.pagenum=pagenumx
     119doc.filter.title=titlex
     120doc.highlightTooltip=Enable or disable search term highlightingx
     121doc.realisticBooksTooltip=Enable or disable the realistic books viewx
     122doc.zoomTooltip=Enable or disable zooming images in the standard viewx
     123doc.slideshowTooltip=View a slideshow of the imagesx
     124doc.floatingTooltip=Fix the table of contents to the right side of the screenx
     125doc.expand_doc=Expand documentx
     126doc.collapse_doc=Collapse documentx
    119127doc.document=Document
    120128doc.back_to_top=back to top
    121 
    122 doc.maps.nearby_docs=Show documents near here
     129doc.default_view=Default viewx
     130doc.image_view=Image viewx
     131doc.text_view=Text viewx
     132
     133doc.map_nearby_docs=Show documents near here
    123134maps.scrolllabel=Scroll through places
    124135
     
    127138external.go_forward=go forward
    128139
    129 
     140#####################
     141#  Document Editing #
     142#####################
     143
     144de.rebuilding_collection=rebuilding collectionx
     145de.no_changes=No changes detectedx
     146de.save=Save changesx
     147de.rebuild=Rebuildx
     148de.saverebuild=Save and Rebuildx
     149de.extract_pages=Extract these pages to a documentx
     150de.visible_metadata=Visible metadatax:
     151de.all_metadata=Allx
     152de.add_new_metadata=Add new metadatax
     153de.no_meta_name_given=No value given for new metadata namex
     154de.edit_metadata=edit metadatax
     155de.hide_metadata=hide metadatax
     156de.edit_content=Edit contentx
     157de.hide_editor=Hide Editorx
     158de.save_changes=Save changesx
     159de.saving=Savingx
     160de.enter_meta_name=Enter a metadata name, then click 'Add New Metadata'x
     161de.enter_meta_dropdown=Enter a metadata name, or use the down arrow to select one, then click 'Add New Metadata'x
    130162##################
    131163# authentication page
     
    162194
    163195
     196##################
     197# RSS page  #
     198###################
     199rss.page_title=RSS Feed
     200
     201##############
     202# Basket common strings
     203####################
     204basket.expand=Expand
     205basket.collapse=Collapse
     206basket.clear=Clear basket
    164207
    165208###################
    166209# Document basket #
    167210###################
    168 db.doc_basket=Document basket
     211db.doc_basket=Document Basket
    169212db.access_denied=Access Denied
    170213db.no_collection_building=You cannot use this feature of Greenstone as you do not have collection building enabled
    171214
    172215
     216#####################
     217#  Berry Baskets    #
     218#####################
     219
     220berry.title=Berry Basket
     221berry.view.full=Full View
     222berry.view.text=Text View
     223berry.view.email=Email
     224berry.help=Drag & drop berries here to add documents to your Berry Basket
     225berry.full=Full View »
     226
     227
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default2.properties

    r29433 r30781  
    122122# Document structure editor #
    123123#############################
     124dse.edit_structure=Edit structure
    124125dse.no_docs=No documents in the Document Basket
    125126dse.untitled=UNTITLED DOCUMENT
     
    127128dse.edit=edit
    128129dse.hide=hide
     130dse.undo=Undo
    129131dse.add_sub_section=add sub-section
    130132dse.duplicate=duplicate
    131133dse.error_saving=There was an error saving, aborting
    132 dse.save_changes=Save changes
    133 dse.saving=Saving
    134134dse.modifying_archives=Modifying archive files
    135135dse.empty_collection_list=List of collections to build is empty
     
    149149dse.xml_error=There was an error parsing the XML
    150150dse.browse_cannot_validate_xml=Your browser cannot handle XML validation
    151 dse.add_new_metadata=Add new metadata
    152 dse.no_value_given=No value given for new metadata name
    153151dse.create_new_document=Create new document
    154152dse.untitled_section=UNTITLED SECTION
Note: See TracChangeset for help on using the changeset viewer.