source: tapas/web/src/messages_fr.properties @ 825

Last change on this file since 825 was 825, checked in by rboipsl, 9 years ago

changement logo
champs locality/lieu desactives
+modif sur tapas.css et bas page frontend
+ ajout textes info xml et one transmission

File size: 8.2 KB
Line 
1inWork=Page en cours de construction..
2language=fr
3label.language.to.switch=Anglais
4label.language.value.to.switch=en
5
6
7label.ira=LOS Ascension droite
8label.ide=LOS déclinaison
9label.iza=Angle zénithal
10label.spectralUnit=Unité spectrale
11label.spectralRange=Intervalle spectral
12label.spectralorange=Intervalle spectral
13label.to= Ã 
14label.or=ou
15label.ifunction=Fonction instrumentale
16label.resolution=Résolution
17label.ratio=Taux d'échantillonnage
18label.climato=ModÚle atmosphérique
19label.datemesure=Date de mesure
20label.cpydatemesure=ou Copy date
21label.berv=Correction BERV
22label.onetransmission=En une transmission
23
24label.format=Format fichier
25label.era=Extinction rayleigh
26label.eo2=Extinction O2
27label.eh2o=Extinction H2O
28label.eco2=Extinction CO2
29label.eo3=Extinction O3
30label.ech4=Extinction CH4
31label.en2o=Extinction N2O
32
33label.observatory=Observatoire
34label.preferences=Préférences
35label.confirm.del=Voulez-vous vraiment supprimer cette requête ?
36label.success=Votre requête a été prise en compte. Vous allez recevoir par email l'accés aux fichiers résultats.
37
38
39
40text.validnum=doit être numérique
41text.select=Sélectionnez
42text.badvalue=mauvaise valeur
43text.NONE=Aucune
44text.toselect=à sélectionner
45text.erreur.saisie=Erreur saisie requête
46text.errcxml=code XML vide
47text.xml=Le code requête XML doit strictement respecter les tags. Seules les valeurs entre les tags peuvent être modifiées. Exemple de requete XML que vous devez entrez : <?xml version="1.0" encoding="UTF-8"?>
48<tapas Id="Ether_TAPAS_999">
49  <request Id="1">
50    <preferences>
51      <format valid="VO,ASCII,FITS,NETCDF">FITS</format>
52      <rayleigh_extinction valid="YES,NO">YES</rayleigh_extinction>
53      <h2o_extinction valid="YES,NO">NO</h2o_extinction>
54      <o3_extinction valid="YES,NO">YES</o3_extinction>
55      <o2_extinction valid="YES,NO">YES</o2_extinction>
56      <co2_extinction valid="YES,NO">YES</co2_extinction>
57      <ch4_extinction valid="YES,NO">YES</ch4_extinction>
58      <n2o_extinction valid="YES,NO">YES</n2o_extinction>
59    </preferences>
60    <observation>
61      <date>2013-11-17T00:41:00.000Z</date>
62      <observatory>
63        <name>La Palma Roque de los Muchachos Canarias Spain</name>
64        <longitude min="-180" max="180">-17.882</longitude>
65        <latitude min="-90" max="90">28.76</latitude>
66        <altitude min="0" max="10000">2326.0</altitude>
67      </observatory>
68      <los>
69        <ra_j2000>03:42:55</ra_j2000>
70        <dec_j2000>47:47:15</dec_j2000>
71      </los>
72      <instrument>
73        <spectral_choice valid="Vacuum Wavelength (nm),Standard Wavelength (nm),Wavenumber (cm-1)">Standard Wavelength (nm)</spectral_choice>
74        <spectral_range>350 1000</spectral_range>
75        <ilsf_choice valid="-1,createTapa0,1">1</ilsf_choice>
76        <resolving_power min="0">115000</resolving_power>
77        <sampling_ratio min="0">10</sampling_ratio>
78        <appli_berv valid="YES,NO">YES</appli_berv>
79      </instrument>
80    </observation>
81    <atmosphere>
82      <reference valid="0,1,2,3,4,5,6">0</reference>
83      <arletty_file>/data/tapas///arletty/canr_2013111700.arl</arletty_file>
84      <ecmwf_file>/data/tapas///ecmwf/canr_2013111700_qo3.txt</ecmwf_file>
85    </atmosphere>
86  </request>
87</tapas>
88
89text.selectlocation=Indiquer un lieu correctement (observatoire ou lieu en indiquant altitude,latitude et longitude)
90
91text.errcpydate=Mauvais format de date
92
93app.title=Tapas
94app.fulltitle=Transmissions Atmosphériques Personnalisées Pour l'AStronomie
95app.connexion=Connexion
96app.administrator=Administrateur
97app.yes=Oui
98app.no=Non
99app.YES=Oui
100app.NO=Non
101
102
103title.home=Accueil
104title.form=Formulaire requête
105title.legals=Mentions légales
106
107label.home=Accueil
108label.map=Plan
109label.mail=Email
110label.backoffice=Backoffice
111label.form=Formulaire requête
112
113label.role.administrator=Administrator
114label.role.user=User
115
116label.confirm=ENVOYER LA DEMANDE ?
117
118error.ERROR_JSON_TAPAS_IS_NULL=Erreur de création du formulaire Tapas
119
120
121label.submitButton=EXECUTER
122label.addButton=+
123label.delButton=x
124label.optionForm=Form
125label.title.add=AJOUTER UNE NOUVELLE REQUETE
126label.title.del=SUPPRIMER LA REQUETE COURANTE
127label.requete=Requete
128
129label.spectralUnit.NM_STANDARD=Standard Wavelength (nm)
130label.spectralUnit.NM_VACUUM=Vacuum Wavelength (nm)
131label.spectralUnit.CM=Wavenumber (cm-1)
132
133label.instrumentalFunction.NONE=Aucune
134label.instrumentalFunction.GAUSSIAN=Gaussienne
135
136label.climatoReference.TROPICAL=Tropical
137label.climatoReference.MEDIUM_LATITUDE_SUMMER=Latitude moyenne été
138label.climatoReference.MEDIUM_LATITUDE_WINTER=Latitude moyenne hiver
139label.climatoReference.SUBARCTIC_SUMMER=Subarctique été
140label.climatoReference.SUBARCTIC_WINTER=Subarctique hiver
141label.climatoReference.US_STANDARD_1976=Standard US 1976
142
143label.locality=Lieu
144label.altitude=Alt
145label.latitude=Lat
146label.longitude=Lon
147
148################################################################
149####################### ERRORS #################################
150################################################################
151USER_ALREADY_EXISTS=Cette email est déjà utilisé par un compte, veuillez en fournir un autre.
152
153
154################################################################
155####################### LOGIN ##################################
156################################################################
157login.authentification=Authentification
158login.intro=Veuillez vous identifier afin d'accéder aux zones protégées de ce site.
159login=Login
160login.password=Mot de passe
161login.sign=Connection
162login.loginForget=Oubli du login ?
163login.loginForget.help=Si vous vous souvenez de votre mot de passe, essayez de vous connecter avec votre email
164login.pwdForget=Oubli du mot de passe ?
165login.inscription=Nouvelle inscription
166login.text=Veuillez vous identifier afin d'accéder aux zones protégées de ce site.
167
168login.dataProtocolAccept=Vous devez accepter le protocole d'utilisation des données pour demander un compte
169login.dataProtocolFields=Les champs 'Nom', 'Email' et 'Mot de passe' sont incomplets
170login.dataProtocol.account=Votre compte est désormais créé. Vous pouvez vous connecter avec votre email et mot de passe.
171
172login.error.notAccepted=Vous n'êtes pas autorisé à accéder aux zones protégés.
173login.error.bo.notAccepted=Vous n'êtes pas autorisé à accéder au backoffice.
174login.error.notFound=Ce login est inconnu.<br> Si vous voulez vous enregistrer pour obtenir l'accÚs aux zones protégées du site, veuillez cliquez sur 'Nouvelle inscription'. <br>
175login.error.wrongPassword=Ce mot de passe est incorrect.
176login.error.failed=Echec de l\'opération d'authentification.<br> Veuillez contacter le <a href\='mailto\:{0}?subject\=[TAPAS]'>webmaster</a> pour lui signaler le problÚme.<br>
177login.error.unknown=Vous n'êtes pas identifié ou vous avez perdu votre session, veuillez vous connecter.
178
179
180################################################################
181##################### BACKOFFICE ###############################
182################################################################
183bo.fulltitle=TAPAS Backoffice
184bo.site=Tapas
185bo.id=Id
186bo.action=Action
187bo.actions=Actions
188bo.modify=Modify
189bo.remove=Remove
190bo.add=Add
191bo.accept=Accept
192bo.refuse=Refuse
193bo.init=Init
194bo.go=Go
195bo.all=All
196bo.total.number=Total number
197bo.previous=Previous
198bo.next=Next
199bo.sortBy=Sort by
200bo.viewBy=View by
201bo.sort.asc=Sort asc by
202bo.user=Users
203#bo.user.waitinglist=List of users waiting to have an access to data
204#bo.user.waitinglist.help=(an email will be sent to the user with your choice (accept or refuse))
205bo.user.list=List of users
206bo.noUser=No usertext.selectlocation=Enter a location
207bo.user.lastName=Lastname
208bo.user.firstName=Firstname
209bo.user.email=Email
210bo.user.password=Password
211bo.user.password.same=Keep same password
212bo.user.password.same.help=(only to modify a password)
213bo.user.role=Role
214bo.user.laboratory=Laboratory
215bo.user.country=Country
216bo.user.creationDate=Creation date
217bo.user.state=State
218bo.user.state.help=Inscription state (can be removed, unactif, refused, ...)
219bo.user.boAccess=BO
220bo.user.boAccess.help=Access to the backoffice
221bo.user.add=Add a new user
222bo.user.modify=Modify the user
223bo.user.remove.confirm=Do you really want to remove the user
224
225bo.field.lastName=The field lastName must be filled
226bo.field.email=The field email must be filled
227bo.field.password=The field password must be filled
228
229bo.user.emailNotSend=The email to the user cannot be sent, the email seems not valid :
Note: See TracBrowser for help on using the repository browser.