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

Last change on this file since 2992 was 2992, checked in by jrm21, 22 years ago

Added macros for Excel icon and text. Also added a mention of xlhtml to the
GPL packages we use.

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