diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-17 22:43:59 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-17 22:43:59 +0000 |
commit | fcd46fcd7037f26fc84bfdf6d22c24849bdd479c (patch) | |
tree | 5717d346545a9638de21ebfbdc2ad42ba76004b1 /languages | |
parent | 70bdc6a8525c97a5cbe1090872fc341c9984ee26 (diff) | |
download | elgg-fcd46fcd7037f26fc84bfdf6d22c24849bdd479c.tar.gz elgg-fcd46fcd7037f26fc84bfdf6d22c24849bdd479c.tar.bz2 |
API explanations added to language file
git-svn-id: https://code.elgg.org/elgg/trunk@2097 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index a435eac6c..1789184af 100644 --- a/languages/en.php +++ b/languages/en.php @@ -155,6 +155,12 @@ '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 */ |