source: trunk/gsdl/macros/french2.dm@ 3010

Last change on this file since 3010 was 2912, checked in by nzdl, 22 years ago

Added preferences link for changing display settings (language and such)
of default home page

  • Property svn:keywords set to Author Date Id Revision
File size: 6.3 KB
Line 
1# partially completed French translation of english2.dm
2
3
4
5######################################################################
6# 'home' page
7package home
8######################################################################
9
10
11#------------------------------------------------------------
12# text macros
13#------------------------------------------------------------
14
15
16_textimagecollector_ [l=fr] {
17<<french>> Helps you create new collections, modify or add to existing ones, or delete
18collections
19}
20
21_textimageadmin_ [l=fr] {
22<<french>> Allows you to add new users, summarizes the collections in the system,
23gives technical information on the Greenstone installation
24}
25
26_textimagegogreenstone_ [l=fr] {
27<<french>> Tells you about the Greenstone software and the New Zealand Digital Library
28Project where it originated
29}
30
31_textimagegodocs_ [l=fr] {<<french>> Greenstone manuals}
32
33_textaboutgreenstone_ [l=fr] {
34
35<p>&lt;&lt;french&gt;&gt;
36
37<p>Greenstone is a suite of software for building and distributing
38digital library collections. It provides a new way of organizing
39information and publishing it on the Internet or on CD-ROM. Greenstone
40is developed and produced by the New Zealand Digital Library
41Project at the University of Waikato, and distributed in
42cooperation with UNESCO and the Humanity Libraries
43Project. It is open-source software, available from <a
44href="http://greenstone.org">http://greenstone.org</a> under the terms
45of the GNU General Public License.
46
47<p>The aim of the software is to empower users, particularly in
48universities, libraries, and other public service institutions, to
49build their own digital libraries. Digital libraries are radically
50reforming how information is disseminated and acquired in UNESCO's
51partner communities and institutions in the fields of education,
52science and culture around the world, and particularly in developing
53countries. We hope that this software will encourage the effective
54deployment of digital libraries to share information and place it in
55the public domain.
56
57<p>This software is developed and distributed as an international
58cooperative effort established in August 2000 between three parties.
59<ul>
60<li>
61<a href="http://nzdl.org"><b>New Zealand Digital Library Project at the University of Waikato</b></a>
62<br>
63Greenstone software grew out of this project, and this initiative
64has been endorsed by the Communication Sub-Commission of the New
65Zealand National Commission for UNESCO as part of New Zealand's
66contribution to UNESCO's programme.
67<li>
68<a href="http://www.unesco.org"><b>United Nations Educational, Scientific and Cultural Organization</b></a>
69<br>
70The dissemination of educational and scientific knowledge throughout
71the world is central to UNESCO's goals as enunciated in its
72Constitution, and information and communication technology is seen as
73an important tool in this context.
74<li>
75<a href="http://humaninfo.org"><b>The Humanity Libraries Project, based in Antwerp, Belgium</b></a>
76<br>
77This project works with UN agencies and other NGOs, and has established
78a worldwide reputation for digitizing documentation of interest to
79human development and making it widely available, free of charge to
80developing nations and on a cost-recovery basis to others.
81</ul>
82
83<p>&lt;&lt;french&gt;&gt;
84}
85
86
87######################################################################
88# html
89package html
90######################################################################
91
92#------------------------------------------------------------
93# text macros
94#------------------------------------------------------------
95
96_textframebrowser_ [l=fr] {Vous devez avoir un navigateur acceptant les 'frames' pour voir ca.}
97
98#------------------------------------------------------------
99# icons
100#------------------------------------------------------------
101
102
103######################################################################
104# external links
105package extlink
106######################################################################
107
108#------------------------------------------------------------
109# text macros
110#------------------------------------------------------------
111
112_textextlink_ [l=fr] {Lien Exterieur}
113_textlinknotfound_ [l=fr] {Lien Interieur introuvable}
114
115_textextlinkcontent_ [l=fr] {Le lien selectionne est exterieur a toutes vos collections selectionnee actuellement
116The link you have selected is external to any of your currently selected collections.
117
118 If you still wish to view this link and your browser has access to
119 the Web, you can <a href="_nexturl_">go forward</a> to this page; otherwise
120 use your browsers "back" button to return to the previous document.}
121
122_textlinknotfoundcontent_ [l=fr] {For reasons beyond our control, the internal link you have selected
123 does not exist. This is probably due to an error in the source collection.
124 Use your browsers "back" button to return to the previous document.}
125
126# should have arguments of collection, collectionname and link
127_foundintcontent_ [l=fr] {
128
129<h3>Link to "_2_" collection</h3>
130
131<p> The link you have selected is external to the "_collectionname_"
132 collection (it links to the "_2_" collection).
133 If you wish to view this link in the "_2_" collection you can
134 <a href="_httpdoc_&c=_1_&cl=_cgiargcl_&d=_3_">go forward</a> to this page;
135 otherwise use your browsers "back" button to return to the previous document.
136}
137
138
139#------------------------------------------------------------
140# icons
141#------------------------------------------------------------
142
143
144######################################################################
145# authentication page
146package authen
147######################################################################
148
149
150#------------------------------------------------------------
151# text macros
152#------------------------------------------------------------
153
154_textGSDLtitle_ [l=fr] {Bibliotheque Numerique Greenstone}
155
156_textusername_ [l=fr] {nom d'utilisateur}
157_textpassword_ [l=fr] {mot de passe}
158
159_textmessagefailed_ [l=fr] {Votre nom d'utilisateur ou votre mot de passe est incorrect.}
160
161_textmessagedisabled_ [l=fr] {Desole, votre compte a ete mis hors service. Veuillez contacter
162l'administrateur de ce site.}
163
164_textmessagepermissiondenied_ [l=fr] {Desole, vous n'avez pas la permission d'acceder a cette page.}
165
166_textmessagestalekey_ [l=fr] {Le lien que vous avez choisit est maintenant perime.
167Veuillez entrez votre mot de passe pour acceder a cette page.}
Note: See TracBrowser for help on using the repository browser.