PreferencesUserSettingsTab: Add initial event indexing preferences.
This commit is contained in:
parent
2fe3603737
commit
c397de18bd
2 changed files with 100 additions and 0 deletions
|
@ -415,6 +415,7 @@
|
|||
"Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)": "Allow fallback call assist server turn.matrix.org when your homeserver does not offer one (your IP address would be shared during a call)",
|
||||
"Send read receipts for messages (requires compatible homeserver to disable)": "Send read receipts for messages (requires compatible homeserver to disable)",
|
||||
"Show previews/thumbnails for images": "Show previews/thumbnails for images",
|
||||
"How long should the crawler wait between requests": "How long should the crawler wait between requests",
|
||||
"Collecting app version information": "Collecting app version information",
|
||||
"Collecting logs": "Collecting logs",
|
||||
"Uploading report": "Uploading report",
|
||||
|
@ -731,6 +732,14 @@
|
|||
"Start automatically after system login": "Start automatically after system login",
|
||||
"Always show the window menu bar": "Always show the window menu bar",
|
||||
"Show tray icon and minimize window to it on close": "Show tray icon and minimize window to it on close",
|
||||
"Message downloader is stopped.": "Message downloader is stopped.",
|
||||
"Message downloader is currently idle.": "Message downloader is currently idle.",
|
||||
"Currently downloading mesages in %(crawlingRooms)s of %(totalRooms)s rooms.": "Currently downloading mesages in %(crawlingRooms)s of %(totalRooms)s rooms.",
|
||||
"Encrypted search": "Encrypted search",
|
||||
"To enable search in encrypted rooms, Riot needs to run a background process to download historical messages from those rooms to your computer.": "To enable search in encrypted rooms, Riot needs to run a background process to download historical messages from those rooms to your computer.",
|
||||
"Message disk usage:": "Message disk usage:",
|
||||
"Enable message downloading": "Enable message downloading",
|
||||
"Message downloading sleep time(ms)": "Message downloading sleep time(ms)",
|
||||
"Preferences": "Preferences",
|
||||
"Composer": "Composer",
|
||||
"Timeline": "Timeline",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue