diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-07-16 22:15:58 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-07-16 22:15:58 -0400 |
commit | 6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535 (patch) | |
tree | 21eec1f05deefefa54aa5b0f03c5ab7aa4360297 /languages | |
parent | 2e0cc0343715adec8a0843750016f89acc3c2394 (diff) | |
parent | 037eacc4a5015dc048c4fff080349aa96a9b918e (diff) | |
download | elgg-6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535.tar.gz elgg-6c9b6a031c6d8a8474bc5e7a1717a5ae3bee1535.tar.bz2 |
Merge pull request #304 from sembrestels/donate-manifest
Code, Report issue and Donate links in manifest
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 01b4d5d6b..bb5376a44 100644 --- a/languages/en.php +++ b/languages/en.php @@ -688,6 +688,9 @@ $english = array( 'admin:plugins:label:categories' => 'Categories', 'admin:plugins:label:licence' => "Licence", 'admin:plugins:label:website' => "URL", + 'admin:plugins:label:repository' => "Code", + 'admin:plugins:label:bugtracker' => "Report issue", + 'admin:plugins:label:donate' => "Donate", 'admin:plugins:label:moreinfo' => 'more info', 'admin:plugins:label:version' => 'Version', 'admin:plugins:label:location' => 'Location', |