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

68 lines
2.9 KiB
PHP

<?php
$lang_log = array
(
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "アクセスが拒否されました。のみ ",
'std_or_above_can_view' => " or above could view LOG. <br /><br /> Please see the <a class=faqlink href=faq.php#id22><b>FAQ</b></a> for more information on different user classes and what they can do.<br /><br /><b></p>The %s Staff</b>",
'head_site_log' => "デイリーログ",
'text_search_log' => "毎日のログを検索",
'submit_search' => "検索",
'text_log_empty' => "<b>ログが空です</b><br />",
'title_time_added' => "時刻",
'col_date' => "日付",
'col_event' => "イベント",
'time_zone_note' => "<p>時間はGMT +8:00です。</p>",
'text_daily_log' => "デイリーログ",
'text_chronicle' => "クロニクル",
'text_code_update' => "コードの更新",
'text_funbox' => "&nbsp;Funbox&nbsp;",
'text_news' => "&nbsp;&nbsp;ニュース&nbsp;&nbsp;",
'text_poll' => "&nbsp;&nbsp;Poll&nbsp;&nbsp;",
'std_error' => "エラー",
'std_invalid_action' => "無効なアクション",
'head_chronicle' => "クロニクル",
'text_search_chronicle' => "検索クロニクル",
'text_chronicle_empty'=> "<b>クロニクルが空です</b><br />",
'col_modify' => "変更",
'text_edit' => "編集",
'text_delete' => "削除",
'submit_add' => "追加",
'text_add_chronicle' => "クロニクルイベントを追加",
'std_permission_denied' => "下がってください!これを行うことはできません。",
'submit_okay' => "OK",
'text_edit_chronicle' => "クロニクルイベントを編集",
'head_code_update' => "コードの更新",
'text_search_code_update' => "コード更新イベントを検索",
'text_add_code_update' => "コード更新イベントを追加",
'text_edit_codeupdate' => "コード更新イベントを編集",
'text_codeupdate_empty' => "<b>コード更新が</b><br />",
'head_funbox' => "Funboxログ",
'head_news' => "ニュース",
'text_search_news' => "ニュースを検索",
'text_news_empty' => "<b>ニュースは空です</b><br />",
'col_title' => "タイトル",
'col_body' => "本文",
'col_user' => 'ユーザー',
'std_delete_poll' => "アンケートを削除",
'std_delete_poll_confirmation' => "投票を削除してもよろしいですか?クリックしてください ",
'std_here_if_sure' => "<b></b></a> を確認してください。",
'std_sorry' => "Sorry...",
'std_no_polls' => "アンケートがありません!",
'head_previous_polls' => "以前の投票",
'text_previous_polls' => "以前の投票",
'text_ago' => "",
'text_votes' => "投票: ",
'text_in' => "in ",
'text_funbox_empty' => "<b>Funbox が空です</b><br />",
'text_search_funbox' => "ファンボックスを検索",
'text_title' => "タイトル",
'text_body' => "body",
'text_both' => "両方とも",
'text_all' => "すべて",
'text_normal' => "普通",
'text_mod' => "mod",
);
?>