Changeset 13691


Ignore:
Timestamp:
2007-01-19T13:42:17+13:00 (17 years ago)
Author:
mdewsnip
Message:

Added strings and macros for the new "offline translation" GTI page.

Location:
trunk/gsdl/macros
Files:
2 edited

Legend:

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

    r13671 r13691  
    10931093_textgtidownloadtargetfile_ {Download file}
    10941094_textgtiviewtargetfileinaction_ {View this file in action}
     1095_textgtitranslatefileoffline_ {Translate this file offline}
    10951096
    10961097_textgtinumchunksmatchingquery_ {Number of text fragments matching the query}
     
    11161117_textgtitranslationfilecomplete_ {Thank you for updating this file -- it is now complete!<p>You can download a copy of this file using the link above, and it will also be included in future releases of Greenstone.}
    11171118
     1119_textgtiofflinetranslation_ {
     1120You can translate this part of Greenstone offline using a Microsoft Excel spreadsheet file:
     1121
     1122<ol>
     1123<li>Download <a href="_gwcgi_?a=gti&amp;p=excel&amp;e=_compressedoptions_">this file</a>.
     1124<li>Open the downloaded file in Microsoft Excel and save as Microsoft Excel workbook (.xls) format.
     1125<li>Enter the translations in the boxes provided.
     1126<li>When you have finished translating all the strings, e-mail the .xls file to <a href="mailto:_gtiadministratoremail_">_gtiadministratoremail_</a>.
     1127</ol>
     1128}
     1129
     1130
    11181131
    11191132############
  • trunk/gsdl/macros/gti.dm

    r13687 r13691  
    22
    33package gti
     4
     5_gtiadministratoremail_ {[email protected]}
    46
    57#######################################################################
     
    105107}
    106108
     109# Content of the GTI "offline" page
     110_gtioffline_ {
     111<h2><a href="_gwcgi_?a=gti&amp;p=lang&amp;e=_compressedoptions_">_gtitargetlanguagename_</a> -- _gtitranslationfiledesc_</h2>
     112<p>
     113_textgtiofflinetranslation_
     114}
     115
    107116# Content of the GTI "core" page (with text areas for entering and updating translations)
    108117_gticore_ {
     
    164173     <a href="_gwcgi_?a=gti&amp;p=find&amp;e=_compressedoptions_">_textgticorrectexistingtranslations_</a><br>
    165174     <a href="_httpprefix_/_4_">_textgtidownloadtargetfile_</a><br>
     175     <a href="_gwcgi_?a=gti&amp;p=offline&amp;e=_compressedoptions_">_textgtitranslatefileoffline_</a><br>
    166176     _gtiviewtranslationfileinaction_
    167177  </td></tr>)
Note: See TracChangeset for help on using the changeset viewer.