map.lang.php 528 B

123456789101112131415161718
  1. <?php
  2. /*Language Format:
  3. Add a new file(.lang.php) with your module name at /phpcms/languages/
  4. translation save at the array:$LANG
  5. */
  6. //info_setting.phpcredits
  7. $LANG['addmark'] = '点击标注位置';
  8. $LANG['editmark'] = '修改标注位置';
  9. $LANG['mapmark'] = '地图标注';
  10. $LANG['api_addmark'] = '添加标注';
  11. $LANG['api_resetmap'] = '重置地图';
  12. $LANG['api_changecity'] = '更换城市';
  13. $LANG['api_citylist'] = '城市列表';
  14. $LANG['api_inputcity'] = '输入城市名';
  15. $LANG['api_citysear_submit'] = '确定';
  16. ?>