lang_gift.php 962 B

123456789101112131415161718192021222324252627282930
  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_gift.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. 'gift_name' => '红包卡',
  14. 'gift_desc' => '将自己的一部分积分埋在空间,来访者可以点击获取',
  15. 'gift_info' => '将积分作为红包(可分成多份)埋在自己空间,<br />每个来访者最多可以获取其中一份',
  16. 'gift_succeed' => '埋设红包成功 ',
  17. 'gift_bad_credits_input' => '输入的积分总数有误',
  18. 'gift_bad_percredit_input' => '输入的每份积分数有误',
  19. 'gift_bad_credittype_input' => '指定的积分类型有误',
  20. 'gift_credits_out_of_own' => '输入的积分数超出您拥有的积分数',
  21. 'gift_gc' => '回收红包',
  22. 'gift_use' => '埋个红包',
  23. 'gift_receive_gift' => '领取红包 {percredit} {credittype}',
  24. );
  25. ?>