1<?php
2/**
3 * english language file for cnmap plugin
4 *
5 * @author Lshan <ldg@szzxue.com>
6 */
7
8// keys need to match the config setting name
9// $lang['fixme'] = 'FIXME';
10
11$lang['provider']   = 'Specify the default map render engine';
12$lang['zoom']   = 'Specify the default zoom level (3-19)';
13$lang['amap_api_key']    = 'API key for amap (https://lbs.amap.com/api/javascript-api/guide/abc/prepare)';
14$lang['bmap_api_key']    = 'API key for baidu map (http://lbsyun.baidu.com/index.php?title=jspopular/guide/getkey)';
15$lang['mark']   = 'Show marker by default';
16$lang['sat']   = 'Show satellite map by default';
17
18
19