mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-26 11:51:10 +01:00
Separate end poll strings.
This commit is contained in:
@@ -2125,6 +2125,8 @@
|
||||
<string name="MessageRecord_unsupported_feature">%1$s sent you a message that can\'t be processed or displayed because it uses a new Signal feature.</string>
|
||||
<!-- Update message shown when someone ends the poll. %1$s is the person who ended the poll and %2$s is the poll question. -->
|
||||
<string name="MessageRecord_ended_the_poll">%1$s ended the poll: \"%2$s\"</string>
|
||||
<!-- Update message shown when you end the poll. %1$s is the poll question. -->
|
||||
<string name="MessageRecord_you_ended_the_poll">You ended the poll: \"%1$s\"</string>
|
||||
|
||||
<!-- MessageRequestBottomView -->
|
||||
<string name="MessageRequestBottomView_accept">Accept</string>
|
||||
@@ -8860,6 +8862,8 @@
|
||||
<string name="Poll__poll_question">Poll: %1$s</string>
|
||||
<!-- Notification message sent when a poll ends. %1$s is the creator. %2$s is the question of the poll -->
|
||||
<string name="Poll__poll_end">%1$s ended the poll: \"%2$s\"</string>
|
||||
<!-- Thread body message when a poll ends. %1$s is the question of the poll -->
|
||||
<string name="Poll__you_poll_end">You ended the poll: \"%1$s\"</string>
|
||||
<!-- Notification message sent when someone votes in the poll. %1$s is the voter. %2$s is the question of the poll -->
|
||||
<string name="Poll__poll_voted">%1$s voted in the poll: \"%2$s\"</string>
|
||||
<!-- Option in settings to configure notifications for polls -->
|
||||
|
||||
Reference in New Issue
Block a user