source: main/tags/2.41/gsdl/macros/english.dm@ 21672

Last change on this file since 21672 was 5735, checked in by mdewsnip, 21 years ago

Changed & to & since it doesn't appear to make a difference and it gets lost when translating via Excel.

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 43.4 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_textperiodicals_ {Periodicals}
52_textsource_ {source ref: }
53_textdate_ {publication date: }
54_textnumpages_ {no. of pages: }
55
56_textsignin_ {sign in}
57
58_textdefaultcontent_ {The requested page could not be found. Please use
59your browsers 'back' button or the above home button to return to the
60Greenstone Digital Library.}
61
62_textdefaulttitle_ {GSDL Error}
63
64_textbadcollection_ {This collection (called "_cvariable_") is not installed on this Greenstone digital library system.}
65
66_textselectpage_ {-- Select Page --}
67
68_collectionextra_ {This collection contains _about:numdocs_ documents.
69It was last built _about:builddate_ days ago.}
70
71# this is only used by the collector (where the above _collectionextra_
72# macro will always be set to another value)
73_collectorextra_ {
74<p>This collection contains _numdocs_ _If_("_numdocs_" eq "1",document,documents), a total of _numbytes_.
75<p><a href="_httppagex_(bsummary)">Click here</a> to view the build summary for this collection.
76}
77
78_textimagecollection_ {}
79_textimageabout_ {About page}
80_textimagehome_ {Home page}
81_textimagehelp_ {Help page}
82_textimagepref_ {Preferences page}
83_textimagegreenstone_ {Greenstone Digital Library Software}
84_textimageusab_ {What did you find hard to use?}
85
86_textimagesearch_ {Search for specific terms}
87_textimageTitle_ {Browse alphabetical list of titles}
88_textimageList_ {Browse document listing}
89_textimageCreator_ {Browse alphabetical list of authors}
90_textimageSeries_ {Browse by issue}
91_textimageDate_ {Browse by date}
92_textimageSubject_ {Browse by subject category}
93_textimageTo_ {Browse by To field}
94_textimageFrom_ {Browse by From field}
95_textimageOrganization_ {Browse by organization}
96_textimageHowto_ {Browse how to categories}
97_textimageTopic_ {Browse special topic issues}
98_textimageBrowse_ {Browse}
99_textimagePeople_ {Browse alphabetical list of people}
100_textimageLanguage_ {Browse by language}
101_textimageAcronym_ {Browse acronyms}
102_textimagePhrase_ {Browse phrases}
103_textimageArtist_ {Browse artists}
104_textimageSource_ {Browse by original filename}
105_textimageKeyword_ {Browse by keyword}
106_textimageVolume_ {Browse by volume}
107_textimageCountries_ {Browse by countries}
108_textimageCaptions_ {Browse by photo captions}
109
110_texticontabsearchgreen_{Search}
111_texticontabdategreen_{Dates}
112_texticontabseriesgreen_{Series}
113_texticontabauthorgreen_{Authors A-Z}
114_texticontabtitlegreen_{Titles A-Z}
115_texticontablistgreen_ {Listing}
116_texticontabsubjectgreen_{Subjects}
117_texticontabtogreen_{To}
118_texticontabfromgreen_{From}
119_texticontaborggreen_{Organization}
120_texticontabhowgreen_{How to}
121_texticontabtopicgreen_{Topics}
122_texticontabbrwsegreen_{Browse}
123_texticontabbrowsgreen_{Browse}
124_texticontabPeoplegreen_{People A-Z}
125_texticontabLanguagegreen_{Language}
126_texticontabAcronymgreen_{Acronyms}
127_texticontabPhrasegreen_{Phrases}
128_texticontabArtistgreen_{Artists}
129_texticontabSourcegreen_{Filenames}
130_texticontabKeywordgreen_{Keywords}
131_texticontabVolumegreen_{Volumes}
132_texticontabCaptionsgreen_ {Captions}
133_texticontabCountriesgreen_{Countries}
134
135_texticontext_ {View the document}
136_texticonclosedbook_ {open this document and view contents}
137_texticonnext_ {to next section}
138_texticonprev_ {to previous section}
139
140_texticonmidi_ {View the MIDI document}
141_texticonmsword_ {View the Microsoft Word document}
142_texticonpdf_ {View the PDF document}
143_texticonps_ {View the PostScript document}
144_texticonppt_ {View the PowerPoint document}
145_texticonrtf_ {View the RTF document}
146_texticonxls_ {View the Microsoft Excel document}
147
148_page_ {page }
149_pages_ {pages}
150_of_ { of }
151_vol_ {Vol.}
152_num_ {No.}
153
154_textmonth00_ {}
155_textmonth01_ {January}
156_textmonth02_ {February}
157_textmonth03_ {March}
158_textmonth04_ {April}
159_textmonth05_ {May}
160_textmonth06_ {June}
161_textmonth07_ {July}
162_textmonth08_ {August}
163_textmonth09_ {September}
164_textmonth10_ {October}
165_textmonth11_ {November}
166_textmonth12_ {December}
167
168_textdocument_ {Document}
169_textsection_ {Section}
170_textparagraph_ {Paragraph}
171
172_magazines_ {Magazines}
173
174_nzdlpagefooter_ {<p>_iconblankbar_
175<p><a href="http://www.nzdl.org">New Zealand Digital Library Project</a>
176<br><a href="http://www.cs.waikato.ac.nz/cs">Department of Computer Science</a>,
177<a href="http://www.waikato.ac.nz">University of Waikato</a>,
178New Zealand}
179
180#------------------------------------------------------------
181# icons
182#------------------------------------------------------------
183
184## "HOME" ## top_nav_button ## chome ##
185_httpiconchomeof_ {_httpimg_/chomeof.gif}
186_httpiconchomeon_ {_httpimg_/chomeon.gif}
187
188## "HELP" ## top_nav_button ## chelp ##
189_httpiconchelpof_ {_httpimg_/chelpof.gif}
190_httpiconchelpon_ {_httpimg_/chelpon.gif}
191
192## "PREFERENCES" ## top_nav_button ## cpref ##
193_httpiconcprefof_ {_httpimg_/cprefof.gif}
194_httpiconcprefon_ {_httpimg_/cprefon.gif}
195
196## "SEND FEEDBACK" ## top_nav_button ## cusab ##
197_httpiconcusabof_ {_httpimg_/cusabof.gif}
198_httpiconcusabon_ {_httpimg_/cusabon.gif}
199
200
201## "help" ## green_title ## h_help ##
202_httpiconhhelp_ {_httpimg_/h\_help.gif}
203_widthhhelp_ {200}
204_heighthhelp_ {57}
205
206## "authors a-z" ## nav_bar_button ## tauth ##
207_httpicontauthgr_ {_httpimg_/tauthgr.gif}
208_httpicontauthof_ {_httpimg_/tauthof.gif}
209_httpicontauthon_ {_httpimg_/tauthon.gif}
210_widthtauthx_ {110}
211
212## "series" ## nav_bar_button ## tser ##
213_httpicontsergr_ {_httpimg_/tsergr.gif}
214_httpicontserof_ {_httpimg_/tserof.gif}
215_httpicontseron_ {_httpimg_/tseron.gif}
216_widthtserx_ {87}
217
218## "dates" ## nav_bar_button ## tdate ##
219_httpicontdategr_ {_httpimg_/tdategr.gif}
220_httpicontdateof_ {_httpimg_/tdateof.gif}
221_httpicontdateon_ {_httpimg_/tdateon.gif}
222_widthtdatex_ {87}
223
224## "subjects" ## nav_bar_button ## tsubj ##
225_httpicontsubjgr_ {_httpimg_/tsubjgr.gif}
226_httpicontsubjon_ {_httpimg_/tsubjon.gif}
227_httpicontsubjof_ {_httpimg_/tsubjof.gif}
228_widthtsubjx_ {87}
229
230## "to" ## nav_bar_button ## tto ##
231_httpiconttogr_ {_httpimg_/ttogr.gif}
232_httpiconttoon_ {_httpimg_/ttoon.gif}
233_httpiconttoof_ {_httpimg_/ttoof.gif}
234_widthttox_ {87}
235
236## "from" ## nav_bar_button ## tfrom ##
237_httpicontfromgr_ {_httpimg_/tfromgr.gif}
238_httpicontfromon_ {_httpimg_/tfromon.gif}
239_httpicontfromof_ {_httpimg_/tfromof.gif}
240_widthtfromx_ {87}
241
242## "organisations" ## nav_bar_button ## torg ##
243_httpicontorggr_{_httpimg_/torggr.gif}
244_httpicontorgon_{_httpimg_/torgon.gif}
245_httpicontorgof_{_httpimg_/torgof.gif}
246_widthtorgx_ {114}
247
248## "how to" ## nav_bar_button ## thow ##
249_httpiconthowgr_{_httpimg_/thowgr.gif}
250_httpiconthowon_{_httpimg_/thowon.gif}
251_httpiconthowof_{_httpimg_/thowof.gif}
252_widththowx_ {87}
253
254## "topic" ## nav_bar_button ## ttopic ##
255_httpiconttopicgr_{_httpimg_/ttopicgr.gif}
256_httpiconttopicon_{_httpimg_/ttopicon.gif}
257_httpiconttopicof_{_httpimg_/ttopicof.gif}
258_widthttopicx_ {87}
259
260## "browse" ## nav_bar_button ## tbrwse ##
261_httpicontbrwsegr_{_httpimg_/tbrwsegr.gif}
262_httpicontbrwseon_{_httpimg_/tbrwseon.gif}
263_httpicontbrwseof_{_httpimg_/tbrwseof.gif}
264_widthtbrwsex_ {87}
265
266## "search" ## nav_bar_button ## tsrch ##
267_httpicontsrchgr_ {_httpimg_/tsrchgr.gif}
268_httpicontsrchof_ {_httpimg_/tsrchof.gif}
269_httpicontsrchon_ {_httpimg_/tsrchon.gif}
270_widthtsrchx_ {87}
271
272## "titles a-z" ## nav_bar_button ## ttitl ##
273_httpiconttitlgr_ {_httpimg_/ttitlgr.gif}
274_httpiconttitlof_ {_httpimg_/ttitlof.gif}
275_httpiconttitlon_ {_httpimg_/ttitlon.gif}
276_widthttitlx_ {87}
277
278## "people" ## nav_bar_button ## tpeop ##
279_httpicontpeopgr_ {_httpimg_/tpeopgr.gif}
280_httpicontpeopof_ {_httpimg_/tpeopof.gif}
281_httpicontpeopon_ {_httpimg_/tpeopon.gif}
282_widthtpeopx_ {97}
283
284## "language" ## nav_bar_button ## tlang ##
285_httpicontlanggr_ {_httpimg_/tlanggr.gif}
286_httpicontlangon_ {_httpimg_/tlangon.gif}
287_httpicontlangof_ {_httpimg_/tlangof.gif}
288_widthtlangx_ {87}
289
290## "acronym" ## nav_bar_button ## tacro ##
291_httpicontacrogr_ {_httpimg_/tacrogr.gif}
292_httpicontacroof_ {_httpimg_/tacroof.gif}
293_httpicontacroon_ {_httpimg_/tacroon.gif}
294_widthtacrox_ {87}
295
296#TODO singular or plural?
297
298## "phrases" ## nav_bar_button ## tphrse ##
299_httpicontphrsegr_ {_httpimg_/tphrsegr.gif}
300_httpicontphrseof_ {_httpimg_/tphrseof.gif}
301_httpicontphrseon_ {_httpimg_/tphrseon.gif}
302_widthtphrsex_ {87}
303
304## "artists" ## nav_bar_button ## tartst ##
305_httpicontartstgr_ {_httpimg_/tartstgr.gif}
306_httpicontartstof_ {_httpimg_/tartstof.gif}
307_httpicontartston_ {_httpimg_/tartston.gif}
308_widthtartstx_ {87}
309
310## "filenames" ## nav_bar_button ## tsrc ##
311_httpicontsrcgr_ {_httpimg_/tsrcgr.gif}
312_httpicontsrcof_ {_httpimg_/tsrcof.gif}
313_httpicontsrcon_ {_httpimg_/tsrcon.gif}
314_widthtsrcx_ {87}
315
316## "keywords" ## nav_bar_button ## tkw ##
317_httpicontkwgr_ {_httpimg_/tkwgr.gif}
318_httpicontkwof_ {_httpimg_/tkwof.gif}
319_httpicontkwon_ {_httpimg_/tkwon.gif}
320_widthtkwx_ {87}
321
322## "volumes" ## nav_bar_button ## tvol ##
323_httpicontvolgr_ {_httpimg_/tvolgr.gif}
324_httpicontvolof_ {_httpimg_/tvolof.gif}
325_httpicontvolon_ {_httpimg_/tvolon.gif}
326_widthtvolx_ {87}
327
328## "captions" ## nav_bar_button ## tcapt ##
329_httpicontcaptgr_ {_httpimg_/tcaptgr.gif}
330_httpicontcaptof_ {_httpimg_/tcaptof.gif}
331_httpicontcapton_ {_httpimg_/tcapton.gif}
332_widthtcaptx_ {87}
333
334## "countries" ## nav_bar_button ## tcount ##
335_httpicontcountgr_ {_httpimg_/tcountgr.gif}
336_httpicontcountof_ {_httpimg_/tcountof.gif}
337_httpicontcounton_ {_httpimg_/tcounton.gif}
338_widthtcountx_ {87}
339
340## "The Translator" ## top_nav_button ## ctrans ##
341_httpiconctransof_ {_httpimg_/en/ctransof.gif}
342_httpiconctranson_ {_httpimg_/en/ctranson.gif}
343_widthctrans_ {100}
344
345
346
347
348######################################################################
349# 'about' page
350package about
351######################################################################
352
353
354#------------------------------------------------------------
355# text macros
356#------------------------------------------------------------
357
358_textabcol_ {About this collection}
359
360_textsubcols1_ {<p>The complete collection comprises _1_ subcollections.
361Those currently available are:
362<blockquote>}
363
364_textsubcols2_ {</blockquote>
365You can check (and alter) which subcollections you are
366currently using on the Preferences page.}
367
368
369#------------------------------------------------------------
370# icons
371#------------------------------------------------------------
372
373## "about" ## green_title ## h_about ##
374_httpiconhabout_ {_httpimg_/h\_about.gif}
375_widthhabout_ {200}
376_heighthabout_ {57}
377
378
379
380######################################################################
381# document package
382package document
383######################################################################
384
385
386#------------------------------------------------------------
387# text macros
388#------------------------------------------------------------
389
390_texticonhtitle_ {Titles A-Z}
391_texticonhauth_ {Authors A-Z}
392_texticonhsubj_ {Subjects}
393_texticonhto_ {To}
394_texticonhfrom_ {From}
395_texticonhser_ {Series}
396_texticonhdate_ {Dates}
397_texticonhhow_ {How to}
398_texticonhorg_ {Organizations}
399_texticonhbrwse_ {Browse}
400_texticonhbrows_ {Browse}
401_texticonhpeople_ {People A-Z}
402_texticonhlanguage_ {Languages}
403_texticonhacronym_ {Acronyms}
404_texticonhphrases_ {Phrases}
405_texticonhartist_ {Artists}
406_texticonhsrc_ {Filenames}
407_texticonhkw_ {Keywords}
408_texticonhvol_ {Volumes}
409_texticonhcapt_ {Captions}
410_texticonhcount_{Countries}
411
412_texticonopenbookshelf_ {close this section of the library}
413_texticonclosedbookshelf_ {open this section of the library and view contents}
414_texticonopenbook_ {close this book}
415_texticonclosedfolder_ {Open this folder and view contents}
416_texticonclosedfolder2_ {open sub-section: }
417_texticonopenfolder_ {close this folder}
418_texticonopenfolder2_ {close sub-section: }
419_texticonsmalltext_ {View this section of the text}
420_texticonsmalltext2_ {view text: }
421_texticonpointer_ {current section}
422_texticondetach_ {Open this page in a new window}
423_texticonhighlight_ {Highlight search terms}
424_texticonnohighlight_ {Don't highlight search terms}
425_texticoncontracttoc_ {Collapse table of contents}
426_texticonexpandtoc_ {Expand table of contents}
427_texticonexpandtext_ {Display all text}
428_texticoncontracttext_ {Display text only for currently selected section}
429_texticonwarning_ {<b>Warning: </b>}
430_texticoncont_ {continue?}
431
432_textltwarning_ {
433<p><center>
434<table cellspacing=0 cellpadding=0 width=_pagewidth_>
435<tr valign=top><td>_iconwarning_Expanding the text here will generate a large
436amount of data for your browser to display _imagecont_
437</td></tr></table></center>
438}
439
440_textgoto_ {go to page}
441_textintro_ { <i>(introductory text)</i>}
442
443
444#------------------------------------------------------------
445# icons
446#------------------------------------------------------------
447
448## "titles a-z" ## green_title ## h_title ##
449_httpiconhtitle_ {_httpimg_/h\_title.gif}
450_widthhtitle_ {200}
451_heighthtitle_ {57}
452
453## "authors a-z" ## green_title ## h_auth ##
454_httpiconhauth_ {_httpimg_/h\_auth.gif}
455_widthhauth_ {200}
456_heighthauth_ {57}
457
458## "subjects" ## green_title ## h_subj ##
459_httpiconhsubj_ {_httpimg_/h\_subj.gif}
460_widthhsubj_ {200}
461_heighthsubj_ {57}
462
463## "to" ## green_title ## h_to ##
464_httpiconhto_ {_httpimg_/h\_to.gif}
465_widthhto_ {200}
466_heighthto_ {57}
467
468## "from" ## green_title ## h_from ##
469_httpiconhfrom_ {_httpimg_/h\_from.gif}
470_widthhfrom_ {200}
471_heighthfrom_ {57}
472
473## "series" ## green_title ## h_ser ##
474_httpiconhser_ {_httpimg_/h\_ser.gif}
475_widthhser_ {200}
476_heighthser_ {57}
477
478## "dates" ## green_title ## h_date ##
479_httpiconhdate_ {_httpimg_/h\_date.gif}
480_widthhdate_ {200}
481_heighthdate_ {57}
482
483## "how to" ## green_title ## h_how ##
484_httpiconhhow_ {_httpimg_/h\_how.gif}
485_widthhhow_ {200}
486_heighthhow_ {57}
487
488## "topics" ## green_title ## h_topic ##
489_httpiconhtopic_ {_httpimg_/h\_topic.gif}
490_widthhtopic_ {200}
491_heighthtopic_ {57}
492
493## "organization" ## green_title ## h_org ##
494_httpiconhorg_ {_httpimg_/h\_org.gif}
495_widthhorg_ {250}
496_heighthorg_ {57}
497
498## "browse" ## green_title ## h_brwse ##
499_httpiconhbrwse_ {_httpimg_/h\_brwse.gif}
500_widthhbrwse_ {200}
501_heighthbrwse_ {57}
502
503## "people" ## green_title ## h_people ##
504_httpiconhpeople_ {_httpimg_/h\_people.gif}
505_widthhpeople_ {200}
506_heighthpeople_ {57}
507
508## "languages" ## green_title ## h_lang ##
509_httpiconhlanguage_ {_httpimg_/h\_lang.gif}
510_widthhlanguage_ {200}
511_heighthlanguage_ {57}
512
513## "acronyms" ## green_title ## h_acro ##
514_httpiconhacronym_ {_httpimg_/h\_acro.gif}
515_widthhacronym_ {200}
516_heighthacronym_ {57}
517
518## "phrases" ## green_title ## h_phrse ##
519_httpiconhphrse_ {_httpimg_/h\_phrse.gif}
520_widthhphrse_ {200}
521_heighthphrse_ {57}
522
523## "artists" ## green_title ## h_artist ##
524_httpiconhartist_ {_httpimg_/h\_artist.gif}
525_widthhartist_ {200}
526_heighthartist_ {57}
527
528## "filenames" ## green_title ## h_src ##
529_httpiconhsrc_ {_httpimg_/h\_src.gif}
530_widthhsrc_ {200}
531_heighthsrc_ {57}
532
533## "keywords" ## green_title ## h_kw ##
534_httpiconhkw_ {_httpimg_/h\_kw.gif}
535_widthhkw_ {200}
536_heighthkw_ {57}
537
538## "volumes" ## green_title ## h_vol ##
539_httpiconhvol_ {_httpimg_/h\_vol.gif}
540_widthhvol_ {200}
541_heighthvol_ {57}
542
543## "countries" ## green_title ## h_count ##
544_httpiconhcount_ {_httpimg_/h\_count.gif}
545_widthhcount_ {200}
546_heighthcount_ {57}
547
548## "captions" ## green_title ## h_capt ##
549_httpiconhcapt_ {_httpimg_/h\_capt.gif}
550_widthhcapt_ {200}
551_heighthcapt_ {57}
552
553
554## "CONTINUE?" ## top_nav_button ## cont ##
555_httpiconcontoff_ {_httpimg_/contof.gif}
556_httpiconconton_ {_httpimg_/conton.gif}
557
558## "EXPAND TEXT" ## document_button ## eallt ##
559_httpiconealltof_ {_httpimg_/ealltof.gif}
560_httpiconeallton_ {_httpimg_/eallton.gif}
561
562## "CONTRACT CONTENTS" ## document_button ## econc ##
563_httpiconeconcof_ {_httpimg_/econcof.gif}
564_httpiconeconcon_ {_httpimg_/econcon.gif}
565
566## "DETACH" ## document_button ## edtch ##
567_httpiconedtchof_ {_httpimg_/edtchof.gif}
568_httpiconedtchon_ {_httpimg_/edtchon.gif}
569
570## "EXPAND CONTENTS" ## document_button ## eexpc ##
571_httpiconeexpcof_ {_httpimg_/eexpcof.gif}
572_httpiconeexpcon_ {_httpimg_/eexpcon.gif}
573
574## "CONTRACT TEXT" ## document_button ## etsec ##
575_httpiconetsecof_ {_httpimg_/etsecof.gif}
576_httpiconetsecon_ {_httpimg_/etsecon.gif}
577
578## "HIGHLIGHTING" ## document_button ## ehl ##
579_httpiconehlof_ {_httpimg_/ehlof.gif}
580_httpiconehlon_ {_httpimg_/ehlon.gif}
581
582## "NO HIGHLIGHTING" ## document_button ## enhl ##
583_httpiconenhlof_ {_httpimg_/enhlof.gif}
584_httpiconenhlon_ {_httpimg_/enhlon.gif}
585
586
587######################################################################
588# 'search' page
589package query
590######################################################################
591
592
593#------------------------------------------------------------
594# text macros
595#------------------------------------------------------------
596
597# this if statement produces the text 'results n1 - nn for query: querystring' or
598# 'No matches for query: querystring', depending on whether or not there were
599# any matches
600_textquerytitle_ {_If_(_thislast_,results _thisfirst_ - _thislast_ for query: _cgiargq_,No matches for query: _cgiargq_)}
601_textnoquerytitle_ {Search page}
602
603_texticonthispage_ {search}
604_textsome_ {some}
605_textall_ {all}
606_textboolean_ {boolean}
607_textranked_ {ranked}
608_textnatural_ {natural}
609#_textsome_ {_If_(_cgiargb_,ranked,some)}
610#_textall_ {_If_(_cgiargb_,boolean,all)}
611#_textformsome_ {_If_(_cgiargb_,ranked,some)}
612#_textformall_ {_If_(_cgiargb_,natural,all)}
613_texticonqueryresultsbar_ {}
614_texticonsearchhistorybar_ {search history}
615
616#alt text for query buttons
617_textusequery_ {use this query}
618_textfreqmsg1_ {Word count: }
619_textpostprocess_ {_If_(_quotedquery_,<br><i>post-processed to find _quotedquery_</i>
620)}
621_textinvalidquery_ {Invalid query syntax}
622
623_textmorethan_ {More than }
624_textapprox_ {About }
625_textnodocs_ {No documents matched the query.}
626_text1doc_ {1 document matched the query.}
627_textlotsdocs_ {documents matched the query.}
628_textmatches_ {Matches }
629_textbeginsearch_ {Begin Search}
630_textrunquery_{Run Query}
631_textclearform_{Clear Form}
632
633#these go together in form search:
634#"Word or phrase (fold, stem) ... in field"
635_textwordphrase_{Word or phrase}
636_textinfield_{... in field}
637_textfoldstem_{(fold, stem)}
638
639_textadvquery_{Or enter a query directly:}
640_textallfields_{all fields}
641_texttextonly_ {text only}
642_textand_{and}
643_textor_{or}
644_textandnot_{and not}
645
646# _hselection_, _jselection_, _nselection_ and _gselection_ are set from
647# within the server some or all of them may remain unset
648
649
650_textsimplesearch_ {Search for _If_(_hselection_, _hselection_) _If_(_jselection_, _textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, in _nselection_ language)
651which contain _querytypeselection_ of the words}
652
653_textadvancedsearch_ {Search _If_(_hselection_, _hselection_, _defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level)_If_(_nselection_, in _nselection_ language)
654using _querytypeselection_ query}
655
656_textjselect_ {_If_(_hselection_, of) _jselection_}
657
658#have changed mgpp search headers
659_textsimplesearchmgpp_ {Search for _fqfselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language )which contain _querytypeselection_ of the words}
660
661_textadvancedsearchmgpp_ {Search _fqfselection_ _If_(_jselection_,of _jselection_ )_If_(_gselection_,at _gselection_ level )_If_(_nselection_,in _nselection_ language )using _querytypeselection_ query}
662
663_textformsimplesearch_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )for _formquerytypeselection_ of}
664
665_textformadvancedsearch_ {Search _If_(_jselection_,_jselection_ )_If_(_gformselection_,at _gformselection_ level )_If_(_nselection_,in _nselection_ language )and display results in _formquerytypeselection_ order}
666
667
668_textnojsformwarning_ {Warning: Javascript is disabled in your web browser. <br>To use form searching, please enable it.}
669_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.}
670_textstartdate_ {Start (or only) date:}
671_textenddate_ {End date:}
672_textbc_ {B.C.E.}
673_textad_ {C.E.}
674_textexplaineras_{C.E. and B.C.E are alternatives for A.D. and B.C. respectively. These terms are considered to be culture indiscriminate, and stand for "Common Era" and "Before the Common Era"}
675
676_textstemon_ { (ignoring word endings)}
677
678_textsearchhistory_ {Search History}
679
680#text macros for search history
681_textnohistory_ {Search history not available}
682_texthresult_ {result}
683_texthresults_ {results}
684_texthallwords_ {all words}
685_texthsomewords_ {some words}
686_texthboolean_ {boolean}
687_texthranked_ {ranked}
688_texthcaseon_ {case must match}
689_texthcaseoff_ {casefolded}
690_texthstemon_ {stemmed}
691_texthstemoff_ {unstemmed}
692
693#------------------------------------------------------------
694# icons
695#------------------------------------------------------------
696
697## "search" ## green_title ## h_search ##
698_httpiconhsearch_ {_httpimg_/h\_search.gif}
699_widthhsearch_ {200}
700_heighthsearch_ {57}
701
702## "results" ## green_bar_left_aligned ## qryresb ##
703_httpiconqryresb_ {_httpimg_/qryresb.gif}
704_widthqryresb_ {_pagewidth_}
705_heightqryresb_ {17}
706
707## "history" ## green_bar_left_aligned ## schhistb ##
708_httpiconsrchhistb_ {_httpimg_/schhistb.gif}
709_widthsrchhistb_ {_pagewidth_}
710_heightsrchhistb_ {17}
711
712
713######################################################################
714# 'preferences' page
715package preferences
716######################################################################
717
718
719#------------------------------------------------------------
720# text macros
721#------------------------------------------------------------
722
723_textprefschanged_ {
724Preferences have been set as follows. Do not use your browser's
725"back" button - it will unset them! Instead, click one of the
726buttons on the access bar above.
727}
728_textsetprefs_ {set preferences}
729_textsearchprefs_ {Search preferences}
730_textcollectionprefs_ {Collection preferences}
731_textpresentationprefs_ {Presentation preferences}
732_textpreferences_ {Preferences}
733_textcasediffs_ {Case differences:}
734_textignorecase_ { ignore case differences}
735_textmatchcase_ { upper/lower case must match}
736_textwordends_{Word endings:}
737_textstem_ { ignore word endings}
738_textnostem_ { whole word must match}
739_textprefop_ {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
740_textextlink_ {Access to external Web pages:}
741_textintlink_ {Source documents retrieved from:}
742_textlanguage_ {Interface language:}
743_textencoding_ {Encoding:}
744_textformat_ {Interface format:}
745_textall_ {all}
746_textquerymode_{Query mode:}
747_textsimplemode_ { simple query mode}
748_textadvancedmode_ { advanced query mode (allows boolean searching using !, &, |, and parentheses)}
749_textlinkinterm_ {through intermediate page}
750_textlinkdirect_ {go directly there}
751_textdigitlib_ {the digital library}
752_textweb_ {the web}
753_textgraphical_ {Graphical}
754_texttextual_ {Textual}
755_textcollectionoption_ {<p>
756Subcollections to include:
757<br>}
758
759_textrelateddocdisplay_ {display related documents}
760_textsearchhistory_{Search history:}
761_textnohistory_ { No search history}
762_texthistorydisplay_ { display _historynumrecords_ search history records}
763_textnohistorydisplay_{ do not display search history}
764
765#_texttypesearch_ {Type of search:}
766#_texttextsearch_ {text search}
767_textformsearch_ {Form search:}
768_textplainsearch_ {Plain search:}
769_textqueryboxsize_ {Query box size:}
770_textregbox_{ regular query box}
771_textbigbox_{ large query box}
772_textformtype_ {Form type:}
773_textsimple_{ simple}
774_textadvanced_ { advanced}
775
776# used in "with 4 fields" in the form search box
777_textwith_{with}
778_textfields_{fields}
779
780
781#------------------------------------------------------------
782# icons
783#------------------------------------------------------------
784
785## "preferences" ## green_title ## h_pref ##
786_httpiconhpref_ {_httpimg_/h\_pref.gif}
787_widthhpref_ {200}
788_heighthpref_ {57}
789
790#####################################################################
791# 'browse' package for the dynamic browsing interface
792package browse
793#####################################################################
794
795_textsortby_ {Sort documents by}
796_textalsoshowing_ {also showing}
797_textwith_ {with at most}
798_textdocsperpage_ {documents per page}
799
800_textfilterby_ {Get documents containing}
801_textall_ {all}
802_textany_ {any}
803_textwords_ {of the words}
804_textleaveblank_{leave this box blank to get all the documents}
805
806_browsebuttontext_ {"Sort Documents"}
807
808_nodata_ {<i>no data</i>}
809_docs_ {documents}
810######################################################################
811# 'help' page -- this is lower priority for translating than the
812# rest of this file
813package help
814######################################################################
815
816
817#------------------------------------------------------------
818# text macros
819#------------------------------------------------------------
820
821_textHelp_ {Help}
822_textSearchshort_ {search for particular words}
823_textSeriesshort_ {access publications by series}
824_textDateshort_ {access publications by date}
825_textSubjectshort_ {access publications by subject}
826_textToshort_ {access publications by To field}
827_textFromshort_ {access publications by From field}
828_textTitleshort_ {access publications by title}
829_textBrowseshort_ {browse publications}
830_textCreatorshort_ {access publications by author}
831_textOrganizationshort_ {access publications by organization}
832_textHowtoshort_ {access publications by "how to" listing}
833_textTopicshort_ {access publications by topic}
834_textPeopleshort_ {access publications by people}
835_textLanguageshort_ {access publications by language}
836_textAcronymshort_ {access publications by acronym occurrence}
837_textPhraseshort_ {browse phrases occurring in publications}
838_textArtistshort_ {access publications by artist}
839_textSourceshort_ {access publications by filename}
840_textKeywordshort_ {access publications by keyword}
841_textVolumeshort_ {access publications by volume}
842_textCountriesshort_ {access publications by country}
843_textdefaultshorttext_ {undefined classification}
844
845_textSearchlong_ { <p>You can <i>search for particular words</i> that
846appear in the text from the "search" page. This is the first page that
847comes up when you begin, and can be reached from other pages by pressing
848the <i>search</i> button. }
849
850_textTitlelong_ { <p>You can <i>access publications by title</i> by
851pressing the <i>titles a-z</i> button. This brings up a list of books in
852alphabetic order. }
853
854_textOrganizationlong_ { <p>You can <i>access publications by
855organisation</i> by pressing the <i>organisations</i> button. This brings
856up a list of organisations. }
857
858_textHowtolong_ { <p>You can <i>access publications by "how to" listing</i>
859by pressing the <i>how to</i> button. This brings up a list of how to
860strings. }
861
862_textCreatorlong_ { <p>You can <i>access publications by author</i> by
863pressing the <i>authors a-z</i> button. This brings up a list of books,
864sorted by author name. }
865
866_textTopiclong_ { <p>You can <i>access publications by topic</i> by
867pressing the <i>topic</i> button. This brings up a list of topics to
868browse. }
869
870_textSubjectlong_ { <p>You can <i>access publications by subject</i> by
871pressing the <i>subjects</i> button. This brings up a list of subjects,
872represented by bookshelves. }
873
874_textTolong_ { <p>You can <i>access publications by To field</i> by
875pressing the <i>to</i> button. This brings up a list of addressees. }
876
877_textFromlong_ { <p>You can <i>access publications by From field</i> by
878pressing the <i>from</i> button. This brings up a list of senders. }
879
880_textSerieslong_ { <p>You can <i>access publications by series</i> by
881pressing the <i>series</i> button. This brings up a list of those series
882which are currently in the collection. }
883
884_textDatelong_ { <p>You can <i>access publications by date</i> by pressing
885the <i>dates</i> button. This brings up a list of all the issues, sorted
886chronologically. }
887
888_textBrowselong_ { <p>You can <i>browse publications</i> by pressing the
889<i>browse</i> button. }
890
891_textPeoplelong_ { <p>You can <i>access publications by people</i> by
892pressing the <i>people a-z</i> button. This brings up a list of entries,
893sorted by surname. }
894
895_textLanguagelong_ { <p>You can <i>access publications by language</i> by
896pressing the <i>languages</i> button. This brings up a list of entries,
897sorted by language. }
898
899_textAcronymlong_ { <p>You can <i>access publications by acronym occurrence</i> by
900pressing the <i>acronyms</i> button. This brings up a list of the acronyms,
901and the places that they occur. }
902
903_textPhraselong_ { <p>You can <i>browse phrases occurring in publications</i> by
904pressing the <i>phrases</i> button. This uses the phind phrase browser. }
905
906_textArtistlong_ { <p>You can <i>access publications by artist</i> by
907pressing the <i>artists</i> button. This brings up a list of entries,
908sorted by artist name. }
909
910_textSourcelong_ { <p>You can <i>access publications by filename</i> by
911pressing the <i>filenames</i> button. This brings up a list of entries,
912sorted by original filename. }
913
914_textKeywordlong_ { <p>You can <i>access publications by keyword</i> by
915pressing the <i>keywords</i> button. This brings up a list of keywords. }
916
917_textVolumelong_ { <p>You can <i>access publications by volume</i> by
918pressing the <i>volumes</i> button. This brings up a list of volumes. }
919
920_textCaptionslong_ { <p>You can <i>access publications by caption</i> by
921pressing the <i>captions</i> button. This brings up a list of captions. }
922
923_textCountrieslong_ { <p>You can <i>access publications by country</i> by
924pressing the <i>countries</i> button. This brings up a list of countries. }
925
926
927_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
928publications (listing is sorted by an unknown field). }
929
930_texthelptopics_ {
931<h2 align=left>Topics</h2>
932<ul>
933 <li><a href="\#finding-information">_textsimplehelpheading_</a>
934 _topicreadingdocs_
935 <li><a href="\#searching">How to search for particular words</a>
936<ul>
937 <li><a href="\#query-terms">Search terms</a>
938 <li><a href="\#query-type">Query type</a>
939 <li><a href="\#scope-of-queries">Scope of queries</a>
940</ul>
941 <li><a href="\#preferences">_textchangeprefs_</a>
942<ul>
943 <li><a href="\#col-prefs">Collection preferences</a>
944 <li><a href="\#lang-prefs">Language preferences</a>
945 <li><a href="\#pres-prefs">Presentation preferences</a>
946 <li><a href="\#search-prefs">Search preferences</a>
947</ul>
948</ul>
949}
950
951# there are 4 versions of this section of the help text.
952# which version is used is currently set within the server
953# (it should probably use the macro language e.g. [type=book])
954# 1 = html (like fao collections) -- section is empty
955# 2 = book (like hdl collection) -- macros beginning with book
956# 3 = bibliographic (like csbib) -- macros beginning with bib
957# 4 = standard (like gberg) -- the default
958
959_topicreadingdocs_ {<li><a href="\#reading-docs">_textreadingdocs_</a>}
960
961_textreadingdocs_ {How to read the documents}
962
963_texthelpreadingdocs_ {
964<p>_iconblankbar_</p>
965<a name=reading-docs>
966<h2>_textreadingdocs_</h2>
967
968<p>You can tell when you have arrived at an individual book or document
969because its title, or a photograph of the front cover, appears at the top
970left of the page. In some collections this is accompanied by a table of
971contents, while others contain just the number of the current page along
972with a box that allows you to select a new page and go forward and
973backward. In the table of contents, the current section heading is in bold
974face, and the table is expandable -- click on the folders to open or close
975them; click on the open book at the top to close it.</p>
976
977<p>Underneath is the text of the current section. When you have read
978through it, there are arrows at the bottom to take you on to the next
979section or back to the previous one.</p>
980
981<p>Below the title or front-cover photograph are some buttons. Click on
982<i>expand text</i> to expand out the whole text of the current section, or
983book. If the document is large, this could take a long time and use a lot
984of memory! Click on <i>expand contents</i> to expand out the whole table of
985contents so that you can see the titles of all chapters and
986subsections. Click on <i>detach</i> to make a new browser window for this
987document. (This is useful if you want to compare documents, or read two at
988once.) Finally, when you do a search the words you search for are
989highlighted. Click on <i>no highlighting</i> to remove highlighting.</p>
990
991<p>
992<table cellspacing="0" cellpadding="2" border="0">
993<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
994<tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
995src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
996<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
997<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
998src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
999<tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
1000src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
1001<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
1002<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
1003src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
1004<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
1005<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
1006</table>
1007}
1008
1009_texthelpsearching_ {
1010<h2>How to search for particular words</h2>
1011<p>
1012 From the search page, you make a query in these simple steps:<p>
1013
1014 <ol><li>Specify what items you want to search
1015 <li>Say whether you want to search for all or just some of the words
1016 <li>Type in the words you want to search for
1017 <li>Click the <i>Begin Search</i> button
1018 </ol>
1019
1020<p>When you make a query, the titles of twenty matching documents will be shown.
1021There is a button at the end to take you on to the next twenty documents. From
1022there you will find buttons to take you on to the third twenty or back to the
1023first twenty, and so on. Click the title of any document, or the little button
1024beside it, to see it.
1025
1026<p>A maximum of 100 is imposed on the number of
1027 documents returned. You can change this number by clicking the
1028 <i>preferences</i> button at the top of the page.<p>
1029
1030<p>_iconblankbar_
1031<a name=query-terms>
1032<h3>Search terms</h3>
1033
1034<p>Whatever you type into the query box is interpreted as a list of words
1035called "search terms." Each term contains nothing but alphabetic characters
1036and digits. Terms are separated by white space. If any other characters such
1037as punctuation appear, they serve to separate terms just as though they were
1038spaces. And then they are ignored. You can't search for words that include
1039punctuation.
1040
1041<p>For example, the query<p>
1042 <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
1043 <p>will be treated the same as<p>
1044 <ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul><p>
1045
1046<p>_iconblankbar_
1047<a name=query-type>
1048<h3>Query type</h3>
1049
1050<p>There are two different kinds of query.
1051
1052<ul>
1053 <li>Queries for <b>all</b> of the words. These look for documents (or
1054 chapters, or titles) that contain all the words you have specified.
1055 Documents that satisfy the query are displayed, in alphabetical
1056 order.<p>
1057
1058 <li>Queries for <b>some</b> of the words. Just list some terms that are
1059 likely to appear in the documents you are looking for. Documents are
1060 displayed in order of how closely they match the query. When determining
1061
1062 the degree of match,
1063
1064 <p><ul>
1065 <li> the more search terms a document contains, the closer it matches;
1066 <li> rare terms are more important than common ones;
1067 <li> short documents match better than long ones.
1068 </ul>
1069</ul>
1070
1071<p>Use as many search terms as you like--a whole sentence, or even a
1072whole paragraph. If you specify only
1073one term, documents will be ordered by its frequency of occurrence.<p>
1074_texthelpscope_
1075}
1076
1077_textdatesearch_{Searching with Dates}
1078
1079_texthelpdatesearch_{<h2>_textdatesearch_</h2>
1080Date search lets you find documents that, as well as matching your search
1081terms, are about events within a certain timeframe. You can search for
1082documents from a certain year or from a range of years. Note that you do not
1083have to have any search terms -- you can search by date alone; and also that
1084you do not have to use dates in your search, if you do not type any dates in it
1085 is just the same as if the date search didn't exist.<p>
1086
1087<p>_iconblankbar_
1088<a name=datesearch-howto>
1089<h3>How to use this feature:</h3>
1090<ul>
1091 <li>To search for documents about a single year:<p>
1092 <ul>
1093 <li>Type in any ordinary search terms as you normally would.
1094 <li>Type the year you want into the "Start (or only) date" box.
1095 <li>If your date is from before the common era (also known as before
1096 Christ), choose the "B.C.E" option from the pulldown menu next to that
1097 box.
1098 <li>Begin your search as you ordinarily would.
1099 </ul>
1100<p><li>To search for documents about a time period or range of years:<p>
1101 <ul>
1102 <li>Type in any ordinary search terms as you normally would.
1103 <li>Type the earlier date into the "Start (or only) date" box.
1104 <li>Type the later date into the "End date" box.
1105 <li>Select "B.C.E" option from the pulldown menu next to any date from before
1106 the common era (also known as before Christ).
1107 <li>Begin your search as you ordinarily would.
1108 </ul>
1109</ul><p>
1110
1111<p>_iconblankbar_
1112<a name=datesearch-results>
1113<h3>The way results of your search work</h3>
1114
1115Generally 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>
1116}
1117
1118_textchangeprefs_ {Changing your preferences}
1119
1120_texthelppreferences_ {<h2>_textchangeprefs_</h2>
1121
1122<p>When you click the <i>preferences</i> button at the top of the page you will
1123be able to change some features of the interface to suit your own requirements.
1124
1125<p>_iconblankbar_
1126<a name=col-prefs>
1127<h3 align=left>Collection preferences</h3>
1128
1129Some collections comprise several subcollections, which can be searched
1130independently or together, as one unit. If so, you can select which
1131subcollections to include in your searches on the Preferences page.
1132
1133<p>_iconblankbar_
1134<a name=lang-prefs>
1135<h3 align=left>Language preferences</h3>
1136
1137Each collection has a default presentation language, but you can switch to
1138a different language if you like. You can also alter the encoding scheme
1139used by Greenstone for output to the browser -- the software chooses
1140sensible defaults, but with some browsers better visual results can be used
1141by switching to a different encoding scheme. All collections allow you to
1142switch from the standard graphical interface format to a textual one. This
1143is particularly useful for visually impaired users who use large screen
1144fonts or speech synthesizers for output.
1145
1146<p>_iconblankbar_
1147<a name=pres-prefs>
1148<h3 align=left>Presentation preferences</h3>
1149
1150Depending on the particular collection, there may be several options you can
1151set that control the presentation.
1152
1153<p>Collections of Web pages allow you to suppress the Greenstone navigation bar at
1154the top of each document page, so that once you have done a search you land at
1155the exact Web page that matches without any Greenstone header. To do another
1156search you will have to use your browser's "back" button. These collections
1157also allow you to suppress Greenstone's warning message when you click a link
1158that takes you out of the digital library collection and on to the Web itself.
1159And in some Web collections you can control whether the links on the "Search
1160Results" page take you straight to the actual URL in question, rather than to
1161the digital library's copy of the page.
1162
1163<p>_iconblankbar_
1164<a name=search-prefs>
1165<h3 align=left>Search preferences</h3>
1166<p>Two pairs of buttons control the kind of text matching in the searches that
1167you make. The first set (labeled "case differences") controls whether upper and
1168lower case must match. The second ("word endings") controls whether to ignore
1169word endings or not. It is possible to get a large query box, so that you can
1170easily do paragraph-sized searching. It is surprisingly quick to search for
1171large amounts of text.
1172
1173<p>For example, if the buttons <i>ignore case differences</i> and
1174<i>ignore word endings</i> are selected, the query<p>
1175 <ul><kbd>African building</kbd></ul>
1176 <p>will be treated the same as<p>
1177 <ul><kbd>africa builds</kbd></ul><p>
1178 because the uppercase letter in "African" will be transformed to
1179 lowercase, and the suffixes "n" and "ing" will be removed from
1180 "African" and "building" respectively (also, "s" would be removed from
1181 "builds").
1182
1183<p>You can switch to an "advanced" query mode which allows you to combine terms
1184using AND (&), OR (|), and NOT (!). This allows you to specify more precise
1185queries. You can turn the search history feature, which shows you your last few
1186queries. This makes it easy to repeat slightly modified versions of previous
1187queries. Finally, you can control the number of hits returned, and the
1188number presented on each screenful.
1189}
1190
1191_texttanumbrowseoptions_ {There are _numbrowseoptions_ ways to find information in this collection:}
1192
1193_textsimplehelpheading_ {How to find information in the _collectionname_ collection}
1194
1195_texthelpscope_ {
1196<p>_iconblankbar_
1197<a name=scope-of-queries>
1198<h3 align=left>Scope of queries</h3>
1199
1200<p>
1201In most collections you can choose different indexes to search. For example, there might
1202be author or title indexes. Or there might be chapter or paragraph indexes. Generally,
1203the full matching document is returned regardless of which index you search.
1204<p>If documents are books, they will be opened at the appropriate place.
1205}
Note: See TracBrowser for help on using the repository browser.