OSDN Git Service

ef60af07728163e624339ce96c8d7c9aa2b74e64
[nucleus-jp/nucleus-plugins.git] / trunk / NP_PingJP / pingjp / language / english.php
1 <?php
2         define('_PINGJP_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('_PINGJP_PINGOM',         'Ping-o-matic (need registration)');
4         define('_PINGJP_WEBLOGS',        'weblogs.com');
5         define('_PINGJP_TECHNOR',        'Technorati');
6         define('_PINGJP_GOOGLE',         'Google Japan');
7         define('_PINGJP_YAHOO',          'Yahoo! Japan');
8         define('_PINGJP_PINGOO',         'Pingoo! (need registration)');
9         define('_PINGJP_GOO',            'Goo');
10         define('_PINGJP_BLOG360',        'Blog360');
11         define('_PINGJP_ASK',            'ask');
12         define('_PINGJP_BLOGR',          'Blogrolling.com');
13         define('_PINGJP_BLOGS',          'Blo.gs (no longer works?)');
14         define('_PINGJP_OTHER',          'Other ping servers.');
15         define('_PINGJP_BG',             'Ping from background when a future post first appears');
16         define('_PINGJP_UPDURL',         'Blog URI send to ping servers');
17         define('_PINGJP_UPDFEED',        'Feed URI send to ping servers(Ex:http://example.com/xml-rss2.php?blogid=2)');
18         define('_PINGJP_PINGING',        'Pinging ');
19         define('_PINGJP_ERROR',          'Error');
20         define('_PINGJP_UNKNOWN_ERROR',  'Unknown Error');
21         define('_PINGJP_PHP_ERROR',      'PHP Error: ');
22         define('_PINGJP_PHP_PING_ERROR', 'Error while trying to send ping. Sorry about that.');
23         define('_PINGJP_SUCCESS',        'Success');
24         define('_PINGJP_FORMEXTRA',      'Send ping when you edit ITEM ?');
25         define('_PINGJP_NON_DISPLAY',    'Sending WeblogsUpdatePing at non display mode.');
26         define('_PINGJP_BACKGROUND',     'Sending WeblogsUpdatePing at non background mode.');
27