aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/en/admin.php
diff options
context:
space:
mode:
authorGravatar Kevin Papst <kevinpapst@users.noreply.github.com> 2017-12-06 21:04:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-12-06 21:04:45 +0100
commit3902d3f43330504945e78627b4c49e67ae88aea9 (patch)
tree6b86f0c0bd9563f3cb7ffc8756b6eef0d18025f6 /app/i18n/en/admin.php
parent4f06b17e005456515768f46b3cc3130428f579bf (diff)
Show existing extensions in admin panel (#1708)
* first draft * display installed extension state * fixed whitespace vs tabs * added translation in all languages * added error checks and log messages * fixed tabs vs whitespace * another try in fixing whitespaces * another try in fixing whitespaces * improved extension list translations * using JSON from official extension repo * improved version compare * updated translations * French translation
Diffstat (limited to 'app/i18n/en/admin.php')
-rw-r--r--app/i18n/en/admin.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/i18n/en/admin.php b/app/i18n/en/admin.php
index 707627782..d92a016af 100644
--- a/app/i18n/en/admin.php
+++ b/app/i18n/en/admin.php
@@ -112,6 +112,13 @@ return array(
),
'title' => 'Extensions',
'user' => 'User extensions',
+ 'community' => 'Available community extensions',
+ 'name' => 'Name',
+ 'version' => 'Version',
+ 'description' => 'Description',
+ 'author' => 'Author',
+ 'latest' => 'Installed',
+ 'update' => 'Update available'
),
'stats' => array(
'_' => 'Statistics',