source: main/tags/2.25a/gsdl/macros/english.dm@ 32704

Last change on this file since 32704 was 1500, checked in by dmm9, 24 years ago

stuff needed by the date search interface

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 39.1 KB
Line 
1######################################################################
2#
3# English Language text and icon macros
4#
5######################################################################
6#
7# This is the main macro file for translation when creating an
8# interface in another language.
9#
10# Under the 'text macros' comments are text macros of the form:
11# _macroname_ {macro value}
12# Everything between the {} is the text to be translated. This text
13# may itself contain macros (i.e. characters other than space between
14# underscore characters, e.g. _about:numdocs_ or _textpage_). These
15# macro names occurring within text shouldn't be translated but should
16# be left as they are. Underscores or curly brackets occurring
17# naturally within the text should be escaped with a leading backslash
18# (i.e. '\_', '\{' or '\}).
19#
20# Under the 'icons' comments are macros concerned with displaying
21# icons which themselves contain text.
22# Above each macro (or group of macros) for an icon is a comment line
23# that looks something like '## "HOME" ## top_nav_button ## chome ##'.
24# The first field of the comment ("HOME" in this case) is the text
25# that appears in the english version of the icon. This is the text
26# that must be translated, nothing needs to be done to the macros
27# themselves. The other two fields of the comments are used by
28# automatic icon generating software which reads the newly translated
29# file and generates appropriate icons.
30#
31# Comment lines (other than those described above) need not be
32# translated (i.e. any lines beginning with '#', like this line).
33#
34# The simplest way to translate this file is to save it as something
35# else (e.g. french.dm) and work through translating all the text
36# macro values and icon comments.
37#
38######################################################################
39
40
41######################################################################
42# Global (base) package
43package Global
44######################################################################
45
46
47#------------------------------------------------------------
48# text macros
49#------------------------------------------------------------
50
51_textdefaultcontent_ {The requested page could not be found. Please use
52your browsers 'back' button or the above home button to return to the
53Greenstone Digital Library.}
54
55_textdefaulttitle_ {GSDL Error}
56
57_collectionextra_ {This collection contains _about:numdocs_ documents.
58It was last built _about:builddate_ days ago.}
59
60_textimagecollection_ {}
61_textimageabout_ {About page}
62_textimagehome_ {Home page}
63_textimagehelp_ {Help page}
64_textimagepref_ {Preferences page}
65_textimagegreenstone_ {Greenstone Digital Library Software}
66
67_textimagesearch_ {Search for specific terms}
68_textimageTitle_ {Browse alphabetical list of titles}
69_textimageList_ {Browse document listing}
70_textimageCreator_ {Browse alphabetical list of authors}
71_textimageSeries_ {Browse by issue}
72_textimageDate_ {Browse by date}
73_textimageSubject_ {Browse by subject category}
74_textimageTo_ {Browse by To field}
75_textimageFrom_ {Browse by From field}
76_textimageOrganization_ {Browse by organization}
77_textimageHowto_ {Browse how to categories}
78_textimageTopic_ {Browse special topic issues}
79_textimageBrowse_ {Browse}
80_textimagePeople_ {Browse alphabetical list of People}
81_textimageLanguage_ {Browse by language}
82_textimageAcronym_ {Browse acronyms}
83
84_texticontabsearchgreen_{Search}
85_texticontabdategreen_{Dates}
86_texticontabseriesgreen_{Series}
87_texticontabauthorgreen_{Authors A-Z}
88_texticontabtitlegreen_{Titles A-Z}
89_texticontablistgreen_ {Listing}
90_texticontabsubjectgreen_{Subjects}
91_texticontabtogreen_{To}
92_texticontabfromgreen_{From}
93_texticontaborggreen_{Organization}
94_texticontabhowgreen_{How to}
95_texticontabtopicgreen_{Topics}
96_texticontabbrwsegreen_{Browse}
97_texticontabPeoplegreen_{People A-Z}
98_texticontabLanguagegreen_{Language}
99_texticontabAcronymgreen_{Acronyms}
100
101_texticontext_ {View the document}
102_texticonclosedbook_ {open this document and view contents}
103_texticonnext_ {to next section}
104_texticonprev_ {to previous section}
105_texticonmsword_ {View the Microsoft Word document}
106_texticonpdf_ {View the PDF document}
107_texticonmidi_ {View the MIDI document}
108
109_page_ {page }
110_pages_ {pages}
111_of_ { of }
112_vol_ {Volume}
113_num_ {Number}
114
115_textmonth00_ {}
116_textmonth01_ {January}
117_textmonth02_ {February}
118_textmonth03_ {March}
119_textmonth04_ {April}
120_textmonth05_ {May}
121_textmonth06_ {June}
122_textmonth07_ {July}
123_textmonth08_ {August}
124_textmonth09_ {September}
125_textmonth10_ {October}
126_textmonth11_ {November}
127_textmonth12_ {December}
128
129_Document_ {Document}
130_Section_ {Section}
131_Paragraph_ {Paragraph}
132
133_magazines_ {Magazines}
134
135_nzdlpagefooter_ {<p>_iconblankbar_
136<p><a href="http://www.nzdl.org">New Zealand Digital Library Project</a>
137<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
138<a href="http://www.waikato.ac.nz">University of Waikato</a>,
139New Zealand}
140
141#------------------------------------------------------------
142# icons
143#------------------------------------------------------------
144
145## "HOME" ## top_nav_button ## chome ##
146_httpiconchomeof_ {_httpimg_/chomeof.gif}
147_httpiconchomeon_ {_httpimg_/chomeon.gif}
148_widthchomex_ {43}
149_heightchomex_ {20}
150
151## "HELP" ## top_nav_button ## chelp ##
152_httpiconchelpof_ {_httpimg_/chelpof.gif}
153_httpiconchelpon_ {_httpimg_/chelpon.gif}
154_widthchelpx_ {36}
155_heightchelpx_ {20}
156
157## "PREFERENCES" ## top_nav_button ## cpref ##
158_httpiconcprefof_ {_httpimg_/cprefof.gif}
159_httpiconcprefon_ {_httpimg_/cprefon.gif}
160_widthcprefx_ {87}
161_heightcprefx_ {20}
162
163## "help" ## green_title ## h_help ##
164_httpiconhhelp_ {_httpimg_/h\_help.gif}
165_widthhhelp_ {200}
166_heighthhelp_ {57}
167
168## "authors a-z" ## nav_bar_button ## tauth ##
169_httpicontauthgr_ {_httpimg_/tauthgr.gif}
170_httpicontauthof_ {_httpimg_/tauthof.gif}
171_httpicontauthon_ {_httpimg_/tauthon.gif}
172_widthtauthx_ {110}
173_heighttauthx_ {17}
174
175## "series" ## nav_bar_button ## tser ##
176_httpicontsergr_ {_httpimg_/tsergr.gif}
177_httpicontserof_ {_httpimg_/tserof.gif}
178_httpicontseron_ {_httpimg_/tseron.gif}
179_widthtserx_ {87}
180_heighttserx_ {17}
181
182## "dates" ## nav_bar_button ## tdate ##
183_httpicontdategr_ {_httpimg_/tdategr.gif}
184_httpicontdateof_ {_httpimg_/tdateof.gif}
185_httpicontdateon_ {_httpimg_/tdateon.gif}
186_widthtdatex_ {87}
187_heighttdatex_ {17}
188
189## "subjects" ## nav_bar_button ## tsubj ##
190_httpicontsubjgr_ {_httpimg_/tsubjgr.gif}
191_httpicontsubjon_ {_httpimg_/tsubjon.gif}
192_httpicontsubjof_ {_httpimg_/tsubjof.gif}
193_widthtsubjx_ {87}
194_heighttsubjx_ {17}
195
196## "to" ## nav_bar_button ## tto ##
197_httpiconttogr_ {_httpimg_/ttogr.gif}
198_httpiconttoon_ {_httpimg_/ttoon.gif}
199_httpiconttoof_ {_httpimg_/ttoof.gif}
200_widthttox_ {87}
201_heightttox_ {17}
202
203## "from" ## nav_bar_button ## tfrom ##
204_httpicontfromgr_ {_httpimg_/tfromgr.gif}
205_httpicontfromon_ {_httpimg_/tfromon.gif}
206_httpicontfromof_ {_httpimg_/tfromof.gif}
207_widthtfromx_ {87}
208_heighttfromx_ {17}
209
210## "organization" ## nav_bar_button ## torg ##
211_httpicontorggr_{_httpimg_/torggr.gif}
212_httpicontorgon_{_httpimg_/torgon.gif}
213_httpicontorgof_{_httpimg_/torgof.gif}
214_widthtorgx_ {109}
215_heighttorgx_ {17}
216
217## "how to" ## nav_bar_button ## thow ##
218_httpiconthowgr_{_httpimg_/thowgr.gif}
219_httpiconthowon_{_httpimg_/thowon.gif}
220_httpiconthowof_{_httpimg_/thowof.gif}
221_widththowx_ {87}
222_heightthowx_ {17}
223
224## "topic" ## nav_bar_button ## ttopic ##
225_httpiconttopicgr_{_httpimg_/ttopicgr.gif}
226_httpiconttopicon_{_httpimg_/ttopicon.gif}
227_httpiconttopicof_{_httpimg_/ttopicof.gif}
228_widthttopicx_ {87}
229_heightttopicx_ {17}
230
231## "browse" ## nav_bar_button ## tbrwse ##
232_httpicontbrwsegr_{_httpimg_/tbrwsegr.gif}
233_httpicontbrwseon_{_httpimg_/tbrwseon.gif}
234_httpicontbrwseof_{_httpimg_/tbrwseof.gif}
235_widthtbrwsex_ {87}
236_heighttbrwsex_ {17}
237
238## "search" ## nav_bar_button ## tsrch ##
239_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
240_httpicontsrchof_ {_httpimg_/tsrchof.gif}
241_httpicontsrchon_ {_httpimg_/tsrchon.gif}
242_widthtsrchx_ {87}
243_heighttsrchx_ {17}
244
245## "titles a-z" ## nav_bar_button ## ttitl ##
246_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
247_httpiconttitlof_ {_httpimg_/ttitlof.gif}
248_httpiconttitlon_ {_httpimg_/ttitlon.gif}
249_widthttitlx_ {87}
250_heightttitlx_ {17}
251
252## "people" ## nav_bar_button ## tpeop ##
253_httpicontpeopgr_ {_httpimg_/tpeopgr.gif}
254_httpicontpeopof_ {_httpimg_/tpeopof.gif}
255_httpicontpeopon_ {_httpimg_/tpeopon.gif}
256_widthtpeopx_ {97}
257_heighttpeopx_ {17}
258
259## "language" ## nav_bar_button ## tlang ##
260_httpicontlanggr_ {_httpimg_/tlanggr.gif}
261_httpicontlangon_ {_httpimg_/tlangon.gif}
262_httpicontlangof_ {_httpimg_/tlangof.gif}
263_widthtlangx_ {87}
264_heighttlangx_ {17}
265
266## "acronym" ## nav_bar_button ## tacro ##
267_httpicontacrogr_ {_httpimg_/tacrogr.gif}
268_httpicontacroof_ {_httpimg_/tacroof.gif}
269_httpicontacroon_ {_httpimg_/tacroon.gif}
270_widthtacrox_ {87}
271_heighttacrox_ {17}
272
273
274
275
276
277######################################################################
278# 'about' page
279package about
280######################################################################
281
282
283#------------------------------------------------------------
284# text macros
285#------------------------------------------------------------
286
287_textabcol_ {About this collection}
288
289_textsubcols1_ {<p>The complete collection comprises _1_ subcollections:
290<blockquote>}
291
292_textsubcols2_ {</blockquote>
293You can check (and alter) which subcollections you are
294currently using on the Preferences page.}
295
296
297#------------------------------------------------------------
298# icons
299#------------------------------------------------------------
300
301## "about" ## green_title ## h_about ##
302_httpiconhabout_ {_httpimg_/h\_about.gif}
303_widthhabout_ {200}
304_heighthabout_ {57}
305
306
307
308######################################################################
309# document package
310package document
311######################################################################
312
313
314#------------------------------------------------------------
315# text macros
316#------------------------------------------------------------
317
318_textTitlepage_ {_texticonhtitle_}
319_textCreatorpage_ {_texticonhauth_}
320_textSubjectpage_ {_texticonhsubj_}
321_textTopage_ {_texticonhto_}
322_textFrompage_ {_texticonhfrom_}
323_textSeriespage_ {_texticonhser_}
324_textDatepage_ {_texticonhdate_}
325_textHowtopage_ {_texticonhhow_}
326_textOrganizationpage_ {_texticonhorg_}
327_textBrowsepage_ {_texticonhbrwse_}
328_textPeoplepage_ {_texticonhpeople_}
329_textLanguagepage_ {_texticonhlanguage_}
330_textAcronympage_ {_texticonhacronym_}
331
332_texticonhtitle_ {Titles A-Z}
333_texticonhauth_ {Authors A-Z}
334_texticonhsubj_ {Subjects}
335_texticonhto_ {To}
336_texticonhfrom_ {From}
337_texticonhser_ {Series}
338_texticonhdate_ {Dates}
339_texticonhhow_ {How to}
340_texticonhorg_ {Organizations}
341_texticonhbrwse_ {Browse}
342_texticonhpeople_ {People A-Z}
343_texticonhlanguage_ {Languages}
344_texticonhacronym_ {Acronyms}
345
346_texticonopenbookshelf_ {close this section of the library}
347_texticonclosedbookshelf_ {open this section of the library and view contents}
348_texticonopenbook_ {close this book}
349_texticonclosedfolder_ {Open this folder and view contents}
350_texticonclosedfolder2_ {open sub-section: }
351_texticonopenfolder_ {close this folder}
352_texticonopenfolder2_ {close sub-section: }
353_texticonsmalltext_ {View this section of the text}
354_texticonsmalltext2_ {view text: }
355_texticonpointer_ {current section}
356_texticondetach_ {Open this page in a new window}
357_texticonhighlight_ {Highlight search terms}
358_texticonnohighlight_ {Don't highlight search terms}
359_texticoncontracttoc_ {Collapse table of contents}
360_texticonexpandtoc_ {Expand table of contents}
361_texticonexpandtext_ {Display all text}
362_texticoncontracttext_ {Display text only for currently selected section}
363_texticonwarning_ {<b>Warning: </b>}
364_texticoncont_ {continue?}
365
366_textltwarning_ {
367<p><center>
368<table cellspacing=0 cellpadding=0 width=_pagewidth_>
369<tr valign=top><td>_iconwarning_Expanding the text here will generate a large
370amount of data for your browser to display _imagecont_
371</td></tr></table></center>
372}
373
374_textgoto_ {go to page}
375_textintro_ { <i>(introductory text)</i>}
376
377
378#------------------------------------------------------------
379# icons
380#------------------------------------------------------------
381
382## "titles a-z" ## green_title ## h_title ##
383_httpiconhtitle_ {_httpimg_/h\_title.gif}
384_widthhtitle_ {200}
385_heighthtitle_ {57}
386
387## "authors a-z" ## green_title ## h_auth ##
388_httpiconhauth_ {_httpimg_/h\_auth.gif}
389_widthhauth_ {200}
390_heighthauth_ {57}
391
392## "subjects" ## green_title ## h_subj ##
393_httpiconhsubj_ {_httpimg_/h\_subj.gif}
394_widthhsubj_ {200}
395_heighthsubj_ {57}
396
397## "to" ## green_title ## h_to ##
398_httpiconhto_ {_httpimg_/h\_to.gif}
399_widthhto_ {200}
400_heighthto_ {57}
401
402## "from" ## green_title ## h_from ##
403_httpiconhfrom_ {_httpimg_/h\_from.gif}
404_widthhfrom_ {200}
405_heighthfrom_ {57}
406
407## "series" ## green_title ## h_ser ##
408_httpiconhser_ {_httpimg_/h\_ser.gif}
409_widthhser_ {200}
410_heighthser_ {57}
411
412## "dates" ## green_title ## h_date ##
413_httpiconhdate_ {_httpimg_/h\_date.gif}
414_widthhdate_ {200}
415_heighthdate_ {57}
416
417## "how to" ## green_title ## h_how ##
418_httpiconhhow_ {_httpimg_/h\_how.gif}
419_widthhhow_ {200}
420_heighthhow_ {57}
421
422## "topics" ## green_title ## h_topic ##
423_httpiconhtopic_ {_httpimg_/h\_topic.gif}
424_widthhtopic_ {200}
425_heighthtopic_ {57}
426
427## "organization" ## green_title ## h_org ##
428_httpiconhorg_ {_httpimg_/h\_org.gif}
429_widthhorg_ {250}
430_heighthorg_ {57}
431
432## "browse" ## green_title ## h_brwse ##
433_httpiconhbrwse_ {_httpimg_/h\_brwse.gif}
434_widthhbrwse_ {200}
435_heighthbrwse_ {57}
436
437## "people" ## green_title ## h_people ##
438_httpiconhpeople_ {_httpimg_/h\_people.gif}
439_widthhpeople_ {200}
440_heighthpeople_ {57}
441
442## "languages" ## green_title ## h_lang ##
443_httpiconhlanguage_ {_httpimg_/h\_lang.gif}
444_widthhlanguage_ {200}
445_heighthlanguage_ {57}
446
447## "acronyms" ## green_title ## h_acro ##
448_httpiconhacronym_ {_httpimg_/h\_acro.gif}
449_widthhacronym_ {200}
450_heighthacronym_ {57}
451
452## "CONTINUE?" ## top_nav_button ## cont ##
453_httpiconcontoff_ {_httpimg_/contoff.gif}
454_httpiconconton_ {_httpimg_/conton.gif}
455_widthcontx_ {76}
456_heightcontx_ {17}
457
458## "EXPAND TEXT" ## document_button ## eallt ##
459_httpiconealltof_ {_httpimg_/ealltof.gif}
460_httpiconeallton_ {_httpimg_/eallton.gif}
461_widthealltx_ {65}
462_heightealltx_ {30}
463
464## "CONTRACT CONTENTS" ## document_button ## econc ##
465_httpiconeconcof_ {_httpimg_/econcof.gif}
466_httpiconeconcon_ {_httpimg_/econcon.gif}
467_widtheconcx_ {65}
468_heighteconcx_ {30}
469
470## "DETACH" ## document_button ## edtch ##
471_httpiconedtchof_ {_httpimg_/edtchof.gif}
472_httpiconedtchon_ {_httpimg_/edtchon.gif}
473_widthedtchx_ {65}
474_heightedtchx_ {30}
475
476## "EXPAND CONTENTS" ## document_button ## eexpc ##
477_httpiconeexpcof_ {_httpimg_/eexpcof.gif}
478_httpiconeexpcon_ {_httpimg_/eexpcon.gif}
479_widtheexpcx_ {65}
480_heighteexpcx_ {30}
481
482## "CONTRACT TEXT" ## document_button ## etsec ##
483_httpiconetsecof_ {_httpimg_/etsecof.gif}
484_httpiconetsecon_ {_httpimg_/etsecon.gif}
485_widthetsecx_ {65}
486_heightetsecx_ {30}
487
488## "HIGHLIGHTING" ## document_button ## ehl ##
489_httpiconehlof_ {_httpimg_/ehlof.gif}
490_httpiconehlon_ {_httpimg_/ehlon.gif}
491_widthehlx_ {65}
492_heightehlx_ {30}
493
494## "NO HIGHLIGHTING" ## document_button ## enhl ##
495_httpiconenhlof_ {_httpimg_/enhlof.gif}
496_httpiconenhlon_ {_httpimg_/enhlon.gif}
497_widthenhlx_ {65}
498_heightenhlx_ {30}
499
500
501
502######################################################################
503# 'search' page
504package query
505######################################################################
506
507
508#------------------------------------------------------------
509# text macros
510#------------------------------------------------------------
511
512# this if statement produces the text 'results n1 - nn for query: querystring' or
513# 'No matches for query: querystring', depending on whether or not there were
514# any matches
515_textquerytitle_ {_If_(_thislast_,results _thisfirst_ - _thislast_ for query: _cgiargq_,No matches for query: _cgiargq_)}
516_textnoquerytitle_ {Search page}
517
518_texticonthispage_ {search}
519_textsome_ {_If_(_cgiargb_,ranked,some)}
520_textall_ {_If_(_cgiargb_,boolean,all)}
521_texticonqueryresultsbar_ {}
522_textfreqmsg1_ {Word count: }
523_textpostprocess_ {_If_(_quotedquery_,<br><i>post-processed to find _quotedquery_</i>
524)}
525
526_textmorethan_ {More than }
527_textapprox_ {About }
528_textnodocs_ {No documents matched the query.}
529_text1doc_ {1 document matched the query.}
530_textlotsdocs_ {documents matched the query.}
531_textmatches_ {Matches }
532_textbeginsearch_ {Begin Search}
533
534# _hselection_, _jselection_ and _nselection_ are set from within the server
535# some or all of them may remain unset
536_textsimplesearch_ {Search for web pages _If_(_nselection_, in _nselection_ language)
537which contain _querytypeselection_ of the words}
538
539_textadvancedsearch_ {Search_If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
540using _querytypeselection_ query}
541
542_textjselect_ {_If_(_hselection_, of) _jselection_}
543
544_textdatesearch_ {This collection can be searched for documents within a date range, or documents that contain a particular date. This is an optional feature of the search.}
545_textstartdate_ {Start (or only) date:}
546_textenddate_ {End date:}
547_textbc_ {B.C.E.}
548_textad_ {C.E.}
549_textexplaineras_{C.E. and B.C.E are alternatives for A.D. and B.C. repsectively. These terms are considered to be culture indiscriminate, and stand for "Common Era" and "Before the Common Era"}
550
551
552_textstemon_ { (ignoring word endings)}
553_textclearhistory_ {Clear History}
554_textexpand_ {Expand}
555_textcontract_ {Contract}
556_textsearchhistory_ {Search History}
557_textquery_ {Query}
558_textresults_ {Results}
559_textview_ {View}
560_textnohistory_ {Search history not available}
561
562
563#------------------------------------------------------------
564# icons
565#------------------------------------------------------------
566
567## "search" ## green_title ## h_search ##
568_httpiconhsearch_ {_httpimg_/h\_search.gif}
569_widthhsearch_ {200}
570_heighthsearch_ {57}
571
572## "results" ## green_bar_left_aligned ## qryresb ##
573_httpiconqryresb_ {_httpimg_/qryresb.gif}
574_widthqryresb_ {_pagewidth_}
575_heightqryresb_ {17}
576
577## "display" ## hand_made ##
578_httpicondisplay_ {_httpimg_/display.gif}
579_widthdisplay_ {60}
580_heightdisplay_ {20}
581
582
583
584######################################################################
585# 'preferences' page
586package preferences
587######################################################################
588
589
590#------------------------------------------------------------
591# text macros
592#------------------------------------------------------------
593
594_textsearchprefs_ {Search preferences}
595_textcollectionprefs_ {Collection preferences}
596_textpresentationprefs_ {Presentation preferences}
597_textpreferences_ {Preferences}
598_textignorecase_ { ignore case differences}
599_textmatchcase_ { upper/lower case must match}
600_textstem_ { ignore word endings}
601_textnostem_ { whole word must match}
602_textprefop_ {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
603_textextlink_ {Access to external Web pages: }
604_textintlink_ {Source documents retrieved from:}
605_textlanguage_ {Interface language: }
606_textencoding_ {Encoding: }
607_textformat_ {Interface format: }
608_textall_ {all}
609_textsimplemode_ {simple query mode}
610_textadvancedmode_ {advanced query mode (allows boolean searching using !, &, |, and parentheses)}
611_textlinkinterm_ {through intermediate page}
612_textlinkdirect_ {go directly there}
613_textdigitlib_ {the digital library}
614_textweb_ {the web}
615_textlangeng_ {English}
616_textlanggerman_ {German}
617_textlangfrench_ {French}
618_textlangspanish_ {Spanish}
619_textlangmaori_ {M_amn_ori}
620_textlangchinese_ {Chinese}
621_textlangarabic_ {Arabic}
622_textlangportuguese_ {Portuguese}
623_textgraphical_ {Graphical}
624_texttextual_ {Textual}
625_textcollectionoption_ {<p>
626Subcollections to include:
627<br>}
628_textfcoption_ {Include navigation bar at top of document pages}
629_texthloption_ {Highlight search terms within document text}
630_texthistorydisplay_ {display search history}
631
632
633#------------------------------------------------------------
634# icons
635#------------------------------------------------------------
636
637## "preferences" ## green_title ## h_pref ##
638_httpiconhpref_ {_httpimg_/h\_pref.gif}
639_widthhpref_ {200}
640_heighthpref_ {57}
641
642
643
644######################################################################
645# 'delete search history' page
646package delhistory
647######################################################################
648
649
650#------------------------------------------------------------
651# text macros
652#------------------------------------------------------------
653
654_textdsh_ {Delete Search History}
655
656_textselectdelete_ {<a href="_httpclearhistory_&hdh=1">Delete all
657records</a> or select records to <select name=hmode><option value=save>not
658delete<option value=delete selected>delete</select><br> Records can be
659selected by typing their numbers into the box,<br> or by clicking in the
660boxes in each record.<br> Acceptable values are 1,2,3-6,7- etc }
661
662_textclearselected_ {Clear selected}
663_textselect_ {select}
664
665
666#------------------------------------------------------------
667# icons
668#------------------------------------------------------------
669
670
671
672######################################################################
673# 'help' page -- this is lower priority for translating than the
674# rest of this file
675package help
676######################################################################
677
678
679#------------------------------------------------------------
680# text macros
681#------------------------------------------------------------
682
683_textHelp_ {Help}
684_textSearchshort_ {search for particular words}
685_textSeriesshort_ {access publications by series}
686_textDateshort_ {access publications by date}
687_textSubjectshort_ {access publications by subject}
688_textToshort_ {access publications by To field}
689_textFromshort_ {access publications by From field}
690_textTitleshort_ {access publications by title}
691_textBrowseshort_ {browse publications}
692_textCreatorshort_ {access publications by author}
693_textOrganizationshort_ {access publications by organization}
694_textHowtoshort_ {access publications by how to listing}
695_textTopicshort_ {access publications by topic}
696_textPeopleshort_ {access publications by people}
697_textLanguageshort_ {access publications by language}
698_textAcronymshort_ {access publications by acronym occurance}
699_textdefaultshorttext_ {undefined classification}
700
701_textSearchlong_ { <p>You can <i>search for particular words</i> that
702appear in the text from the "search" page. This is the first page that
703comes up when you begin, and can be reached from other pages by pressing
704the <i>search</i> button. }
705
706_textTitlelong_ { <p>You can <i>access publications by title</i> by
707pressing the <i>titles a-z</i> button. This brings up a list of books in
708alphabetic order. }
709
710_textOrganizationlong_ { <p>You can <i>access publications by
711organization</i> by pressing the <i>organization</i> button. This brings
712up a list of organizations. }
713
714_textHowtolong_ { <p>You can <i>access publications by how to listing</i>
715by pressing the <i>how to</i> button. This brings up a list of how to
716strings. }
717
718_textCreatorlong_ { <p>You can <i>access publications by author</i> by
719pressing the <i>authors a-z</i> button. This brings up a list of books,
720sorted by author name. }
721
722_textTopiclong_ { <p>You can <i>access publications by topic</i> by
723pressing the <i>topic</i> button. This brings up a list of topics to
724browse. }
725
726_textSubjectlong_ { <p>You can <i>access publications by subject</i> by
727pressing the <i>subjects</i> button. This brings up a list of subjects,
728represented by bookshelves. }
729
730_textTolong_ { <p>You can <i>access publications by To field</i> by
731pressing the <i>to</i> button. This brings up a list of addressees. }
732
733_textFromlong_ { <p>You can <i>access publications by From field</i> by
734pressing the <i>from</i> button. This brings up a list of senders. }
735
736_textSerieslong_ { <p>You can <i>access publications by series</i> by
737pressing the <i>series</i> button. This brings up a list of those series
738which are currently in the collection. }
739
740_textDatelong_ { <p>You can <i>access publications by date</i> by pressing
741the <i>dates</i> button. This brings up a list of all the issues, sorted
742chronologically. }
743
744_textBrowselong_ { <p>You can <i>browse publications</i> by pressing the
745<i>browse</i> button. }
746
747_textPeoplelong_ { <p>You can <i>access publications by people</i> by
748pressing the <i>people a-z</i> button. This brings up a list of entries,
749sorted by surname. }
750
751_textLanguagelong_ { <p>You can <i>access publications by language</i> by
752pressing the <i>languages</i> button. This brings up a list of entries,
753sorted by language. }
754
755_textAcronymlong_ { <p>You can <i>access publications by acronym occurance</i> by
756pressing the <i>acronyms</i> button. This brings up a list of the acronyms,
757and the places that they occur. }
758
759_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
760publications (listing is sorted by an unknown field). }
761
762_texthelptopics_ {
763<h2 align=left>Topics</h2>
764<ul>
765 <li><a href="\#finding-information">_textsimplehelpheading_</a>
766 _topicreadingdocs_
767 <li><a href="\#searching">How to search for particular words</a>
768<ul>
769 <li><a href="\#query-terms">Search terms</a>
770 <li><a href="\#query-type">Query type</a>
771 <li><a href="\#scope-of-queries">Scope of queries</a>
772</ul>
773 <li><a href="\#datesearching">Searching with dates</a>
774<ul>
775 <li><a href="\#datesearch-howto">How to use date search</a>
776 <li><a href="\#datesearch-results">How date search results work</a>
777</ul>
778 <li><a href="\#preferences">_textchangeprefs_</a>
779<ul>
780 <li><a href="\#col-prefs">Collection preferences</a>
781 <li><a href="\#pres-prefs">Presentation preferences</a>
782 <li><a href="\#search-prefs">Search preferences</a>
783</ul>
784</ul>
785}
786
787# there are 4 versions of this section of the help text.
788# which version is used is currently set within the server
789# (it should probably use the macro language e.g. [type=book])
790# 1 = html (like fao collections) -- section is empty
791# 2 = book (like hdl collection) -- macros beginning with book
792# 3 = bibliographic (like csbib) -- macros beginning with bib
793# 4 = standard (like gberg) -- the default
794
795_topicreadingdocs_ {<li><a href="\#reading-docs">_textreadingdocs_</a>}
796
797_textreadingdocs_ {How to read the documents}
798_booktextreadingdocs_ {How to read the books}
799_bibtextreadingdocs_ {Getting more information on a bibliography item}
800
801_texthelpreadingdocs_ {
802<p>_iconblankbar_
803<a name=reading-docs>
804<h2>_textreadingdocs_</h2>
805
806<p>You can tell when you have arrived at an individual document because its
807title and author appear at the top left of the page. Beside these is the
808number of the current page, a box that allows you to select a new page, and
809forward and backward arrows.
810
811<p>Underneath is the text of the current section. When you have read
812through it, there are arrows at the bottom to take you on to the next
813section or back to the previous one.
814
815<p>Below the title and author are three buttons. Click on <i>expand
816text</i> to expand out the whole text of the current document. If the
817document is large, this could take a long time and use a lot of memory!
818Click on <i>detach</i> to make a new browser window for this
819document. (This is useful if you want to compare documents, or read two at
820once.) Finally, when you do a search the words you search for are
821highlighted. Click on <i>no highlighting</i> to remove the highlighting.
822<p>
823<table cellspacing="0" cellpadding="2" border="0">
824<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click on the arrow to go to the next section ...</td></tr>
825<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
826<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
827src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
828<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
829<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
830src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
831</table>
832
833}
834
835_booktexthelpreadingdocs_ {
836<p>_iconblankbar_
837<a name=reading-docs>
838<h2>_textreadingdocs_</h2>
839
840<p>You can tell when you have arrived at an individual book because there
841is a photograph of its front cover at the top left of the page. Beside the
842photograph is a table of contents with an arrow marking where you are.
843This table is expandable: click on the folders to open them or close them.
844Click on the open book at the top to close it.
845
846<p>Underneath is the text of the current section. When you have read
847through it, there are arrows at the bottom to take you on to the next
848section or back to the previous one.
849
850<p>Below the photograph are four buttons. Click on <i>expand text</i> to
851expand out the whole text of the current section, or book. If the book is
852large, this could take a long time and use a lot of memory! Click on
853<i>expand contents</i> to expand out the whole table of contents so that
854you can see the titles of all chapters and subsections. Click on
855<i>detach</i> to make a new browser window for this book. (This is useful
856if you want to compare books, or read two at once.) Finally, when you do a
857search the words you search for are highlighted. Click on <i>no
858highlighting</i> to remove highlighting.
859
860<p>
861<table cellspacing="0" cellpadding="2" border="0">
862<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
863<tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
864src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
865<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
866<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
867src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
868<tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
869src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
870<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
871<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
872src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
873<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
874<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
875</table>
876}
877
878_bibtexthelpreadingdocs_ {
879<p>_iconblankbar_
880<a name=reading-docs>
881<h2>_textreadingdocs_</h2>
882
883<p>Some bibliography items contain more information, such as an abstract.
884You can tell from the query response page if this is the case because they
885are shown with the _icontext_ icon instead of the _iconblanktext_ icon.
886
887<p>Clicking on the _icontext_ icon will give you more information about the
888bibliography item.
889
890<p> Below the bibliography item are two buttons. Click on <i>detach</i> to
891make a new browser window for this book. (This is useful if you want to compare
892bibliography items.) Finally, when you do a search the words you search for are
893highlighted. Click on <i>no highlighting</i> to remove the highlighting.
894
895<p>
896<table cellspacing="0" cellpadding="2" border="0">
897<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
898<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
899src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
900</table>
901}
902
903_texthelpsearching_ {
904<h2>How to search for particular words</h2>
905<p>
906 From the search page, you make a query in these simple steps:<p>
907
908 <ol><li>Specify what documents you want to search
909 <li>Say whether you want to search for all or just some of the words
910 <li>Type in the words you want to search for
911 <li>Click the <i>Begin Search</i> button
912 </ol>
913
914<p>When you make a query, the titles of twenty matching documents will be shown.
915There is a button at the end to take you on to the next twenty documents. From
916there you will find buttons to take you on to the third twenty or back to the
917first twenty, and so on. Click the title of any document, or the little button
918beside it, to see it.
919
920<p>A maximum of 100 is imposed on the number of
921 documents returned. You can change this number by clicking the
922 <i>preferences</i> button at the top of the page.<p>
923
924<p>_iconblankbar_
925<a name=query-terms>
926<h3>Search terms</h3>
927
928<p>Whatever you type into the query box is interpreted as a list of words
929called "search terms." Each term contains nothing but alphabetic characters
930and digits. Terms are separated by white space. If any other characters such
931as punctuation appear, they serve to separate terms just as though they were
932spaces. And then they are ignored. You can't search for words that include
933punctuation.
934
935<p>For example, the query<p>
936 <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
937 <p>will be treated the same as<p>
938 <ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul><p>
939
940<p>_iconblankbar_
941<a name=query-type>
942<h3>Query type</h3>
943
944<p>There are two different kinds of query.
945
946<ul>
947 <li>Queries for <b>all</b> of the words. These look for documents that
948 contain all the words you have specified. Documents that satisfy the
949 query are displayed, in alphabetical order.<p>
950
951 <li>Queries for <b>some</b> of the words. Just list some terms that are
952 likely to appear in the documents you are looking for. Documents are
953 displayed in order of how closely they match the query. When determining
954
955 the degree of match,
956
957 <p><ul>
958 <li> the more search terms a document contains, the closer it matches;
959 <li> rare terms are more important than common ones;
960 <li> short documents match better than long ones.
961 </ul>
962</ul>
963
964<p>Use as many search terms as you like--a whole sentence, or even a
965whole paragraph. If you specify only
966one term, documents will be ordered by its frequency of occurrence.<p>
967_texthelpscope_
968}
969
970_textdatesearch_{Searching with Dates}
971
972_texthelpdatesearch_{<h2>_textdatesearch_</h2>
973Date search lets you find documents that, as well as matching your search
974terms, are about events within a certain timeframe. You can search for
975documents from a certain year or from a range of years. Note that you do not
976have to have any search terms -- you can search by date alone; and also that
977you do not have to use dates in your search, if you do not type any dates in it
978 is just the same as if the date search didn't exist.<p>
979
980<p>_iconblankbar_
981<a name=datesearch-howto>
982<h3>How to use this feature:</h3>
983<ul>
984 <li>To search for documents about a sinlge year:<p>
985 <ul>
986 <li>Type in any ordinary search terms as you normally would.
987 <li>Type the year you want into the "Start (or only) date" box.
988 <li>If your date is from before the common era (also known as before
989 Christ), choose the B.C.E option from the pulldown menu next to that
990 box.
991 <li>Begin your search as you ordinarily would.
992 </ul>
993<p><li>To search for documents abou a time period or range of years:<p>
994 <ul>
995 <li>Type in any ordinary search terms as you normally would.
996 <li>Type the earlier date into the "Start (or only) date" box.
997 <li>Type the later date into the "End date" box.
998 <li>Select "B.C.E from the pulldown menu next to any date from before
999 the common era (also known as before Christ).
1000 <li>Begin your search as you ordinarily would.
1001 </ul>
1002</ul><p>
1003
1004<p>_iconblankbar_
1005<a name=datesearch-results>
1006<h3>The way results of your search work</h3>
1007
1008Generally speaking a search for documents about the year 1903 will not return documents that, say, reference books written in 1903, just documents about 1903. However, the way that the documents' dates are found, it will return documents that have a date range (for example 1899-1911) that includes 1903, and also those documents which, as part of their text name the century that 1903 is a part of (for example 20th century or twentieth century). This means that for some documents, the dates in your search will not actually appear in the document text. For a range search, all of this applies to every date in the range.<p>
1009}
1010
1011_textchangeprefs_ {Changing your preferences}
1012
1013_texthelppreferences_ {<h2>_textchangeprefs_</h2>
1014
1015<p>When you click the <i>preferences</i> button at the top of the page you will
1016be able to change some features of the interface to suit your own requirements.
1017
1018<p>_iconblankbar_
1019<a name=col-prefs>
1020<h3 align=left>Collection preferences</h3>
1021
1022Some collections comprise several subcollections, which can be searched
1023independently or together, as one unit. If so, you can select which
1024subcollections to include in your searches on the Preferences page.
1025
1026<p>_iconblankbar_
1027<a name=pres-prefs>
1028<h3 align=left>Presentation preferences</h3>
1029
1030Depending on the particular collection, there may be several options you can
1031set that control the presentation.
1032
1033Collections of Web pages allow you to suppress the Greenstone navigation bar at
1034the top of each document page, so that once you have done a search you land at
1035the exact Web page that matches without any Greenstone header. To do another
1036search you will have to use your browser's "back" button. These collections
1037also allow you to suppress Greenstone's warning message when you click a link
1038that takes you out of the digital library collection and on to the Web itself.
1039And in some Web collections you can control whether the links on the "Search
1040Results" page take you straight to the actual URL in question, rather than to
1041the digital library's copy of the page.
1042
1043Collections that are capable of being presented in different languages allow
1044you to specify the interface language. If the language is Chinese, you can
1045also specify which of the standard Chinese encodings your browser uses.
1046
1047Finally, all collections allow you to switch to a textual interface format
1048rather than the standard graphical one. This is particularly useful for
1049visually impaired users who use large screen fonts or speech synthesizers for
1050output.
1051
1052<p>_iconblankbar_
1053<a name=search-prefs>
1054<h3 align=left>Search preferences</h3>
1055Two pairs of buttons control the case sensitivity and stemming of the searches
1056that you make. The first set of buttons controls whether upper and lower case
1057must match (case sensitivity). The second set controls whether to ignore word
1058endings or not (stemming).
1059
1060<p>For example, if the buttons <i>ignore case differences</i> and
1061<i>ignore word endings</i> are selected, the query<p>
1062 <ul><kbd>African building</kbd></ul>
1063 <p>will be treated the same as<p>
1064 <ul><kbd>africa builds</kbd></ul><p>
1065 because the uppercase letter in "African" will be transformed to
1066 lowercase, and the suffixes "n" and "ing" will be removed from
1067 "African" and "building" respectively (also, "s" would be removed from
1068 "builds").
1069
1070<p>You can also switch to an "advanced" query mode which allows you to
1071combine terms using AND (&), OR (|), and NOT (!). This allows you to
1072specify more precise queries.
1073
1074<p>Finally, you can control the number of hits returned, and the number
1075presented on each screenful.
1076
1077}
1078
1079_texttanumbrowseoptions_ {There are _numbrowseoptions_ ways to find information in this collection:}
1080
1081_textsimplehelpheading_ {How to find information}
1082
1083_texthelpscope_ {
1084<p>_iconblankbar_
1085<a name=scope-of-queries>
1086<h3 align=left>Scope of queries</h3>
1087
1088<p>
1089In most collections you can choose different indexes to search. For example, there might
1090be author or title indexes. Or there might be chapter or paragraph indexes. Generally,
1091the full matching document is returned regardless of which index you search.
1092<p>If documents are books, they will be opened at the appropriate place.
1093}
Note: See TracBrowser for help on using the repository browser.