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

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

Authentication pages now give some feedback on which group a user needs
to belong to.

  • Property svn:keywords set to Author Date Id Revision
File size: 3.1 KB
Line 
1# partially completed French translation of english2.dm
2
3######################################################################
4# html
5package html
6######################################################################
7
8#------------------------------------------------------------
9# text macros
10#------------------------------------------------------------
11
12_textframebrowser_ [l=fr] {Vous devez avoir un navigateur acceptant les 'frames' pour voir ca.}
13
14#------------------------------------------------------------
15# icons
16#------------------------------------------------------------
17
18
19######################################################################
20# external links
21package extlink
22######################################################################
23
24#------------------------------------------------------------
25# text macros
26#------------------------------------------------------------
27
28_textextlink_ [l=fr] {Lien Exterieur}
29_textlinknotfound_ [l=fr] {Lien Interieur introuvable}
30
31_textextlinkcontent_ [l=fr] {Le lien selectionne est exterieur a toutes vos collections selectionnee actuellement
32The link you have selected is external to any of your currently selected collections.
33
34 If you still wish to view this link and your browser has access to
35 the Web, you can <a href="_nexturl_">go forward</a> to this page; otherwise
36 use your browsers "back" button to return to the previous document.}
37
38_textlinknotfoundcontent_ [l=fr] {For reasons beyond our control, the internal link you have selected
39 does not exist. This is probably due to an error in the source collection.
40 Use your browsers "back" button to return to the previous document.}
41
42# should have arguments of collection, collectionname and link
43_foundintcontent_ [l=fr] {
44
45<h3>Link to "_2_" collection</h3>
46
47<p> The link you have selected is external to the "_collectionname_"
48 collection (it links to the "_2_" collection).
49 If you wish to view this link in the "_2_" collection you can
50 <a href="_httpdoc_&c=_1_&cl=_cgiargcl_&d=_3_">go forward</a> to this page;
51 otherwise use your browsers "back" button to return to the previous document.
52}
53
54
55#------------------------------------------------------------
56# icons
57#------------------------------------------------------------
58
59
60######################################################################
61# authentication page
62package authen
63######################################################################
64
65
66#------------------------------------------------------------
67# text macros
68#------------------------------------------------------------
69
70_textGSDLtitle_ [l=fr] {Bibliotheque Numerique Greenstone}
71
72_textusername_ [l=fr] {nom d'utilisateur}
73_textpassword_ [l=fr] {mot de passe}
74
75_textmessagefailed_ [l=fr] {Votre nom d'utilisateur ou votre mot de passe est incorrect.}
76
77_textmessagedisabled_ [l=fr] {Desole, votre compte a ete mis hors service. Veuillez contacter
78l'administrateur de ce site.}
79
80_textmessagepermissiondenied_ [l=fr] {Desole, vous n'avez pas la permission d'acceder a cette page.}
81
82_textmessagestalekey_ [l=fr] {Le lien que vous avez choisit est maintenant perime.
83Veuillez entrez votre mot de passe pour acceder a cette page.}
Note: See TracBrowser for help on using the repository browser.