Merge changes from v1.8.3
This commit is contained in:
commit
c7bf59e6c1
|
@ -0,0 +1,31 @@
|
|||
### Operating Systems ###
|
||||
|
||||
Client: Applesoft Windy OS 10
|
||||
|
||||
Server: microOS Tiara
|
||||
|
||||
**READ ME, DELETE ME**: On Windows, hold the Windows key and press 'r', type 'winver' and hit return to get your OS version. On Mac, hit the Apple menu (top left of the screen) and check 'About this Mac'. Linux users... you know what you're using ;)
|
||||
|
||||
### Synergy Version ###
|
||||
|
||||
1.8.π
|
||||
|
||||
**READ ME, DELETE ME**: Go to the 'Help' (on Windows) or 'Synergy' (on macOS) menu and then 'About Synergy' to check your version. Verify that you are using the same version across all of your machines, and that your issue still occurs with the latest release available at https://symless.com/account/login
|
||||
|
||||
### Steps to reproduce bug ###
|
||||
|
||||
**READ ME, DELETE ME**: Try to be succinct. If your bug is intermittent, try and describe what you're doing when it happens most.
|
||||
|
||||
1. Click things.
|
||||
2. Type things.
|
||||
3. Bug occurs.
|
||||
4. ...
|
||||
5. Profit?
|
||||
|
||||
### Other info ###
|
||||
|
||||
* When did the problem start to occur? When I...
|
||||
* Is there a way to work around it? No/Yes, you can...
|
||||
* Does this bug prevent you from using Synergy entirely? Yes/No
|
||||
|
||||
Put anything else you can think of here.
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
@ -16,8 +16,8 @@
|
|||
|
||||
# Version number for Synergy
|
||||
set(VERSION_MAJOR 1)
|
||||
set(VERSION_MINOR 8)
|
||||
set(VERSION_REV 3)
|
||||
set(VERSION_MINOR 9)
|
||||
set(VERSION_REV 0)
|
||||
set(VERSION_STAGE beta)
|
||||
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_REV}")
|
||||
|
||||
|
|
2
COMPILE
2
COMPILE
|
@ -1 +1 @@
|
|||
Compiling: http://synergy-project.org/wiki/Compiling
|
||||
Compiling: https://github.com/symless/synergy/wiki/Compiling
|
||||
|
|
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
v1.8.3-stable
|
||||
=============
|
||||
Bug #2765 - A letter appears on macOS clients when the spacebar is pressed
|
||||
Bug #3241 - Windows UAC disconnects clients when elevated
|
||||
Bug #4740 - Linux client crashes with "Assertion '!m_open' failed"
|
||||
Bug #4879 - Memory leak caused by IpcReader
|
||||
Bug #5373 - Tab behaves like shift tab on client
|
||||
Bug #5502 - Copy and paste from server to client doesn't work
|
||||
Enhancement #123 - Option to disable clipboard sharing
|
||||
Enhancement #3305 - Media key support on macOS
|
||||
Enhancement #4323 - Make automatic elevation on Windows optional
|
||||
|
||||
v1.8.2-stable
|
||||
=============
|
||||
Bug #3044 - Unable to drag-select in MS Office
|
||||
|
|
4
INSTALL
4
INSTALL
|
@ -1,2 +1,2 @@
|
|||
Help: http://synergy-project.org/help/
|
||||
Wiki: http://synergy-project.org/wiki/
|
||||
Help: http://symless.com/help/
|
||||
Wiki: https://github.com/symless/synergy/wiki/
|
||||
|
|
5
LICENSE
5
LICENSE
|
@ -1,8 +1,11 @@
|
|||
synergy -- mouse and keyboard sharing utility
|
||||
Copyright (C) 2012-2014 Synergy Si Ltd.
|
||||
Copyright (C) 2012-2016 Symless Ltd.
|
||||
Copyright (C) 2008-2014 Nick Bolton
|
||||
Copyright (C) 2002-2014 Chris Schoeneman
|
||||
|
||||
This program is released under the GPL with the additional exemption
|
||||
that compiling, linking, and/or using OpenSSL is allowed.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
|
|
2
README
2
README
|
@ -11,6 +11,6 @@ Just use "hm conf" and "hm build" to compile (./hm.sh on
|
|||
Linux and Mac).
|
||||
|
||||
For detailed compile instructions:
|
||||
http://synergy-project.org/wiki/Compiling
|
||||
https://github.com/symless/synergy/wiki/Compiling
|
||||
|
||||
Happy hacking!
|
||||
|
|
|
@ -15,4 +15,4 @@ Once the binaries have been copied to /usr/bin, you should follow the configurat
|
|||
http://synergy2.sourceforge.net/configuration.html
|
||||
|
||||
If you have any problems, see the [[Support]] page:
|
||||
http://synergy-project.org/help/
|
||||
http://symless.com/help/
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy client automatically. Make sure you change the IP below. -->
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>org.synergy-project.org.synergyc.plist</string>
|
||||
<string>org.symless.com.synergyc.plist</string>
|
||||
<key>OnDemand</key>
|
||||
<false/>
|
||||
<key>ProgramArguments</key>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!-- Mac OSX only: Copy this plist file into [~]/Library/LaunchAgents to start synergy server automatically. Make sure you change configuration file below -->
|
||||
<dict>
|
||||
<key>Label</key>
|
||||
<string>org.synergy-project.org.synergys.plist</string>
|
||||
<string>org.symless.com.synergys.plist</string>
|
||||
<key>OnDemand</key>
|
||||
<false/>
|
||||
<key>ProgramArguments</key>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
@ -201,7 +201,7 @@ class InternalCommands:
|
|||
|
||||
project = 'synergy'
|
||||
setup_version = 5 # increment to force setup/config
|
||||
website_url = 'http://synergy-project.org/'
|
||||
website_url = 'http://symless.com/'
|
||||
|
||||
this_cmd = 'hm'
|
||||
cmake_cmd = 'cmake'
|
||||
|
@ -1516,7 +1516,7 @@ class InternalCommands:
|
|||
'Replace [package-type] with one of:\n'
|
||||
' src .tar.gz source (Posix only)\n'
|
||||
' rpm .rpm package (Red Hat)\n'
|
||||
' deb .deb paclage (Debian)\n'
|
||||
' deb .deb package (Debian)\n'
|
||||
' win .exe installer (Windows)\n'
|
||||
' mac .dmg package (Mac OS X)\n'
|
||||
'\n'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2010 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
2
hm.py
2
hm.py
|
@ -1,7 +1,7 @@
|
|||
#! /usr/bin/env python
|
||||
|
||||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Thank you for chosing Synergy!
|
||||
http://synergy-project.org/
|
||||
http://symless.com/
|
||||
|
||||
Synergy allows you to share your keyboard and mouse between computers over a network.
|
||||
|
||||
For FAQ, setup, and usage instructions, please visit our online Readme:
|
||||
http://synergy-project.org/pm/projects/synergy/wiki/Readme
|
||||
http://symless.com/pm/projects/synergy/wiki/Readme
|
||||
|
||||
Have fun!
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ synergy (1.0) unstable; urgency=low
|
|||
|
||||
* Initial release.
|
||||
|
||||
-- Nick Bolton <nick@synergy-project.org> Wed, 09 Apr 2014 15:16:48 +0100
|
||||
-- Nick Bolton <nick@symless.com> Wed, 09 Apr 2014 15:16:48 +0100
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package: synergy
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Nick Bolton <nick@synergy-project.org>
|
||||
Maintainer: Nick Bolton <nick@symless.com>
|
||||
Version: ${in:version}
|
||||
Architecture: ${in:arch}
|
||||
Depends: libc6 (>= 2.11), libstdc++6 (>= 4.4.3), libx11-6 (>= 1.3.2), libxext6 (>= 1.1.1), libxi6 (>= 1.3), libxinerama1 (>= 1.1), libxtst6 (>= 1.1), libqtcore4 (>= 4.6.2), libqtgui4 (>= 4.6.2), libqt4-network (>= 4.6.2), libcurl3 (>= 7.19.7), libavahi-compat-libdnssd1 (>= 0.6.25), openssl (>= 1.0.1)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/usr/share/common-licenses/GPL-2
|
||||
|
||||
synergy -- mouse and keyboard sharing utility
|
||||
Copyright (C) 2014 Synergy Si Ltd.
|
||||
Copyright (C) 2014-2016 Symless Ltd.
|
||||
Copyright (C) 2004 Chris Schoeneman
|
||||
|
||||
This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
!define platform "Windows"
|
||||
!define publisher "The Synergy Project"
|
||||
!define publisherOld "The Synergy+ Project"
|
||||
!define helpUrl "http://synergy-project.org/support"
|
||||
!define helpUrl "http://symless.com/support"
|
||||
!define vcRedistFile "vcredist_${arch}.exe"
|
||||
!define startMenuApp "synergy.exe"
|
||||
!define binDir "..\bin"
|
||||
|
|
|
@ -4,10 +4,10 @@ Name: synergy
|
|||
Release: 1
|
||||
License: GPLv2
|
||||
Group: Applications/Productivity
|
||||
URL: http://synergy-project.org/
|
||||
Source: http://synergy-project.org/download/
|
||||
URL: http://symless.com/
|
||||
Source: http://symless.com/download/
|
||||
Vendor: The Synergy Project
|
||||
Packager: Nick Bolton <nick@synergy-project.org>
|
||||
Packager: Nick Bolton <nick@symless.com>
|
||||
Version: ${in:version}
|
||||
|
||||
%description
|
||||
|
@ -43,5 +43,5 @@ cp $source/bin/plugins/* %{buildroot}%{_bindir}/../lib/synergy/plugins
|
|||
%attr(644,-,-) %{_bindir}/../lib/synergy/plugins/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 20 2014 Nick Bolton <nick@synergy-project.org>
|
||||
* Thu Mar 20 2014 Nick Bolton <nick@symless.com>
|
||||
- Initial version of the package
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2011 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2011 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2004 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2004 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2002 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2012 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2012 Nick Bolton
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2004 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2004 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2013 Synergy Si Ltd.
|
||||
* Copyright (C) 2013-2016 Symless Ltd.
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2009 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2004 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2004 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2003 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012 Synergy Si Ltd.
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2002 Chris Schoeneman
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2014 Synergy Si Ltd.
|
||||
# Copyright (C) 2014-2016 Symless Ltd.
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
# modify it under the terms of the GNU General Public License
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2014 Synergy Si Ltd.
|
||||
* Copyright (C) 2014-2016 Symless Ltd.
|
||||
*
|
||||
* This package is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# synergy -- mouse and keyboard sharing utility
|
||||
# Copyright (C) 2012 Synergy Si Ltd.
|
||||
# Copyright (C) 2012-2016 Symless Ltd.
|
||||
# Copyright (C) 2012 Nick Bolton
|
||||
#
|
||||
# This package is free software; you can redistribute it and/or
|
||||
|
|
|
@ -12,21 +12,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -52,12 +52,12 @@
|
|||
<property name="text">
|
||||
<string><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></string>
|
||||
</property>
|
||||
<property name="margin">
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>740</width>
|
||||
<height>514</height>
|
||||
<width>795</width>
|
||||
<height>534</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@ -17,7 +17,7 @@
|
|||
<item>
|
||||
<widget class="QTabWidget" name="m_pTabWidget">
|
||||
<property name="currentIndex">
|
||||
<number>0</number>
|
||||
<number>2</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="m_pTabScreens">
|
||||
<attribute name="title">
|
||||
|
@ -44,7 +44,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap>:/res/icons/64x64/user-trash.png</pixmap>
|
||||
<pixmap resource="Synergy.qrc">:/res/icons/64x64/user-trash.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -82,7 +82,7 @@
|
|||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap>:/res/icons/64x64/video-display.png</pixmap>
|
||||
<pixmap resource="Synergy.qrc">:/res/icons/64x64/video-display.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -408,6 +408,36 @@ Double click on a screen to edit its settings.</string>
|
|||
<string>&Options</string>
|
||||
</property>
|
||||
<layout class="QGridLayout">
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxWin32KeepForeground">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Don't take &foreground window on Windows servers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxRelativeMouseMoves">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use &relative mouse moves</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxScreenSaverSync">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>S&ynchronize screen savers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<layout class="QHBoxLayout">
|
||||
<item>
|
||||
|
@ -461,51 +491,7 @@ Double click on a screen to edit its settings.</string>
|
|||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxRelativeMouseMoves">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Use &relative mouse moves</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxScreenSaverSync">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>S&ynchronize screen savers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxWin32KeepForeground">
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Don't take &foreground window on Windows servers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxIgnoreAutoConfigClient">
|
||||
<property name="text">
|
||||
<string>Ignore auto config clients</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxEnableDragAndDrop">
|
||||
<property name="text">
|
||||
<string>Enable drag and drop file transfers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<item row="7" column="0">
|
||||
<spacer>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
|
@ -518,6 +504,30 @@ Double click on a screen to edit its settings.</string>
|
|||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxEnableDragAndDrop">
|
||||
<property name="text">
|
||||
<string>Enable drag and drop file transfers</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxIgnoreAutoConfigClient">
|
||||
<property name="text">
|
||||
<string>Ignore auto config clients</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
<widget class="QCheckBox" name="m_pCheckBoxEnableClipboard">
|
||||
<property name="text">
|
||||
<string>Enable clipboard sharing</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -651,7 +661,9 @@ Double click on a screen to edit its settings.</string>
|
|||
<header>TrashScreenWidget.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<resources>
|
||||
<include location="Synergy.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>m_pButtonBox</sender>
|
||||
|
|
|
@ -233,7 +233,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QLabel" name="label_2">
|
||||
<property name="text">
|
||||
<string><a href="https://synergy-project.org/account/reset/?source=gui">Forgot password</a></string>
|
||||
<string><a href="https://symless.com/account/reset/?source=gui">Forgot password</a></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Això permet a Synergy interactuar amb processos elevats i el diàleg del UAC, p
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Sice to Synergy umožní pracovat s procesy, které mají také takový stupeň
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Das erlaubt Synergy mit Prozessen die höhere Rechte haben und dem UAC-Dialog zu
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1229,7 +1229,7 @@ Esto permitirá que puedas interactuar con procesos elevados y el cuadro de diá
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ See võimaldab Synergy'l toimetada ülendatud protsessidega ja UAC dialoogiga, k
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Tämä mahdollistaa Synergyn käyttämisen korotetuissa prosesseissa ja UAC-dial
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Ceci autorise Synergy à interagir avec les processus élevés et le dialogue UA
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ To omogućuje Synergyu interakciju s ovlaštenim procesima i UAC dijalogom, ali
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Ciò consentirà a Synergy di interagire con molti processi e con il dialogo UAC
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Dette tillater Synergy å kommunisere med forhøyede prosesser og UAC dialoger.
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Pozwoli to Synergy współpracować z innymi aplikacjami o podniesionych uprawni
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Isso permite ao Synergy interagir com processos privilegiados e com o UAC, mas p
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Kjo i jep mundesi Synergy te bashkeveproje me procese te larta dhe UAC, por ju m
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ Detta låter Synergy interagera med förhöjda processer och UAC-dialogen, men k
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1227,7 +1227,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1228,7 +1228,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -10,21 +10,21 @@
|
|||
<location filename="res/AboutDialogBase.ui" line="53"/>
|
||||
<source><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
Copyright © 2012 Synergy Si Ltd.<br />
|
||||
Copyright © 2012-2016 Symless Ltd.<br />
|
||||
Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<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-project.org).
|
||||
Visit our website for help and info (symless.com).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1225,7 +1225,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="204"/>
|
||||
<source><a href="https://synergy-project.org/account/reset/">Forgot password</a></source>
|
||||
<source><a href="https://symless.com/account/reset/">Forgot password</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue