lang_dz_feed.php
1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?php
/**
 *      [Discuz!] (C)2001-2099 Comsenz Inc.
 *      This is NOT a freeware, use is subject to license terms
 *
 *      $Id: lang_dz_feed.php 27449 2012-02-01 05:32:35Z zhangguosheng $
 */
if(!defined('IN_DISCUZ')) {
	exit('Access Denied');
}
$lang = array
(
	'feed_thread_pin_title' =>		'{actor} 发表的主题 {subject} 被 {operater} 置顶',
	'feed_thread_digest_title' =>		'{actor} 发表的主题 {subject} 被 {operater} 加精',
	'feed_thread_highlight_title' =>	'{actor} 发表的主题 {subject} 被 {operater} 高亮',
	'feed_thread_del_title' =>		'{actor} 发表的主题 {subject} 被 {operater} 删除',
	'feed_thread_move_title' =>		'{actor} 发表的主题 {subject} 被 {operater} 移动',
	'feed_thread_views_title' =>		'{actor} 发表的主题 {subject} 查看数超过了 {count}',
	'feed_thread_replies_title' =>		'{actor} 发表的主题 {subject} 回复数超过了 {count}',
	'feed_thread_rate_title' =>		'{actor} 发表的主题 {subject} 评分超过了 {count}',
	'feed_thread_magic_title' =>		'{actor} 发表的主题 {subject} 被 {operater} 使用了 {magiccard}',
	'feed_thread_recommend_title' =>	'{actor} 发表的主题 {subject} 被版主推荐',
	'feed_post_rate_title' =>		'{actor} 在 {thread} 的回复评分超过了{count}',
	'feed_post_magic_title' =>		'{actor} 在 {thread} 的回复被 {operater} 使用了 {magiccard}',
	'feed_user_profile_title' =>		'{actor} 更新了自己的个人资料',
	'feed_user_usergroup_title' =>		'{actor} 的用户组升级为 {usergroup}',
	'feed_user_credit_title' =>		'{actor} 的总积分达到 {count}',
	'feed_user_threads_title' =>		'{actor} 发表的主题数达到 {count}',
	'feed_user_posts_title' =>		'{actor} 的发帖数达到 {count}',
	'feed_user_digest_title' =>		'{actor} 的精华帖数达到 {count}',
	'feed_user_medal_title' =>		'{actor} 得到勋章 {medal} 奖励',
	'feed_announce_title' =>		'公告: {subject}',
	'feed_announce_body' =>			'{message}',
	'you' => '您',
);
?>