Added some missing translation strings. Fixed to scalable for a few font sizes.

This commit is contained in:
Jeroen
2014-08-14 20:02:05 +00:00
parent 1badf53229
commit c1b89b413a
4 changed files with 477 additions and 408 deletions

View File

@@ -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))