You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/l10n/app_en.arb
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -971,6 +971,30 @@
971
971
"@initialAnchorSettingNewestAlways": {
972
972
"description": "Label for a value of setting controlling initial anchor of message list."
973
973
},
974
+
"markReadOnScrollSettingTitle": "Mark messages as read on scroll",
975
+
"@markReadOnScrollSettingTitle": {
976
+
"description": "Title of setting controlling which message-list views should mark read on scroll."
977
+
},
978
+
"markReadOnScrollSettingDescription": "When scrolling through messages, should they automatically be marked as read?",
979
+
"@markReadOnScrollSettingDescription": {
980
+
"description": "Description of setting controlling which message-list views should mark read on scroll."
981
+
},
982
+
"markReadOnScrollSettingAlways": "Always",
983
+
"@markReadOnScrollSettingAlways": {
984
+
"description": "Label for a value of setting controlling which message-list views should mark read on scroll."
985
+
},
986
+
"markReadOnScrollSettingNever": "Never",
987
+
"@markReadOnScrollSettingNever": {
988
+
"description": "Label for a value of setting controlling which message-list views should mark read on scroll."
989
+
},
990
+
"markReadOnScrollSettingConversations": "Only in conversation views",
991
+
"@markReadOnScrollSettingConversations": {
992
+
"description": "Label for a value of setting controlling which message-list views should mark read on scroll."
993
+
},
994
+
"markReadOnScrollSettingConversationsDescription": "Messages will be automatically marked as read only when viewing a single topic or direct message conversation.",
0 commit comments