connectsina.lang.php 1.4 KB

12345678910111213141516171819202122232425
  1. <?php
  2. $lang['home_sconnect_error'] = '新浪微博账号错误';
  3. $lang['home_sconnect_unavailable'] = '系统未开启新浪微博登录功能';
  4. $lang['home_sconnect_binding_success'] = '绑定新浪微博账号成功';
  5. $lang['home_sconnect_binding_fail'] = '绑定新浪微博账号失败';
  6. $lang['home_sconnect_register_title'] = '完善账号信息';
  7. $lang['home_sconnect_login_title'] = '已有账号?绑定我的账号';
  8. $lang['home_sconnect_register_tip_1'] = '您将使用新浪微博账号';
  9. $lang['home_sconnect_register_tip_2'] = '注册本站';
  10. $lang['home_sconnect_login_changesina'] = '更换新浪微博账号';
  11. $lang['home_sconnect_login_agree'] = '同意';
  12. $lang['home_sconnect_login_useragreement'] = '用户服务协议';
  13. $lang['home_sconnect_login_tip_1'] = '您将使用新浪微博账号';
  14. $lang['home_sconnect_login_tip_2'] = '绑定本站账号';
  15. $lang['home_sconnect_binding_exist'] = '该新浪微博账号已经绑定其他商城账号,请使用其他新浪微博账号与本账号绑定';
  16. //提示性文字
  17. $lang['home_sina_prompt_1'] = '您使用新浪账号';
  18. $lang['home_sina_prompt_2'] = '第一次登录,请选择注册新账号也可绑定已有账号,后期可直接登录';
  19. $lang['home_sconnect_register_fail'] = '会员注册失败';
  20. $lang['home_sconnect_user_disable'] = '您的账号已经被管理员禁用,请联系平台客服进行核实';
  21. return $lang;