OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@787 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_EzComment2 / trunk / 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_IDX',    'Comment form for loggedin(for idex page)');
10 define('_NP_EZCOMMENT2_FORM_NOTLOGGEDIN_IDX', 'Comment form for not loggedin(for idex page)');
11 define('_NP_EZCOMMENT2_FORM_LOGGEDIN_ITM',    'Comment form for loggedin(for item page)');
12 define('_NP_EZCOMMENT2_FORM_NOTLOGGEDIN_ITM', 'Comment form for not loggedin(for item page)');
13 define('_NP_EZCOMMENT2_COMMENTS_BODY_IDX',    'Comments body(for idex page)');
14 define('_NP_EZCOMMENT2_COMMENTS_HEADER_IDX',  'Comments header(for idex page)');
15 define('_NP_EZCOMMENT2_COMMENTS_FOOTER_IDX',  'Comments footer(for idex page)');
16
17 define('_NP_EZCOMMENT2_OP_SECRETMODE',      'Is the secret mode made effective ?');
18 define('_NP_EZCOMMENT2_OP_SUBSTIUTION',     'Substitution seacret comment.');
19 define('_NP_EZCOMMENT2_OP_CHECKLABEL',      'Label in a check box.');
20 define('_NP_EZCOMMENT2_OP_DROPTABLE',       'When uninstalling, is a table eliminated ?');
21 define('_NP_EZCOMMENT2_OP_SUBSTIUTION_VAL', 'Only an administrator can read this comment.');
22 define('_NP_EZCOMMENT2_OP_CHECKLABEL_VAL',  'Indication is permitted only an administrator.');