mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
add lang: ja
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?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' => 'オプション',
|
||||
);
|
||||
Reference in New Issue
Block a user