Files
nexusphp/lang/chs/lang_news.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

22 lines
762 B
PHP
Raw Permalink 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
$lang_news = array
(
'std_delete_news_item' => "删除最近消息",
'std_are_you_sure' => "你真的要删除一条最近消息吗?如果确定,请点击",
'std_here' => "这里",
'std_if_sure' => "",
'std_error' => "错误",
'std_news_body_empty' => "最近消息的正文不能为空!",
'std_news_title_empty' => "最近消息的标题不能为空!",
'std_something_weird_happened' => "奇怪的事情发生了。",
'std_invalid_news_id' => "最近消息的ID不存在",
'head_edit_site_news' => "编辑最近消息",
'text_edit_site_news' => "编辑最近消息",
'text_notify_users_of_this' => "提醒用户查看这条消息。",
'head_site_news' => "最近消息",
'text_submit_news_item' => "提交新的消息"
);
?>