diff --git a/src/gui/gui.ts b/src/gui/gui.ts index 5604cbd5..977d17e0 100644 --- a/src/gui/gui.ts +++ b/src/gui/gui.ts @@ -1,6 +1,6 @@ - + AboutDialogBase @@ -8,49 +8,33 @@ About Synergy - - - <html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:16px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:x-large; font-weight:600;"><span style=" font-size:x-large;">Synergy</span></p></body></html> + + + <p> +Keyboard and mouse sharing application. Cross platform and open source.<br /><br /> +Copyright © 2001-2012 Chris Schoeneman, Nick Bolton, Volker Lanz, Sorin Sbarnea.<br /><br /> +Synergy is released under the GNU General Public License (GPLv2).<br /><br /> +Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br /> +The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br /> +Visit our website for help and info (synergy-foss.org). +</p> - + + Unknown + + + + Version: - - - - - - - - - - Hostname: - - - - - IP-Address: - - - - + &Ok - - - <p>The Synergy GUI is based on QSynergy by Volker Lanz<br/> -<br/> -Copyright © 2008 Volker Lanz (vl@fidra.de)<br/> -Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</p> - - ActionDialogBase @@ -166,148 +150,169 @@ Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</p> MainWindow - - &Apply - - - - - + &Start - + &File - + &Edit - + &Window - + &Help - + <p>Version %1 is now available, <a href="%2">visit website</a>.</p> - + 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 - - Synergy is running. + + 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. @@ -320,153 +325,189 @@ Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</p> - - + + Screen name: + + + + + + Unknown + + + + + &Server IP: + + + + + &Start - + &Server (share this computer's mouse and keyboard): - + Use existing configuration: - + &Configuration file: - + &Browse... - + Configure interactively: - + &Configure Server... - + &Client (use another computer's keyboard and mouse): - - &Server IP or hostname: - - - - + Ready - + Log - + + &Apply + + + + + &Elevate + + + + + IP addresses: + + + + &About Synergy... - + &Quit - + Quit - + Ctrl+Q - + Run - + Ctrl+S - + S&top - + Stop - + Ctrl+T - + S&how Status - + Ctrl+H - - &Minimize + + &Hide - - &Restore + + Hide - + + &Show + + + + + Show + + + + Save configuration &as... - + Save the interactively generated server configuration to a file. - + Ctrl+Alt+S - + Settings - + Edit settings - + Run Wizard @@ -482,12 +523,12 @@ Copyright © 2010 Chris Schoeneman, Nick Bolton, Sorin Sbarnea</p> QObject - + Synergy Configurations (*.sgc);;All files (*.*) - + Synergy Configurations (*.conf);;All files (*.*) @@ -850,7 +891,7 @@ Double click on a screen to edit its settings. SettingsDialog - + Save log file to... @@ -878,106 +919,110 @@ Double click on a screen to edit its settings. - + &Interface: - - Enable &gamepad support for Windows - - - - - &Start - - - - + &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 - + Warning - + Note - + Info - + Debug - + Debug1 - + Debug2 + + + &Startup + + SetupWizard - - Service (Windows only) - - - - + Setup Synergy - - + Please select an option. @@ -1015,41 +1060,6 @@ 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. - - - Startup Mode - - - - - &Service - - - - - Always run Synergy in the background automatically at startup. This allows you to use Synergy at the login prompt. If you experience problems while using this mode, you can run this wizard again and select the "Desktop" option. - - - - - &Desktop - - - - - Synergy will start when your desktop loads (after you login). This mode can help if you experience problems with the "Service" option. - - - - - &None - - - - - Do not start Synergy when your comptuer starts. - - VersionChecker