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

Last change on this file since 29059 was 29059, checked in by TranslationTeam, 10 years ago

[rv_mapsearth] Update fr_FR, thanks to : mistic100

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 974 bytes
Line 
1<?php
2$lang['Map']='Carte';
3$lang['World map']='Carte du monde';
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';
11$lang['displays all photos on a map']='affiche toutes les images sur la carte';
12$lang['Viewing']='Aperçu';
13$lang['Link to this page']='Lien vers cette page';
14$lang['Show all'] = 'Afficher tout';
15$lang['show all photos around this location'] = 'Afficher toutes les images à proximité de ces coordonnées';
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
24$lang['More photos near this location']='Plus d\'images près de ce lieu';
25$lang['Geotag'] = 'Géotag';
26$lang['Geotagged'] = 'Géotagué';
27$lang['Latitude'] = 'Latitude';
28$lang['Longitude'] = 'Longitude';
29$lang['Not geotagged'] = 'Non géotagué';
Note: See TracBrowser for help on using the repository browser.