source: main/tags/2.35/gsdl/macros/english.dm@ 27368

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

altered preferences page slightly

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