source: main/tags/2.35a/gsdl/macros/english.dm

Last change on this file was 2496, checked in by sjboddie, 23 years ago

fixed a little problem where the "set preferences" button screwed up when
DocumentUseHTML was set

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