diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-16 22:10:52 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-04-16 22:10:52 +0000 |
commit | 6729a2d0d2faeb07ca8e79b5162c3be269e01b66 (patch) | |
tree | 119609339fa2914d81f43a98a8f9fd6193db0d34 /languages/en.php | |
parent | 2b2afd98c05139c1a5c25f1752e2bb412e26e335 (diff) | |
download | elgg-6729a2d0d2faeb07ca8e79b5162c3be269e01b66.tar.gz elgg-6729a2d0d2faeb07ca8e79b5162c3be269e01b66.tar.bz2 |
Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php instead of manifest on_de/activate fields in plugins.
git-svn-id: http://code.elgg.org/elgg/trunk@9002 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index 86fa9c7e7..6e24edb2d 100644 --- a/languages/en.php +++ b/languages/en.php @@ -78,7 +78,7 @@ $english = array( 'ElggPluginPackage:InvalidPlugin:InvalidProvides' => 'Invalid provides type "%s"', 'ElggPluginPackage:InvalidPlugin:CircularDep' => 'Invalid %s dependency "%s" in plugin %s. Plugins cannot conflict with or require something they provide!', - 'ElggPlugin:Exception:CannotIncludeStart' => 'Cannot include start.php for plugin %s (guid: %s) at %s. Check permissions!', + 'ElggPlugin:Exception:CannotIncludeFile' => 'Cannot include %s for plugin %s (guid: %s) at %s. Check permissions!', 'ElggPlugin:Exception:CannotRegisterViews' => 'Cannot open views dir for plugin %s (guid: %s) at %s. Check permissions!', 'ElggPlugin:Exception:CannotRegisterLanguages' => 'Cannot register languages for plugin %s (guid: %s) at %s. Check permissions!', 'ElggPlugin:Exception:CannotRegisterClasses' => 'Cannot register classes for plugin %s (guid: %s) at %s. Check permissions!', @@ -579,7 +579,7 @@ $english = array( 'This page is the Admin Dashboard and provides a quick overview of your system. ' . "You can <a class=\"elgg-toggler\" href=\"#widgets-add-panel\">add</a>" . " and rearrange widgets to show the information you care about. The menu to the right is oranganized into" -. " three areas: +. " three areas: <ul> <li>Administer - Everyday tasks like monitoring reported content, checking online users, and viewing logs.</li> <li>Configure - Configuration settings likes the site name, the active plugins, and plugin settings.</li> @@ -597,7 +597,7 @@ $english = array( . " <a href=\"http://docs.elgg.org/wiki/Category:Administration_FAQ\">FAQs</a>, <a href=\"http://docs.elgg.org/wiki/Administration_Manual\">" . "manuals</a>, <a href=\"http://blog.elgg.org/\">Elgg news</a>, and <a href=\"http://community.elgg.org/pg/groups/world/\">support forums</a>" . " at the <a href=\"http://community.elgg.org/\">Elgg Community</a>.", - + 'admin:widget:admin_welcome:outro' => 'Thank you for using Elgg!', 'admin:footer:faq' => 'Administration FAQ', |