From c1b89b413aea94ca81912437e8789f4cd719886e Mon Sep 17 00:00:00 2001 From: Jeroen Date: Thu, 14 Aug 2014 20:02:05 +0000 Subject: Added some missing translation strings. Fixed to scalable for a few font sizes. --- include/apps.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'include/apps.php') 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)) -- cgit v1.2.3