Ignore:
Timestamp:
2006-10-06T13:39:26+13:00 (18 years ago)
Author:
kjdon
Message:

moved some macros from english2.dm to english.dm - they are ones to do with the buttons on the home page, which I think are important enough to go into the main macro file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/english.dm

    r12877 r13040  
    204204
    205205######################################################################
     206# 'home' page
     207package home
     208######################################################################
     209
     210_textpagetitle_ {Greenstone Digital Library}
     211_textadmin_ {Administration Page}
     212_textabgs_ {About Greenstone}
     213_textgsdocs_ {Greenstone Documentation}
     214
     215_textdescradmin_ {
     216Allows you to add new users, summarizes the collections in the system,
     217gives technical information on the Greenstone installation
     218}
     219
     220_textdescrgogreenstone_ {
     221Tells you about the Greenstone software and the New Zealand Digital Library
     222Project where it originated
     223}
     224
     225_textdescrgodocs_ {Greenstone manuals}
     226
     227#####################################################################
     228# some macros used on the home page from other packages
     229#####################################################################
     230package gli
     231
     232_textgli_ {The Librarian Interface}
     233_textdescrgli_ {
     234Helps you create new collections, modify or add to existing ones, or delete
     235collections
     236}
     237
     238package collector
     239
     240_textcollector_ {The Collector}
     241_textdescrcollector_ {
     242This predates the librarian interface, and for most practical purposes the librarian interface should be used instead
     243}
     244
     245package depositor
     246
     247_textdepositor_ {The Depositor}
     248_textdescrdepositor_  {
     249Helps you to add documents to existing collections
     250}
     251
     252package gti
     253
     254_textgti_ {The Greenstone Translator Interface}
     255_textdescrtranslator_ {
     256Helps you keep the multilingual versions of the Greenstone interface
     257up to date
     258}
     259
     260
     261######################################################################
    206262# 'about' page
    207263package about
Note: See TracChangeset for help on using the changeset viewer.