Files
nexusphp/lang/ja/lang_userhistory.php
2025-05-05 21:27:48 +07:00

27 lines
948 B
PHP

<?php
$lang_userhistory = array
(
'std_error' => "エラー",
'std_permission_denied' => "権限がありません",
'std_no_posts_found' => "投稿が見つかりません",
'head_posts_history' => "投稿履歴",
'text_posts_history_for' => "投稿履歴: ",
'text_forum' => "<b>フォーラム:&nbsp;</b>",
'text_topic' => "<b>トピック:&nbsp;</b>",
'text_post' => "<b>投稿:&nbsp;</b>",
'text_new' => "新着!",
'text_last_edited' => "最終編集者: ",
'text_at' => "",
'std_no_comments_found' => "コメントが見つかりません",
'head_comments_history' => "コメント履歴",
'text_comments_history_for' => "コメント履歴 ",
'text_torrent' => "<b>トレント:&nbsp;</b>",
'text_comment' => "<b>コメント:&nbsp;",
'std_history_error' => "履歴エラー",
'std_unkown_action' => "不明なアクション",
'std_invalid_or_no_query' => "無効またはクエリがありません。"
);
?>