Files
nexusphp/lang/ja/lang_polloverview.php
2025-04-19 02:06:51 +07:00

19 lines
718 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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' => 'オプション',
);