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

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

Edit_gmaps Start creation

File size: 1.3 KB
Line 
1<?php
2global $lang;
3$lang['selection']="Sélection";
4$lang['reset'] ="Raz"  ;
5$lang['New_hlp'] .= "  Sélectionnez une ou plusieurs photos d'un même lieu.<br/> <br/> Ensuite dans le cadre map <br />Pour une localisation automatique, entrez le lieu de la prise de vue et cliquez sur le bouton "  . $lang['search_title']  ; 
6
7$lang['New_hlp2'] .= "<br />  Sinon cliquez sur le bouton "  . $lang['selection'] .' <br/>  <br/>Pour anuler la sélection cliquer sur ' . $lang['reset']  ; 
8
9$lang['Map']='Carte';
10
11$lang['displays %s on a map']='afficher %s sur la carte';
12$lang['opens %s in Google Earth']='Ouvre %s avec Google Earth (doit être installé sur votre PC)';
13
14$lang['Go to']='Aller à';
15
16$lang['go to %s']='aller à %s';
17$lang['displays all images on a map']='affiche toutes les images sur la carte';
18$lang['Viewing']='Aperçu';
19$lang['Link to this page']='Lien vers cette page';
20$lang['Show all']='Présente tout';
21$lang['show all pictures around this location']='Présente toutes les images à proximité de ces coordonnées';
22$lang['Search a location...']='Rechercher un lieu...';
23
24$lang['Loading']='Chargement';
25$lang['Failed']='Echec';
26
27$lang['Prev']='Préc';
28$lang['Next']='Suiv';
29$lang['out of %d']='sur %d';
30
31$lang['More pictures near this location']='Plus d\'images près de ce lieu';
32?>
Note: See TracBrowser for help on using the repository browser.