diff --git a/syncplay/messages.py b/syncplay/messages.py index fc648fd..f6e73aa 100644 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -117,7 +117,13 @@ en = { "more-title" : "Show more settings", "mal-username-label" : "MAL username:", "mal-password-label" : "MAL password:", + "privacy-sendraw-option" : "Send raw", + "privacy-sendhashed-option" : "Send hashed", + "privacy-dontsend-option" : "Don't send", + "filename-privacy-label" : "Filename information:", + "filesize-privacy-label" : "File size information:", "slowdown-label" : "Slow down on desync", + "pauseonleave-label" : "Pause when user leaves room", "rewind-label" : "Rewind on major desync (highly recommended)", "alwayshow-label" : "Always show this dialog", "donotstore-label" : "Do not store this configuration", @@ -140,9 +146,15 @@ en = { "media-path-tooltip" : "Location of video or stream to be opened. Necessary for MPV and mplayer2.", "more-tooltip" : "Display less frequently used settings.", - "mal-username-tooltip" : "Your MyAnimeList username.", + "mal-username-tooltip" : "Your MyAnimeList username. Note: MAL support is experimental!", "mal-password-tooltip" : "Your MyAnimeList password. Note: This is not encrypted!", + "filename-privacy-tooltip" : "Privacy mode for sending currently playing filename to server.", + "filesize-privacy-tooltip" : "Privacy mode for sending size of currently playing file to server.", + "privacy-sendraw-tooltip" : "Send this information without obfuscation. This is the default option with most functionality.", + "privacy-sendhashed-tooltip" : "Send a hashed version of the information, making it less visible to other clients.", + "privacy-dontsend-tooltip" : "Do not send this information to the server. This provides for maximum privacy.", "slowdown-tooltip" : "Reduce playback rate temporarily when needed to bring you back in sync with other viewers.", + "pauseonleave-tooltip" : "Pause playback if you get disconnected or someone leaves the room you are in.", "rewind-tooltip" : "Jump back when needed to get back in sync. Recommended.", "alwayshow-tooltip" : "Configuration dialogue is always shown, even when opening a file with Syncplay.", "donotstore-tooltip" : "Run Syncplay with the given configuration, but do not permanently store the changes.",