diff options
Diffstat (limited to 'languages')
| -rw-r--r-- | languages/en.php | 9 | 
1 files changed, 0 insertions, 9 deletions
diff --git a/languages/en.php b/languages/en.php index 93099c98f..7d985b82f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -208,10 +208,6 @@ $english = array(  	'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.",  	'NotImplementedException:CallMethodNotImplemented' => "Call method '%s' is currently not supported.", -	'NotImplementedException:XMLRPCMethodNotImplemented' => "XML-RPC method call '%s' not implemented.", -	'InvalidParameterException:UnexpectedReturnFormat' => "Call to method '%s' returned an unexpected result.", -	'CallException:NotRPCCall' => "Call does not appear to be a valid XML-RPC call", -  	'PluginException:NoPluginName' => "The plugin name could not be found",  	'SecurityException:authenticationfailed' => "User could not be authenticated", @@ -1089,11 +1085,6 @@ If you requested this, click on the link below. Otherwise ignore this email.  	'user:default_access:failure' => "Your new default access level could not be saved.",  /** - * XML-RPC - */ -	'xmlrpc:noinputdata'	=>	"Input data missing", - -/**   * Comments   */  | 
