diff options
| author | scarlett <nia@netbsd.org> | 2018-08-24 20:04:26 +0100 |
|---|---|---|
| committer | scarlett <nia@netbsd.org> | 2018-08-24 20:04:26 +0100 |
| commit | 296ab5430147f01107131046dcd428085bef9020 (patch) | |
| tree | f3e32f60a8d8c3d68b64eab71926dfdfbec207a0 /src/i18n/messages.js | |
| parent | 14db3f279daed82011bdcc2bbad21450c08a4487 (diff) | |
Add settings for changing the visibility of replies in the timeline.
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 04460ecc..a86ac3ea 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -325,6 +325,9 @@ const en = { loop_video: 'Loop videos', loop_video_silent_only: 'Loop only videos without sound (i.e. Mastodon\'s "gifs")', reply_link_preview: 'Enable reply-link preview on mouse hover', + reply_visibility_all: 'Show all replies', + reply_visibility_following: 'Only show replies directed at me or users I\'m following', + reply_visibility_self: 'Only show replies directed at me', follow_import: 'Follow import', import_followers_from_a_csv_file: 'Import follows from a csv file', follows_imported: 'Follows imported! Processing them will take a while.', |
