Files
nexusphp/lang/ja/lang_polloverview.php

19 lines
718 B
PHP
Raw Normal View History

2025-04-19 02:06:51 +07:00
<?php
$lang_polloverview = array (
'std_error' => '間違い',
'head_poll_overview' => '投票の概要',
'text_polls_overview' => '投票の概要',
'col_id' => 'id',
'col_added' => '時間を追加します',
'col_question' => '質問',
'text_no_users_voted' => '申し訳ありません...まだ投票していません!',
'text_no_poll_id' => '申し訳ありません...そのIDなしで投票してください',
'text_poll_question' => '投票の質問',
'col_option_no' => 'シリアルナンバー',
'col_options' => 'オプション',
'text_polls_user_overview' => '投票ユーザーの状況',
'col_username' => 'ユーザー名',
'col_selection' => 'オプション',
);