diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-29 12:03:13 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-09-29 12:03:13 +0000 |
commit | eaddae88046f037405757679a1c24461ec0d8dbe (patch) | |
tree | 20b5ec9871554c29b3c56edf6ed1bbeb02d324e9 /languages | |
parent | e9515d1ee18074928ae1e013dd0ff8666ecbd475 (diff) | |
download | elgg-eaddae88046f037405757679a1c24461ec0d8dbe.tar.gz elgg-eaddae88046f037405757679a1c24461ec0d8dbe.tar.bz2 |
Closes #383 & #384
git-svn-id: https://code.elgg.org/elgg/trunk@2144 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 8efed72a4..7ad046fef 100644 --- a/languages/en.php +++ b/languages/en.php @@ -657,7 +657,12 @@ Alternatively, you can enter your database settings below and we will try and do 'installation:usage' => "This option lets Elgg send anonymous usage statistics back to Curverider.", 'installation:usage:label' => "Send anonymous usage statistics", 'installation:view' => "Enter the view which will be used as the default for your site or leave this blank for the default view (if in doubt, leave as default):", -
+ + 'installation:siteemail' => "Site email address (used when sending system emails)", + + 'installation:disableapi' => "Elgg comes with an flexible and extendible API that enables applications use certain Elgg features remotely", + 'installation:disableapi:label' => "Enable the RESTful API", +
'upgrade:db' => 'Your database was upgraded.',
/** |