mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
+21
-18
@@ -1,21 +1,24 @@
|
||||
<?php
|
||||
|
||||
$lang_makepoll = array (
|
||||
'std_error' => '間違い',
|
||||
'std_no_poll_id' => 'この投票IDは存在しません',
|
||||
'std_missing_form_data' => '必要なアイテムに記入してください!',
|
||||
'head_edit_poll' => '投票を編集します',
|
||||
'text_edit_poll' => '投票を編集します',
|
||||
'head_new_poll' => '新しい票',
|
||||
'text_day' => '空',
|
||||
'text_hour' => '時間',
|
||||
'text_current_poll' => '注:現在の投票',
|
||||
'text_is_only' => '投稿のみ',
|
||||
'text_old' => '。',
|
||||
'text_make_poll' => '新しい票',
|
||||
'text_question' => '質問',
|
||||
'text_option' => 'オプション',
|
||||
'submit_edit_poll' => '投票を編集します',
|
||||
'submit_create_poll' => '投票を作成します',
|
||||
'text_required' => '記入する必要があります',
|
||||
$lang_makepoll = array
|
||||
(
|
||||
'std_error' => "エラー",
|
||||
'std_no_poll_id' => "このIDの投票は見つかりませんでした。",
|
||||
'std_missing_form_data' => "フォームデータがありません!",
|
||||
'head_edit_poll' => "投票の編集",
|
||||
'text_edit_poll' => "投票の編集",
|
||||
'head_new_poll' => "新しい投票",
|
||||
'text_day' => " 日",
|
||||
'text_hour' => " 時",
|
||||
'text_current_poll' => "注: 現在の意識調査 ",
|
||||
'text_is_only' => " のみです ",
|
||||
'text_old' => " 年寄りだ",
|
||||
'text_make_poll' => "投票を作成",
|
||||
'text_question' => "質問",
|
||||
'text_option' => "Option ",
|
||||
'submit_edit_poll' => "投票の編集",
|
||||
'submit_create_poll' => "アンケートを作成",
|
||||
'text_required' => " 必須"
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user