source: trunk/gsdl/macros/english.dm@ 2392

Last change on this file since 2392 was 2392, checked in by dmm9, 23 years ago

adding dynamic browsing stuff

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 41.1 KB
Line 
1######################################################################
2#
3# English Language text and icon macros
4#
5######################################################################
6#
7# This is the main macro file for translation when creating an
8# interface in another language.
9#
10# Under the 'text macros' comments are text macros of the form:
11# _macroname_ {macro value}
12# Everything between the {} is the text to be translated. This text
13# may itself contain macros (i.e. characters other than space between
14# underscore characters, e.g. _about:numdocs_ or _textpage_). These
15# macro names occurring within text shouldn't be translated but should
16# be left as they are. Underscores or curly brackets occurring
17# naturally within the text should be escaped with a leading backslash
18# (i.e. '\_', '\{' or '\}).
19#
20# Under the 'icons' comments are macros concerned with displaying
21# icons which themselves contain text.
22# Above each macro (or group of macros) for an icon is a comment line
23# that looks something like '## "HOME" ## top_nav_button ## chome ##'.
24# The first field of the comment ("HOME" in this case) is the text
25# that appears in the english version of the icon. This is the text
26# that must be translated, nothing needs to be done to the macros
27# themselves. The other two fields of the comments are used by
28# automatic icon generating software which reads the newly translated
29# file and generates appropriate icons.
30#
31# Comment lines (other than those described above) need not be
32# translated (i.e. any lines beginning with '#', like this line).
33#
34# The simplest way to translate this file is to save it as something
35# else (e.g. french.dm) and work through translating all the text
36# macro values and icon comments.
37#
38######################################################################
39
40
41######################################################################
42# Global (base) package
43package Global
44######################################################################
45
46
47#------------------------------------------------------------
48# text macros
49#------------------------------------------------------------
50
51_textdefaultcontent_ {The requested page could not be found. Please use
52your browsers 'back' button or the above home button to return to the
53Greenstone Digital Library.}
54
55_textdefaulttitle_ {GSDL Error}
56
57_collectionextra_ {This collection contains _about:numdocs_ documents.
58It was last built _about:builddate_ days ago.}
59
60# 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_textsearchprefs_ {Search preferences}
615_textcollectionprefs_ {Collection preferences}
616_textpresentationprefs_ {Presentation preferences}
617_textpreferences_ {Preferences}
618_textcasediffs_ {Case differences:}
619_textignorecase_ { ignore case differences}
620_textmatchcase_ { upper/lower case must match}
621_textwordends_{Word endings:}
622_textstem_ { ignore word endings}
623_textnostem_ { whole word must match}
624_textprefop_ {Return up to _maxdocoption_ hits with _hitsperpageoption_ hits per page.}
625_textextlink_ {Access to external Web pages:}
626_textintlink_ {Source documents retrieved from:}
627_textlanguage_ {Interface language:}
628_textencoding_ {Encoding:}
629_textformat_ {Interface format:}
630_textall_ {all}
631_textquerymode_{Query mode:}
632_textsimplemode_ { simple query mode}
633_textadvancedmode_ { advanced query mode (allows boolean searching using !, &, |, and parentheses)}
634_textlinkinterm_ {through intermediate page}
635_textlinkdirect_ {go directly there}
636_textdigitlib_ {the digital library}
637_textweb_ {the web}
638_textgraphical_ {Graphical}
639_texttextual_ {Textual}
640_textcollectionoption_ {<p>
641Subcollections to include:
642<br>}
643_textrelateddocdisplay_ {display related documents}
644_textfcoption_ { Include navigation bar at top of document pages}
645_texthloption_ { Highlight search terms within document text}
646_textsearchhistory_{Search history:}
647_texthistorydisplay_ { display _historynumrecords_search history records}
648_textnohistorydisplay_{ do not display search history}
649
650_texttypesearch_ {Type of search:}
651_texttextsearch_ {text search}
652_textformsearch_ {form search}
653_textqueryboxsize_ {Query box size:}
654_textregbox_{ regular query box}
655_textbigbox_{ large query box}
656_textformtype_ {Form type:}
657_textsimple_{ simple}
658_textadvanced_ { advanced}
659
660# used in "with 4 fields" in the form search box
661_textwith_{with}
662_textfields_{fields}
663
664
665#------------------------------------------------------------
666# icons
667#------------------------------------------------------------
668
669## "preferences" ## green_title ## h_pref ##
670_httpiconhpref_ {_httpimg_/h\_pref.gif}
671_widthhpref_ {200}
672_heighthpref_ {57}
673
674#####################################################################
675# 'browse' package for the dynamic browsing interface
676package browse
677#####################################################################
678
679_textbrowseby_ {Browse by}
680_textthenby_ {then by}
681_textshowing_ {showing}
682_textdpcsperpage_ {documents per page}
683
684_textfilterby_ {Browse only documents containing}
685_textall_ {all}
686_textany_ {any}
687_textwords_ {of the words}
688
689
690######################################################################
691# 'help' page -- this is lower priority for translating than the
692# rest of this file
693package help
694######################################################################
695
696
697#------------------------------------------------------------
698# text macros
699#------------------------------------------------------------
700
701_textHelp_ {Help}
702_textSearchshort_ {search for particular words}
703_textSeriesshort_ {access publications by series}
704_textDateshort_ {access publications by date}
705_textSubjectshort_ {access publications by subject}
706_textToshort_ {access publications by To field}
707_textFromshort_ {access publications by From field}
708_textTitleshort_ {access publications by title}
709_textBrowseshort_ {browse publications}
710_textCreatorshort_ {access publications by author}
711_textOrganizationshort_ {access publications by organization}
712_textHowtoshort_ {access publications by how to listing}
713_textTopicshort_ {access publications by topic}
714_textPeopleshort_ {access publications by people}
715_textLanguageshort_ {access publications by language}
716_textAcronymshort_ {access publications by acronym occurance}
717_textPhraseshort_ {browse phrases occurring in publications}
718_textdefaultshorttext_ {undefined classification}
719
720_textSearchlong_ { <p>You can <i>search for particular words</i> that
721appear in the text from the "search" page. This is the first page that
722comes up when you begin, and can be reached from other pages by pressing
723the <i>search</i> button. }
724
725_textTitlelong_ { <p>You can <i>access publications by title</i> by
726pressing the <i>titles a-z</i> button. This brings up a list of books in
727alphabetic order. }
728
729_textOrganizationlong_ { <p>You can <i>access publications by
730organization</i> by pressing the <i>organization</i> button. This brings
731up a list of organizations. }
732
733_textHowtolong_ { <p>You can <i>access publications by how to listing</i>
734by pressing the <i>how to</i> button. This brings up a list of how to
735strings. }
736
737_textCreatorlong_ { <p>You can <i>access publications by author</i> by
738pressing the <i>authors a-z</i> button. This brings up a list of books,
739sorted by author name. }
740
741_textTopiclong_ { <p>You can <i>access publications by topic</i> by
742pressing the <i>topic</i> button. This brings up a list of topics to
743browse. }
744
745_textSubjectlong_ { <p>You can <i>access publications by subject</i> by
746pressing the <i>subjects</i> button. This brings up a list of subjects,
747represented by bookshelves. }
748
749_textTolong_ { <p>You can <i>access publications by To field</i> by
750pressing the <i>to</i> button. This brings up a list of addressees. }
751
752_textFromlong_ { <p>You can <i>access publications by From field</i> by
753pressing the <i>from</i> button. This brings up a list of senders. }
754
755_textSerieslong_ { <p>You can <i>access publications by series</i> by
756pressing the <i>series</i> button. This brings up a list of those series
757which are currently in the collection. }
758
759_textDatelong_ { <p>You can <i>access publications by date</i> by pressing
760the <i>dates</i> button. This brings up a list of all the issues, sorted
761chronologically. }
762
763_textBrowselong_ { <p>You can <i>browse publications</i> by pressing the
764<i>browse</i> button. }
765
766_textPeoplelong_ { <p>You can <i>access publications by people</i> by
767pressing the <i>people a-z</i> button. This brings up a list of entries,
768sorted by surname. }
769
770_textLanguagelong_ { <p>You can <i>access publications by language</i> by
771pressing the <i>languages</i> button. This brings up a list of entries,
772sorted by language. }
773
774_textAcronymlong_ { <p>You can <i>access publications by acronym occurance</i> by
775pressing the <i>acronyms</i> button. This brings up a list of the acronyms,
776and the places that they occur. }
777
778_textPhraselong_ { <p>You can <i>browse phrases occurring in publications</i> by
779pressing the <i>phrases</i> button. This uses the phind phrase browser. }
780
781_textdefaultlongtext_ { <p>Click on the <i>unknown</i> button to browse
782publications (listing is sorted by an unknown field). }
783
784_texthelptopics_ {
785<h2 align=left>Topics</h2>
786<ul>
787 <li><a href="\#finding-information">_textsimplehelpheading_</a>
788 _topicreadingdocs_
789 <li><a href="\#searching">How to search for particular words</a>
790<ul>
791 <li><a href="\#query-terms">Search terms</a>
792 <li><a href="\#query-type">Query type</a>
793 <li><a href="\#scope-of-queries">Scope of queries</a>
794</ul>
795 <li><a href="\#preferences">_textchangeprefs_</a>
796<ul>
797 <li><a href="\#col-prefs">Collection preferences</a>
798 <li><a href="\#lang-prefs">Language preferences</a>
799 <li><a href="\#pres-prefs">Presentation preferences</a>
800 <li><a href="\#search-prefs">Search preferences</a>
801</ul>
802</ul>
803}
804
805# there are 4 versions of this section of the help text.
806# which version is used is currently set within the server
807# (it should probably use the macro language e.g. [type=book])
808# 1 = html (like fao collections) -- section is empty
809# 2 = book (like hdl collection) -- macros beginning with book
810# 3 = bibliographic (like csbib) -- macros beginning with bib
811# 4 = standard (like gberg) -- the default
812
813_topicreadingdocs_ {<li><a href="\#reading-docs">_textreadingdocs_</a>}
814
815_textreadingdocs_ {How to read the documents}
816_booktextreadingdocs_ {How to read the books}
817_bibtextreadingdocs_ {Getting more information on a bibliography item}
818
819_texthelpreadingdocs_ {
820<p>_iconblankbar_
821<a name=reading-docs>
822<h2>_textreadingdocs_</h2>
823
824<p>You can tell when you have arrived at an individual document because its
825title and author appear at the top left of the page. Beside these is the
826number of the current page, a box that allows you to select a new page, and
827forward and backward arrows.
828
829<p>Underneath is the text of the current section. When you have read
830through it, there are arrows at the bottom to take you on to the next
831section or back to the previous one.
832
833<p>Below the title and author are three buttons. Click on <i>expand
834text</i> to expand out the whole text of the current document. If the
835document is large, this could take a long time and use a lot of memory!
836Click on <i>detach</i> to make a new browser window for this
837document. (This is useful if you want to compare documents, or read two at
838once.) Finally, when you do a search the words you search for are
839highlighted. Click on <i>no highlighting</i> to remove the highlighting.
840<p>
841<table cellspacing="0" cellpadding="2" border="0">
842<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click on the arrow to go to the next section ...</td></tr>
843<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
844<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
845src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
846<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
847<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
848src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
849</table>
850
851}
852
853_booktexthelpreadingdocs_ {
854<p>_iconblankbar_
855<a name=reading-docs>
856<h2>_textreadingdocs_</h2>
857
858<p>You can tell when you have arrived at an individual book because there
859is a photograph of its front cover at the top left of the page. Beside the
860photograph is a table of contents with an arrow marking where you are.
861This table is expandable: click on the folders to open them or close them.
862Click on the open book at the top to close it.
863
864<p>Underneath is the text of the current section. When you have read
865through it, there are arrows at the bottom to take you on to the next
866section or back to the previous one.
867
868<p>Below the photograph are four buttons. Click on <i>expand text</i> to
869expand out the whole text of the current section, or book. If the book is
870large, this could take a long time and use a lot of memory! Click on
871<i>expand contents</i> to expand out the whole table of contents so that
872you can see the titles of all chapters and subsections. Click on
873<i>detach</i> to make a new browser window for this book. (This is useful
874if you want to compare books, or read two at once.) Finally, when you do a
875search the words you search for are highlighted. Click on <i>no
876highlighting</i> to remove highlighting.
877
878<p>
879<table cellspacing="0" cellpadding="2" border="0">
880<tr><td colspan=2><img src="_httpiconbshelf_" border="0"></td><td>Open this bookshelf</td></tr>
881<tr><td><img src="_httpiconopenbook_" border="0"></td><td><img
882src="_httpiconbook_" border="0"></td><td>Open/close this book</td></tr>
883<tr><td colspan=2><img src="_httpiconitext_" border="0"></td><td>View this section of the text</td></tr>
884<tr><td><img src="_document:httpiconealltof_" border="0"></td><td><img
885src="_document:httpiconetsecof_" border="0"></td><td>Display all text, or not</td></tr>
886<tr><td><img src="_document:httpiconeexpcof_" border="0"></td><td><img
887src="_document:httpiconeconcof_" border="0"></td><td>Expand table of contents, or not</td></tr>
888<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
889<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
890src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
891<tr><td colspan=2><img src="_httpiconmore_" border="0"></td><td>Click the arrow to go to the next section ...</td></tr>
892<tr><td colspan=2><img src="_httpiconless_" border="0"></td><td>... or back to the previous section</td></tr>
893</table>
894}
895
896_bibtexthelpreadingdocs_ {
897<p>_iconblankbar_
898<a name=reading-docs>
899<h2>_textreadingdocs_</h2>
900
901<p>Some bibliography items contain more information, such as an abstract.
902You can tell from the query response page if this is the case because they
903are shown with the _icontext_ icon instead of the _iconblanktext_ icon.
904
905<p>Clicking on the _icontext_ icon will give you more information about the
906bibliography item.
907
908<p> Below the bibliography item are two buttons. Click on <i>detach</i> to
909make a new browser window for this book. (This is useful if you want to compare
910bibliography items.) Finally, when you do a search the words you search for are
911highlighted. Click on <i>no highlighting</i> to remove the highlighting.
912
913<p>
914<table cellspacing="0" cellpadding="2" border="0">
915<tr><td colspan=2><img src="_document:httpiconedtchof_" border="0"></td><td>Open this page in a new window</td></tr>
916<tr><td><img src="_document:httpiconehlof_" border="0"></td><td><img
917src="_document:httpiconenhlof_" border="0"></td><td>Highlight search terms, or not</td></tr>
918</table>
919}
920
921_texthelpsearching_ {
922<h2>How to search for particular words</h2>
923<p>
924 From the search page, you make a query in these simple steps:<p>
925
926 <ol><li>Specify what items you want to search
927 <li>Say whether you want to search for all or just some of the words
928 <li>Type in the words you want to search for
929 <li>Click the <i>Begin Search</i> button
930 </ol>
931
932<p>When you make a query, the titles of twenty matching documents will be shown.
933There is a button at the end to take you on to the next twenty documents. From
934there you will find buttons to take you on to the third twenty or back to the
935first twenty, and so on. Click the title of any document, or the little button
936beside it, to see it.
937
938<p>A maximum of 100 is imposed on the number of
939 documents returned. You can change this number by clicking the
940 <i>preferences</i> button at the top of the page.<p>
941
942<p>_iconblankbar_
943<a name=query-terms>
944<h3>Search terms</h3>
945
946<p>Whatever you type into the query box is interpreted as a list of words
947called "search terms." Each term contains nothing but alphabetic characters
948and digits. Terms are separated by white space. If any other characters such
949as punctuation appear, they serve to separate terms just as though they were
950spaces. And then they are ignored. You can't search for words that include
951punctuation.
952
953<p>For example, the query<p>
954 <ul><kbd>Agro-forestry in the Pacific Islands: Systems for Sustainability (1993)</kbd></ul>
955 <p>will be treated the same as<p>
956 <ul><kbd>Agro forestry in the Pacific Islands Systems for Sustainability 1993 </kbd></ul><p>
957
958<p>_iconblankbar_
959<a name=query-type>
960<h3>Query type</h3>
961
962<p>There are two different kinds of query.
963
964<ul>
965 <li>Queries for <b>all</b> of the words. These look for documents (or
966 chapters, or titles) that contain all the words you have specified.
967 Documents that satisfy the query are displayed, in alphabetical
968 order.<p>
969
970 <li>Queries for <b>some</b> of the words. Just list some terms that are
971 likely to appear in the documents you are looking for. Documents are
972 displayed in order of how closely they match the query. When determining
973
974 the degree of match,
975
976 <p><ul>
977 <li> the more search terms a document contains, the closer it matches;
978 <li> rare terms are more important than common ones;
979 <li> short documents match better than long ones.
980 </ul>
981</ul>
982
983<p>Use as many search terms as you like--a whole sentence, or even a
984whole paragraph. If you specify only
985one term, documents will be ordered by its frequency of occurrence.<p>
986_texthelpscope_
987}
988
989_textdatesearch_{Searching with Dates}
990
991_texthelpdatesearch_{<h2>_textdatesearch_</h2>
992Date search lets you find documents that, as well as matching your search
993terms, are about events within a certain timeframe. You can search for
994documents from a certain year or from a range of years. Note that you do not
995have to have any search terms -- you can search by date alone; and also that
996you do not have to use dates in your search, if you do not type any dates in it
997 is just the same as if the date search didn't exist.<p>
998
999<p>_iconblankbar_
1000<a name=datesearch-howto>
1001<h3>How to use this feature:</h3>
1002<ul>
1003 <li>To search for documents about a single year:<p>
1004 <ul>
1005 <li>Type in any ordinary search terms as you normally would.
1006 <li>Type the year you want into the "Start (or only) date" box.
1007 <li>If your date is from before the common era (also known as before
1008 Christ), choose the B.C.E option from the pulldown menu next to that
1009 box.
1010 <li>Begin your search as you ordinarily would.
1011 </ul>
1012<p><li>To search for documents about a time period or range of years:<p>
1013 <ul>
1014 <li>Type in any ordinary search terms as you normally would.
1015 <li>Type the earlier date into the "Start (or only) date" box.
1016 <li>Type the later date into the "End date" box.
1017 <li>Select "B.C.E from the pulldown menu next to any date from before
1018 the common era (also known as before Christ).
1019 <li>Begin your search as you ordinarily would.
1020 </ul>
1021</ul><p>
1022
1023<p>_iconblankbar_
1024<a name=datesearch-results>
1025<h3>The way results of your search work</h3>
1026
1027Generally 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>
1028}
1029
1030_textchangeprefs_ {Changing your preferences}
1031
1032_texthelppreferences_ {<h2>_textchangeprefs_</h2>
1033
1034<p>When you click the <i>preferences</i> button at the top of the page you will
1035be able to change some features of the interface to suit your own requirements.
1036
1037<p>_iconblankbar_
1038<a name=col-prefs>
1039<h3 align=left>Collection preferences</h3>
1040
1041Some collections comprise several subcollections, which can be searched
1042independently or together, as one unit. If so, you can select which
1043subcollections to include in your searches on the Preferences page.
1044
1045<p>_iconblankbar_
1046<a name=lang-prefs>
1047<h3 align=left>Language preferences</h3>
1048
1049Each collection has a default presentation language, but you can switch to
1050a different language if you like. You can also alter the encoding scheme
1051used by Greenstone for output to the browser -- the software chooses
1052sensible defaults, but with some browsers better visual results can be used
1053by switching to a different encoding scheme. All collections allow you to
1054switch from the standard graphical interface format to a textual one. This
1055is particularly useful for visually impaired users who use large screen
1056fonts or speech synthesizers for output.
1057
1058<p>_iconblankbar_
1059<a name=pres-prefs>
1060<h3 align=left>Presentation preferences</h3>
1061
1062Depending on the particular collection, there may be several options you can
1063set that control the presentation.
1064
1065<p>Collections of Web pages allow you to suppress the Greenstone navigation bar at
1066the top of each document page, so that once you have done a search you land at
1067the exact Web page that matches without any Greenstone header. To do another
1068search you will have to use your browser's "back" button. These collections
1069also allow you to suppress Greenstone's warning message when you click a link
1070that takes you out of the digital library collection and on to the Web itself.
1071And in some Web collections you can control whether the links on the "Search
1072Results" page take you straight to the actual URL in question, rather than to
1073the digital library's copy of the page.
1074
1075<p>_iconblankbar_
1076<a name=search-prefs>
1077<h3 align=left>Search preferences</h3>
1078<p>Two pairs of buttons control the kind of text matching in the searches that
1079you make. The first set (labeled "case differences") controls whether upper and
1080lower case must match. The second ("word endings") controls whether to ignore
1081word endings or not. It is possible to get a large query box, so that you can
1082easily do paragraph-sized searching. It is surprisingly quick to search for
1083large amounts of text.
1084
1085<p>For example, if the buttons <i>ignore case differences</i> and
1086<i>ignore word endings</i> are selected, the query<p>
1087 <ul><kbd>African building</kbd></ul>
1088 <p>will be treated the same as<p>
1089 <ul><kbd>africa builds</kbd></ul><p>
1090 because the uppercase letter in "African" will be transformed to
1091 lowercase, and the suffixes "n" and "ing" will be removed from
1092 "African" and "building" respectively (also, "s" would be removed from
1093 "builds").
1094
1095<p>You can switch to an "advanced" query mode which allows you to combine terms
1096using AND (&amp;), OR (|), and NOT (!). This allows you to specify more precise
1097queries. You can turn the search history feature, which shows you your last few
1098queries. This makes it easy to repeat slightly modified versions of previous
1099queries. Finally, you can control the number of hits returned, and the
1100number presented on each screenful.
1101}
1102
1103_texttanumbrowseoptions_ {There are _numbrowseoptions_ ways to find information in this collection:}
1104
1105_textsimplehelpheading_ {How to find information}
1106
1107_texthelpscope_ {
1108<p>_iconblankbar_
1109<a name=scope-of-queries>
1110<h3 align=left>Scope of queries</h3>
1111
1112<p>
1113In most collections you can choose different indexes to search. For example, there might
1114be author or title indexes. Or there might be chapter or paragraph indexes. Generally,
1115the full matching document is returned regardless of which index you search.
1116<p>If documents are books, they will be opened at the appropriate place.
1117}
Note: See TracBrowser for help on using the repository browser.