1<?php 2/** 3 * DokuWiki Plugin Googlemaps3 4 * 5 * @license GPL 3 (https://www.gnu.org/licenses/gpl-3.0.html) 6 * @author Bernard Condrau <bernard@condrau.com> 7 * @version 2021-05-12, for Google Maps v3 API and DokuWiki Hogfather 8 * @see https://www.dokuwiki.org/plugin:googlemaps3 9 * @see https://www.dokuwiki.org/plugin:googlemaps 10 * 11 * Complete rewrite of Christopher Smith's Google Maps Plugin from 2008 with additional functionality 12 * settings.php plugin configuration English language strings 13 */ 14$lang['key'] = 'Google Map API key'; 15$lang['region'] = 'Region Code Biasing'; 16$lang['language'] = 'Language of Map UI'; 17$lang['path'] = 'Path to customized icons'; 18$lang['delim'] = 'Delimiter used for markers'; 19