Merge branch 'master' of github.com:Wunderfitz/harbour-fernschreiber
This commit is contained in:
commit
b0ed187bb4
4 changed files with 10 additions and 7 deletions
|
@ -84,7 +84,7 @@ ListItem {
|
|||
|
||||
Rectangle {
|
||||
id: chatUnreadMessagesCountBackground
|
||||
color: Theme.highlightBackgroundColor
|
||||
color: isMuted ? ((Theme.colorScheme === Theme.DarkOnLight) ? "lightgray" : "dimgray") : Theme.highlightBackgroundColor
|
||||
width: Theme.fontSizeLarge
|
||||
height: Theme.fontSizeLarge
|
||||
anchors.right: parent.right
|
||||
|
@ -100,6 +100,7 @@ ListItem {
|
|||
color: Theme.primaryColor
|
||||
anchors.centerIn: chatUnreadMessagesCountBackground
|
||||
visible: chatListViewItem.unreadCount > 0
|
||||
opacity: isMuted ? Theme.opacityHigh : 1.0
|
||||
text: chatListViewItem.unreadCount > 99 ? "99+" : chatListViewItem.unreadCount
|
||||
}
|
||||
}
|
||||
|
|
|
@ -483,8 +483,10 @@
|
|||
<message numerus="yes">
|
||||
<source>unread messages</source>
|
||||
<translation>
|
||||
<numerusform>unread message</numerusform>
|
||||
<numerusform>unread messages</numerusform>
|
||||
<numerusform>unread
|
||||
message</numerusform>
|
||||
<numerusform>unread
|
||||
messages</numerusform>
|
||||
</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
|
|
@ -1194,7 +1194,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Filter your chats...</source>
|
||||
<translation>Triedenie vašich četov...</translation>
|
||||
<translation>Filtrovanie četov...</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Search Chats</source>
|
||||
|
@ -1320,7 +1320,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Quiz Mode</source>
|
||||
<translation>Mód kvízu</translation>
|
||||
<translation>Režim "kvíz"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Quizzes have one correct answer. Participants can't revoke their responses.</source>
|
||||
|
@ -1536,7 +1536,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Enable online-only mode</source>
|
||||
<translation>Povoliť mód: Iba pripojený</translation>
|
||||
<translation>Povoliť režim "iba pripojený"</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Disables offline caching. Certain features may be limited or missing in this mode. Changes require a restart of Fernschreiber to take effect.</source>
|
||||
|
|
|
@ -1644,7 +1644,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<source>Delay before marking messages as read</source>
|
||||
<translation>Fördröjning före meddelanden markeras som lästa</translation>
|
||||
<translation>Fördröjning innan meddelanden markeras som lästa</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Fernschreiber will wait a bit before messages are marked as read</source>
|
||||
|
|
Loading…
Reference in a new issue