shopnearby.lang.php 623 B

1234567891011121314151617181920
  1. <?php
  2. $lang['proprietary'] = '自营';
  3. $lang['the_phone'] = '电话';
  4. $lang['address'] = '地址';
  5. $lang['in_the_search'] = '搜索中...';
  6. $lang['no_shops'] = '抱歉!您当前位置周边2KM内暂时还没有相关的店铺。';
  7. $lang['your_city'] = '抱请选择您所在的城市';
  8. $lang['in_the_location'] = '定位中...';
  9. $lang['office_building'] = '小区、写字楼、学校';
  10. $lang['all_categories'] = '全部分类';
  11. //controller
  12. $lang['store_doesn_fill_area'] = '店铺未填区域';
  13. $lang['store_not_filled_detailed_address'] = '店铺未填详细地址';
  14. return $lang;
  15. ?>