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

Last change on this file since 5443 was 5443, checked in by mdewsnip, 21 years ago

Removed the hand-made "display" icon macro, which used to be used in the search history.

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