source: extensions/rv_gmaps/trunk/language/fr_FR/lang.php @ 12706

Last change on this file since 12706 was 12706, checked in by rvelices, 12 years ago

rv_gmaps use places autocomplete + added new markers + better algo for displaying markers

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 765 bytes
Line 
1<?php
2$lang['Map']='Carte';
3
4$lang['displays %s on a map']='afficher %s sur la carte';
5$lang['opens %s in Google Earth']='Ouvre %s avec Google Earth (doit être installé sur votre PC)';
6
7$lang['Go to']='Aller à';
8
9$lang['go to %s']='aller à %s';
10$lang['displays all photos on a map']='affiche toutes les images sur la carte';
11$lang['Viewing']='Aperçu';
12$lang['Link to this page']='Lien vers cette page';
13$lang['Show all']='Présente tout';
14$lang['show all photos around this location']='Présente toutes les images à proximité de ces coordonnées';
15
16$lang['Loading']='Chargement';
17$lang['Failed']='Echec';
18
19$lang['Prev']='Préc';
20$lang['Next']='Suiv';
21$lang['out of %d']='sur %d';
22
23$lang['More photos near this location']='Plus d\'images près de ce lieu';
24?>
Note: See TracBrowser for help on using the repository browser.