Subversion Repositories eFlore/Applications.cel

Rev

Rev 2983 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2613 mathias 1
var messages_en = {
2656 aurelien 2
		"intitule-langue" : "English",
2619 aurelien 3
		"cel-utilisation" : "Use the Carnet En Ligne to manage your observations",
2614 aurelien 4
		"identifiez-vous" : "log-in",
5
		"pour-transmettre-tela" : "to transmit them to the Tela Botanica network",
6
		"connecte-en-tant-que" : "Logged in as {0}",
2615 aurelien 7
		"deconnexion" : "logout",
2656 aurelien 8
		"langue" : "Language",
2615 aurelien 9
 
2677 aurelien 10
		"import-erreurs" : "Warning ! Some errors occured during import : {0}",
2657 aurelien 11
		"import-obs-ajoutees" : "{0} observation(s) added",
12
		"import-images-ajoutees" :  "{0} image(s) linked",
2659 aurelien 13
		"import-mots-cles-ajoutes" : "{0} keywords added",
2657 aurelien 14
		"import-colonnes-non-traitees" : "Unrecognized columns : {0}",
15
 
16
		"envoyer" : "Send",
17
 
2615 aurelien 18
		"filtres" : "Filters",
19
		"dates" : "Dates",
20
		"inconnue" : "Unknown",
21
		"recherche-libre" : "Free search",
22
		"rechercher" : "Search",
23
		"afficher-images-tampon" : "Show images in the buffer only",
24
		"ajouter-images" : "Add images",
25
		"tampon" : "Buffer",
26
		"gerer-mots-cles" : "Manage keywords",
27
		"mots-cles" : "keywords",
28
		"mots-cles-arbre" : "Keywords",
29
		"appliquer" : "Apply",
30
		"annuler" : "Cancel",
31
		"nouveau-tag" : "New Tag",
32
		"renommer" : "Rename",
33
		"supprimer" : "Delete",
2622 mathias 34
		"localites" : "Locations",
35
		"projets" : "Projects",
36
		"ajouter-projet" : "Add a project",
37
		"supprimer-projet" : "Delete project",
38
		"mot-cle-non-vide" : "A keyword may not be empty nor contain one of the following characters : {0}",
39
		"mot-cle-existe-deja" : "A keyword with the same name already exists at the same position",
40
		"confirmer-suppression-projet" : "Are you sure you want to delete this project ?",
41
		"impossible-supprimer-racine" : "Cannot delete tree root",
2656 aurelien 42
 
43
		"aucune-image-taxon" : "No image for this taxon",
44
		"aucune-carte-taxon" : "No map for this taxon",
45
		"aucune-image-liee" : "No image linked",
46
 
2615 aurelien 47
		"plusieurs-fichiers-images-fois" : "Multiple files at once",
48
		"un-fichier-image-fois" : "One file at a time",
49
 
50
		"ajouter-images-tampon" :  "Add selected images to the buffer",
51
		"vider-tampon" : "Delete buffer content",
52
		"afficher-tampon" : "Show buffer content",
53
		"indication-utilisation-tampon" : "With the buffer, you can pick and show images from differents pages",
54
		"indication-supprimer-images" : "Delete selected images",
55
		"indication-plusieurs-fichiers-images-fois" : "Add images by selecting them one by one or by uploading a whole folder at once",
56
		"galerie" : "Gallery",
57
		"images" : "Images",
58
		"avertissement-aucune-image" : "No image to display",
59
		"cliquez-plusieurs-fichiers-images-fois" : "Click here to upload a whole folder or multiple files at once",
60
		"necessite-java" : "requires Java",
61
		"cliquez-un-fichier-image-fois" : "Click here to add files one at a time",
2616 aurelien 62
		"indication-ajouter-images-plus-tard" : "To add images later click the Add images button on the top bar",
2627 mathias 63
		"agrandissement" : "enlargement",
64
		"double-clic-agrandir" : "Double click to enlarge image",
65
 
66
		"voir-fiche-eflore" : "See eFlore page",
2615 aurelien 67
 
68
		"numero" : "Number",
69
		"date" : "Date",
70
		"lieu" : "Location",
71
		"appareil" : "Device",
72
		"image" : "Image",
73
		"note" : "Note",
74
		"nom-original" : "Original name",
75
		"nom-associe" : "Associated name",
76
		"glissez-deposer-images-obs" : "Drag and drop images on the observations list to link them",
77
 
78
		"changer-utilisateur" : "Change user",
79
 
80
		"lier-images-selection-obs" : "Link selected images to selected observations",
81
		"lier-tampon-selection-obs" : "Link buffer to selected observations",
82
		"supprimer-liaison" : "Delete link",
2627 mathias 83
		"images-liees" : "Linked images",
2615 aurelien 84
 
85
		"taxon" : "Taxon",
86
		"observations" : "Observations",
2618 aurelien 87
		"obs" : "Obs",
2615 aurelien 88
		"toutes-observations" : "All observations",
89
		"observations-liees" : 	"Linked observations",
90
 
91
		"glissez-deposer-obs-images" : "Drag and drop the observation on an image or an image selection to link them",
92
 
93
		"chargement" : "Loading",
94
		"lier-images-selectionnes" : "Link to selected images",
95
 
2628 aurelien 96
		"infos-generales" : "Infos",
2615 aurelien 97
		"infos-exif" : "Exif",
98
		"infos-iptc" : "Iptc",
99
		"infos" : "Infos",
100
		"commentaires" : "Comments",
101
		"ok" : "ok",
102
		"recherche-dans-observations" : "Search in observations",
103
		"exif-metadonnees" : "Exif metadata",
104
		"iptc-metadonnees" : "IPTC metadata",
105
 
106
		"indication-zoom-retour-vue-precedente" : "Double click to go back to the previous view, use the mouse wheel or the arrows to navigate between images",
107
		"mode-zoom" : "Zoom mode",
108
 
109
		"choisir-utilisateur" : "Choose user",
110
		"utilisateurs" : "Users",
2618 aurelien 111
		"en-recherche" : "Searching",
2615 aurelien 112
 
113
		"adresser-remarque-probleme" : "Send us your remarks or report a problem",
2626 aurelien 114
		"admin-consulter-donnees" : "You are currently viewing the observations of {0}",
2630 mathias 115
		"question-import-anonyme-connecte" : "Do you want to import your anonymous observations into your connected account",
116
		"import-observations" : "Observations import",
117
		"enoyer" : "send",
118
		"telecharger-modele" : "Download a document template",
2752 aurelien 119
		"import-standard" : "for standard import",
120
		"import-champs-projets" : "for the project {0}",
2631 mathias 121
		"importer" : "Import",
122
		"exporter" : "Export",
123
		"export-nc-ce-bf-bv" : "Export common names, extended fields, Baseflor data and Baseveg syntaxons",
2633 mathias 124
		"export-etendu" : "Extended export",
2631 mathias 125
		"etiquettes-pdf" : "Generate labels in PDF format for the current selection",
126
		"etiquettes" : "Labels",
127
		"transmis" : "Transmitted",
128
		"glissez-observations-pour-lier" : "Drag the selected observations onto a projet to link them to it",
2618 aurelien 129
 
2631 mathias 130
		"referentiel" : "Référentiel",
131
		"nom-saisi" : "Typed name",
2647 mathias 132
		"nom-retenu" : "Accepted name",
2631 mathias 133
		"famille" : "Family",
134
		"altitude-court" : "alt",
135
		"abondance" : "Abundancy",
136
		"phenologie" : "Phenology",
137
		"ordre" : "Order",
138
 
2618 aurelien 139
		"details-images-obs" : "Details and observations",
140
		"liste" : "List",
141
		"question-envoi-images-identifie" : "You need to be logged in to upload images. Do you want to log in now ?",
142
		"message-suppression-images-impossible" : "Deletion error : no image selected",
143
 
144
		"ajouter-mot-cle" : "Add keyword",
145
		"renommer-mot-cle" : "Rename keyword",
146
		"supprimer-mot-cle" : "Delete keyword",
147
		"nb-images-ajoutees-tampon" : "{0} image(s) added to buffer",
148
		"contenu-tampon" : "Buffer content",
149
		"question-lier-images-obs-sel" : "Link selected images to selected observation (this will replace previous links) ?",
150
		"question-lier-obs-image-point" : "Link selected observations to the image under the cursor (this will replace previous links)",
151
		"question-lier-obs-images-sel" : "Link selected observations to selected images (this will replace previous links)",
152
		"question-lier-obs-sel-images-sel" : "Link selected images to selected observations (this will replace previous links)",
153
		"tampon-vide" : "The buffer is empty",
154
		"tampon-a-ete-vide" : "The buffer has been emptied",
155
		"aucune-obs-selectionnee" : "No observation selected",
156
		"aucune-image-selectionnee" : "No image selected",
157
		"question-supprimer-lien-images-obs" : "Delete link between images and observations",
158
 
159
		"page" : "Page",
160
		"sur" : "out of",
161
		"afficher" : "Show",
162
		"elements" : "Elements",
163
		"par-page" : "by page",
164
 
2623 aurelien 165
		"aide" : "Help",
166
		"remarques" : "Remarks",
2618 aurelien 167
		"bugs-remarques" : "Bugs, remarks",
168
 
169
		"connexion" : "Log in",
170
		"mail" : "Mail",
171
		"mail-vide-incorrect" : "Mail is incorrect or empty",
172
		"mot-de-passe" : "Password",
173
		"mot-de-passe-vide-incorrect" : "Password is incorrect or empty",
2621 aurelien 174
		"identifiant-mot-de-passe-invalide" : "Incorrect login/password",
175
 
176
		"valider" : "Accept",
177
		"refuser" : "Decline",
178
		"acceptation-licence" : "CEL licence agreement",
179
		"lu-accepte-licence" : "I have read and accepted the licence agreement",
180
 
181
		"tags" : "Tags",
182
		"impossible-supprimer-racine" : "You can't delete the tree's root",
183
 
184
		"identification" : "Identification",
185
 
186
		"probleme-mise-a-jour-donnees" : "An error has occured while updating the data",
187
		"mots-cles-appliques" : "The following keywords have been applied",
188
		"erreur-contacter-serveur" : "Cannot reach the server, please check the CEL's configuration or contact an administrator",
189
 
190
		"mot-cle-supprime" : "Keyword successfully deleted",
191
		"mot-cle-renomme" : "Keyword successfully renamed",
2728 mathias 192
		"liaison-mots-cles-effectuee" : "Keyword linked successfully",
2621 aurelien 193
		"suppression-liaison-mot-cle-effectuee" : "Keyword unlinked successfully",
194
		"requete-mal-formee" : "Bad request",
195
		"impossible-geolocaliser-obs" : "Cannot locate this observation",
196
 
197
		"upload-simple-fichiers" : "Simple file upload",
198
		"upload-multiple-fichiers" : "Multiple files upload",
2624 aurelien 199
		"indication-fin-upload-multiple-fermer" : "When the upload is complete, please close the window to access the newly uploaded images",
200
 
201
		"saisie" : "Input",
202
		"question-supprimer-observation" : "Are you sure you want to delete this observation",
203
		"details" : "Details",
2625 aurelien 204
		"inconnue" : "Unknown",
205
 
206
		"erreur-nb-obs-étiquettes" : "The labels cannot be generated for more than 300 observations at a time",
207
		"question-supprimer-lien-image-obs" : "Delete link between image {0} and observation {1}",
208
		"question-supprimer-observation" : "Are you sure you want to delete the selected observations",
2637 aurelien 209
		"question-supprimer-observations-sel" : "Are you sure you want to delete the selected observations",
2630 mathias 210
		"supprimer-selectionnees" : "Delete the selected observations",
2625 aurelien 211
		"aucune-observation-selectionnee" : "No observation selected",
212
		"rendre-publiques" : "make public",
2630 mathias 213
		"rendre-publiques-selectionnees" : "Make the selected observations public",
2625 aurelien 214
		"rendre-privees" : "make private",
2716 mathias 215
		"rendre-privees-selectionnees" : "Make the selected observations private",
2625 aurelien 216
		"question-rendre-publique-privee-observations-sel" : "Are you sure you want to {0} the selected observations",
217
		"question-publication-observations-identifie" : "You need to be logged in to make your observations public, would you like to log in now ? (all your observations will be kept)",
2626 aurelien 218
		"question-suppression-liaison-obs-mot-cle" : "Are you sure you want to delete the link between the observation and the keyword",
2629 mathias 219
 
2637 aurelien 220
		"explication-panneau-carto" : "Specify the location of your observation then click OK. Coordinates are given in decimal degrees, counted positively towards the North for latitude, and towards the East for longitude",
2629 mathias 221
		"recherche-coordonnees-localite" : "Searching for coordinates and location, please wait",
222
		"deplacez-marqueur-pour-localiser" : "Move this marker to locate your observation (location and coordinates)",
223
		"aucune-information" : "No information for this name",
224
		"aucun-lieu-trouve" : "No location name found for this place",
225
		"recherche-nom-lieu" : "Searching for location name...",
226
		"prendre-un-moment" : "This may take a while",
227
		"que-les-coordonnees" : "If you want coordinates only, you can click OK now",
2626 aurelien 228
 
229
		"filtres" : "Filters",
230
 
2653 aurelien 231
		"recherche" : "Search",
232
 
2626 aurelien 233
		"annee" : "Year",
234
		"mois" : "Month",
2653 aurelien 235
		"jour" : "Day",
2626 aurelien 236
 
2653 aurelien 237
		"pays" : "Country",
238
		"departement" : "Department",
239
 
2626 aurelien 240
		"mois-1" : "january",
241
		"mois-2" : "february",
242
		"mois-3" : "march",
243
		"mois-4" : "april",
244
		"mois-5" : "may",
245
		"mois-6" : "june",
246
		"mois-7" : "july",
247
		"mois-8" : "august",
248
		"mois-9" : "september",
249
		"mois-10" : "october",
250
		"mois-11": "november",
251
		"mois-12" : "december",
2628 aurelien 252
		"mois-inconnu" : "Unknown",
253
 
254
		"indication-saisie-groupe-champ-etendus" : "You can add multiple fields at once, corresponding to a group "+
255
													"for exemple fields from the projets 'sauvages de ma rue' or 'florilèges', etc... <br />"+
256
													"New groups will be added on a regular basis, based on the most used fields",
257
		"ajouter-groupe-champ-etendus" : "Add fields group",
258
		"indication-saisie-nom-champ-etendu" : "Enter a field name or choose one from autocompletion "+
259
												"If you choose an existing field name, this field will be autocompleted "+
260
												"with values already entered by other users.<br /> "+
261
												"Fields of the form 'label (key)' are 'standards' fields having specific roles and descriptions",
262
		"nom-champ-etendu" : "Field name",
263
		"ajouter-fermer" : "Add and close",
264
		"indication-ajouter-fermer" : "Add an extended field or a group and close the window",
265
		"ajouter" : "Add",
266
		"fermer" : "Close",
267
		"indication-ajouter-champ-etendu" : "Add an extended field or a group",
268
		"indication-fermer-champ-etendu" : "Close the window",
269
		"erreur-nom-vide-champ-etendu" : "Extended field name cannot be empty",
270
		"indication-aucune-description-champ-etendu" : "No description found for this field",
271
		"indication-aucune-description-champ-etendu-remplir" : "You can fill it on this page",
2634 aurelien 272
		"description" : "Description",
273
 
274
		"creer" : "Create",
275
		"modifier" : "Update",
276
		"reinitialiser" : "Reset",
277
		"valeurs-multiples" : "Multiple values",
278
 
279
		"localite" : "Locality",
280
		"station" : "Station",
281
		"lat" : "Lat",
2645 aurelien 282
		"latitude" : "Latitude",
2634 aurelien 283
		"lon" : "Lon",
2645 aurelien 284
		"longitude" : "Longitude",
2634 aurelien 285
		"alt" : "Alt. (meters)",
2645 aurelien 286
		"altitude" : "Altitude",
2634 aurelien 287
		"coordonnees" : "Coordinates",
288
		"referentiel" : "Referential",
289
		"espece" : "Species",
290
		"abondance" : "Abundancy",
291
		"lieu-dit" : "Place",
292
		"milieu" : "Environment",
293
		"notes" : "Notes",
294
		"identification" : "Identification",
295
		"phenologie" : "Phenology",
296
		"afficher-champs-etendus" : "Show extended fields",
297
		"cacher-champs-etendus" : "Hide extended fields",
298
		"ajouter-champ-etendu" : "Add an extended field",
299
		"indication-champ-etendu-existe-deja" : "The extended field {0} already exists in the form",
300
		"indication-bouton-creer-obs" : "Submit a new observation with the input values",
301
		"indication-bouton-modifier-obs" : "Update selected observations",
302
		"indication-bouton-reinitialiser-obs" : "Empty form",
303
		"indication-bouton-supprimer-obs" : "Delete selected observations",
2637 aurelien 304
		"erreur-localisation" : "localization error",
305
		"localiser-zone" : "Locate the area",
306
		"aide-lien-localiser" : "With a map, get the coordinates (latitude/longitude) of your observation, You can enter a name as 'locality (french department)' or 'locality (country)' "+
2651 aurelien 307
								"with a two-figures french departement number or a two-letters country code (iso 3166 1 format)",
2637 aurelien 308
		"indication-formulaire-lat-lon" : "Lat / Lon are latitudes / longitudes, using decimal degrees",
309
		"saisie-lat-lon" : "Lat/Lon input",
310
		"indication-formulaire-localiser" : "Click to get the coordinates of your observation through the map",
311
		"localiser-la-carte" : "Locate on the map",
312
		"indication-format-date" : "Observation date jj/mm/aaaa format",
313
		"indication-localite-vide-invalide" : "Please enter a locality followed by a french department number or a two-letter country code \n 'locality (department)' or 'locality (country)'",
314
		"indication-date-invalide" : "Invalid date format : date must be formatted as jj/mm/aaaa",
315
		"date-invalide" : "Invalid date",
316
		"question-modifier-observation" : "Are you sure you want to update the selected observation",
317
		"question-modifier-champs-observation" : "Do you want to update the following fields : {0} for the selected observations",
2638 mathias 318
		"indication-aucun-champ-modifie" : "No field modified",
2645 aurelien 319
 
2689 aurelien 320
		"indication-premiere-presence" : "Warning, the taxon {0} has never been reported in the chorology of the french department {1},\n "+
321
		 "if you are certain of your observation, you can report your discovery to the chorology forum at this adress : {2}",
322
 
2645 aurelien 323
		"certain" : "Certain",
324
		"douteux" : "Dubious",
325
		"a-determiner" : "To be identified",
326
 
327
		"abondance-5" : "5 : covering C > 75%",
328
		"abondance-4" : "4 : 50% < C < 75%",
329
		"abondance-3" : "3 : 25% < C < 50%",
330
		"abondance-2" : "2 : 5% < C < 25%",
331
		"abondance-1" : "1 : 1% < C < 5%",
332
		"abondance-+" : "+ : covering C < 1%",
333
		"abondance-r" : "r : rare (a few plants)",
334
		"abondance-i" : "i : a single individual",
335
		"abondance-1-5" : "1-5 individuals",
336
		"abondance-5-10" : "5-10 individuals",
337
		"abondance-10-50" : "10-50 individuals",
338
		"abondance-50-100" : "50-100 individuals",
339
		"abondance-100-500" : "100-500 individuals",
340
		"abondance->500" : ">500 individuals",
341
		"abondance-E" : "E : exceptionnal",
342
		"abondance-RR" : "RR : very rare",
343
		"abondance-R" : "R : rare",
344
		"abondance-AR" : "AR : pretty rare",
345
		"abondance-PC" : "PC : uncommon",
346
		"abondance-AC" : "AC : pretty common",
347
		"abondance-C" : "C : common",
348
		"abondance-CC" : "CC : very common",
2650 aurelien 349
 
350
		"phenologie-00-09" : "00-09: seed germination, spouting, bud development",
351
		"phenologie-10-19" : "10-19: leaf development",
352
		"phenologie-11" : "11: 10% of unfolded leaves",
353
		"phenologie-15" : "15: 50% of unfolded leaves",
354
		"phenologie-20-29" : "20-29: formation of side shoots, tillering",
355
		"phenologie-30-39" : "30-39: stem and shoot elongation, rosette growth",
356
		"phenologie-40-49" : "40-49: development of vegetatively propagated organs",
357
		"phenologie-50-59" : "50-59: inflorescence mergence, heading",
358
		"phenologie-60-69" : "60-69: flowering",
359
		"phenologie-61" : "61 : 10% of flowers open",
360
		"phenologie-65" : "65 : 50% of flowers open",
361
		"phenologie-70-79" : "70-79: development of fruit",
362
		"phenologie-80-89" : "80-89: ripening or maturity of fruit and seed",
363
		"phenologie-85" : "85: 50% of fruits ripe",
364
		"phenologie-90-99" : "90-99: senescence and beginning of dormancy",
365
		"phenologie-91" : "91:  10% of leaves have changed color",
366
		"phenologie-95" : "95: 50% of leaves have changed color",
367
 
368
		"referentiel-bdtfx" : "Metropolitan France (BDTFX)",
2927 mathias 369
		"referentiel-bdtfxr" : "Metropolitan France (reduced index)",
2650 aurelien 370
		"referentiel-bdtxa" : "French Antilles (BDTXA)",
371
		"referentiel-bdtre" : "Reunion Island (BDTRE)",
2983 delphine 372
		"referentiel-aublet" : "French Guyana (AUBLET2)",
373
		"referentiel-florical" : "New Caledonia (FLORICAL)",
3130 delphine 374
		"referentiel-apd" : "Africa (APD)",
375
		"referentiel-apdfna" : "North Africa (APD)",
376
		"referentiel-apdfta" : "West and Center Africa (APD)",
377
		"referentiel-apdfsa" : "South Africa (APD)",
2650 aurelien 378
		"referentiel-lbf" : "Lebanon (LBF)",
379
		"referentiel-autre" : "Other/Unknown",
2638 mathias 380
 
2649 aurelien 381
		"licence" : "The \"online notebook\" (CEL) is a service offered by Tela Botanica in order to help you keep track of your field observations so that they no longer remain a prisoner of your \"little spiral notebook\" ... data entry is fast, safe and accurate and the CEL allows you to archive and sort them easily. If you publish them, we urge you to do, but it’s not compulsory, they will be visible on species distribution maps of Tela Botanica’s website. Similarly, you can share your best pictures of plants with other members of the network. You can also export your comments entered in the CEL in an Excel table to handle statistically, transfer them to other botanists or other software.<br />"
382
			+"<br />"
383
			+"For that, you must accept the following conditions :<br />"
384
			+"<br />"
385
			+"1. <b>Being registered in Tela Botanica’s network</b> : this registration is free and you will find all explanations at : <a href=\"http://www.tela-botanica.org/page:rejoindre_reseau\">http://www.tela-botanica.org/page:rejoindre_reseau</a><br />"
386
			+"<br />"
387
			+"2. <b>By publishing your observations on Tela Botanica’s website you agree to assign</b> :<br />"
388
			+"- <u>an internal right of use by Tela Botanica</u>, non-exclusive, unlimited in time and free of charge, on all published data, notably the right to hold, duplicate, archive, aggregate with data from other sources and perform any type of calculation to extract general information, such as statistics, for example. <br />"
389
			+"- <u>The right to Tela Botanica to disseminate data freely and free of charge</u>, with no time limit, provided that the name of the author of the observation and the name of Tela Botanica are cited. However, in the event that a publication would include more than 100 different authors, only the term \"Tela Botanica network\" will be mentioned<br />"
390
			+"<br />"
391
			+"3. <b>You may withdraw the published data you want at any time</b>. In this case the provisions of the previous Article no longer apply to data and removed from the publication, without any time to return to the previously assigned rights upon initial publication in cases where the data has already been used by third parties.<br />"
392
			+"<br />"
393
			+"4. <b>By publishing your photos on TB’s website</b>, you agree to make them available to the community under a license <a href = \"http://www.tela-botanica.org/page:license\"> Creative Commons </a>. This provision is applicable only to the reduced size of your images presented on the Tela Botanica’s website. It does not apply to images in their original format in high definition that you keep the property. Under this license <a href=\"http://www.tela-botanica.org/page:licence\"> Creative Commons </a> any person shall be free to reproduce, modify, distribute and transmit the picture to the public under the following conditions :<br />"
394
			+"- mention the name of the original author of the work and that of Tela Botanica who edits,<br />"
395
			+"- if there is change, transformation, or adaptation works, you must give the right to distribute the resulting work only under a license identical to this one,<br />"
396
			+"- at any reuse or distribution, contractual terms of provision of this creation must be clear mentioned,<br />"
397
			 +"- each of these conditions can be waived with the permission of the copyright holder.<br />"
398
			 +"<br />"
399
			 +"<br />"
400
			+"5. <b>By publishing your data (photos and / or observations) on Tela Botanica’s website</b> you agree that network members can contact you via your email address to discuss with you the relevance of your determination, his place of observation or the title of your photos.<br />"
401
			+"<br />"
402
			+"Posting your identity will appear as the full name you have filled in during registration at Tela Botanica’s network. Only the last part of the @ sign in your email address will be displayed to prevent its use by third parties. The messages which arrive will be send by Tela Botanica via a device ensuring non hacking your address.<br />"
2613 mathias 403
}