mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.3 KiB
PHP
39 lines
1.3 KiB
PHP
<?php
|
|
|
|
$lang_friends = array
|
|
(
|
|
'std_error' => "错误",
|
|
'std_invalid_id' => "无效的ID",
|
|
'std_access_denied' => "访问拒绝。",
|
|
'std_no_user_id' => "没有用户的ID为",
|
|
'std_unknown_type' => "未知类型",
|
|
'std_user_id' => "用户",
|
|
'std_already_in' => "已经在你的",
|
|
'std_list' => "列表中。",
|
|
'std_delete' => "删除",
|
|
'std_delete_note' => "你真要删除一个",
|
|
'std_click' => "吗?点击\n",
|
|
'std_here_if_sure' => "<b>这里</b></a>来确认。",
|
|
'std_no_friend_found' => "没有好友的ID为",
|
|
'std_no_block_found' => "没有坏人的ID为",
|
|
'head_personal_lists_for' => "社交名单 - ",
|
|
'text_personallist' => "社交名单",
|
|
'text_friendlist' => "好友",
|
|
'text_friends_empty' => "<em>暂无好友</em>",
|
|
'text_neighbors_empty' => "<em>暂无邻居</em>",
|
|
'text_last_seen_on' => "最后访问时间:",
|
|
'text_ago' => "以前",
|
|
'text_remove_from_friends' => "删除好友",
|
|
'text_send_pm' => "发送短讯",
|
|
'text_added_you_to_friendslist' => "添你为好友者",
|
|
'text_add_to_friends' => "加为好友",
|
|
'text_blocklist_empty' => "<i>你的黑名单为空</i>",
|
|
'text_blocked_users' => "黑名单",
|
|
'text_find_user' => "搜索用户/浏览用户列表",
|
|
'text_neighbors' => "邻居",
|
|
'text_friend' => "好友",
|
|
'text_block' => "坏人",
|
|
);
|
|
|
|
?>
|