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 German language strings 13 */ 14$lang['key'] = 'Google Map API-Schlüssel'; 15$lang['region'] = 'Regionale Ausrichtung'; 16$lang['language'] = 'Sprache der Map Benutzerführung'; 17$lang['path'] = 'Pfad zu benutzerdefinierten Icons'; 18$lang['delim'] = 'Trennzeichen für die Marker Definition'; 19