OSDN Git Service

4.0のtrunkを展開するためにmasterディレクトリを作成しファイル群を移動した。
[nucleus-jp/nucleus-jp-ancient.git] / nucleus / plugins / ping / english.php
1 <?php
2         define('_PING_DESC', 'This plugin can be used to ping many blog tracking services. - Don\'t forget to enable the option \'Ping weblog listing service on update\' in your blog settings!');
3         define('_PING_PINGOM', 'Ping-o-matic');
4         define('_PING_WEBLOGS', 'weblogs.com');
5         define('_PING_TECHNOR', 'Technorati');
6         define('_PING_BLOGR', 'Blogrolling');
7         define('_PING_BLOGS', 'Blo.gs (no longer works?)');
8         define('_PING_WEBLOGUES', 'Weblogues (no longer works?)');
9         define('_PING_BLOGGDE', 'Blogg.de (not working??)');
10         define('_PING_BG', 'Ping from background when a future post first appears');
11         define('_PINGING', 'Pinging ');
12         define('_PING_ERROR', 'Error');
13         define('_PING_PHP_ERROR', 'PHP Error: ');
14         define('_PING_PHP_PING_ERROR', 'Error while trying to send ping. Sorry about that.');
15         define('_PING_SUCCESS', 'Success');
16         define('_UPDATEDPING_GOSENDPING', 'Send Update ping'); 
17         define('_PING_EXTRA_PLUGIN_OPTION', 'Blog Tracking Ping Service');
18         define('_PING_SENDPING', 'Notify ping service when new post is added?');
19 ?>