index.lang.php 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?php
  2. //密码页面
  3. $lang['index_modifypw_oldpw'] ='旧密码';
  4. $lang['index_modifypw_newpw'] ='新密码';
  5. $lang['index_modifypw_newpw2'] ='确认密码';
  6. $lang['eliminate_succ'] = '缓存清除成功';
  7. $lang['eliminate_fail'] = '缓存清除失败';
  8. //提示性语言包
  9. $lang['index_modifypw_repeat_error'] ='两次密码输入不一致';
  10. $lang['index_modifypw_admin_error'] ='管理员不存在';
  11. $lang['index_modifypw_oldpw_error'] ='旧密码错误';
  12. $lang['index_modifypw_succ'] ='修改密码成功,请重新登录';
  13. $lang['index_modifypw_fail'] ='密码修改失败';
  14. //版本信息
  15. $lang['wel_version_info'] ='版本信息';
  16. $lang['wel_version'] ='版本';
  17. $lang['wel_install_date'] ='安装时间';
  18. $lang['wel_program_development'] ='程序开发';
  19. $lang['wel_all_right_reserved'] ='版权所有';
  20. $lang['wel_aboutus_website'] ='官方网站';
  21. $lang['wel_aboutus_bbs'] ='官方论坛';
  22. //系统信息
  23. $lang['wel_sys_info'] ='系统信息';
  24. $lang['wel_thinkphp_version'] ='ThinkPHP 版本号';
  25. $lang['wel_class_library_file_suffix'] ='类库文件后缀';
  26. $lang['wel_server_os'] ='服务器操作系统';
  27. $lang['wel_server_domain_ip'] ='服务器域名/IP';
  28. $lang['wel_server'] ='服务器';
  29. $lang['wel_version'] ='版本';
  30. $lang['wel_file_uplode_limit'] ='文件上传限制';
  31. $lang['wel_max_occupied_memory'] ='最大占用内存';
  32. $lang['wel_max_ex_time'] ='最大执行时间';
  33. $lang['wel_safe_mode'] ='安全模式';
  34. $lang['wel_support'] ='支持';
  35. $lang['wel_deshangwangluo'] ='成都安全猫科技有限公司';
  36. $lang['wel_piracy_must_be_studied'] ='盗版必究';
  37. $lang['aboutus_website'] ='官方论坛';
  38. $lang['wel_communication_bbs'] ='交流论坛';
  39. $lang['temporary_installation'] ='暂未安装';