source: trunk/gsdl/macros/english2.dm@ 2014

Last change on this file since 2014 was 1957, checked in by sjboddie, 23 years ago

Updated the default homepage and supporting gsdl page

  • Property svn:keywords set to Author Date Id Revision
File size: 5.0 KB
Line 
1######################################################################
2#
3# English Language text and icon macros
4# -- this file contains english text that is of less importance
5# -- to translate when creating a new interface language
6######################################################################
7
8
9
10######################################################################
11# 'home' page
12package home
13######################################################################
14
15
16#------------------------------------------------------------
17# text macros
18#------------------------------------------------------------
19
20_documents_ { documents. }
21_lastupdate_ {Last updated}
22_ago_ {days ago.}
23_colnotbuilt_ {Collection not built.}
24
25_textpagetitle_ {Greenstone Digital Library}
26
27_textpoem_ {
28<br><h2>Kia papapounamu te moana</h2>
29
30<p>kia hora te marino,
31<br>kia tere te karohirohi,
32<br>kia papapounamu te moana
33
34<p>may peace and calmness surround you,
35<br>may you reside in the warmth of a summer's haze,
36<br>may the ocean of your travels be as smooth as the polished greenstone.
37}
38
39_textgreenstone_ {
40<p>Greenstone is a semi-precious stone that (like this software) is sourced
41in New Zealand. In traditional Maori society it was the most highly prized
42and sought after of all substances. It can absorb and hold <i>wairua</i>,
43which is a spirit or life force, and is endowed with traditional virtues
44that make it an appropriate emblem for a public-domain digital library
45project. Its lustre shows charity; its translucence, honesty; its
46toughness, courage; and the sharp edge it can take, justice. The carved
47piece used in the Greenstone Digital Library Software logo is a <i>patu</i>
48or fighting club, and is a family heirloom of one of our project members.
49In hand-to-hand combat its delivery is very quick, very accurate, and very
50complete. We like to think these qualities also apply to our software, the
51razor sharp edge of the <i>patu</i> symbolizing the leading edge of
52technology.
53}
54
55
56#------------------------------------------------------------
57# icons
58#------------------------------------------------------------
59
60## "THE NEW ZEALAND DIGITAL LIBRARY" ## nzdl_heading ## nzdl2gr ##
61_httpiconnzdl_ {_httpimg_/nzdl2gr.gif}
62_widthnzdl_ {457}
63_heightnzdl_ {181}
64
65## "select a collection" ## green_bar_left_aligned ## selcolgr ##
66_httpiconselcolgr_ {_httpimg_/selcolgr.gif}
67_widthselcolgr_ {537}
68_heightselcolgr_ {17}
69_altselcolgr_ {"Select a collection"}
70
71
72
73######################################################################
74# external link package
75package extlink
76######################################################################
77
78
79#------------------------------------------------------------
80# text macros
81#------------------------------------------------------------
82
83_textextlink_ {External Link}
84_textlinknotfound_{Internal Link not Found}
85
86_textextlinkcontent_ {The link you have selected is external to any of your currently selected collections.
87 If you still wish to view this link and your browser has access to
88 the Web, you can <a href="_nexturl_">go forward</a> to this page; otherwise
89 use your browsers "back" button to return to the previous document.}
90
91_textlinknotfoundcontent_ {For reasons beyond our control, the internal link you have selected
92 does not exist. This is probably due to an error in the source collection.
93 Use your browsers "back" button to return to the previous document.}
94
95# should have arguments of collection, collectionname and link
96_foundintcontent_ {
97
98<h3>Link to "_2_" collection</h3>
99
100<p> The link you have selected is external to the "_collectionname_"
101 collection (it links to the "_2_" collection).
102 If you wish to view this link in the "_2_" collection you can
103 <a href="_httpdoc_&c=_1_&cl=_cgiargcl_&d=_3_">go forward</a> to this page;
104 otherwise use your browsers "back" button to return to the previous document.
105}
106
107
108#------------------------------------------------------------
109# icons
110#------------------------------------------------------------
111
112
113
114######################################################################
115# authentication page
116package authen
117######################################################################
118
119
120#------------------------------------------------------------
121# text macros
122#------------------------------------------------------------
123
124_textGSDLtitle_ {Greenstone Digital Library}
125
126_textusername_ {username}
127_textpassword_ {password}
128
129_textmessageinvalid_ {The page you have requested requires you to sign in.<br>
130_If_(_cgiargug_,[Note that you must belong to the "_cgiargug_" group to access this page]<br>)
131Please enter your username and password.}
132
133_textmessagefailed_ {Either your user name or password was incorrect.}
134
135_textmessagedisabled_ {Sorry, your account has been disabled. Please contact
136the webmaster for this site.}
137
138_textmessagepermissiondenied_ {Sorry, you do not have permission to access this page.}
139
140_textmessagestalekey_ {The link you have followed is now stale.
141Please enter your password to access this page.}
Note: See TracBrowser for help on using the repository browser.