From 44fedcf732370708395227b3fd89cb336389ec8e Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 20 Jun 2008 15:11:42 +0000 Subject: Closes #20: Plugin management and config panel http://trac.elgg.org/elgg/ticket/20 git-svn-id: https://code.elgg.org/elgg/trunk@1027 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index f92755fe1..568132f16 100644 --- a/languages/en.php +++ b/languages/en.php @@ -246,7 +246,14 @@ 'admin:plugins' => "Tool Administration", 'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.", 'admin:plugins:opt:linktext' => "Configure tools...", - 'admin:plugins:opt:description' => "Configure the tools installed on the site. ", + 'admin:plugins:opt:description' => "Configure the tools installed on the site. ", + 'admin:plugins:label:author' => "Author", + 'admin:plugins:label:copyright' => "Copyright", + 'admin:plugins:label:website' => "URL", + 'admin:plugins:disable:yes' => "Plugin %s was disabled successfully.", + 'admin:plugins:disable:no' => "Plugin %s could not be disabled.", + 'admin:plugins:enable:yes' => "Plugin %s was enabled successfully.", + 'admin:plugins:enable:no' => "Plugin %s could not be enabled.", 'admin:statistics' => "Statistics", 'admin:statistics:description' => "This admin panel will allow you to view statistics about your site.", @@ -277,7 +284,9 @@ 'delete' => "Delete", 'load' => "Load", 'upload' => "Upload", - 'ban' => "Ban", + 'ban' => "Ban", + 'enable' => "Enable", + 'disable' => "Disable", /** * Generic data words -- cgit v1.2.3