<?php
/*
 * Copyright (c) 2008-2016 Mark C. Prins <mprins@users.sf.net>
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

/**
 * French language file for the configuration manager.
 *
 * @author Digitalin
 */
$lang['bingAPIKey'] = 'Clé d\'API Bing Maps. Obtenez votre clé chez: https://www.bingmapsportal.com/application';
$lang['tfApiKey'] = 'Clé d\'API Thunderforest. Obtenez votre clé chez: https://manage.thunderforest.com/dashboard';
$lang['iconUrlOverload'] = 'URL pour les icônes de carte lors de l\'utilisation de cartes statiques sur un hôte non-Internet';
$lang['enableStamen'] = 'Activer l\'utilisation de Stamen comme fournisseur de base de données cartographiques';
$lang['enableGoogle'] = 'Activer l\'utilisation de Google comme fournisseur de base de données cartographiques';
$lang['googleAPIkey'] = 'Clé d\'API Google Static Maps. Obtenez votre clé chez: https://code.google.com/apis/console';
$lang['enableBing'] = 'Activer l\'utilisation de Bing comme fournisseur de base de données cartographiques';
$lang['enableOSM'] = 'Activer l\'utilisation d\'OpenStreetMap comme fournisseur de base de données cartographiques';
$lang['enableA11y'] = 'Activer a11y/Sortie d\'impression (carte statique, table des légendes)';
$lang['optionStaticMapGenerator']='Compilateur de cartes statiques local ou distant. <b>L\'utilisation de \'local\' échoue lorsque le serveur ne peut pas accéder à Internet.</b>';
$lang['autoZoomMap'] = 'Activer le zoom automatique pour la carte de secours';
$lang['displayformat'] = 'Format d\'affichage des coordonnées; degrés décimaux ou degrés, minutes, secondes';
$lang['default_width'] = 'Default map width';
$lang['default_height'] = 'Default map height';
$lang['default_zoom'] = 'Default map zoom';
$lang['default_statusbar'] = 'Default statusbar show';
$lang['default_toolbar'] = 'Default toolbar show';
$lang['default_controls'] = 'Default controls show';
$lang['default_poihoverstyle'] = 'Default POI opening on mouse hover (on click, if disabled)';
$lang['default_kmlfile'] = 'Default KML file';
$lang['default_gpxfile'] = 'Default GPX file';
$lang['default_geojsonfile'] = 'Default GeoJSON file';
