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' => "<em>你的黑名單為空</em>",
|
|
'text_blocked_users' => "黑名單",
|
|
'text_find_user' => "搜索用戶/流覽用戶列表",
|
|
'text_neighbors' => "鄰居",
|
|
'text_friend' => "好友",
|
|
'text_block' => "壞人",
|
|
);
|
|
|
|
?>
|