HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/discuz/templates/default/dz_feeds.lang.php
<?php

$language = 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' => '您',

);

?>