aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-14 17:25:45 -0700
committerfriendica <info@friendica.com>2014-08-14 17:25:45 -0700
commit1d4fde71e0f7439804f312be54df80d230e454d5 (patch)
tree203bb5c23f86d47c8ca84d8fb08f142788d6f653 /include/apps.php
parent9d2335ebc8d96659133385b45c89c3b6b24611f2 (diff)
parentf4229dbc3f17463d41a39e6b9038dd10fee6597a (diff)
downloadvolse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.tar.gz
volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.tar.bz2
volse-hubzilla-1d4fde71e0f7439804f312be54df80d230e454d5.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'include/apps.php')
-rw-r--r--include/apps.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/apps.php b/include/apps.php
index 135eaa99a..bd50b953a 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -141,7 +141,13 @@ function translate_system_apps(&$arr) {
'Chat' => t('Chat'),
'Search' => t('Search'),
'Probe' => t('Probe'),
- 'Suggest' => t('Suggest')
+ 'Suggest' => t('Suggest'),
+ 'Random Channel' => t('Random Channel'),
+ 'Invite' => t('Invite'),
+ 'Features' => t('Features'),
+ 'Language' => t('Language'),
+ 'Post' => t('Post'),
+ 'Profile Photo' => t('Profile Photo')
);
if(array_key_exists($arr['name'],$apps))