Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# Variables:
# $count (Number) - The number of messages in the conversation.
total-message-count =
{ $count ->
[one] One message
*[other] { $count } messages
}
# Variables:
# $count (Number) - The number of new messages in the conversation.
new-message-count =
{ $count ->
[one] one new
*[other] { $count } new
}
# Variables:
# $count (Number) - The number of unread messages in the conversation.
unread-message-count =
{ $count ->
[one] one unread
*[other] { $count } unread
}