lang_albumlist.php 1.2 KB

123456789101112131415161718192021222324252627282930313233
  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_albumlist.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. 'albumlist_aids' => '指定相册',
  14. 'albumlist_aids_comment' => '填入指定相册的ID(aid),多个相册之间用逗号(,)分隔',
  15. 'albumlist_uids' => '用户UID',
  16. 'albumlist_uids_comment' => '填入指定用户的ID(uid),多个用户之间用逗号(,)分隔',
  17. 'albumlist_catid' => '指定分类',
  18. 'albumlist_catid_comment' => '选择相册所属的系统相册分类,可多选',
  19. 'albumlist_startrow' => '起始数据行数',
  20. 'albumlist_startrow_comment' => '如需设定起始的数据行数,请输入具体数值,0 为从第一行开始,以此类推',
  21. 'albumlist_titlelength' => '标题长度',
  22. 'albumlist_titlelength' => '指定相册名称最大长度',
  23. 'albumlist_orderby' => '图片排序方式',
  24. 'albumlist_orderby_comment' => '设置以哪一字段或方式对图片进行排序',
  25. 'albumlist_orderby_dateline' => '按发布时间倒序',
  26. 'albumlist_orderby_picnum' => '按照片数倒序',
  27. 'albumlist_orderby_updatetime' => '按更新时间倒序'
  28. );
  29. ?>