Added some missing translation strings. Fixed to scalable for a few font sizes.
This commit is contained in:
parent
1badf53229
commit
c1b89b413a
@ -141,7 +141,13 @@ function translate_system_apps(&$arr) {
|
|||||||
'Chat' => t('Chat'),
|
'Chat' => t('Chat'),
|
||||||
'Search' => t('Search'),
|
'Search' => t('Search'),
|
||||||
'Probe' => t('Probe'),
|
'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))
|
if(array_key_exists($arr['name'],$apps))
|
||||||
|
@ -23,7 +23,7 @@ function get_perms() {
|
|||||||
'post_comments' => array('channel_w_comment', intval(PERMS_W_COMMENT), false, t('Can comment on or like my posts'), ''),
|
'post_comments' => array('channel_w_comment', intval(PERMS_W_COMMENT), false, t('Can comment on or like my posts'), ''),
|
||||||
'post_mail' => array('channel_w_mail', intval(PERMS_W_MAIL), false, t('Can send me private mail messages'), ''),
|
'post_mail' => array('channel_w_mail', intval(PERMS_W_MAIL), false, t('Can send me private mail messages'), ''),
|
||||||
'post_photos' => array('channel_w_photos', intval(PERMS_W_PHOTOS), false, t('Can post photos to my photo albums'), ''),
|
'post_photos' => array('channel_w_photos', intval(PERMS_W_PHOTOS), false, t('Can post photos to my photo albums'), ''),
|
||||||
'post_like' => array('channel_w_like', intval(PERMS_W_LIKE), false, t('Can like/dislike stuff'), 'Profiles and things other than posts/comments'),
|
'post_like' => array('channel_w_like', intval(PERMS_W_LIKE), false, t('Can like/dislike stuff'), t('Profiles and things other than posts/comments')),
|
||||||
|
|
||||||
'tag_deliver' => array('channel_w_tagwall', intval(PERMS_W_TAGWALL), false, t('Can forward to all my channel contacts via post @mentions'), t('Advanced - useful for creating group forum channels')),
|
'tag_deliver' => array('channel_w_tagwall', intval(PERMS_W_TAGWALL), false, t('Can forward to all my channel contacts via post @mentions'), t('Advanced - useful for creating group forum channels')),
|
||||||
'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('')),
|
'chat' => array('channel_w_chat', intval(PERMS_W_CHAT), false, t('Can chat with me (when available)'), t('')),
|
||||||
|
870
util/messages.po
870
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -98,6 +98,7 @@ pre code {
|
|||||||
|
|
||||||
code {
|
code {
|
||||||
font-family: Courier, monospace;
|
font-family: Courier, monospace;
|
||||||
|
font-size: 1em;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
border: 1px solid $code_borderc;
|
border: 1px solid $code_borderc;
|
||||||
@ -2240,7 +2241,7 @@ nav .dropdown-menu>li>a:hover,nav .dropdown-menu>li>a:focus{
|
|||||||
|
|
||||||
/* bootstrap overrides */
|
/* bootstrap overrides */
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: $body_font_size;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu {
|
.dropdown-menu {
|
||||||
@ -2377,7 +2378,7 @@ blockquote {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-xs {
|
.btn-xs {
|
||||||
font-size: 12px;
|
font-size: 0.65rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
|
Reference in New Issue
Block a user