source: main/tags/2.27/gsdl/macros/english.dm@ 26678

Last change on this file since 26678 was 1556, checked in by nzdl, 24 years ago

* empty log message *

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 39.2 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_ {Vol.}
113_num_ {No.}
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
537_textsimplesearch_ {Search for _If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
538which contain _querytypeselection_ of the words}
539
540_textadvancedsearch_ {Search_If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_)_If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
541using _querytypeselection_ query}
542
543_textjselect_ {_If_(_hselection_, of) _jselection_}
544
545_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.}
546_textstartdate_ {Start (or only) date:}
547_textenddate_ {End date:}
548_textbc_ {B.C.E.}
549_textad_ {C.E.}
550_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"}
551
552
553_textstemon_ { (ignoring word endings)}
554_textclearhistory_ {Clear History}
555_textexpand_ {Expand}
556_textcontract_ {Contract}
557_textsearchhistory_ {Search History}
558_textquery_ {Query}
559_textresults_ {Results}
560_textview_ {View}
561_textnohistory_ {Search history not available}
562
563
564#------------------------------------------------------------
565# icons
566#------------------------------------------------------------
567
568## "search" ## green_title ## h_search ##
569_httpiconhsearch_ {_httpimg_/h\_search.gif}
570_widthhsearch_ {200}
571_heighthsearch_ {57}
572
573## "results" ## green_bar_left_aligned ## qryresb ##
574_httpiconqryresb_ {_httpimg_/qryresb.gif}
575_widthqryresb_ {_pagewidth_}
576_heightqryresb_ {17}
577
578## "display" ## hand_made ##
579_httpicondisplay_ {_httpimg_/display.gif}
580_widthdisplay_ {60}
581_heightdisplay_ {20}
582
583
584
585######################################################################
586# 'preferences' page
587package preferences
588######################################################################
589
590
591#------------------------------------------------------------
592# text macros
593#------------------------------------------------------------
594
595_textsearchprefs_ {Search preferences}
596_textcollectionprefs_ {Collection preferences}
597_textpresentationprefs_ {Presentation preferences}
598_textpreferences_ {Preferences}
599_textignorecase_ { ignore case differences}
600_textmatchcase_ { upper/lower case must match}
601_textstem_ { ignore word endings}
602_textnostem_ { whole word must match}
603_textprefop_ {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
604_textextlink_ {Access to external Web pages: }
605_textintlink_ {Source documents retrieved from:}
606_textlanguage_ {Interface language: }
607_textencoding_ {Encoding: }
608_textformat_ {Interface format: }
609_textall_ {all}
610_textsimplemode_ {simple query mode}
611_textadvancedmode_ {advanced query mode (allows boolean searching using !, &, |, and parentheses)}
612_textlinkinterm_ {through intermediate page}
613_textlinkdirect_ {go directly there}
614_textdigitlib_ {the digital library}
615_textweb_ {the web}
616_textlangeng_ {English}
617_textlanggerman_ {German}
618_textlangfrench_ {French}
619_textlangspanish_ {Spanish}
620_textlangmaori_ {M_amn_ori}
621_textlangchinese_ {Chinese}
622_textlangarabic_ {Arabic}
623_textlangportuguese_ {Portuguese}
624_textlangdutch_ {Dutch}
625_textgraphical_ {Graphical}
626_texttextual_ {Textual}
627_textcollectionoption_ {<p>
628Subcollections to include:
629<br>}
630_textfcoption_ {Include navigation bar at top of document pages}
631_texthloption_ {Highlight search terms within document text}
632_texthistorydisplay_ {display search history}
633
634
635#------------------------------------------------------------
636# icons
637#------------------------------------------------------------
638
639## "preferences" ## green_title ## h_pref ##
640_httpiconhpref_ {_httpimg_/h\_pref.gif}
641_widthhpref_ {200}
642_heighthpref_ {57}
643
644
645
646######################################################################
647# 'delete search history' page
648package delhistory
649######################################################################
650
651
652#------------------------------------------------------------
653# text macros
654#------------------------------------------------------------
655
656_textdsh_ {Delete Search History}
657
658_textselectdelete_ {<a href="_httpclearhistory_&hdh=1">Delete all
659records</a> or select records to <select name=hmode><option value=save>not
660delete<option value=delete selected>delete</select><br> Records can be
661selected by typing their numbers into the box,<br> or by clicking in the
662boxes in each record.<br> Acceptable values are 1,2,3-6,7- etc }
663
664_textclearselected_ {Clear selected}
665_textselect_ {select}
666
667
668#------------------------------------------------------------
669# icons
670#------------------------------------------------------------
671
672
673
674######################################################################
675# 'help' page -- this is lower priority for translating than the
676# rest of this file
677package help
678######################################################################
679
680
681#------------------------------------------------------------
682# text macros
683#------------------------------------------------------------
684
685_textHelp_ {Help}
686_textSearchshort_ {search for particular words}
687_textSeriesshort_ {access publications by series}
688_textDateshort_ {access publications by date}
689_textSubjectshort_ {access publications by subject}
690_textToshort_ {access publications by To field}
691_textFromshort_ {access publications by From field}
692_textTitleshort_ {access publications by title}
693_textBrowseshort_ {browse publications}
694_textCreatorshort_ {access publications by author}
695_textOrganizationshort_ {access publications by organization}
696_textHowtoshort_ {access publications by how to listing}
697_textTopicshort_ {access publications by topic}
698_textPeopleshort_ {access publications by people}
699_textLanguageshort_ {access publications by language}
700_textAcronymshort_ {access publications by acronym occurance}
701_textdefaultshorttext_ {undefined classification}
702
703_textSearchlong_ { <p>You can <i>search for particular words</i> that
704appear in the text from the "search" page. This is the first page that
705comes up when you begin, and can be reached from other pages by pressing
706the <i>search</i> button. }
707
708_textTitlelong_ { <p>You can <i>access publications by title</i> by
709pressing the <i>titles a-z</i> button. This brings up a list of books in
710alphabetic order. }
711
712_textOrganizationlong_ { <p>You can <i>access publications by
713organization</i> by pressing the <i>organization</i> button. This brings
714up a list of organizations. }
715
716_textHowtolong_ { <p>You can <i>access publications by how to listing</i>
717by pressing the <i>how to</i> button. This brings up a list of how to
718strings. }
719
720_textCreatorlong_ { <p>You can <i>access publications by author</i> by
721pressing the <i>authors a-z</i> button. This brings up a list of books,
722sorted by author name. }
723
724_textTopiclong_ { <p>You can <i>access publications by topic</i> by
725pressing the <i>topic</i> button. This brings up a list of topics to
726browse. }
727
728_textSubjectlong_ { <p>You can <i>access publications by subject</i> by
729pressing the <i>subjects</i> button. This brings up a list of subjects,
730represented by bookshelves. }
731
732_textTolong_ { <p>You can <i>access publications by To field</i> by
733pressing the <i>to</i> button. This brings up a list of addressees. }
734
735_textFromlong_ { <p>You can <i>access publications by From field</i> by
736pressing the <i>from</i> button. This brings up a list of senders. }
737
738_textSerieslong_ { <p>You can <i>access publications by series</i> by
739pressing the <i>series</i> button. This brings up a list of those series
740which are currently in the collection. }
741
742_textDatelong_ { <p>You can <i>access publications by date</i> by pressing
743the <i>dates</i> button. This brings up a list of all the issues, sorted
744chronologically. }
745
746_textBrowselong_ { <p>You can <i>browse publications</i> by pressing the
747<i>browse</i> button. }
748
749_textPeoplelong_ { <p>You can <i>access publications by people</i> by
750pressing the <i>people a-z</i> button. This brings up a list of entries,
751sorted by surname. }
752
753_textLanguagelong_ { <p>You can <i>access publications by language</i> by
754pressing the <i>languages</i> button. This brings up a list of entries,
755sorted by language. }
756
757_textAcronymlong_ { <p>You can <i>access publications by acronym occurance</i> by
758pressing the <i>acronyms</i> button. This brings up a list of the acronyms,
759and the places that they occur. }
760
761_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
762publications (listing is sorted by an unknown field). }
763
764_texthelptopics_ {
765<h2 align=left>Topics</h2>
766<ul>
767 <li><a href="\#finding-information">_textsimplehelpheading_</a>
768 _topicreadingdocs_
769 <li><a href="\#searching">How to search for particular words</a>
770<ul>
771 <li><a href="\#query-terms">Search terms</a>
772 <li><a href="\#query-type">Query type</a>
773 <li><a href="\#scope-of-queries">Scope of queries</a>
774</ul>
775 <li><a href="\#datesearching">Searching with dates</a>
776<ul>
777 <li><a href="\#datesearch-howto">How to use date search</a>
778 <li><a href="\#datesearch-results">How date search results work</a>
779</ul>
780 <li><a href="\#preferences">_textchangeprefs_</a>
781<ul>
782 <li><a href="\#col-prefs">Collection preferences</a>
783 <li><a href="\#pres-prefs">Presentation preferences</a>
784 <li><a href="\#search-prefs">Search preferences</a>
785</ul>
786</ul>
787}
788
789# there are 4 versions of this section of the help text.
790# which version is used is currently set within the server
791# (it should probably use the macro language e.g. [type=book])
792# 1 = html (like fao collections) -- section is empty
793# 2 = book (like hdl collection) -- macros beginning with book
794# 3 = bibliographic (like csbib) -- macros beginning with bib
795# 4 = standard (like gberg) -- the default
796
797_topicreadingdocs_ {<li><a href="\#reading-docs">_textreadingdocs_</a>}
798
799_textreadingdocs_ {How to read the documents}
800_booktextreadingdocs_ {How to read the books}
801_bibtextreadingdocs_ {Getting more information on a bibliography item}
802
803_texthelpreadingdocs_ {
804<p>_iconblankbar_
805<a name=reading-docs>
806<h2>_textreadingdocs_</h2>
807
808<p>You can tell when you have arrived at an individual document because its
809title and author appear at the top left of the page. Beside these is the
810number of the current page, a box that allows you to select a new page, and
811forward and backward arrows.
812
813<p>Underneath is the text of the current section. When you have read
814through it, there are arrows at the bottom to take you on to the next
815section or back to the previous one.
816
817<p>Below the title and author are three buttons. Click on <i>expand
818text</i> to expand out the whole text of the current document. If the
819document is large, this could take a long time and use a lot of memory!
820Click on <i>detach</i> to make a new browser window for this
821document. (This is useful if you want to compare documents, or read two at
822once.) Finally, when you do a search the words you search for are
823highlighted. Click on <i>no highlighting</i> to remove the highlighting.
824<p>
825<table cellspacing="0" cellpadding="2" border="0">
826<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click on the arrow to go to the next section ...</td></tr>
827<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
828<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
829src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
830<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
831<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
832src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
833</table>
834
835}
836
837_booktexthelpreadingdocs_ {
838<p>_iconblankbar_
839<a name=reading-docs>
840<h2>_textreadingdocs_</h2>
841
842<p>You can tell when you have arrived at an individual book because there
843is a photograph of its front cover at the top left of the page. Beside the
844photograph is a table of contents with an arrow marking where you are.
845This table is expandable: click on the folders to open them or close them.
846Click on the open book at the top to close it.
847
848<p>Underneath is the text of the current section. When you have read
849through it, there are arrows at the bottom to take you on to the next
850section or back to the previous one.
851
852<p>Below the photograph are four buttons. Click on <i>expand text</i> to
853expand out the whole text of the current section, or book. If the book is
854large, this could take a long time and use a lot of memory! Click on
855<i>expand contents</i> to expand out the whole table of contents so that
856you can see the titles of all chapters and subsections. Click on
857<i>detach</i> to make a new browser window for this book. (This is useful
858if you want to compare books, or read two at once.) Finally, when you do a
859search the words you search for are highlighted. Click on <i>no
860highlighting</i> to remove highlighting.
861
862<p>
863<table cellspacing="0" cellpadding="2" border="0">
864<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
865<tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
866src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
867<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
868<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
869src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
870<tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
871src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
872<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
873<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
874src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
875<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
876<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
877</table>
878}
879
880_bibtexthelpreadingdocs_ {
881<p>_iconblankbar_
882<a name=reading-docs>
883<h2>_textreadingdocs_</h2>
884
885<p>Some bibliography items contain more information, such as an abstract.
886You can tell from the query response page if this is the case because they
887are shown with the _icontext_ icon instead of the _iconblanktext_ icon.
888
889<p>Clicking on the _icontext_ icon will give you more information about the
890bibliography item.
891
892<p> Below the bibliography item are two buttons. Click on <i>detach</i> to
893make a new browser window for this book. (This is useful if you want to compare
894bibliography items.) Finally, when you do a search the words you search for are
895highlighted. Click on <i>no highlighting</i> to remove the highlighting.
896
897<p>
898<table cellspacing="0" cellpadding="2" border="0">
899<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
900<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
901src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
902</table>
903}
904
905_texthelpsearching_ {
906<h2>How to search for particular words</h2>
907<p>
908 From the search page, you make a query in these simple steps:<p>
909
910 <ol><li>Specify what documents you want to search
911 <li>Say whether you want to search for all or just some of the words
912 <li>Type in the words you want to search for
913 <li>Click the <i>Begin Search</i> button
914 </ol>
915
916<p>When you make a query, the titles of twenty matching documents will be shown.
917There is a button at the end to take you on to the next twenty documents. From
918there you will find buttons to take you on to the third twenty or back to the
919first twenty, and so on. Click the title of any document, or the little button
920beside it, to see it.
921
922<p>A maximum of 100 is imposed on the number of
923 documents returned. You can change this number by clicking the
924 <i>preferences</i> button at the top of the page.<p>
925
926<p>_iconblankbar_
927<a name=query-terms>
928<h3>Search terms</h3>
929
930<p>Whatever you type into the query box is interpreted as a list of words
931called "search terms." Each term contains nothing but alphabetic characters
932and digits. Terms are separated by white space. If any other characters such
933as punctuation appear, they serve to separate terms just as though they were
934spaces. And then they are ignored. You can't search for words that include
935punctuation.
936
937<p>For example, the query<p>
938 <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
939 <p>will be treated the same as<p>
940 <ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul><p>
941
942<p>_iconblankbar_
943<a name=query-type>
944<h3>Query type</h3>
945
946<p>There are two different kinds of query.
947
948<ul>
949 <li>Queries for <b>all</b> of the words. These look for documents that
950 contain all the words you have specified. Documents that satisfy the
951 query are displayed, in alphabetical order.<p>
952
953 <li>Queries for <b>some</b> of the words. Just list some terms that are
954 likely to appear in the documents you are looking for. Documents are
955 displayed in order of how closely they match the query. When determining
956
957 the degree of match,
958
959 <p><ul>
960 <li> the more search terms a document contains, the closer it matches;
961 <li> rare terms are more important than common ones;
962 <li> short documents match better than long ones.
963 </ul>
964</ul>
965
966<p>Use as many search terms as you like--a whole sentence, or even a
967whole paragraph. If you specify only
968one term, documents will be ordered by its frequency of occurrence.<p>
969_texthelpscope_
970}
971
972_textdatesearch_{Searching with Dates}
973
974_texthelpdatesearch_{<h2>_textdatesearch_</h2>
975Date search lets you find documents that, as well as matching your search
976terms, are about events within a certain timeframe. You can search for
977documents from a certain year or from a range of years. Note that you do not
978have to have any search terms -- you can search by date alone; and also that
979you do not have to use dates in your search, if you do not type any dates in it
980 is just the same as if the date search didn't exist.<p>
981
982<p>_iconblankbar_
983<a name=datesearch-howto>
984<h3>How to use this feature:</h3>
985<ul>
986 <li>To search for documents about a sinlge year:<p>
987 <ul>
988 <li>Type in any ordinary search terms as you normally would.
989 <li>Type the year you want into the "Start (or only) date" box.
990 <li>If your date is from before the common era (also known as before
991 Christ), choose the B.C.E option from the pulldown menu next to that
992 box.
993 <li>Begin your search as you ordinarily would.
994 </ul>
995<p><li>To search for documents abou a time period or range of years:<p>
996 <ul>
997 <li>Type in any ordinary search terms as you normally would.
998 <li>Type the earlier date into the "Start (or only) date" box.
999 <li>Type the later date into the "End date" box.
1000 <li>Select "B.C.E from the pulldown menu next to any date from before
1001 the common era (also known as before Christ).
1002 <li>Begin your search as you ordinarily would.
1003 </ul>
1004</ul><p>
1005
1006<p>_iconblankbar_
1007<a name=datesearch-results>
1008<h3>The way results of your search work</h3>
1009
1010Generally 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>
1011}
1012
1013_textchangeprefs_ {Changing your preferences}
1014
1015_texthelppreferences_ {<h2>_textchangeprefs_</h2>
1016
1017<p>When you click the <i>preferences</i> button at the top of the page you will
1018be able to change some features of the interface to suit your own requirements.
1019
1020<p>_iconblankbar_
1021<a name=col-prefs>
1022<h3 align=left>Collection preferences</h3>
1023
1024Some collections comprise several subcollections, which can be searched
1025independently or together, as one unit. If so, you can select which
1026subcollections to include in your searches on the Preferences page.
1027
1028<p>_iconblankbar_
1029<a name=pres-prefs>
1030<h3 align=left>Presentation preferences</h3>
1031
1032Depending on the particular collection, there may be several options you can
1033set that control the presentation.
1034
1035Collections of Web pages allow you to suppress the Greenstone navigation bar at
1036the top of each document page, so that once you have done a search you land at
1037the exact Web page that matches without any Greenstone header. To do another
1038search you will have to use your browser's "back" button. These collections
1039also allow you to suppress Greenstone's warning message when you click a link
1040that takes you out of the digital library collection and on to the Web itself.
1041And in some Web collections you can control whether the links on the "Search
1042Results" page take you straight to the actual URL in question, rather than to
1043the digital library's copy of the page.
1044
1045Collections that are capable of being presented in different languages allow
1046you to specify the interface language. If the language is Chinese, you can
1047also specify which of the standard Chinese encodings your browser uses.
1048
1049Finally, all collections allow you to switch to a textual interface format
1050rather than the standard graphical one. This is particularly useful for
1051visually impaired users who use large screen fonts or speech synthesizers for
1052output.
1053
1054<p>_iconblankbar_
1055<a name=search-prefs>
1056<h3 align=left>Search preferences</h3>
1057Two pairs of buttons control the case sensitivity and stemming of the searches
1058that you make. The first set of buttons controls whether upper and lower case
1059must match (case sensitivity). The second set controls whether to ignore word
1060endings or not (stemming).
1061
1062<p>For example, if the buttons <i>ignore case differences</i> and
1063<i>ignore word endings</i> are selected, the query<p>
1064 <ul><kbd>African building</kbd></ul>
1065 <p>will be treated the same as<p>
1066 <ul><kbd>africa builds</kbd></ul><p>
1067 because the uppercase letter in "African" will be transformed to
1068 lowercase, and the suffixes "n" and "ing" will be removed from
1069 "African" and "building" respectively (also, "s" would be removed from
1070 "builds").
1071
1072<p>You can also switch to an "advanced" query mode which allows you to
1073combine terms using AND (&), OR (|), and NOT (!). This allows you to
1074specify more precise queries.
1075
1076<p>Finally, you can control the number of hits returned, and the number
1077presented on each screenful.
1078
1079}
1080
1081_texttanumbrowseoptions_ {There are _numbrowseoptions_ ways to find information in this collection:}
1082
1083_textsimplehelpheading_ {How to find information}
1084
1085_texthelpscope_ {
1086<p>_iconblankbar_
1087<a name=scope-of-queries>
1088<h3 align=left>Scope of queries</h3>
1089
1090<p>
1091In most collections you can choose different indexes to search. For example, there might
1092be author or title indexes. Or there might be chapter or paragraph indexes. Generally,
1093the full matching document is returned regardless of which index you search.
1094<p>If documents are books, they will be opened at the appropriate place.
1095}
Note: See TracBrowser for help on using the repository browser.