Files
nexusphp/lang/ja/lang_polloverview.php
2025-05-05 21:27:48 +07:00

22 lines
726 B
PHP
Raw Permalink 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' => "選択",
);
?>