Subversion Repositories eFlore/Applications.cel

Rev

Rev 2615 | Rev 2618 | 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 = {
2614 aurelien 2
		"chargement": "Loading page",
3
		"cel-utilisation" : "Use the Carnet En Ligne to manage your observations",
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",
8
 
9
		"filtres" : "Filters",
10
		"dates" : "Dates",
11
		"inconnue" : "Unknown",
12
		"recherche-libre" : "Free search",
13
		"rechercher" : "Search",
14
		"afficher-images-tampon" : "Show images in the buffer only",
15
		"ajouter-images" : "Add images",
16
		"tampon" : "Buffer",
17
		"gerer-mots-cles" : "Manage keywords",
18
		"mots-cles" : "keywords",
19
		"mots-cles-arbre" : "Keywords",
20
		"appliquer" : "Apply",
21
		"annuler" : "Cancel",
22
		"nouveau-tag" : "New Tag",
23
		"renommer" : "Rename",
24
		"supprimer" : "Delete",
25
 
26
		"plusieurs-fichiers-images-fois" : "Multiple files at once",
27
		"un-fichier-image-fois" : "One file at a time",
28
 
29
		"ajouter-images-tampon" :  "Add selected images to the buffer",
30
		"vider-tampon" : "Delete buffer content",
31
		"afficher-tampon" : "Show buffer content",
32
		"indication-utilisation-tampon" : "With the buffer, you can pick and show images from differents pages",
33
		"indication-supprimer-images" : "Delete selected images",
34
		"indication-plusieurs-fichiers-images-fois" : "Add images by selecting them one by one or by uploading a whole folder at once",
35
		"galerie" : "Gallery",
36
		"images" : "Images",
37
		"avertissement-aucune-image" : "No image to display",
38
		"cliquez-plusieurs-fichiers-images-fois" : "Click here to upload a whole folder or multiple files at once",
39
		"necessite-java" : "requires Java",
40
		"cliquez-un-fichier-image-fois" : "Click here to add files one at a time",
2616 aurelien 41
		"indication-ajouter-images-plus-tard" : "To add images later click the Add images button on the top bar",
2615 aurelien 42
 
43
		"numero" : "Number",
44
		"date" : "Date",
45
		"lieu" : "Location",
46
		"appareil" : "Device",
47
		"image" : "Image",
48
		"note" : "Note",
49
		"nom-original" : "Original name",
50
		"nom-associe" : "Associated name",
51
		"glissez-deposer-images-obs" : "Drag and drop images on the observations list to link them",
52
 
53
		"changer-utilisateur" : "Change user",
54
 
55
		"lier-images-selection-obs" : "Link selected images to selected observations",
56
		"lier-tampon-selection-obs" : "Link buffer to selected observations",
57
		"supprimer-liaison" : "Delete link",
58
 
59
		"taxon" : "Taxon",
60
		"observations" : "Observations",
61
		"toutes-observations" : "All observations",
62
		"observations-liees" : 	"Linked observations",
63
 
64
		"glissez-deposer-obs-images" : "Drag and drop the observation on an image or an image selection to link them",
65
 
66
		"chargement" : "Loading",
67
		"lier-images-selectionnes" : "Link to selected images",
68
 
69
		"infos-generales" : "General infos",
70
		"infos-exif" : "Exif",
71
		"infos-iptc" : "Iptc",
72
		"infos" : "Infos",
73
		"commentaires" : "Comments",
74
		"ok" : "ok",
75
		"recherche-dans-observations" : "Search in observations",
76
		"exif-metadonnees" : "Exif metadata",
77
		"iptc-metadonnees" : "IPTC metadata",
78
 
79
		"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",
80
		"mode-zoom" : "Zoom mode",
81
 
82
		"choisir-utilisateur" : "Choose user",
83
		"utilisateurs" : "Users",
84
 
85
		"adresser-remarque-probleme" : "Send us your remarks or report a problem",
86
		"admin-consulter-donnees" : "You are current viewing the observations of {0}",
87
		"question-import-anonyme-connecte" : "Do you want to import your anonymous observations into your connected account"
2613 mathias 88
}