diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-20 11:39:20 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-10-20 11:39:20 +0000 |
commit | 2a577a42b48312f68c86c5fd7f80a7128605a599 (patch) | |
tree | ab5a27c102c900bc704a716bbc7e94aa894f582f /languages | |
parent | 4fa9ce868793d07dc820b4515f0cdd0e6c88519b (diff) | |
download | elgg-2a577a42b48312f68c86c5fd7f80a7128605a599.tar.gz elgg-2a577a42b48312f68c86c5fd7f80a7128605a599.tar.bz2 |
more unit tests for REST api
git-svn-id: http://code.elgg.org/elgg/trunk@3566 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 310f5cd09..6a692e55b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -134,6 +134,7 @@ $english = array( 'SecurityException:AuthTokenExpired' => "Authentication token either missing, invalid or expired.", 'CallException:InvalidCallMethod' => "%s must be called using '%s'", 'APIException:MethodCallNotImplemented' => "Method call '%s' has not been implemented.", + 'APIException:FunctionDoesNotExist' => "Function for method '%s' is not callable", 'APIException:AlgorithmNotSupported' => "Algorithm '%s' is not supported or has been disabled.", 'ConfigurationException:CacheDirNotSet' => "Cache directory 'cache_path' not set.", 'APIException:NotGetOrPost' => "Request method must be GET or POST", |