mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
+33
-30
@@ -1,33 +1,36 @@
|
||||
<?php
|
||||
|
||||
$lang_staff = array (
|
||||
'head_staff' => '管理グループ',
|
||||
'text_staff' => '管理グループ',
|
||||
'text_firstline_support' => '最前線のカスタマーサービス',
|
||||
'text_firstline_support_note' => '通常の質問については、次のユーザーに相談してください。注:彼らがあなたを助けることに費やした時間とエネルギーは報われます、彼らに感謝してください!',
|
||||
'text_movie_critics' => '批評家',
|
||||
'text_movie_critics_note' => '批評家は、優れた映画、音楽、その他のリソースを選択し、レビューを書く、ユーザーのコメントに報いる責任があります。要するに、私たちはコミュニケーションのための良い雰囲気を作ることに取り組んでいます。',
|
||||
'text_general_staff' => '通常の管理者',
|
||||
'text_general_staff_note' => 'すべてのソフトウェアと回答された質問<a href = faq.php> <b> faq </b> </a>は無視されます。 <br /> <br /> <a href = contactStaff.php> <b>ここに< /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' => 'メッセージを送信します',
|
||||
'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' => 'ごめん...',
|
||||
'std_permission_denied_only' => '許可はありません。のみ',
|
||||
'std_or_above_can_view' => 'より高いレベルのユーザーのみが管理グループを表示できます。 <br /> <br />ユーザーレベルと許可の詳細については、<a class = faqlink href = faq.php#id22> <b> faq < /b> </a>を確認してください。 <br /> <br /> <b> < /p>%s管理グループ< /b>',
|
||||
$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 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>",
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user