Add file info privacy and pause on leave messages + add MAL warning

This commit is contained in:
Etoh 2013-10-26 00:11:41 +01:00
parent d3a485c20b
commit 3582ec078a

View File

@ -117,7 +117,13 @@ en = {
"more-title" : "Show more settings", "more-title" : "Show more settings",
"mal-username-label" : "MAL username:", "mal-username-label" : "MAL username:",
"mal-password-label" : "MAL password:", "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", "slowdown-label" : "Slow down on desync",
"pauseonleave-label" : "Pause when user leaves room",
"rewind-label" : "Rewind on major desync (highly recommended)", "rewind-label" : "Rewind on major desync (highly recommended)",
"alwayshow-label" : "Always show this dialog", "alwayshow-label" : "Always show this dialog",
"donotstore-label" : "Do not store this configuration", "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.", "media-path-tooltip" : "Location of video or stream to be opened. Necessary for MPV and mplayer2.",
"more-tooltip" : "Display less frequently used settings.", "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!", "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.", "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.", "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.", "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.", "donotstore-tooltip" : "Run Syncplay with the given configuration, but do not permanently store the changes.",