diff options
author | redmatrix <git@macgirvin.com> | 2016-08-22 17:41:41 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-08-22 17:41:41 -0700 |
commit | 38ca3bac405b339367b513037428f796c433819a (patch) | |
tree | e9a0ca2161f037426f8d8fa788d7976fc7a170cc /Zotlabs | |
parent | e967bc9c455c27f08a2add12d566e81036819e4e (diff) | |
download | volse-hubzilla-38ca3bac405b339367b513037428f796c433819a.tar.gz volse-hubzilla-38ca3bac405b339367b513037428f796c433819a.tar.bz2 volse-hubzilla-38ca3bac405b339367b513037428f796c433819a.zip |
optional server role compatibility checks for plugins
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Admin.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php index 085d13fd7..eede5a045 100644 --- a/Zotlabs/Module/Admin.php +++ b/Zotlabs/Module/Admin.php @@ -1341,6 +1341,7 @@ class Admin extends \Zotlabs\Web\Controller { '$str_minversion' => t('Minimum project version: '), '$str_maxversion' => t('Maximum project version: '), '$str_minphpversion' => t('Minimum PHP version: '), + '$str_serverroles' => t('Compatible Server Roles: '), '$str_requires' => t('Requires: '), '$disabled' => t('Disabled - version incompatibility'), |