DiscuzX/upload/source/language/forum/lang_thread.php

25 lines
483 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* [Discuz!] (C)2001-2099 Comsenz Inc.
* This is NOT a freeware, use is subject to license terms
*
* $Id: lang_thread.php 33048 2013-04-12 08:50:27Z zhangjie $
*/
if(!defined('IN_DISCUZ')) {
exit('Access Denied');
}
$lang = array (
'forum_archive' => '存档',
'source' => '来源',
't_question' => '',
't_comma' => '',
't_exclamatory' => '',
't_period' => '。',
't_suspension' => '…',
);
?>