diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-19 14:07:59 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-19 14:07:59 +0000 |
commit | 639b998d482242b3f72c0616f6c8ae285cd72085 (patch) | |
tree | 96a030f34381685b88dfbd1048d655a53b50ffa9 /languages/en.php | |
parent | 6fa9ce77c2efaabe0ec983ab62cbafdc9bc5c796 (diff) | |
download | elgg-639b998d482242b3f72c0616f6c8ae285cd72085.tar.gz elgg-639b998d482242b3f72c0616f6c8ae285cd72085.tar.bz2 |
Closes #394: May now specify elgg_version in the manifest to specify a minimum version of elgg required.
git-svn-id: https://code.elgg.org/elgg/trunk@2811 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index d415ba84a..635b46dad 100644 --- a/languages/en.php +++ b/languages/en.php @@ -502,7 +502,10 @@ To remove a widget drag it back to the <b>Widget gallery</b>.", 'admin:plugins:label:copyright' => "Copyright",
'admin:plugins:label:licence' => "Licence",
'admin:plugins:label:website' => "URL",
- "admin:plugins:label:moreinfo" => 'more info',
+ 'admin:plugins:label:moreinfo' => 'more info',
+ 'admin:plugins:label:version' => 'Version',
+ '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.",
'admin:plugins:reorder:no' => "Plugin %s could not be reordered.",
'admin:plugins:disable:yes' => "Plugin %s was disabled successfully.",
|