diff options
Diffstat (limited to 'languages/en.php')
-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 */ |