changed synergy-foss.org to synergy-project.org
This commit is contained in:
parent
5f09c0d166
commit
d9f90e319e
2
COMPILE
2
COMPILE
|
@ -1 +1 @@
|
|||
Compiling: http://synergy-foss.org/wiki/Compiling
|
||||
Compiling: http://synergy-project.org/wiki/Compiling
|
||||
|
|
4
INSTALL
4
INSTALL
|
@ -1,2 +1,2 @@
|
|||
Help: http://synergy-foss.org/help/
|
||||
Wiki: http://synergy-foss.org/wiki/
|
||||
Help: http://synergy-project.org/help/
|
||||
Wiki: http://synergy-project.org/wiki/
|
||||
|
|
4
README
4
README
|
@ -1,2 +1,2 @@
|
|||
Help: http://synergy-foss.org/help/
|
||||
Wiki: http://synergy-foss.org/wiki/
|
||||
Help: http://synergy-project.org/help/
|
||||
Wiki: http://synergy-project.org/wiki/
|
||||
|
|
|
@ -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-foss.org/support
|
||||
http://synergy-project.org/support
|
||||
|
|
|
@ -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-foss.org.synergyc.plist</string>
|
||||
<string>org.synergy-project.org.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-foss.org.synergys.plist</string>
|
||||
<string>org.synergy-project.org.synergys.plist</string>
|
||||
<key>OnDemand</key>
|
||||
<false/>
|
||||
<key>ProgramArguments</key>
|
||||
|
|
|
@ -201,7 +201,7 @@ class InternalCommands:
|
|||
|
||||
project = 'synergy'
|
||||
setup_version = 5 # increment to force setup/config
|
||||
website_url = 'http://synergy-foss.org/'
|
||||
website_url = 'http://synergy-project.org/'
|
||||
|
||||
this_cmd = 'hm'
|
||||
cmake_cmd = 'cmake'
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
Thank you for chosing Synergy!
|
||||
http://synergy-foss.org/
|
||||
http://synergy-project.org/
|
||||
|
||||
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-foss.org/pm/projects/synergy/wiki/Readme
|
||||
http://synergy-project.org/pm/projects/synergy/wiki/Readme
|
||||
|
||||
Have fun!
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@ synergy (1.0) unstable; urgency=low
|
|||
|
||||
* Initial release.
|
||||
|
||||
-- Nick Bolton <nick@synergy-foss.org> Wed, 09 Apr 2014 15:16:48 +0100
|
||||
-- Nick Bolton <nick@synergy-project.org> Wed, 09 Apr 2014 15:16:48 +0100
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Package: synergy
|
||||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Nick Bolton <nick@synergy-foss.org>
|
||||
Maintainer: Nick Bolton <nick@synergy-project.org>
|
||||
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)
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
!define platform "Windows"
|
||||
!define publisher "The Synergy Project"
|
||||
!define publisherOld "The Synergy+ Project"
|
||||
!define helpUrl "http://synergy-foss.org/support"
|
||||
!define helpUrl "http://synergy-project.org/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-foss.org/
|
||||
Source: http://synergy-foss.org/download/
|
||||
URL: http://synergy-project.org/
|
||||
Source: http://synergy-project.org/download/
|
||||
Vendor: The Synergy Project
|
||||
Packager: Nick Bolton <nick@synergy-foss.org>
|
||||
Packager: Nick Bolton <nick@synergy-project.org>
|
||||
Version: ${in:version}
|
||||
|
||||
%description
|
||||
|
@ -40,5 +40,5 @@ cp $source/res/synergy.ico %{buildroot}%{_datarootdir}/icons
|
|||
%attr(644,-,-) %{_datarootdir}/icons/synergy.ico
|
||||
|
||||
%changelog
|
||||
* Thu Mar 20 2014 Nick Bolton <nick@synergy-foss.org>
|
||||
* Thu Mar 20 2014 Nick Bolton <nick@synergy-project.org>
|
||||
- Initial version of the package
|
||||
|
|
|
@ -17,7 +17,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -26,7 +26,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -413,7 +413,8 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/MainWindowBase.ui" line="109"/>
|
||||
<source>Please help us <a href="http://synergy-foss.org/donate/?source=gui-notice">fund this project</a> if you like Synergy.</source>
|
||||
<source>Please help us <a href="http://synergy-project.org/donate/?source=gui-notice">fund this project</a> if you like Synergy.</source>
|
||||
<oldsource>Please help us <a href="http://synergy-project.org/donate/?source=gui-notice">fund this project</a> if you like Synergy.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -523,7 +524,7 @@ This allows Synergy to interact with elevated processes and the UAC dialog, but
|
|||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="src/main.cpp" line="119"/>
|
||||
<location filename="src/main.cpp" line="123"/>
|
||||
<source>System tray is unavailable, quitting.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -1100,7 +1101,8 @@ Server response:
|
|||
</message>
|
||||
<message>
|
||||
<location filename="res/SetupWizardBase.ui" line="267"/>
|
||||
<source><a href="http://synergy-foss.org/premium/reset/?source=gui">Forgot password</a></source>
|
||||
<source><a href="http://synergy-project.org/premium/reset/?source=gui">Forgot password</a></source>
|
||||
<oldsource><a href="http://synergy-project.org/premium/reset/?source=gui">Forgot password</a></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -57,7 +57,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></string>
|
||||
</property>
|
||||
<property name="margin">
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="m_pLabelPremium">
|
||||
<property name="text">
|
||||
<string>Please help us <a href="http://synergy-foss.org/donate/?source=gui-notice">fund this project</a> if you like Synergy.</string>
|
||||
<string>Please help us <a href="http://synergy-project.org/donate/?source=gui-notice">fund this project</a> if you like Synergy.</string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -264,7 +264,7 @@
|
|||
<item row="2" column="1">
|
||||
<widget class="QLabel" name="m_pLabelForgotPassword">
|
||||
<property name="text">
|
||||
<string><a href="http://synergy-foss.org/premium/reset/?source=gui">Forgot password</a></string>
|
||||
<string><a href="http://synergy-project.org/premium/reset/?source=gui">Forgot password</a></string>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Aplikace ke sdílení klávesnice a myši. Multiplatformní a s otevřeným kódem.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy je vydaná pod GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy je založena na CosmoSynergy od Richarda Lee a Adama Federa.<br />
|
||||
Grafické rozhraní je založeno na QSynergy od Volkera Lanze.<br /><br />
|
||||
Pro nápovědu a další informace navštivte naše stránky (synergy-foss.org).
|
||||
Pro nápovědu a další informace navštivte naše stránky (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Applikation til deling af tastatur og mus. Krydsplatform og open-source.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Keyboard und Maus Sharing Applikation. Cross Plattform und Open Source.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy wird unter der GNU General Public License (GPLv2) veröffentlicht.<br /><br />
|
||||
Synergy basiert auf CosmoSynergy von Richard Lee und Adam Feder.<br />
|
||||
Die Synergy GUI basiert auf QSynergy von Volker Lanz.<br /><br />
|
||||
Besuchen Sie unsere Webseite für Hilfe und Informationen (synergy-foss.org).
|
||||
Besuchen Sie unsere Webseite für Hilfe und Informationen (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Aplicación de compartición de teclado y ratón. Plataforma cruzada y código abierto.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy es publicado bajo la Licencia Pública General GNU (GPLv2).<br /><br />
|
||||
Synergy está basado en CosmoSynergy por Richard Lee y Adam Feder.<br />
|
||||
El GUI de Synergy está basado en QSynergy por Volker Lanz.<br /><br />
|
||||
Visita nuestro sitio web para ayuda e información (synergy-foss.org).
|
||||
Visita nuestro sitio web para ayuda e información (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Näppäimistön ja hiiren jako-ohjelma. Järjestelmäriippumaton ja avointa lähdekoodia.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy on julkaistu GNU General Public License (GPLv2) lisenssin alaisena.<br /><br />
|
||||
Synergy perustuu Richard Leen ja Adam Federin CosmoSynergy sovellukseen.<br />
|
||||
Synergy GUI perustuu Volker Lanzin QSynergy sovellukseen.<br /><br />
|
||||
Ohjeita ja lisätietoja löydät verkkosivuiltamme (synergy-foss.org).
|
||||
Ohjeita ja lisätietoja löydät verkkosivuiltamme (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Application de partage de clavier et souris. Multi-plateformes et open source.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy est publié sous la licence GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy est basé sur CosmoSynergy par Richard Lee et Adam Feder.<br />
|
||||
L'interface de Synergy est basée sur QSynergy par Volker Lanz.<br /><br />
|
||||
Vistez notre site web pour aide et information (synergy-foss.org).
|
||||
Vistez notre site web pour aide et information (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Aplikacija za dijeljenje tipkovnice i miša. Više platformska i otvorenog kôda.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Autorska prava © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br /&
|
|||
Synergy je objavljen pod GNU Općom Javnom Licencom (GPLv2).<br /><br />
|
||||
Synergy je temeljen na CosmoSynergyu od Richarda Leea i Adama Federa.<br />
|
||||
Synergy GUI sučelje temeljeno je na QSynergyu od Volkera Lanza.<br /><br />
|
||||
Posjetite našu web stranicu za pomoć i informacije (synergy-foss.org).
|
||||
Posjetite našu web stranicu za pomoć i informacije (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Applicazione Multipiattaforma Open Source per la condivisione di mouse e tastiera.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy è rilasciato sotto licenza GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy è basato su CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
L'interfaccia grafica (GUI) è basata su QSynergy by Volker Lanz.<br /><br />
|
||||
Visita il nostro sito per aiuto o informazioni (synergy-foss.org).
|
||||
Visita il nostro sito per aiuto o informazioni (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
キーボード・マウス共有アプリケーション。オープンソース・クロスプラットフォーム。<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy は GNU General Public License (GPLv2) に準拠してリリースされています。<br /><br />
|
||||
Synergy は Richard Lee と Adam Feder による CosmoSynergy をベースにしています。<br />
|
||||
The Synergy GUI は Volker Lanz による QSynergy をベースにしています。<br /><br />
|
||||
ヘルプおよび詳細についてはウェブサイトまでお越しください (synergy-foss.org)。
|
||||
ヘルプおよび詳細についてはウェブサイトまでお越しください (synergy-project.org)。
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
하나의 키보드와 마우스를 공유하여 여러 컴퓨터를 제어할 수 있는 응용 프로그램으로, 다양한 플랫폼을 지원하며 오픈 소스 입니다.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Visit our website for help and info (synergy-foss.org).
|
|||
Synergy는 GNU 일반 공중 사용 허가서 (GPLv2) 아래에 배포하고 있습니다.<br /><br />
|
||||
Synergy는 Richard Lee과 Adam Feder에 의해 개발된 CosmoSynergy에 기반을 두고 있습니다.<br />
|
||||
Synergy GUI는 Volker Lanz의 QSynergy에 기반을 두고 있습니다.<br /><br />
|
||||
도움말 및 정보를 보시려면 저희 웹 사이트(synergy-foss.org)를 방문하세요.
|
||||
도움말 및 정보를 보시려면 저희 웹 사이트(synergy-project.org)를 방문하세요.
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Toetsenbord en Muis deel applicatie. Multi platform en open source.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is uitgebracht onder de GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is gebaseerd op CosmoSynergy door Richard Lee en Adam Feder.<br />
|
||||
De Synergy GUI is gebaseerd op QSynergy door Volker Lanz.<br /><br />
|
||||
Bezoek onze website voor hulp en informatie (synergy-foss.org).
|
||||
Bezoek onze website voor hulp en informatie (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Tastatur- og musdelingsprogram. Kryssplattform og åpen kildekode.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy er frigitt under GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy er basert på CosmoSynergy av Richard Lee og Adam Feder.<br />
|
||||
Synergys grafiske grensesnitt er basert på QSynergy av Volker Lanz.<br /><br />
|
||||
Besøk vår nettside for hjelp og informasjon (synergy-foss.org).
|
||||
Besøk vår nettside for hjelp og informasjon (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Aplikacja współdzieląca klawiaturę i mysz, tworzona na zasadach wolnego oprogramowania, wieloplatformowa.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy jest rozwijany na zasadach wolnego oprogramowania 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 />
|
||||
Strona domowa i pomoc na stronie WWW (synergy-foss.org).
|
||||
Strona domowa i pomoc na stronie WWW (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Aplicativo para compartilhamento de teclado e mouse. Multi-plataforma e Open Source<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy é distribuído sobre a Licença GNU (GPLv2).<br /><br />
|
||||
Synergy é baseado no CosmoSynergy de Richard Lee e Adam Feder.<br />
|
||||
O Synergy GUI é baseado no QSynergy de Volker Lanz.<br /><br />
|
||||
Visite nosso website para informações e ajuda (synergy-foss.org).
|
||||
Visite nosso website para informações e ajuda (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Клавиатура и мышь делят назначение. Взаимная платформа и открытый источник.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Visit our website for help and info (synergy-foss.org).
|
|||
Synergy реализована в соответствии с GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy базирована на CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI базирована на QSynergy by Volker Lanz.<br /><br />
|
||||
Поситите наш сайт для помощи и информации (synergy-foss.org).
|
||||
Поситите наш сайт для помощи и информации (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
Program per ndarjen e tastieres dhe mausit. Eshte nje platforme terthore dhe me kod te hapur.<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Te Drejtat e Autorit © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<
|
|||
Synergy eshte lancuar mbi Licensen e Pergjithshme Publike GNU (GPLv2).<br /><br />
|
||||
Synergy eshte e bazuar ne CosmoSynergy nga Richard Lee dhe Adam Feder.<br />
|
||||
Grafika e Synergy eshte e bazuar ne QSynergy nga Volker Lanz.<br /><br />
|
||||
Vizitoni uebfaqen tone per ndihme dhe informacione (synergy-foss.org).
|
||||
Vizitoni uebfaqen tone per ndihme dhe informacione (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
键盘和鼠标分享应用。跨平台并且开源。<br/><br/>
|
||||
|
@ -33,7 +33,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
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 />
|
||||
访问我们的网站来获得信息和帮助 (synergy-foss.org).
|
||||
访问我们的网站来获得信息和帮助 (synergy-project.org).
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Binary file not shown.
|
@ -15,7 +15,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></source>
|
||||
<oldsource><p>
|
||||
Keyboard and mouse sharing application. Cross platform and open source.<br /><br />
|
||||
|
@ -24,7 +24,7 @@ Copyright © 2002-2012 Chris Schoeneman, Nick Bolton, Volker Lanz.<br />&l
|
|||
Synergy is released under the GNU General Public License (GPLv2).<br /><br />
|
||||
Synergy is based on CosmoSynergy by Richard Lee and Adam Feder.<br />
|
||||
The Synergy GUI is based on QSynergy by Volker Lanz.<br /><br />
|
||||
Visit our website for help and info (synergy-foss.org).
|
||||
Visit our website for help and info (synergy-project.org).
|
||||
</p></oldsource>
|
||||
<translation type="finished"><p>
|
||||
鍵盤與滑鼠分享軟件, 跨平台與開源。<br /><br />
|
||||
|
@ -33,7 +33,7 @@ Visit our website for help and info (synergy-foss.org).
|
|||
Synergy 是基於GNU General Public License (GPLv2)之下發佈。<br /><br />
|
||||
Synergy 是基於CosmoSynergy(源自Richard Lee及Adam Feder)<br />
|
||||
Synergy 的圖形介面是基於 QSynergy(源自Volker Lanz所開發)<br /><br />
|
||||
更多的資訊與幫助,請瀏覽我們的網站 (synergy-foss.org)。
|
||||
更多的資訊與幫助,請瀏覽我們的網站 (synergy-project.org)。
|
||||
</p></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#define DOWNLOAD_URL "http://synergy-foss.org/?source=gui"
|
||||
#define DOWNLOAD_URL "http://synergy-project.org/?source=gui"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include <QNetworkRequest>
|
||||
#include <QNetworkReply>
|
||||
|
||||
#define PREMIUM_REGISTER_URL "http://synergy-foss.org/donate/?source=gui-wizard"
|
||||
#define PREMIUM_REGISTER_URL "http://synergy-project.org/donate/?source=gui-wizard"
|
||||
|
||||
SetupWizard::SetupWizard(MainWindow& mainWindow, bool startMain) :
|
||||
m_MainWindow(mainWindow),
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include <QLocale>
|
||||
|
||||
#define VERSION_REGEX "(\\d+\\.\\d+\\.\\d+)"
|
||||
#define VERSION_URL "http://synergy-foss.org/version/"
|
||||
#define VERSION_URL "http://synergy-project.org/version/"
|
||||
|
||||
VersionChecker::VersionChecker()
|
||||
{
|
||||
|
|
|
@ -56,7 +56,7 @@ bool checkMacAssistiveDevices();
|
|||
int main(int argc, char* argv[])
|
||||
{
|
||||
QCoreApplication::setOrganizationName("Synergy");
|
||||
QCoreApplication::setOrganizationDomain("http://synergy-foss.org/");
|
||||
QCoreApplication::setOrganizationDomain("http://synergy-project.org/");
|
||||
QCoreApplication::setApplicationName("Synergy");
|
||||
|
||||
QSynergyApplication app(argc, argv);
|
||||
|
|
|
@ -22,7 +22,7 @@ const char* kApplication = "Synergy";
|
|||
const char* kCopyright = "Copyright (C) 2012-2014 Bolton Software Ltd.\n"
|
||||
"Copyright (C) 2008-2014 Nick Bolton\n"
|
||||
"Copyright (C) 2002-2014 Chris Schoeneman";
|
||||
const char* kContact = "Email: nick@synergy-foss.org";
|
||||
const char* kWebsite = "http://synergy-foss.org/";
|
||||
const char* kContact = "Email: nick@synergy-project.org";
|
||||
const char* kWebsite = "http://synergy-project.org/";
|
||||
const char* kVersion = VERSION;
|
||||
const char* kAppVersion = "Synergy " VERSION;
|
||||
|
|
|
@ -121,8 +121,8 @@ CMSWindowsClipboard::open(Time time) const
|
|||
|
||||
if (!OpenClipboard(m_window)) {
|
||||
// unable to cause this in integ tests; but this can happen!
|
||||
// * http://synergy-foss.org/pm/issues/86
|
||||
// * http://synergy-foss.org/pm/issues/1256
|
||||
// * http://synergy-project.org/pm/issues/86
|
||||
// * http://synergy-project.org/pm/issues/1256
|
||||
// logging improved to see if we can catch more info next time.
|
||||
LOG((CLOG_WARN "failed to open clipboard: %d", GetLastError()));
|
||||
return false;
|
||||
|
|
|
@ -269,7 +269,7 @@ CMSWindowsWatchdog::startProcess()
|
|||
|
||||
// patch by Jack Zhou and Henry Tung
|
||||
// set UIAccess to fix Windows 8 GUI interaction
|
||||
// http://synergy-foss.org/spit/issues/details/3338/#c70
|
||||
// http://synergy-project.org/spit/issues/details/3338/#c70
|
||||
DWORD uiAccess = 1;
|
||||
SetTokenInformation(userToken, TokenUIAccess, &uiAccess, sizeof(DWORD));
|
||||
|
||||
|
|
|
@ -885,7 +885,7 @@ COSXScreen::enter()
|
|||
|
||||
// patch by Yutaka Tsutano
|
||||
// wakes the client screen
|
||||
// http://synergy-foss.org/spit/issues/details/3287#c12
|
||||
// http://synergy-project.org/spit/issues/details/3287#c12
|
||||
io_registry_entry_t entry = IORegistryEntryFromPath(
|
||||
kIOMasterPortDefault,
|
||||
"IOService:/IOResources/IODisplayWrangler");
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <sstream>
|
||||
|
||||
//#define PREMIUM_AUTH_URL "http://localhost/synergy/premium/json/auth/"
|
||||
#define PREMIUM_AUTH_URL "https://synergy-foss.org/premium/json/auth/"
|
||||
#define PREMIUM_AUTH_URL "https://synergy-project.org/premium/json/auth/"
|
||||
|
||||
enum {
|
||||
kErrorOk,
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "test/global/gtest.h"
|
||||
|
||||
#define TEST_URL "https://synergy-foss.org/tests/?testString"
|
||||
#define TEST_URL "https://synergy-project.org/tests/?testString"
|
||||
//#define TEST_URL "http://localhost/synergy/tests/?testString"
|
||||
|
||||
TEST(ArchInternetTests, get)
|
||||
|
|
|
@ -146,7 +146,7 @@ TEST_F(CMSWindowsClipboardTests, close_isOpen_noErrors)
|
|||
}
|
||||
|
||||
// looks like this test may fail intermittently:
|
||||
// * http://buildbot.synergy-foss.org:8000/builders/trunk-win32/builds/246/steps/shell_3/logs/stdio
|
||||
// * http://buildbot.synergy-project.org:8000/builders/trunk-win32/builds/246/steps/shell_3/logs/stdio
|
||||
/*TEST_F(CMSWindowsClipboardTests, getTime_openWithNoEmpty_returnsOne)
|
||||
{
|
||||
CMSWindowsClipboard clipboard(NULL);
|
||||
|
@ -160,7 +160,7 @@ TEST_F(CMSWindowsClipboardTests, close_isOpen_noErrors)
|
|||
}*/
|
||||
|
||||
// this also fails intermittently:
|
||||
// http://buildbot.synergy-foss.org:8000/builders/trunk-win32/builds/266/steps/shell_3/logs/stdio
|
||||
// http://buildbot.synergy-project.org:8000/builders/trunk-win32/builds/266/steps/shell_3/logs/stdio
|
||||
/*TEST_F(CMSWindowsClipboardTests, getTime_openAndEmpty_returnsOne)
|
||||
{
|
||||
CMSWindowsClipboard clipboard(NULL);
|
||||
|
|
Loading…
Reference in New Issue