aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-23 15:03:10 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-23 15:03:10 +0000
commit24256d11653875a6c925d959b729f988ef005325 (patch)
tree8af40a945f60b9381b31663e7fb07a0887e2d5b7 /languages/en.php
parentf980c532252d348ae92bf0abde0dadaaeaf020b6 (diff)
downloadelgg-24256d11653875a6c925d959b729f988ef005325.tar.gz
elgg-24256d11653875a6c925d959b729f988ef005325.tar.bz2
API client added to code & changed order of expose_function
git-svn-id: https://code.elgg.org/elgg/trunk@1501 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r--languages/en.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php
index 7decf39c9..1dc3858cc 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -131,7 +131,8 @@
'APIException:MissingContentType' => "Missing content type for post data",
'SecurityException:InvalidPostHash' => "POST data hash is invalid - Expected %s but got %s.",
'SecurityException:DupePacket' => "Packet signature already seen.",
- 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.",
+ '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.",