rhymix/modules/editor/components/poll_maker/lang/jp.lang.php
2009-05-06 19:15:51 +00:00

18 lines
723 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
/**
* @file modules/editor/components/urllink/lang/jp.lang.php
* @author zero <zero@nzeo.com> 翻訳RisaPapa、ミニミ
* @brief ウィジウィグエディターeditorモジュール > アンケート調査言語パッケージ
**/
$lang->poll_title = "タイトル";
$lang->poll_item = "項目";
$lang->poll_stop_date = "終了日";
$lang->poll_chk_count = "選択項目数";
$lang->cmd_add_poll = "アンケート追加";
$lang->cmd_del_poll = "アンケート削除";
$lang->cmd_add_item = "項目追加";
$lang->msg_poll_cannot_modify = 'アンケートは修正出来ません。削除後、改めて新しく作成して下さい。';
?>