OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@881 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_UpdatePingServer / trunk / updatepingserver / language / english.php
1 <?php
2
3 define('_NP_PINGSERVER_DESCRIPTION', 'Receive "weblogUpdates.ping"');
4
5 // Global options
6 define('_NP_PINGSERVER_GLOBALOPTION_DBFLAG',      'Delete database tables of this plugin when uninstalling ?');
7 define('_NP_PINGSERVER_GLOBALOPTION_QUICKMENU',   'Show in quick menu ?');
8 define('_NP_PINGSERVER_GLOBALOPTION_DESCLEN',     'Entry description\'s width.');
9 define('_NP_PINGSERVER_GLOBALOPTION_ADDSTR',      'Entry description\'s add str.');
10 define('_NP_PINGSERVER_GLOBALOPTION_DATEFORMAT',  'Format Entry updatetime.');
11 define('_NP_PINGSERVER_GLOBALOPTION_LISTHEADER',  'Header of new entry list.');
12 define('_NP_PINGSERVER_GLOBALOPTION_LISTBODY',    'Body of new entry list.');
13 define('_NP_PINGSERVER_GLOBALOPTION_LISTFOOTER',  'Footer of new entry list.');
14 define('_NP_PINGSERVER_GLOBALOPTION_LOGFLAG',     'Add action-log when received ping.');
15 define('_NP_PINGSERVER_GLOBALOPTION_DATAMAXHOLD', 'Maximum quantity holding data.');
16
17 // Global option values
18 define('_NP_PINGSERVER_GLOBALOPTION_LISTHEADER_VALUE', '<ul class="latestupdate">');
19 define('_NP_PINGSERVER_GLOBALOPTION_LISTBODY_VALUE',   '<li>BlogName:'
20                                                                                                          . '<a href="<%blogurl%>" title="<%blogtitle%>"><%blogtitle%></a>'
21                                                                                                          . '<ul><li>Latest Entry:'
22                                                                                                          . '<a href="<%entryurl%>" title="<%entrytitle%>"><%entrytitle%></a>'
23                                                                                                          . '@<%datetime%>'
24                                                                                                          . '<ul><li>Description:<small><%entrydesc%></small>'
25                                                                                                          . '</li></ul></li></ul></li>');
26 define('_NP_PINGSERVER_GLOBALOPTION_LISTFOOTER_VALUE', '</ul>');
27
28