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 {
|
Rectangle {
|
||||||
id: chatUnreadMessagesCountBackground
|
id: chatUnreadMessagesCountBackground
|
||||||
color: Theme.highlightBackgroundColor
|
color: isMuted ? ((Theme.colorScheme === Theme.DarkOnLight) ? "lightgray" : "dimgray") : Theme.highlightBackgroundColor
|
||||||
width: Theme.fontSizeLarge
|
width: Theme.fontSizeLarge
|
||||||
height: Theme.fontSizeLarge
|
height: Theme.fontSizeLarge
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
@ -100,6 +100,7 @@ ListItem {
|
||||||
color: Theme.primaryColor
|
color: Theme.primaryColor
|
||||||
anchors.centerIn: chatUnreadMessagesCountBackground
|
anchors.centerIn: chatUnreadMessagesCountBackground
|
||||||
visible: chatListViewItem.unreadCount > 0
|
visible: chatListViewItem.unreadCount > 0
|
||||||
|
opacity: isMuted ? Theme.opacityHigh : 1.0
|
||||||
text: chatListViewItem.unreadCount > 99 ? "99+" : chatListViewItem.unreadCount
|
text: chatListViewItem.unreadCount > 99 ? "99+" : chatListViewItem.unreadCount
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -483,8 +483,10 @@
|
||||||
<message numerus="yes">
|
<message numerus="yes">
|
||||||
<source>unread messages</source>
|
<source>unread messages</source>
|
||||||
<translation>
|
<translation>
|
||||||
<numerusform>unread message</numerusform>
|
<numerusform>unread
|
||||||
<numerusform>unread messages</numerusform>
|
message</numerusform>
|
||||||
|
<numerusform>unread
|
||||||
|
messages</numerusform>
|
||||||
</translation>
|
</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
|
@ -1194,7 +1194,7 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Filter your chats...</source>
|
<source>Filter your chats...</source>
|
||||||
<translation>Triedenie vašich četov...</translation>
|
<translation>Filtrovanie četov...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Search Chats</source>
|
<source>Search Chats</source>
|
||||||
|
@ -1320,7 +1320,7 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Quiz Mode</source>
|
<source>Quiz Mode</source>
|
||||||
<translation>Mód kvízu</translation>
|
<translation>Režim "kvíz"</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Quizzes have one correct answer. Participants can't revoke their responses.</source>
|
<source>Quizzes have one correct answer. Participants can't revoke their responses.</source>
|
||||||
|
@ -1536,7 +1536,7 @@
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Enable online-only mode</source>
|
<source>Enable online-only mode</source>
|
||||||
<translation>Povoliť mód: Iba pripojený</translation>
|
<translation>Povoliť režim "iba pripojený"</translation>
|
||||||
</message>
|
</message>
|
||||||
<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>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Delay before marking messages as read</source>
|
<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>
|
||||||
<message>
|
<message>
|
||||||
<source>Fernschreiber will wait a bit before messages are marked as read</source>
|
<source>Fernschreiber will wait a bit before messages are marked as read</source>
|
||||||
|
|
Loading…
Reference in a new issue