Files
nexusphp/lang/ja/lang_staff.php

37 lines
2.3 KiB
PHP
Raw Permalink Normal View History

2025-04-19 02:06:51 +07:00
<?php
2025-05-05 21:27:48 +07:00
$lang_staff = array
(
'head_staff' => "スタッフ",
'text_staff' => "スタッフ",
'text_firstline_support' => "ファーストラインサポート",
'text_firstline_support_note' => "一般的なサポートの質問は、好ましくはこれらのユーザーに向けられるべきです。 彼らはボランティアであり、あなたを助けるために彼らの時間と努力を与えていることに注意してください。それに応じて彼らを扱います。",
'text_movie_critics' => "Critics",
'text_movie_critics_note' => "批評家は良いものを選び、レビューを書くこと、映画、音楽などについてのユーザーのコメントに報いること、一般的に議論のためのよりよい雰囲気を作成する責任がある。",
'text_general_staff' => "一般的なスタッフ",
'text_general_staff_note' => "All software support questions and those already answered in the <a href=faq.php><b>FAQ</b></a> will be ignored.<br /><br />Send message to Staff, click <a href=contactstaff.php><b>here</b></a>",
'text_username' => "ユーザー名",
'text_online_or_offline' => "オンライン/オフライン",
'text_country' => "",
'text_contact' => "お問い合わせ",
'text_language' => "言語",
'text_support_for' => "サポート",
'text_responsible_for' => "担当者:",
'text_duties' => "従業員の仕事",
'title_online' => "オンライン",
'title_offline' => "オフライン",
'title_send_pm' => "Send&nbsp;PM",
'text_vip' => "VIP",
'text_vip_note' => "VIPステータスは、 %sに特別な貢献をした人にのみ付与されます。例えば、元スタッフです。",
'text_reason' => "理由:",
'text_apply_for_it' => "参加を申請する",
'text_forum_moderators' => "フォーラムモデレーター",
'text_forum_moderators_note' => "フォーラムモデレータはフォーラムの日々の管理を担当します。",
'text_forums' => "フォーラム",
'std_sorry' => "Sorry...",
'std_permission_denied_only' => "アクセスが拒否されました。のみ ",
'std_or_above_can_view' => " or above could view Staff. <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>",
2025-04-19 02:06:51 +07:00
);
2025-05-05 21:27:48 +07:00
?>