diff --git a/src/gui/gui.ts b/src/gui/gui.ts index 45a1af16..3d4f6482 100644 --- a/src/gui/gui.ts +++ b/src/gui/gui.ts @@ -160,7 +160,7 @@ Visit our website for help and info (synergy-foss.org). MainWindow - + &Start @@ -190,139 +190,139 @@ Visit our website for help and info (synergy-foss.org). - + Program can not be started - + The executable<br><br>%1<br><br>could not be successfully started, although it does exist. Please check if you have sufficient permissions to run this program. - + Synergy client not found - + The executable for the synergy client does not exist. - + Hostname is empty - + Please fill in a hostname for the synergy client to connect to. - + Cannot write configuration file - + The temporary configuration file required to start synergy can not be written. - + Configuration filename invalid - + You have not filled in a valid configuration file for the synergy server. Do you want to browse for the configuration file now? - + Synergy server not found - + The executable for the synergy server does not exist. - + Synergy terminated with an error - + Synergy terminated unexpectedly with an exit code of %1.<br><br>Please see the log output for details. - + &Stop - + service mode - + desktop mode - + Synergy is running (%1). - + Elevate Synergy - + Are you sure you want to elevate Synergy? This allows Synergy to interact with elevated processes and the UAC dialog, but can cause problems with non-elevated processes. Elevate Synergy only if you really need to. - + Synergy is starting. - + Synergy is not running. - + Unknown - + Browse for a synergys config file - + Save configuration as... - + Save failed - + Could not save configuration to file. @@ -901,7 +901,12 @@ Double click on a screen to edit its settings. SettingsDialog - + + Encryption password must not be empty. + + + + Save log file to... @@ -914,112 +919,127 @@ Double click on a screen to edit its settings. - + &Advanced - + Sc&reen name: - + P&ort: - + &Interface: - + &Start Synergy after logging in - + &Automatically start server/client - + &Hide when server/client starts - + Logging - + &Process mode: - + Service - + Desktop (legacy) - + &Logging level: - + Log to file: - + Browse... - + Error - + + &Encryption + + + + + &Mode: + + + + + Pass&word: + + + + Warning - + Note - + Info - + Debug - + Debug1 - + Debug2 - + &Startup @@ -1032,10 +1052,25 @@ Double click on a screen to edit its settings. - + Please select an option. + + + Encryption mode required. + + + + + Encryption password required. + + + + + Encryption password and confirmation do not match. + + SetupWizardBase @@ -1070,6 +1105,41 @@ Double click on a screen to edit its settings. You have already set up a server. This a computer you wish to control using the server's keyboard and mouse. There can be many clients in your setup. + + + Encryption + + + + + Network traffic can be easily monitored. Using encryption can reduce the risk that sensitive information will be revealed to others (for example, passwords). + + + + + Choose a random encryption mode. The mode must be the same on both the client and server. + + + + + &Mode: + + + + + A longer password will provide stronger encryption. It is a good idea to use 20 characters or more. + + + + + &Password: + + + + + &Confirm: + + VersionChecker