Changeset 12017


Ignore:
Timestamp:
2006-07-05T16:30:15+12:00 (18 years ago)
Author:
davidb
Message:

Better sharing of shared macro definitions between the collector and the
depository, through the "abstract" the wizard.

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

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

    r11999 r12017  
    521521<table width=_pagewidth_>
    522522<tr><td>
    523 </td></tr>
    524 <tr><td>
    525 _depositorbar_
     523_textfailmsg_
     524</td></tr>
     525<tr><td>
    526526</td></tr>
    527527</table></center>
  • trunk/gsdl/macros/english2.dm

    r11999 r12017  
    311311_textseconds_ {seconds}
    312312
     313_textfailmsg11_ {
     314The collection could not be built as it contains no data. Make sure that at
     315least one of the directories or files you specified on the <i>source
     316data</i> page exists and is of a type or (in the case of a directory)
     317contains files of a type, that Greenstone can process.
     318}
     319
     320_textfailmsg21_ {The collection could not be built (import.pl failed).}
     321_textfailmsg31_ {The collection could not be built (buildcol.pl failed).}
     322_textfailmsg41_ {The collection was built successfully but could not be installed.}
     323_textfailmsg71_ {An unexpected error occurred while attempting to build your collection}
     324
     325
     326_textblcont_ {The build log contains the following information:}
     327
    313328######################################################################
    314329# collectoraction
     
    562577
    563578
    564 _textfailmsg11_ {
    565 The collection could not be built as it contains no data. Make sure that at
    566 least one of the directories or files you specified on the <i>source
    567 data</i> page exists and is of a type or (in the case of a directory)
    568 contains files of a type, that Greenstone can process.
    569 }
    570 
    571 _textfailmsg21_ {The collection could not be built (import.pl failed).}
    572 _textblcont_ {The build log contains the following information:}
     579_textfailmsg11_ {_wizard:textfailmsg11_}
     580_textfailmsg21_ {_wizard:textfailmsg21_}
     581_textblcont_ {_wizard:textblcont_}
    573582
    574583_texttryagain_ {
     
    577586}
    578587
    579 _textfailmsg31_ {The collection could not be built (buildcol.pl failed).}
    580 _textfailmsg41_ {The collection was built successfully but could not be installed.}
    581 _textfailmsg71_ {An unexpected error occurred while attempting to build your collection}
     588_textfailmsg31_ {_wizard:textfailmsg31_}
     589_textfailmsg41_ {_wizard:textfailmsg41_}
     590_textfailmsg71_ {_wizard:textfailmsg71_}
     591
    582592_textretcoll_ {Return to the collector}
    583593
     
    673683
    674684######################################################################
    675 # collectoraction
     685# depositoraction
    676686package depositor
    677687######################################################################
     
    708718
    709719_textbildcancel1_ {_wizard:textbildcancel1_}
     720
     721_textfailmsg11_ {_wizard:textfailmsg11_}
     722_textfailmsg21_ {_wizard:textfailmsg21_}
     723_textblcont_ {_wizard:textblcont_}
     724
     725_texttryagain_ {
     726Please <a href="_httppagedepositor_" target=_top>restart the depositor</a>
     727and try again.
     728}
     729
     730_textfailmsg31_ {_wizard:textfailmsg31_}
     731_textfailmsg41_ {_wizard:textfailmsg41_}
     732_textfailmsg71_ {_wizard:textfailmsg71_}
     733
     734_textretcoll_ {Return to the depositor}
     735
     736_texttmpfail_ {
     737The depositor failed to read from or write to a temporary file or
     738directory. Possible causes are:
     739<ul>
     740<li> Greenstone does not have read/write access to the _gsdlhome_/tmp
     741     directory.
     742</ul>
     743}
     744
    710745
    711746######################################################################
Note: See TracChangeset for help on using the changeset viewer.