From fcd46fcd7037f26fc84bfdf6d22c24849bdd479c Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 17 Sep 2008 22:43:59 +0000 Subject: API explanations added to language file git-svn-id: https://code.elgg.org/elgg/trunk@2097 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index a435eac6c..1789184af 100644 --- a/languages/en.php +++ b/languages/en.php @@ -154,6 +154,12 @@ 'InstallationException:DatarootUnderPath' => "Your data directory %s must be outside of your install path.", 'InstallationException:DatarootBlank' => "You have not specified a data directory.", + /** + * API + */ + 'system.api.list' => "List all available API calls on the system.", + 'auth.gettoken' => "This API call lets a user log in, returning an authentication token which can be used in leu of a username and password for authenticating further calls.", + /** * User details */ -- cgit v1.2.3