OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@1020 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_TrackBack / trunk / trackback / language / english.php
1 <?php 
2 define('_TB_LIST_IT', 'List it');
3 define('_TB_DESCRIPTION', 'Send trackbacks to other weblogs and receive tracbacks from others.');
4
5 define('_TB_NORTIFICATION_MAIL_BODY', "Your weblog received a new trackback from <%blogname%> for ID <%tb_id%>. Below are the full details:\n\nURL:\t<%url%>\nTitle:\t<%title%>\nExcerpt:\t<%excerpt%>\nBlogname:\t<%blogname%>");
6 define('_TB_NORTIFICATION_MAIL_TITLE', "New Trackback received for ID <%tb_id%>");
7
8 define('_TB_AcceptPing', 'Accept pings');
9 define('_TB_SendPings', 'Allow sending pings');
10 define('_TB_AutoXMLHttp', 'Auto-detect Trackback URLs as you type');
11 define('_TB_CheckIDs', 'Only allow valid itemids as trackback-ids');
12
13 define('_TB_tplHeader', 'Header');
14 define('_TB_tplEmpty', 'Empty');
15 define('_TB_tplItem', 'Item');
16 define('_TB_tplFooter', 'Footer');
17
18 define('_TB_tplHeader_VAL', "<div class=\"tb\">\n\t<div class=\"head\">Trackback</div><%admin%>\n\n");
19 define('_TB_tplEmpty_VAL', "\t<div class=\"empty\">\n\t\tThere are currently no trackbacks for this item.\n\t</div>\n\n");
20 define('_TB_tplItem_VAL', "\t<div class=\"item\">\n\t\t<div class=\"name\"><%name%></div>\n\t\t<div class=\"body\">\n\t\t\t<a href=\"<%url%>\"><%title%>:</a> <%excerpt%>\n\t\t</div>\n\t\t<div class=\"date\">\n\t\t\t<%date%>\n\t\t</div>\n\t</div>\n\n");
21 define('_TB_tplFooter_VAL', "\t<div class=\"info\">\n\t\tUse this <a href=\"<%action%>\">TrackBack url</a> to ping this item (right-click, copy link target).\n\t\tIf your blog does not support Trackbacks you can manually add your trackback by using <a href=\"<%form%>\" onclick=\"window.open(this.href, 'trackback', 'scrollbars=yes,width=600,height=340,left=10,top=10,status=yes,resizable=yes'); return false;\">this form</a>.\n\t</div>\n</div>");
22
23 define('_TB_tplLocalHeader_VAL', "<div class=\"tblocal\">\n\t<div class=\"head\">Local Trackback</div>\n\n");
24 define('_TB_tplLocalEmpty_VAL', "");
25 define('_TB_tplLocalItem_VAL', "\t<div class=\"item\">\n\t\t<div class=\"body\">\n\t\t\t<%delete%> <a href=\"<%url%>\"><%title%></a>: <%excerpt%>\n\t\t</div>\n\t\t<div class=\"date\">\n\t\t\t<%timestamp%>\n\t\t</div>\n\t</div>\n\n");
26 define('_TB_tplLocalFooter_VAL', "\t</div>");
27
28 define('_TB_tplLocalHeader', 'Header (Local)');
29 define('_TB_tplLocalEmpty', 'Empty (Local)');
30 define('_TB_tplLocalItem', 'Item (Local)');
31 define('_TB_tplLocalFooter', 'Footer (Local)');
32
33 define('_TB_tplTbNone', 'Trackback count (none)');
34 define('_TB_tplTbOne', 'Trackback count (one)');
35 define('_TB_tplTbMore', 'Trackback count (more)');
36
37 define('_TB_dateFormat', 'Date format');
38 define('_TB_dateFormat_VAL', "%e/%m/%g");
39
40 define('_TB_ajaxEnabled', 'Enable Ajax ?');
41 define('_TB_NotifyEmail', 'Which e-mail address to send these notification to?');
42 define('_TB_NotifyEmailBlog', 'Which e-mail address to send these notification to?');
43
44 define('_TB_DropTable', 'Clear the database when uninstalling');
45 define('_TB_HideUrl', 'Hide external URL');
46 define('_TB_ItemAcceptPing', 'Accept pings');
47 define('_TB_isAcceptWOLink', 'Accept pings w/o link ?');
48 define('_TB_isAcceptWOLinkDef', 'Accept pings w/o link ? (blog default)');
49 define('_TB_AllowTrackBack', 'Accept pings to this blog');
50
51 define('_TB_isAcceptWOLink_VAL', 'default|default|yes|yes|no|no');
52 define('_TB_isAcceptWOLinkDef_VAL', 'yes|yes|no (block)|block|no (ignore)|ignore');