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

Last change on this file since 2938 was 2938, checked in by sjboddie, 22 years ago

* empty log message *

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