mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
39 lines
1.6 KiB
PHP
39 lines
1.6 KiB
PHP
<?php
|
|
|
|
$lang_friends = array
|
|
(
|
|
'std_error' => "エラー",
|
|
'std_invalid_id' => "Invalid ID ",
|
|
'std_access_denied' => "アクセスが拒否されました。",
|
|
'std_no_user_id' => "IDを持つユーザーはありません ",
|
|
'std_unknown_type' => "不明なタイプ ",
|
|
'std_user_id' => "ユーザー ID ",
|
|
'std_already_in' => " は既にあなたの中にあります ",
|
|
'std_list' => " リストから選択します。",
|
|
'std_delete' => "削除 ",
|
|
'std_delete_note' => "削除しますか? ",
|
|
'std_click' => "? 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' => "PERSONALIST",
|
|
'text_friendlist' => "友人リスト",
|
|
'text_friends_empty' => "<em>No friends yet</em>",
|
|
'text_neighbors_empty' => "<em>No Neighbors yet</em>",
|
|
'text_last_seen_on' => "最終閲覧日時 ",
|
|
'text_ago' => " 前",
|
|
'text_remove_from_friends' => "フレンドから削除",
|
|
'text_send_pm' => "送信PM",
|
|
'text_added_you_to_friendslist' => "フレンドリストにあなたを追加しました",
|
|
'text_add_to_friends' => "友達に追加",
|
|
'text_blocklist_empty' => "<em>Your blocked userlist is empty</em>",
|
|
'text_blocked_users' => "ブロックされたユーザー",
|
|
'text_find_user' => "ユーザーを検索する/ユーザーリストを参照する",
|
|
'text_neighbors' => "<unk>",
|
|
'text_friend' => "友達",
|
|
'text_block' => "ブロック",
|
|
);
|
|
|
|
?>
|