OSDN Git Service

git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/plugin@791 1ca29b6e-896d...
[nucleus-jp/nucleus-plugins.git] / NP_PingJP / tags / 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');
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_WEBLOGUES',      'Weblogues (no longer works?)');
15         define('_PINGJP_BLOGGDE',        'Blogg.de (not working??)');
16         define('_PINGJP_BG',             'Ping from background when a future post first appears');
17         define('_PINGJP_UPDURL',         'Blog URI send to ping servers');
18         define('_PINGJP_UPDFEED',        'Feed URI send to ping servers(Ex:http://example.com/xml-rss2.php?blogid=2)');
19         define('_PINGJP_PINGING',        'Pinging ');
20         define('_PINGJP_ERROR',          'Error');
21         define('_PINGJP_UNKNOWN_ERROR',  'Unknown Error');
22         define('_PINGJP_PHP_ERROR',      'PHP Error: ');
23         define('_PINGJP_PHP_PING_ERROR', 'Error while trying to send ping. Sorry about that.');
24         define('_PINGJP_SUCCESS',        'Success');
25         define('_PINGJP_FORMEXTRA',      'Send ping when you edit ITEM ?');
26         define('_PINGJP_NON_DISPLAY',    'Sending WeblogsUpdatePing at non display mode.');
27         define('_PINGJP_BACKGROUND',     'Sending WeblogsUpdatePing at non background mode.');
28
29
30         define('_PINGJP_XMLRPCFAULT_UNKNOWN_METHOD',           'Unknown method');
31         define('_PINGJP_XMLRPCFAULT_INVALID_RETURN',           'Invalid return payload: enable debugging to examine incoming payload');
32         define('_PINGJP_XMLRPCFAULT_INCORRECT_PARAMS',         'Incorrect parameters passed to method');
33         define('_PINGJP_XMLRPCFAULT_INTROSPECT_UNKNOWN',       "Can't introspect: method unknown");
34         define('_PINGJP_XMLRPCFAULT_HTTP_ERROR',               "Didn't receive 200 OK from remote server.");
35         define('_PINGJP_XMLRPCFAULT_NO_DATA',                  'No data received from server.');
36         define('_PINGJP_XMLRPCFAULT_NO_SSL',                   'No SSL support compiled in.');
37         define('_PINGJP_XMLRPCFAULT_CURL_FAIL',                'CURL error');
38         define('_PINGJP_XMLRPCFAULT_INVALID_REQUEST',          'Invalid request payload');
39         define('_PINGJP_XMLRPCFAULT_NO_CURL',                  'No CURL support compiled in.');
40         define('_PINGJP_XMLRPCFAULT_SERVER_ERROR',             'Internal server error');
41         define('_PINGJP_XMLRPCFAULT_MULTICALL_ERROR',          'Received from server invalid multicall response');
42
43         define('_PINGJP_XMLRPCFAULT_MULTICALL_NOTSTRUCT',      'system.multicall expected struct');
44         define('_PINGJP_XMLRPCFAULT_MULTICALL_NOMETHOD',       'missing methodName');
45         define('_PINGJP_XMLRPCFAULT_MULTICALL_NOTSTRING',      'methodName is not a string');
46         define('_PINGJP_XMLRPCFAULT_MULTICALL_RECURSION',      'recursive system.multicall forbidden');
47         define('_PINGJP_XMLRPCFAULT_MULTICALL_NOPARAMS',       'missing params');
48         define('_PINGJP_XMLRPCFAULT_MULTICALL_NOTARRAY',       'params is not an array');
49
50         define('_PINGJP_XMLRPCFAULT_CANNOT_DECOMPRESS',        'Received from server compressed HTTP and cannot decompress');
51         define('_PINGJP_XMLRPCFAULT_DECOMPRESS_FAIL',          'Received from server invalid compressed HTTP');
52         define('_PINGJP_XMLRPCFAULT_DECHUNK_FAIL',             'Received from server invalid chunked HTTP');
53         define('_PINGJP_XMLRPCFAULT_SERVER_CANNOT_DECOMPRESS', 'Received from client compressed HTTP request and cannot decompress');
54         define('_PINGJP_XMLRPCFAULT_SERVER_DECOMPRESS_FAIL',   'Received from client invalid compressed HTTP request');