Changeset 13040


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

Location:
trunk/gsdl/macros
Files:
2 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
  • trunk/gsdl/macros/english2.dm

    r12550 r13040  
    2121_colnotbuilt_ {Collection not built.}
    2222
    23 _textpagetitle_ {Greenstone Digital Library}
    24 _textadmin_ {Administration Page}
    25 _textabgs_ {About Greenstone}
    26 _textgsdocs_ {Greenstone Documentation}
    27 
    28 _textdescrgli_ {
    29 Helps you create new collections, modify or add to existing ones, or delete
    30 collections
    31 }
    32 
    33 _textdescrcollector_ {
    34 This predates the librarian interface, and for most practical purposes the librarian interface should be used instead
    35 }
    36 
    37 _textdescrdepositor_  {
    38 Helps you to add documents to existing collections
    39 }
    40 
    41 _textdescrtranslator_ {
    42 Helps you keep the multilingual versions of the Greenstone interface
    43 up to date
    44 }
    45 
    46 _textdescradmin_ {
    47 Allows you to add new users, summarizes the collections in the system,
    48 gives technical information on the Greenstone installation
    49 }
    50 
    51 _textdescrgogreenstone_ {
    52 Tells you about the Greenstone software and the New Zealand Digital Library
    53 Project where it originated
    54 }
    55 
    56 _textdescrgodocs_ {Greenstone manuals}
     23### taken from here
    5724
    5825_textpoem_ {
     
    339306_textdefaultstructure_ {default structure}
    340307_textmore_ {more}
    341 _textcollector_ {The Collector}
    342308_textinfo_ {Collection information}
    343309_textsrce_ {Source data}
     
    687653######################################################################
    688654
    689 _textdepositor_ {The Depositor}
    690655
    691656_textdepositorblurb_ {
     
    11211086#------------------------------------------------------------
    11221087   
    1123 _textgti_ {The Greenstone Translator Interface}
    1124 
    11251088_textgtierror_ {An error has occurred}
    11261089
     
    11941157package gli
    11951158
    1196 _textgli_ {The Librarian Interface}
    11971159_textglilong_ {the greenstone librarian interface}
    11981160_textglihelp_ {
Note: See TracChangeset for help on using the changeset viewer.