lang_friendlink.php 895 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. /**
  3. * [Discuz!] (C)2001-2099 Comsenz Inc.
  4. * This is NOT a freeware, use is subject to license terms
  5. *
  6. * $Id: lang_friendlink.php 27449 2012-02-01 05:32:35Z zhangguosheng $
  7. */
  8. if(!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array
  12. (
  13. 'friendlink_content' => '展示样式',
  14. 'friendlink_content_both' => 'logo和文字',
  15. 'friendlink_content_logo' => '仅logo',
  16. 'friendlink_content_text' => '仅文字',
  17. 'friendlink_type' => '链接分组',
  18. 'friendlink_type_group1' => '分组1',
  19. 'friendlink_type_group2' => '分组2',
  20. 'friendlink_type_group3' => '分组3',
  21. 'friendlink_type_group4' => '分组4',
  22. 'friendlink_titlelength' => '站点名称长度',
  23. 'friendlink_titlelength_comment' => '设置站点名称的最大长度',
  24. 'friendlink_summarylength' => '简介长度',
  25. 'friendlink_summarylength_comment' => '设置站点简介最大长度',
  26. );
  27. ?>