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

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

The build process now creates a summary of how many files were included,
which were rejected, etc. A link to a page containing this summary is
provided from the final page of the collector (once the collection is built
successfully) and from the default "about this collection" text for
collections built by the collector.

Also did a little bit of tidying in a couple of places

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