source: extensions/edit_gmaps/language/fr_FR/lang.php @ 4555

Last change on this file since 4555 was 4555, checked in by cljosse, 14 years ago

[Edit_gmaps] Udate help

File size: 1.3 KB
Line 
1<?php
2global $lang;
3$lang['selection']="Sélection";
4$lang['reset'] ="Raz"  ;
5$lang['hlp_line1'] .= "Sélection de la categorie." ;
6$lang['hlp_line2'] .= "Sélectionnez dans cette catégorie, une ou plusieurs photos d'un même lieu." ;
7$lang['hlp_line3'] .= "Affiche les coordonnées de la première photo si elle est connue. "  ;
8$lang['hlp_line4'] .= "Annule la sélection."; 
9$lang['hlp_line5'] .= "Entrez le lieu à rechercher (ville,pays)"  ; 
10
11$lang['hlp_line6'] .= "Recherche sur Google map"; 
12
13$lang['Map']='Carte';
14
15$lang['displays %s on a map']='afficher %s sur la carte';
16$lang['opens %s in Google Earth']='Ouvre %s avec Google Earth (doit être installé sur votre PC)';
17
18$lang['Go to']='Aller à';
19
20$lang['go to %s']='aller à %s';
21$lang['displays all images on a map']='affiche toutes les images sur la carte';
22$lang['Viewing']='Aperçu';
23$lang['Link to this page']='Lien vers cette page';
24$lang['Show all']='Présente tout';
25$lang['show all pictures around this location']='Présente toutes les images à proximité de ces coordonnées';
26$lang['Search a location...']='Rechercher un lieu...';
27
28$lang['Loading']='Chargement';
29$lang['Failed']='Echec';
30
31$lang['Prev']='Préc';
32$lang['Next']='Suiv';
33$lang['out of %d']='sur %d';
34
35$lang['More pictures near this location']='Plus d\'images près de ce lieu';
36?>
Note: See TracBrowser for help on using the repository browser.