mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
20 lines
621 B
PHP
20 lines
621 B
PHP
<?php
|
|
|
|
$lang_polls = array
|
|
(
|
|
'std_error' => "エラー",
|
|
'std_permission_denied' => "アクセスが拒否されました。",
|
|
'std_delete_poll' => "アンケートを削除",
|
|
'std_delete_poll_confirmation' => "Do you really want to delete a poll? Click\n",
|
|
'std_here_if_sure' => "<b></b></a> を確認してください。",
|
|
'std_sorry' => "Sorry...",
|
|
'std_no_polls' => "アンケートがありません!",
|
|
'head_previous_polls' => "以前の投票",
|
|
'text_previous_polls' => "以前の投票",
|
|
'text_ago' => " 前",
|
|
'text_edit' => "編集",
|
|
'text_delete' => "削除",
|
|
'text_votes' => "投票: "
|
|
);
|
|
|
|
?>
|