diff options
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
|