dashboard.php 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. defined('InShopNC') or exit('Access Invalid!');
  3. /**
  4. * 歡迎頁面
  5. */
  6. $lang['dashboard_welcome_welcome'] = '您好';
  7. $lang['dashboard_welcome_to_use'] = '歡迎使用多用户商城電商門戶系統';
  8. $lang['dashboard_welcome_lase_login'] = '您上次登錄的時間是';
  9. $lang['dashboard_welcome_is'] = '是';
  10. $lang['dashboard_welcome_week_info'] = '一周動態';
  11. $lang['dashboard_welcome_new_member'] = '新增會員數';
  12. $lang['dashboard_welcome_new_store'] = '新增店舖數';
  13. $lang['dashboard_welcome_new_apply'] = '申請數';
  14. $lang['dashboard_welcome_new_goods'] = '新增商品數';
  15. $lang['dashboard_welcome_new_order'] = '新增訂單數';
  16. $lang['dashboard_welcome_total_info'] = '統計信息';
  17. $lang['dashboard_welcome_total_member'] = '會員總數';
  18. $lang['dashboard_welcome_total_store'] = '店舖總數';
  19. $lang['dashboard_welcome_total_apply'] = '申請總數';
  20. $lang['dashboard_welcome_total_goods'] = '商品總數';
  21. $lang['dashboard_welcome_total_order'] = '訂單總數';
  22. $lang['dashboard_welcome_total_price'] = '訂單總金額';
  23. $lang['dashboard_welcome_sys_info'] = '系統信息';
  24. $lang['dashboard_welcome_server_os'] = '伺服器操作系統';
  25. $lang['dashboard_welcome_server'] = '伺服器';
  26. $lang['dashboard_welcome_version'] = '版本';
  27. $lang['dashboard_welcome_install_date'] = '安裝日期';
  28. /**
  29. * 關於我們
  30. */
  31. $lang['dashboard_aboutus_idea'] = '我們的理念';
  32. $lang['dashboard_aboutus_idea_content'] = '用戶的成長會帶動我們成長,我們的成長會促進用戶成長。我們樂於與用戶分享成長,同時,我們歡迎所有用戶也可以與我們分享,無論是您對我們的肯定,對產品的意見建議,Bug反饋,還是對我們提出的批評。';
  33. $lang['dashboard_aboutus_team'] = '我們的團隊';
  34. $lang['dashboard_aboutus_manager'] = '項目經理';
  35. $lang['dashboard_aboutus_manager_name'] = '<a href="http://t.qq.com/wujinjin" target="_blank" class="tqq">吳津津(網名:大白菜芯)</a>';
  36. $lang['dashboard_aboutus_developer'] = '核心開發者';
  37. $lang['dashboard_aboutus_developer_name'] = '<a href="http://t.qq.com/houbaojian" target="_blank" class="tqq">侯寶劍</a><a href="http://t.qq.com/yingxi_zhou" target="_blank" class="tqq">周喜穎</a><a href="http://t.qq.com/newsfm" target="_blank" class="tqq">王偉</a><a href="http://t.qq.com/lzpsnake" target="_blank" class="tqq">李梓平</a><a href="http://t.qq.com/feng2416" target="_blank" class="tqq">劉海峰</a><a href="http://t.qq.com/dqw3721" target="_blank" class="tqq">鄧啟文</a>';
  38. $lang['dashboard_aboutus_designer'] = '設計師';
  39. $lang['dashboard_aboutus_designer_name'] = '<a href="http://user.qzone.qq.com/624827" target="_blank" class="qzone">韓冰</a>';
  40. $lang['dashboard_aboutus_near_us'] = '走近我們';
  41. $lang['dashboard_aboutus_bbs'] = '官方論壇';
  42. $lang['dashboard_aboutus_bbs_tip'] = '您可以在此交流多用户商城的使用心得,獲得幫助,擴展等,您也可以在此給我們獻言獻策,讓多用户商城變得更好更加適合您';
  43. $lang['dashboard_aboutus_website'] = '官方網站';
  44. $lang['dashboard_aboutus_website_tip'] = '您可以在此獲知多用户商城的最新動態,獲得個性化的服務或獲取我們的聯繫方式';
  45. $lang['dashboard_aboutus_thanks'] = '貢獻者';
  46. $lang['dashboard_aboutus_thanks_content'] = '非常感謝我們的貢獻者';
  47. $lang['dashboard_aboutus_thanks_developer_name'] = '王德斌,周斌';
  48. $lang['dashboard_aboutus_notice'] = '相關聲明';
  49. $lang['dashboard_aboutus_notice1'] = '天津市網城創想科技有限責任公司';
  50. $lang['dashboard_aboutus_notice2'] = '擁有';
  51. $lang['dashboard_aboutus_notice3'] = '的所有版權';
  52. $lang['dashboard_aboutus_notice4'] = '本項目引用了以下開源項目';
  53. $lang['dashboard_aboutus_notice5'] = '等';
  54. $lang['dashboard_aboutus_notice6'] = '原作者擁有其所有版權';