xref: /plugin/openlayersmap/lang/fr/settings.php (revision 6921fdc470b4dbcfd7e415712840b28beb7fe7cf)
1*6921fdc4SMark Prins<?php
2*6921fdc4SMark Prins/*
3*6921fdc4SMark Prins * Copyright (c) 2008-2016 Mark C. Prins <mprins@users.sf.net>
4*6921fdc4SMark Prins *
5*6921fdc4SMark Prins * Permission to use, copy, modify, and distribute this software for any
6*6921fdc4SMark Prins * purpose with or without fee is hereby granted, provided that the above
7*6921fdc4SMark Prins * copyright notice and this permission notice appear in all copies.
8*6921fdc4SMark Prins *
9*6921fdc4SMark Prins * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10*6921fdc4SMark Prins * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11*6921fdc4SMark Prins * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12*6921fdc4SMark Prins * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13*6921fdc4SMark Prins * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14*6921fdc4SMark Prins * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15*6921fdc4SMark Prins * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16*6921fdc4SMark Prins */
17*6921fdc4SMark Prins
18*6921fdc4SMark Prins/**
19*6921fdc4SMark Prins * French language file for the configuration manager.
20*6921fdc4SMark Prins *
21*6921fdc4SMark Prins * @author Digitalin
22*6921fdc4SMark Prins */
23*6921fdc4SMark Prins$lang['bingAPIKey'] = 'Clé d\'API Bing Maps. Obtenez votre clé chez: https://www.bingmapsportal.com/application';
24*6921fdc4SMark Prins$lang['iconUrlOverload'] = 'URL pour les icônes de carte lors de l\'utilisation de cartes statiques sur un hôte non-Internet';
25*6921fdc4SMark Prins$lang['enableStamen'] = 'Activer l\'utilisation de Stamen comme fournisseur de base de données cartographiques';
26*6921fdc4SMark Prins$lang['enableGoogle'] = 'Activer l\'utilisation de Google comme fournisseur de base de données cartographiques';
27*6921fdc4SMark Prins$lang['googleAPIkey'] = 'Clé d\'API Google Static Maps. Obtenez votre clé chez: https://code.google.com/apis/console';
28*6921fdc4SMark Prins$lang['enableBing'] = 'Activer l\'utilisation de Bing comme fournisseur de base de données cartographiques';
29*6921fdc4SMark Prins$lang['enableOSM'] = 'Activer l\'utilisation d\'OpenStreetMap comme fournisseur de base de données cartographiques';
30*6921fdc4SMark Prins$lang['enableA11y'] = 'Activer a11y/Sortie d\'impression (carte statique, table des légendes)';
31*6921fdc4SMark Prins$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>';
32*6921fdc4SMark Prins$lang['autoZoomMap'] = 'Activer le zoom automatique pour la carte de secours';
33*6921fdc4SMark Prins$lang['displayformat'] = 'Format d\'affichage des coordonnées; degrés décimaux ou degrés, minutes, secondes';
34