lang_thread.php 459 B

12345678910111213141516171819202122232425
  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_thread.php 33048 2013-04-12 08:50:27Z zhangjie $
  7. */
  8. if(!defined('IN_DISCUZ')) {
  9. exit('Access Denied');
  10. }
  11. $lang = array (
  12. 'forum_archive' => '存档',
  13. 'source' => '来源',
  14. 't_question' => '?',
  15. 't_comma' => ',',
  16. 't_exclamatory' => '!',
  17. 't_period' => '。',
  18. 't_suspension' => '…',
  19. );
  20. ?>