diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-20 15:11:42 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-20 15:11:42 +0000 |
commit | 44fedcf732370708395227b3fd89cb336389ec8e (patch) | |
tree | 8b9debc278f1770f52a79a42c595abdcd02e7513 /languages | |
parent | 2953dea01d0e6e01688b18627c384fddb637e8e1 (diff) | |
download | elgg-44fedcf732370708395227b3fd89cb336389ec8e.tar.gz elgg-44fedcf732370708395227b3fd89cb336389ec8e.tar.bz2 |
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
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 13 |
1 files changed, 11 insertions, 2 deletions
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
|