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

Last change on this file since 2750 was 2682, checked in by dmm9, 23 years ago

fixing up browse stuff

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