From eb538def799eb54e1ce29996dfbc56f4c960e3f3 Mon Sep 17 00:00:00 2001 From: brettp Date: Mon, 5 Apr 2010 22:13:53 +0000 Subject: Added category and name as valid plugin manifest keys/values. git-svn-id: http://code.elgg.org/elgg/trunk@5629 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'languages') diff --git a/languages/en.php b/languages/en.php index c3a76c6d1..62a8a7d09 100644 --- a/languages/en.php +++ b/languages/en.php @@ -330,16 +330,6 @@ To remove a widget drag it back to the Widget gallery.", 'riveritem:single:user' => 'a user', 'riveritem:plural:user' => 'some users', -/** - * Plugins - */ - 'plugins:settings:save:ok' => "Settings for the %s plugin were saved successfully.", - 'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.", - 'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.", - 'plugins:usersettings:save:fail' => "There was a problem saving user settings for the %s plugin.", - 'admin:plugins:label:version' => "Version", - 'item:object:plugin' => 'Plugin configuration settings', - /** * Notifications */ @@ -461,6 +451,15 @@ To remove a widget drag it back to the Widget gallery.", 'admin:site:opt:description' => "Configure the site technical and non-technical settings. ", 'admin:site:access:warning' => "Changing the access setting only affects the permissions on content created in the future.", +/** + * Plugins + */ + 'plugins:settings:save:ok' => "Settings for the %s plugin were saved successfully.", + 'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.", + 'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.", + 'plugins:usersettings:save:fail' => "There was a problem saving user settings for the %s plugin.", + 'item:object:plugin' => 'Plugin configuration settings', + '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...", @@ -471,6 +470,7 @@ To remove a widget drag it back to the Widget gallery.", 'admin:plugins:label:website' => "URL", 'admin:plugins:label:moreinfo' => 'more info', 'admin:plugins:label:version' => 'Version', + 'admin:plugins:label:directory' => 'Directory', 'admin:plugins:warning:elggversionunknown' => 'Warning: This plugin does not specify a compatible Elgg version.', 'admin:plugins:warning:elggtoolow' => 'Warning: This plugin requires a later version of Elgg!', 'admin:plugins:reorder:yes' => "Plugin %s was reordered successfully.", @@ -479,6 +479,7 @@ To remove a widget drag it back to the Widget gallery.", '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:plugins:categories:all' => 'All categories', 'admin:statistics' => "Statistics", 'admin:statistics:description' => "This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available.", -- cgit v1.2.3