source: extensions/Autosize/language/fr_FR/lang.php @ 6912

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

[Autosize] create of Autosize

File size: 1.4 KB
Line 
1<?php
2global $lang;
3$lang['cl_autosize_Howto']="Gestion affichage";
4$lang['cl_config_title'] ="parametres"  ;
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['height']='Hauteur';
14$lang['width']='Largeur';
15
16$lang['displays %s on a map']='afficher %s sur la carte';
17$lang['opens %s in Google Earth']='Ouvre %s avec Google Earth (doit être installé sur votre PC)';
18
19$lang['Go to']='Aller à';
20
21$lang['go to %s']='aller à %s';
22$lang['displays all images on a map']='affiche toutes les images sur la carte';
23$lang['Viewing']='Aperçu';
24$lang['Link to this page']='Lien vers cette page';
25$lang['Show all']='Présente tout';
26$lang['show all pictures around this location']='Présente toutes les images à proximité de ces coordonnées';
27$lang['Search a location...']='Rechercher un lieu...';
28
29$lang['Loading']='Chargement';
30$lang['Failed']='Echec';
31
32$lang['Prev']='Préc';
33$lang['Next']='Suiv';
34$lang['out of %d']='sur %d';
35
36$lang['More pictures near this location']='Plus d\'images près de ce lieu';
37?>
Note: See TracBrowser for help on using the repository browser.