Ignore:
Timestamp:
Oct 7, 2010, 8:04:43 PM (14 years ago)
Author:
grum
Message:

Admin interface + Gallery integration finished

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/language/fr_FR/plugin.lang.php

    r7054 r7125  
    11<?php
     2
     3$lang['To install this plugin, you need to install Grum Plugin Classes %s before']="Pour installer ce plugin, vous devez au préalable installer le plugin Grum Plugin Classes %s";
     4$lang['To install this plugin, you need to install Advanced Metadata %s before']="Pour installer ce plugin, vous devez au préalable installer le plugin Advanced Metadata %s";
     5$lang['gmaps_amd_warning_inactive']="Attention ! <br><br>Le plugin Advanced Metadata %s ne semble pas être installé/activé : les cartes ne pourront être affichées tant qu'il ne sera pas activé.";
     6$lang['gmaps_amd_warning_basic']="Attention ! <br><br>Le plugin Advanced Metadata fonctionne en mode 'basique' : les cartes associées aux catégories ne pourront pas être affichées.";
     7$lang['gmaps_warning']='Avertissement';
    28
    39$lang['gmaps_release']='v';
     
    511$lang['gmaps_geolocation'] = 'Géolocalisation';
    612$lang['gmaps_maps'] = 'Cartes';
     13$lang['gmaps_map'] = 'Carte';
    714$lang['gmaps_associate_category_maps'] = 'Association des cartes';
     15$lang['gmaps_search'] = 'Rechercher';
     16$lang['gmaps_kml_files_management'] = 'Gestion des fichiers KML';
    817$lang['gmaps_help'] = 'Aide';
    918
    1019$lang['gmaps_maps_management']='Gestion des cartes';
    1120
     21$lang['gmaps_y'] = "Oui";
     22$lang['gmaps_n'] = "Non";
    1223$lang['gmaps_ok'] = "Ok";
    1324$lang['gmaps_cancel'] = "Annuler";
     
    1627$lang['gmaps_loading'] = "Chargement...";
    1728
    18 $lang['gmaps_config_map']="Paramétrage d\'une carte";
     29$lang['gmaps_config_map']="Paramétrage d\\'une carte";
    1930$lang['gmaps_pleaseConfirmMetadataDelete_1']="La carte ainsi que toutes les associations qui en dépendent seront supprimées.";
    2031$lang['gmaps_pleaseConfirmMetadataDelete_2']="Merci de confirmer la suppression.";
     32$lang['gmaps_pleaseConfirmAssoc']="Merci de confirmer la suppression.";
    2133$lang['gmaps_deleteMap']="Suppression de la carte";
    22 $lang['gmaps_invalidId']="Identifiant invalide !";
    23 $lang['gmaps_mapIdAlreadyExist']="Une carte avec cet identifiant existe déjà !";
    2434$lang['gmaps_add_a_new_map']="Ajouter une carte";
    2535
    26 $lang['gmaps_id']="Identifiant de la carte";
    2736$lang['gmaps_name']="Nom";
    2837$lang['gmaps_dimensions']="Dimensions";
     
    3140$lang['gmaps_width']="Largeur";
    3241$lang['gmaps_height']="Hauteur";
     42$lang['gmaps_auto']="Automatique";
     43$lang['gmaps_displayType']="Méthode d'affichage";
    3344
    34 $lang['gmaps_fullScreen']="Plein écran";
    35 $lang['gmaps_zoomAuto']="Automatique";
     45$lang['gmaps_displayTypeShortIC']="Catégorie (lightbox)";
     46$lang['gmaps_displayTypeShortIP']="Photo (lightbox)";
     47$lang['gmaps_displayTypeShortMP']="Photo (métadonnée)";
     48$lang['gmaps_displayTypeIC']="A afficher sur la page d'une catégorie (lightbox)";
     49$lang['gmaps_displayTypeIP']="A afficher sur la page d'une photo (lightbox)";
     50$lang['gmaps_displayTypeMP']="A afficher sur la page d'une photo (en tant que métadonnée)";
     51
     52$lang['gmaps_map_dimensions_are']="Les dimensions de la carte sont :";
     53$lang['gmaps_interface_dimensions_f']="Fixées";
     54$lang['gmaps_interface_dimensions_a']="Adaptées à la taille de la fenêtre";
     55
     56
    3657$lang['gmaps_googleMapType_hybrid']="Mixte";
    3758$lang['gmaps_googleMapType_terrain']="Relief";
     
    6586$lang['gmaps_googleMapControlPos_BR']="En bas à droite";
    6687
    67 
    6888$lang['gmaps_properties_general']="Propriétés";
    6989$lang['gmaps_properties_mapType']="Gestion de l'affichage";
    7090$lang['gmaps_properties_zoomLevel']="Gestion du zoom";
    7191
     92$lang['gmaps_add_a_new_association']="Ajouter une nouvelle association";
     93$lang['gmaps_category']="Catégorie";
     94$lang['gmaps_picture']="Photo";
     95$lang['gmaps_nb_pictures']="%s photos";
     96$lang['gmaps_1_picture']="1 photo";
     97$lang['gmaps_apply_subcat']="Appliquer aux sous-catégories";
     98$lang['gmaps_map_id']="Carte";
     99$lang['gmaps_map_kmlfile']="Présence fichier KML";
     100$lang['gmaps_map_icon']="Icone";
     101$lang['gmaps_map_kmlfile']="Associer un fichier KML";
     102$lang['gmaps_map_associate_kmlfile']="Associer un fichier KML (saisir l'URL)";
     103
     104$lang['gmaps_map_integration']="Intégration dans la galerie";
     105$lang['gmaps_map_assoc']="Caractéristiques";
     106
     107$lang['gmaps_manage_assoc']="Gestion d\\'une association";
     108$lang['gmaps_deleteAssoc']="Suppression d\\'une association";
     109
     110
     111$lang['gmaps_applyForAllTheGallery']="Toute la galerie";
     112$lang['gmaps_only_one_map_is_allowed_for_this_mode']="Un paramétrage existe déjà pour cette association";
     113$lang['gmaps_view_map']="Localiser la photo sur une carte";
     114$lang['gmaps_map_title']="Titre";
     115
     116
     117
     118$lang['gmaps_i_boundmap']="Adapter la taille de la carte pour voir tous les éléments";
     119$lang['gmaps_i_boundkml']="Adapter la taille de la carte pour voir l\\'intégralité du tracé";
     120$lang['gmaps_i_centermap']="Centrer la carte";
     121$lang['gmaps_i_show_this_picture_in']="Voir cette photo dans la catégorie :";
     122
    72123?>
Note: See TracChangeset for help on using the changeset viewer.