diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-05-19 07:09:13 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-05-19 07:09:13 -0400 |
commit | d5ca889cf5d479135560b1f915fb5d3986b28c65 (patch) | |
tree | 34d5b9335226e6ccb46625f34cd7823efce0abe8 /Zotlabs | |
parent | 062cb7753981f9f2a3e52d1322c81fe03f08747b (diff) | |
download | volse-hubzilla-d5ca889cf5d479135560b1f915fb5d3986b28c65.tar.gz volse-hubzilla-d5ca889cf5d479135560b1f915fb5d3986b28c65.tar.bz2 volse-hubzilla-d5ca889cf5d479135560b1f915fb5d3986b28c65.zip |
Replace text strings for translation support
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Admin.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php index cb843e212..4d052cdf8 100644 --- a/Zotlabs/Module/Admin.php +++ b/Zotlabs/Module/Admin.php @@ -1408,7 +1408,9 @@ class Admin extends \Zotlabs\Web\Controller { '$plugins' => $plugins, '$disabled' => t('Disabled - version incompatibility'), '$form_security_token' => get_form_security_token('admin_plugins'), - '$addrepo' => t('Add Plugin Repo'), + '$managerepos' => t('Manage Repos'), + '$installedtitle' => t('Installed Plugin Repositories'), + '$addnewrepotitle' => t('Install a New Plugin Repository'), '$expandform' => false, '$form' => $admin_plugins_add_repo_form, '$newRepoModal' => $newRepoModal, |