<?php
/**
 * english language file for cnmap plugin
 *
 * @author Lshan <ldg@szzxue.com>
 */

// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';

$lang['provider']   = 'Specify the default map render engine';
$lang['zoom']   = 'Specify the default zoom level (3-19)';
$lang['amap_api_key']    = 'API key for amap (https://lbs.amap.com/api/javascript-api/guide/abc/prepare)';
$lang['bmap_api_key']    = 'API key for baidu map (http://lbsyun.baidu.com/index.php?title=jspopular/guide/getkey)';
$lang['mark']   = 'Show marker by default';
$lang['sat']   = 'Show satellite map by default';


