Changeset 3879


Ignore:
Timestamp:
2003-03-14T08:49:46+13:00 (21 years ago)
Author:
dana
Message:

added interface texts for complain stuff

File:
1 edited

Legend:

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

    r3857 r3879  
    77# This is the main macro file for translation when creating an
    88# interface in another language.
    9 #
     9
    1010# Under the 'text macros' comments are text macros of the form:
    1111# _macroname_ {macro value}
     
    7878_textimagepref_ {Preferences page}
    7979_textimagegreenstone_ {Greenstone Digital Library Software}
     80_textimageusab_ {I'd like to complain}
    8081
    8182_textimagesearch_ {Search for specific terms}
     
    184185_httpiconcprefof_ {_httpimg_/cprefof.gif}
    185186_httpiconcprefon_ {_httpimg_/cprefon.gif}
     187
     188## "I'D LIKE TO COMPLAIN" ## top_nav_button ## cusab ##
     189_httpiconcusabof_ {_httpimg_/cusabof.gif}
     190_httpiconcusabon_ {_httpimg_/cusabon.gif}
     191
    186192
    187193## "help" ## green_title ## h_help ##
     
    12171223<p>If documents are books, they will be opened at the appropriate place.
    12181224}
     1225
     1226package Global
     1227
     1228############################################################################
     1229#
     1230# This stuff is only used by the usability (I'd like to Complain) stuff
     1231#
     1232############################################################################
     1233
     1234_greenstoneusabilitytext_ {Greenstone Usability}
     1235
     1236_textonlyusabinterface_ {<p>You are about to tell us that you have found this web page confusing or frustrating. We promise not to take any information other than information about this web page and how you are viewing it. <p>Would you still like to send this data?}
     1237
     1238_texterror_ {error}
     1239_textyes_{Yes}
     1240_textno_{No}
     1241_textclosewindow_{Close Window}
     1242_textabout_ {About}
     1243_textprivacy_ {Privacy}
     1244_textsend_ {Send}
     1245_textdontsend_{Don\\'t Send}
     1246_textoptionally_{Optionally}
     1247
     1248_textunderdev_{This functionality is still under development, and has not yet been properly researched.  Please try again later.}
     1249
     1250_textviewdetails_{View Details}
     1251_textmoredetails_{More Details}
     1252_texttrackreport_{Track this report}
     1253_textcharacterise_{Characterise the problem}
     1254_textseverity_{How bad is the problem}
     1255 
     1256_textbadrender_{Bad rendering}
     1257_textcontenterror_{Content error}
     1258_textstrangebehaviour_{Strange behaviour}
     1259_textunexpected_{Something unexpected happened}
     1260_textfunctionality_{Hard to find functionality}
     1261
     1262_textmajor_{Serious}
     1263_textmedium_{Medium}
     1264_textminor_{Minor}
     1265_texttrivial_{Trivial}
     1266
     1267_textwhatdoing_{What were you trying to do?}
     1268_textwhatexpected_{What did you expect to happen?}
     1269_textwhathappened_{What actually happened?}
     1270
     1271_cannotfindcgierror_ {<h2>Sorry!</h2>Can\\'t find the server programs for the &quot;I\\'d Like to Complain&quot; button.}
     1272
     1273_textusabbanner_ {the Greenstone koru-style banner}
     1274
     1275package Usability
     1276
     1277_textaboutusabilitypagetitle_{About the &quot;I'd like to Complain&quot; button}
     1278_textaboutusabilitytitle_{About the &quot;I'd like to Complain&quot; button}
     1279_textaboutusability_{
     1280Many open source projects suffer because normal users find the software they produce hard to use; studies have shown that Greenstone is one of these projects.  The &quot;I'd like to Complain&quot; button is an attempt by members of the Greenstone project to involve the users of Greenstone in making the software easier to use.
     1281<p>Every time you send data about the Greenstone interface, some information is collected about what you were doing in Greenstone at the time (this is available from the URL or web address of the Greenstone page where you clicked the button), a little about the browser you were using and the screen settings, and the time.  This information can hopefully help the people working on the Greenstone project to figure out what caused the problems you had, and how to fix it.
     1282
     1283<p>If you would like to know more about this, please <a href="mailto:dmn&#064;cs.waikato.ac.nz">contact us</a>
     1284 
     1285<p>For more information about privacy please see <a href="_gwcgi_?e=_compressedoptions_&a=p&p=Privacy">our privacy policy</a>.
     1286}
     1287
     1288package Privacy
     1289
     1290_textaboutprivacypagetitle_ {Privacy Policy}
     1291_textaboutprivacytitle_ {Privacy Policy}
     1292_textaboutprivacy_{
     1293Privacy is an important concern to us.  We assure you that we will take no information that can lead to your personal identification. Any information taken will be used strictly for research purposes, and no identifying information will be published.
     1294<p>The information we take will have a timestamp on it, and may be correlated with your activity <i>within Greenstone</i> around the time you made your complaint.  No information about anything other than Greenstone will be taken.
     1295
     1296<p>If you would like to know more about this, please <a href="mailto:dmn&#064;cs.waikato.ac.nz">contact us</a>
     1297 
     1298<p>For more information about this work please see <a href="_gwcgi_?e=_compressedoptions_&a=p&p=Usability">our about page</a>.
     1299
     1300}
     1301
     1302
     1303
     1304
Note: See TracChangeset for help on using the changeset viewer.