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

Last change on this file since 20983 was 20983, checked in by rvelices, 11 years ago

rv_gmaps add a link to the global map in the menubar

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