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

Last change on this file since 1727 was 1727, checked in by jrm21, 23 years ago

Put the space in a better position, so that the space occurs inside the _If_,
as it is only needed if we have subcollections.

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