OSDN Git Service

ディレクトリ名修正
[nucleus-jp/nucleus-plugins.git] / trunk / NP_EzComment2 / ezcomment2 / language / english.php
1 <?php
2 define('_NP_EZCOMMENT2_DESC', 'Insert a comment form and a list of comments.'
3                                                     . 'Usage : &lt;%EzComment2(mode, amount/list order/show order, destinationurl, Form Template, ListTemplate)%&gt;'
4                                                         . ' on your ITEM skin or template.'
5                                                         . 'When "list order" is made more than 1, a comment equals descending order in the date and time.'
6                                                         . 'When "show order" is made more than 1, a comment is indicated first. When it\'s made 0, the form is indicated first.');
7
8 define('_NP_EZCOMMENT2_FORM_TEMPLATES',   'NP_EzComment2 CommentForm Template');
9 define('_NP_EZCOMMENT2_FORM_LOGGEDIN',    'Comment form for loggedin');
10 define('_NP_EZCOMMENT2_FORM_NOTLOGGEDIN', 'Comment form for not loggedin');
11
12 define('_NP_EZCOMMENT2_OP_SECRETMODE',      'Is the secret mode made effective ?');
13 define('_NP_EZCOMMENT2_OP_SUBSTIUTION',     'Substitution seacret comment.');
14 define('_NP_EZCOMMENT2_OP_CHECKLABEL',      'Label in a check box.');
15 define('_NP_EZCOMMENT2_OP_DROPTABLE',       'When uninstalling, is a table eliminated ?');
16 define('_NP_EZCOMMENT2_OP_SUBSTIUTION_VAL', 'Only an administrator can read this comment.');
17 define('_NP_EZCOMMENT2_OP_CHECKLABEL_VAL',  'Indication is permitted only an administrator.');