diff options
author | cash <cash.costello@gmail.com> | 2011-12-08 20:09:36 -0500 |
---|---|---|
committer | cash <cash.costello@gmail.com> | 2011-12-08 20:09:36 -0500 |
commit | 1ec7692c1639e8415cd9984d9ad040ec28bd9755 (patch) | |
tree | addb8093c044e13cbbf33412d1670fb80a27f003 /languages/en.php | |
parent | cb20d84a4ce17c8071e8f474b82341ec1aec083d (diff) | |
download | elgg-1ec7692c1639e8415cd9984d9ad040ec28bd9755.tar.gz elgg-1ec7692c1639e8415cd9984d9ad040ec28bd9755.tar.bz2 |
Fixes #4185, #2111 adds control panel widget
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 036ca8883..a2e6e152e 100644 --- a/languages/en.php +++ b/languages/en.php @@ -610,6 +610,12 @@ $english = array( // argh, this is ugly 'admin:widget:admin_welcome:outro' => '<br />Be sure to check out the resources available through the footer links and thank you for using Elgg!', + 'admin:widget:control_panel' => 'Control panel', + 'admin:widget:control_panel:help' => "Provides easy access to common controls", + + 'admin:cache:flush' => 'Flush the caches', + 'admin:cache:flushed' => "The site's caches have been flushed", + 'admin:footer:faq' => 'Administration FAQ', 'admin:footer:manual' => 'Administration Manual', 'admin:footer:community_forums' => 'Elgg Community Forums', |