mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
+35
-32
@@ -1,35 +1,38 @@
|
||||
<?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' => 'それですか?クリック',
|
||||
'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' => '悪者',
|
||||
$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' => "ブロック",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user