aboutsummaryrefslogtreecommitdiffstats
path: root/include/apps.php
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-08-14 20:02:05 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-08-14 20:02:05 +0000
commitc1b89b413aea94ca81912437e8789f4cd719886e (patch)
tree6c293db74dd7bfcfc61ad6253e5183d08fffa6d0 /include/apps.php
parent1badf532293e7045034e1094d8091080a7a6930c (diff)
downloadvolse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.tar.gz
volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.tar.bz2
volse-hubzilla-c1b89b413aea94ca81912437e8789f4cd719886e.zip
Added some missing translation strings. Fixed to scalable for a few font sizes.
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))