[Pkg-remote-commits] [pyhoca-gui] 01/01: Imported Upstream version 0.5.0.4

Mike Gabriel sunweaver at debian.org
Wed Nov 30 12:19:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to annotated tag upstream/0.5.0.4
in repository pyhoca-gui.

commit 3a7c639eacb8c3307243f99b43bff2a69d645017
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jul 16 08:24:05 2015 +0200

    Imported Upstream version 0.5.0.4
---
 ChangeLog                                |  35 ++
 Makefile.docupload                       |   2 +-
 README                                   |   4 +-
 README.Unity                             |   4 +-
 TODO                                     |   4 +-
 build/mo/bg/LC_MESSAGES/PyHoca-GUI.mo    | Bin 550 -> 548 bytes
 build/mo/da/LC_MESSAGES/PyHoca-GUI.mo    | Bin 28340 -> 34219 bytes
 build/mo/de/LC_MESSAGES/PyHoca-GUI.mo    | Bin 35808 -> 35806 bytes
 build/mo/en/LC_MESSAGES/PyHoca-GUI.mo    | Bin 33462 -> 33460 bytes
 build/mo/et/LC_MESSAGES/PyHoca-GUI.mo    | Bin 31489 -> 31487 bytes
 build/mo/fi/LC_MESSAGES/PyHoca-GUI.mo    | Bin 484 -> 34316 bytes
 build/mo/fr/LC_MESSAGES/PyHoca-GUI.mo    | Bin 546 -> 544 bytes
 build/mo/nb_NO/LC_MESSAGES/PyHoca-GUI.mo | Bin 34314 -> 34312 bytes
 build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo    | Bin 34839 -> 34837 bytes
 build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo    | Bin 35419 -> 35417 bytes
 build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo    | Bin 33527 -> 33525 bytes
 man/man1/pyhoca-gui.1                    |   2 +-
 nsis_template.py                         |  75 ++-
 po/PyHoca-GUI.pot                        |   2 +-
 po/bg.po                                 |   2 +-
 po/da.po                                 |  18 +-
 po/de.po                                 |   2 +-
 po/en.po                                 |   2 +-
 po/es.po                                 |   2 +-
 po/et.po                                 |   2 +-
 po/fi.po                                 |   2 +-
 po/fr.po                                 |   2 +-
 po/nb_NO.po                              |   2 +-
 po/nl.po                                 |   2 +-
 po/ru.po                                 |   2 +-
 po/sv.po                                 |   2 +-
 po/{sv.po => tr.po}                      | 981 ++++++++++++++-----------------
 pyhoca-gui                               |   4 +-
 pyhoca/__init__.py                       |   4 +-
 pyhoca/wxgui/__init__.py                 |   6 +-
 pyhoca/wxgui/about.py                    |   4 +-
 pyhoca/wxgui/basepath.py                 |   4 +-
 pyhoca/wxgui/brokerlogon.py              |   4 +-
 pyhoca/wxgui/defaults.py                 |   4 +-
 pyhoca/wxgui/frontend.py                 |   4 +-
 pyhoca/wxgui/launcher.py                 |   6 +-
 pyhoca/wxgui/listdesktops.py             |   4 +-
 pyhoca/wxgui/logon.py                    |   4 +-
 pyhoca/wxgui/menus_taskbar.py            |   4 +-
 pyhoca/wxgui/messages.py                 |   2 +-
 pyhoca/wxgui/mswin_logging.py            |   4 +-
 pyhoca/wxgui/notify.py                   |   4 +-
 pyhoca/wxgui/passphrase.py               |   4 +-
 pyhoca/wxgui/printingprefs.py            |   4 +-
 pyhoca/wxgui/profilemanager.py           |   4 +-
 pyhoca/wxgui/serverinfo.py               |   4 +-
 pyhoca/wxgui/sessiontitle.py             |   4 +-
 pyhoca/wxgui/splash.py                   |   4 +-
 pyhoca/wxgui/taskbar.py                  |  11 +-
 setup.py                                 |   7 +-
 55 files changed, 648 insertions(+), 605 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f6453bb..70d486f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+pyhoca-gui (0.5.0.4-0x2go1) unstable; urgency=medium
+
+  [ Mike Gabriel ]
+  * New upstream version (0.5.0.4):
+    - Provide empty Turkish translation file.
+
+  [ Mark Pedersen-Cook ]
+  * New upstream version (0.5.0.4):
+    - Update Danish translation file. Thanks to Niels Thykier for feedback.
+
+  [ Kaan Ozdincer ]
+  * New upstream version (0.5.0.4):
+    - Add Turkish translation to PyHoca-GUI.
+
+  [ Mike DePaulo ]
+  * New upstream version (0.5.0.4):
+    - Fix win32 build (missing win32gui.pyd) (Fixes: #649)
+    - Windows: Install VcXsrv "misc" fonts by default, and make all 4 font
+      groups optional: misc, 75dpi, 100dpi and others (Fixes: #108)
+      Note: The fact that all the fonts are included makes the installer about
+      30MB larger.
+    - Windows: Upgrade from VcXsrv-xp 1.14.3.2 to
+      VcXsrv 1.15.2.2-xp+vc2013+x2go1
+      This new major version includes security fixes such as:
+      OpenSSL update to 1.0.1k
+      xorg-server CVE-2014-8091..8103 fixes
+    - Windows: Update nxproxy's Cygwin libraries from the
+      latest versions as of 2014-06-09 to the
+      latest versions as of 2014-10-18.
+    - Windows: Update bundled Python to 2.7.9
+    - Windows: Update bundled Python libraries to latest versions
+      as of 2015-01-24 (Fixes: #646)
+
+ -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Sun, 25 Jan 2015 13:08:20 +0100
+
 pyhoca-gui (0.5.0.3-0x2go1) unstable; urgency=medium
 
   [ Mike Gabriel ]
diff --git a/Makefile.docupload b/Makefile.docupload
index 79c1aef..ac28247 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for pyhoca-gui
-# Copyright 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
+# Copyright 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
 
 VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1`
 DOC_HOST=code.x2go.org
diff --git a/README b/README
index 4109dde..01c51f6 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-             Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at lindix.nl>
+pyhoca-gui - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+             Copyright (C) 2010-2015 by Dick Kniep <dick.kniep at lindix.nl>
 
 Published under the terms of the GNU Affero General Public License.
 See http://www.gnu.org/licenses/agpl.html for a recent copy.
diff --git a/README.Unity b/README.Unity
index 8e33035..813bcfb 100644
--- a/README.Unity
+++ b/README.Unity
@@ -1,5 +1,5 @@
-pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-             Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at lindix.nl>
+pyhoca-gui - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+             Copyright (C) 2010-2015 by Dick Kniep <dick.kniep at lindix.nl>
 
 Published under the terms of the GNU Affero General Public License.
 See http://www.gnu.org/licenses/agpl.html for a recent copy.
diff --git a/TODO b/TODO
index 5a1b46d..c51f5a4 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-             Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at lindix.nl>
+pyhoca-gui - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+             Copyright (C) 2010-2015 by Dick Kniep <dick.kniep at lindix.nl>
 
 Published under the terms of the GNU Affero General Public License.
 See http://www.gnu.org/licenses/gpl.html for a recent copy.
diff --git a/build/mo/bg/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/bg/LC_MESSAGES/PyHoca-GUI.mo
index 37445e5..37bc4fd 100644
Binary files a/build/mo/bg/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/bg/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/da/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/da/LC_MESSAGES/PyHoca-GUI.mo
index 6354afb..bca5bc9 100644
Binary files a/build/mo/da/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/da/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/de/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/de/LC_MESSAGES/PyHoca-GUI.mo
index d9356b6..a59adeb 100644
Binary files a/build/mo/de/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/de/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/en/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/en/LC_MESSAGES/PyHoca-GUI.mo
index 2eb24cc..59023b7 100644
Binary files a/build/mo/en/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/en/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/et/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/et/LC_MESSAGES/PyHoca-GUI.mo
index 8a99c21..21d0e2a 100644
Binary files a/build/mo/et/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/et/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/fi/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/fi/LC_MESSAGES/PyHoca-GUI.mo
index a96f729..a6b7937 100644
Binary files a/build/mo/fi/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/fi/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/fr/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/fr/LC_MESSAGES/PyHoca-GUI.mo
index 02b1990..2369737 100644
Binary files a/build/mo/fr/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/fr/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/nb_NO/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/nb_NO/LC_MESSAGES/PyHoca-GUI.mo
index 3495dbd..6ea4724 100644
Binary files a/build/mo/nb_NO/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/nb_NO/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo
index 1f101e8..b8d8740 100644
Binary files a/build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/nl/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo
index b06fe79..aff597f 100644
Binary files a/build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/ru/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo b/build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo
index 15e5ca7..c708571 100644
Binary files a/build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo and b/build/mo/sv/LC_MESSAGES/PyHoca-GUI.mo differ
diff --git a/man/man1/pyhoca-gui.1 b/man/man1/pyhoca-gui.1
index 626e895..0b0ecb5 100644
--- a/man/man1/pyhoca-gui.1
+++ b/man/man1/pyhoca-gui.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH pyhoca-gui 1 "Oct 2014" "Version 0.5.0.3" "X2Go Application"
+.TH pyhoca-gui 1 "Jan 2015" "Version 0.5.0.4" "X2Go Application"
 .SH NAME
 pyhoca-gui \- graphical X2Go client applet written in Python
 .SH SYNOPSIS
diff --git a/nsis_template.py b/nsis_template.py
index 64687ea..6ca8fb5 100644
--- a/nsis_template.py
+++ b/nsis_template.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 # 
 # PyHoca is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -243,8 +243,14 @@ FunctionEnd
 ;--------------------------------
 
 ;--------------------------------
+;Installer Sections
 
-; The stuff to install
+;"Recommended" is the default because it is specified 1st.
+InstType "Recommended"
+InstType "Full"
+InstType "Minimal"
+
+; The application and all its required dependencies
 Section "{program_name} ($REQUIRED)"
 
   SectionIn RO
@@ -253,7 +259,10 @@ Section "{program_name} ($REQUIRED)"
   ; Empty $INSTDIR before writing new files to it.
   RmDir /r "$INSTDIR\\*.*"
   ; Install new files...
-  File /r /x .svn /x .git "${{distOutputDirectory}}\\*.*"
+  ; Due to a limitation of nsis, we cannot tell it to exclude vcxsrv\\fonts
+  ; specifically. Instead, we must tell it to match every folder named
+  ; "fonts" (of which there is only one.)
+  File /r /x .svn /x .git /x fonts "${{distOutputDirectory}}\\*.*"
 
   ; Write the installation path into the registry
   WriteRegStr HKLM SOFTWARE\\{program_name} "Install_Dir" "$INSTDIR"
@@ -275,9 +284,66 @@ Section "{program_name} ($REQUIRED)"
 
 SectionEnd
 
+SectionGroup "Fonts"
+
+  ;Empirical testing shows that "misc" fixes compatibility for the majority
+  ;of applications with font compatibility programs.
+  ;So lets make "misc" be part of "recommended", and therefore the default.
+  ;
+  ;As of VcXsrv-xp 1.14.3.2
+  ;misc is 412 files at 6.80 MB (7.94 MB on disk)
+  Section "misc" fonts-misc
+    ; SectionIn Recommended & Full
+    SectionIn 1 2
+    SetOutPath "$INSTDIR\\vcxsrv\\fonts\\"
+    File "${{distOutputDirectory}}\\vcxsrv\\fonts\\fonts.conf"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\misc"
+  SectionEnd
+
+  ;As of VcXsrv-xp 1.14.3.2
+  ;75dpi is 1,897 files at 10.7 MB (15.6 MB on disk)
+  Section "75dpi" fonts-75dpi
+    ; SectionIn Full
+    SectionIn 2
+    SetOutPath "$INSTDIR\\vcxsrv\\fonts\\"
+    File "${{distOutputDirectory}}\\vcxsrv\\fonts\\fonts.conf"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\75dpi"
+  SectionEnd
+
+  ;As of VcXsrv-xp 1.14.3.2
+  ;100dpi is 1,897 files at 12.3 MB (16.8 MB on disk)
+  Section "100dpi" fonts-100dpi
+    ; SectionIn Full
+    SectionIn 2
+    SetOutPath "$INSTDIR\\vcxsrv\\fonts\\"
+    File "${{distOutputDirectory}}\\vcxsrv\\fonts\\fonts.conf"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\100dpi"
+  SectionEnd
+
+  ;As of VcXsrv-xp 1.14.3.2
+  ;everything else is 466 files at 12.8MB (13.8 MB on disk)
+  Section "others" fonts-others
+    ; SectionIn Full
+    SectionIn 2
+    SetOutPath "$INSTDIR\\vcxsrv\\fonts\\"
+    File "${{distOutputDirectory}}\\vcxsrv\\fonts\\fonts.conf"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\cyrillic"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\encodings"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\OTF"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\Speedo"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\terminus-font"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\TTF"
+    File /r "${{distOutputDirectory}}\\vcxsrv\\fonts\\Type1"
+  SectionEnd
+
+SectionGroupEnd
+
 ; Optional section (can be disabled by the user)
 Section "$STARTMENU_LINKS"
 
+  ; SectionIn Recommended & Full
+  SectionIn 1 2
+
   SetOutPath "$INSTDIR"
   CreateDirectory "$SMPROGRAMS\\{program_name}"
   CreateShortCut "$SMPROGRAMS\\{program_name}\\{program_name}.lnk" "$INSTDIR\\{program_name}.exe" "--quiet --start-xserver --start-pulseaudio --lang $LC_MESSAGES" "$INSTDIR\\icons\\{program_name}.ico" 0
@@ -292,6 +358,9 @@ SectionEnd
 ; Optional section (can be disabled by the user)
 Section "$DESKTOP_LINKS"
 
+  ; SectionIn Recommended & Full
+  SectionIn 1 2
+
   SetOutPath "$INSTDIR"
   CreateShortCut "$DESKTOP\\{program_name}.lnk" "$INSTDIR\\{program_name}.exe" "--quiet --start-xserver --start-pulseaudio --lang $LC_MESSAGES" "$INSTDIR\\icons\\{program_name}.ico" 0
 
diff --git a/po/PyHoca-GUI.pot b/po/PyHoca-GUI.pot
index b8ea83b..e6164d6 100644
--- a/po/PyHoca-GUI.pot
+++ b/po/PyHoca-GUI.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-20 12:52+0200\n"
+"POT-Creation-Date: 2015-01-12 15:18+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/po/bg.po b/po/bg.po
index d0ef6ce..b4a73bc 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/da.po b/po/da.po
index 999fba8..43b7f53 100644
--- a/po/da.po
+++ b/po/da.po
@@ -336,7 +336,7 @@ msgstr "Windows Terminal Server (Direkt RDP)"
 
 #: ../pyhoca/wxgui/profilemanager.py:95 ../pyhoca/wxgui/profilemanager.py:263
 msgid "Custom command"
-msgstr "Bruger difineret kommando"
+msgstr "Bruger defineret kommando"
 
 #: ../pyhoca/wxgui/profilemanager.py:100 ../pyhoca/wxgui/menus_taskbar.py:413
 msgid "Internet Browser"
@@ -372,11 +372,11 @@ msgstr "ingen"
 
 #: ../pyhoca/wxgui/profilemanager.py:127
 msgid "Open file with system's default application"
-msgstr "Åben fil med systemet's standard-program"
+msgstr "Åben fil med systemet's standardprogram"
 
 #: ../pyhoca/wxgui/profilemanager.py:128
 msgid "Open application chooser dialog"
-msgstr "Åben program vælger"
+msgstr "Åben programvælger"
 
 #: ../pyhoca/wxgui/profilemanager.py:129
 msgid "Save incoming file as ..."
@@ -460,7 +460,7 @@ msgstr "Brug standard titel til session vinduet"
 
 #: ../pyhoca/wxgui/profilemanager.py:232
 msgid "Custom session window title"
-msgstr "Bruger difineret titel til session vinduet"
+msgstr "Bruger defineret titel til session vinduet"
 
 #: ../pyhoca/wxgui/profilemanager.py:251
 msgid "Window Icon"
@@ -598,7 +598,7 @@ msgstr "Maksimeret"
 
 #: ../pyhoca/wxgui/profilemanager.py:323
 msgid "Custom Size"
-msgstr "Bruger difineret størrelse"
+msgstr "Bruger defineret størrelse"
 
 #: ../pyhoca/wxgui/profilemanager.py:328
 msgid "Set display DPI"
@@ -623,7 +623,7 @@ msgstr ""
 
 #: ../pyhoca/wxgui/profilemanager.py:334
 msgid "Use custom keyboard settings as provided below"
-msgstr "Brug bruger difineret tastatur indstillinger som vist nedenfor"
+msgstr "Brug bruger defineret tastatur indstillinger som vist nedenfor"
 
 #: ../pyhoca/wxgui/profilemanager.py:335
 msgid "Keyboard model"
@@ -664,7 +664,7 @@ msgstr "Brug standard lyd port"
 
 #: ../pyhoca/wxgui/profilemanager.py:354
 msgid "Custom sound port"
-msgstr "Bruger difineret lyd port"
+msgstr "Bruger defineret lyd port"
 
 #: ../pyhoca/wxgui/profilemanager.py:357
 msgid "Client Side printing"
@@ -1918,7 +1918,7 @@ msgstr "Udskriv til en lokal printer"
 
 #: ../pyhoca/wxgui/printingprefs.py:78
 msgid "Run custom print command"
-msgstr "Kør bruger difineret udskrifts kommando"
+msgstr "Kør bruger defineret udskrifts kommando"
 
 #: ../pyhoca/wxgui/printingprefs.py:81
 msgid "<Select a print action here>"
@@ -1950,7 +1950,7 @@ msgstr "Brug denne printer"
 #. widgets for print action PRINTCMD
 #: ../pyhoca/wxgui/printingprefs.py:139
 msgid "Custom print command"
-msgstr "Bruger Difineret printer kommando"
+msgstr "Bruger Defineret printer kommando"
 
 #: ../pyhoca/wxgui/printingprefs.py:146
 msgid "Print"
diff --git a/po/de.po b/po/de.po
index 3c6d402..f77d699 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/en.po b/po/en.po
index 2122f29..06cdd32 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/es.po b/po/es.po
index 28492c0..d61b66c 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 #
diff --git a/po/et.po b/po/et.po
index 445a96a..a9d773f 100644
--- a/po/et.po
+++ b/po/et.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 #
diff --git a/po/fi.po b/po/fi.po
index 856f93a..19cb7ee 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/fr.po b/po/fr.po
index e3ce7dd..ee56844 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 36d769a..a2cd065 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/nl.po b/po/nl.po
index 05f17bd..80122fb 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/ru.po b/po/ru.po
index 43eb1aa..ea1af04 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 #
diff --git a/po/sv.po b/po/sv.po
index 9d3c185..b06a8f8 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/sv.po b/po/tr.po
similarity index 68%
copy from po/sv.po
copy to po/tr.po
index 9d3c185..fb93553 100644
--- a/po/sv.po
+++ b/po/tr.po
@@ -1,100 +1,98 @@
-# PyHoca-GUI / i18n.
-# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-#                         Dick Kniep <dick.kniep at lindix.nl>
-# This file is distributed under the same license as the PyHoca-GUI package.
-# Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: PyHoca-GUI VERSION\n"
+"Project-Id-Version: PyHoca-GUI\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-10-20 12:52+0200\n"
-"PO-Revision-Date: 2014-07-09 15:00+0100\n"
-"Last-Translator: Daniel Lindgren <dali.spam at gmail.com>\n"
-"Language-Team: X2Go i18n <x2go-i18n at lists.x2go.org>\n"
-"Language: sv\n"
+"POT-Creation-Date: 2014-11-27 12:31+0100\n"
+"PO-Revision-Date: 2014-11-20 13:57+0000\n"
+"Last-Translator: Kaan Özdinçer <kaanozdincer at gmail.com>\n"
+"Language-Team: Turkish <x2go-i18n at lists.x2go.org>\n"
+"Language: tr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Generator: Poedit 1.5.4\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #: ../pyhoca/wxgui/brokerlogon.py:54
 msgid "Logon"
-msgstr "Inloggning"
+msgstr "Sisteme Giriş"
 
 #: ../pyhoca/wxgui/brokerlogon.py:57
 msgid "Broker URL"
-msgstr "URL till sessionshanterare (broker)"
+msgstr "Aracı Adresi"
 
 #: ../pyhoca/wxgui/brokerlogon.py:60 ../pyhoca/wxgui/logon.py:87
 #: ../pyhoca/wxgui/logon.py:99
 msgid "Username"
-msgstr "Användarnamn"
+msgstr "Kullanıcı Adı"
 
 #: ../pyhoca/wxgui/brokerlogon.py:63 ../pyhoca/wxgui/logon.py:89
 #: ../pyhoca/wxgui/logon.py:101
 msgid "Password"
-msgstr "Lösenord"
+msgstr "Parola"
 
 #: ../pyhoca/wxgui/brokerlogon.py:84 ../pyhoca/wxgui/logon.py:92
 msgid "Authenticate"
-msgstr "Autentisera"
+msgstr "Kimlik Doğrula"
 
 #: ../pyhoca/wxgui/brokerlogon.py:86 ../pyhoca/wxgui/logon.py:124
 #: ../pyhoca/wxgui/passphrase.py:93 ../pyhoca/wxgui/profilemanager.py:393
 #: ../pyhoca/wxgui/listdesktops.py:83 ../pyhoca/wxgui/messages.py:133
 #: ../pyhoca/wxgui/printingprefs.py:148 ../pyhoca/wxgui/sessiontitle.py:71
 msgid "Cancel"
-msgstr "Avbryt"
+msgstr "İptal"
 
 #: ../pyhoca/wxgui/brokerlogon.py:165
 #, python-format
 msgid "%s - success"
-msgstr "%s - lyckades"
+msgstr "%s - başarı"
 
 #: ../pyhoca/wxgui/brokerlogon.py:165
 msgid ""
 "Authentication to session broker has been\n"
 "successful."
-msgstr "Autentisering till sessionshanterare lyckades."
+msgstr ""
+"Oturum aracısında kimlik doğrulama\n"
+"başarıyla gerçekleşti."
 
 #: ../pyhoca/wxgui/brokerlogon.py:167
 #, python-format
 msgid "%s - failure"
-msgstr "%s - misslyckades"
+msgstr "%s - başarısız"
 
 #: ../pyhoca/wxgui/brokerlogon.py:167
 msgid "Authentication to session broker failed."
-msgstr "Autentisering till sessionshanterare misslyckades!"
+msgstr "Oturum aracısında kimlik doğrulama başarısız oldu."
 
 #: ../pyhoca/wxgui/brokerlogon.py:171
 #, python-format
 msgid "%s: Connection refused error"
-msgstr "%s: anslutning vägrades"
+msgstr "%s: Bağlantı reddedildi hatası"
 
 #: ../pyhoca/wxgui/brokerlogon.py:171
 #, python-format
 msgid "Connection to %s failed. Retry?"
-msgstr "Anslutning till %s misslyckades. Försök igen?"
+msgstr "%s bağlantısı başarısız. Yeniden denensin mi?"
 
 #: ../pyhoca/wxgui/logon.py:81
 #, python-format
 msgid "%s (via %s)"
-msgstr "%s (via %s)"
+msgstr "%s (%s ile)"
 
 #: ../pyhoca/wxgui/logon.py:104
 msgid "Start SSH tunnel"
-msgstr "Starta SSH-tunnel"
+msgstr "SSH tünel başlat"
 
 #: ../pyhoca/wxgui/logon.py:112
 msgid "Session login"
-msgstr "Sessionsinloggning"
+msgstr "Oturum açma"
 
 #: ../pyhoca/wxgui/logon.py:113
 msgid "SSH proxy server login"
-msgstr "SSH proxyserverinloggning"
+msgstr "SSH vekil sunucu girişi"
 
 #: ../pyhoca/wxgui/logon.py:296 ../pyhoca/wxgui/logon.py:349
 #: ../pyhoca/wxgui/passphrase.py:216 ../pyhoca/wxgui/passphrase.py:223
@@ -102,78 +100,80 @@ msgstr "SSH proxyserverinloggning"
 #: ../pyhoca/wxgui/frontend.py:638
 #, python-format
 msgid "%s - connect failure"
-msgstr "%s - anslutning misslyckades"
+msgstr "%s - bağlantı başarısız"
 
 #: ../pyhoca/wxgui/logon.py:297 ../pyhoca/wxgui/frontend.py:638
 msgid "User is not allowed to start X2Go sessions!"
-msgstr "Användaren har inte rätt att starta X2Go-sessioner!"
+msgstr "Kullanıcıya X2Go oturumu başlatması için izin verilmez!"
 
 #: ../pyhoca/wxgui/logon.py:302 ../pyhoca/wxgui/passphrase.py:198
 #: ../pyhoca/wxgui/frontend.py:645
 #, python-format
 msgid "%s - connect"
-msgstr "%s - anslut"
+msgstr "%s - bağlan"
 
 #: ../pyhoca/wxgui/logon.py:303 ../pyhoca/wxgui/passphrase.py:199
 msgid "Authentication has been successful."
-msgstr "Autentisering lyckades."
+msgstr "Kimlik doğrulama başarılı."
 
 #: ../pyhoca/wxgui/logon.py:345 ../pyhoca/wxgui/logon.py:445
 msgid "SSH tunnel started"
-msgstr "SSH-tunnel startad"
+msgstr "SSH tüneli başladı"
 
 #: ../pyhoca/wxgui/logon.py:350 ../pyhoca/wxgui/passphrase.py:231
 msgid "Authentication failed!"
-msgstr "Autentisering misslyckades!"
+msgstr "Kimlik denetimi başarısız"
 
 #: ../pyhoca/wxgui/logon.py:358
 #, python-format
 msgid "%s - SSH proxy"
-msgstr "%s - SSH-proxy"
+msgstr "%s - vekil SSH"
 
 #: ../pyhoca/wxgui/logon.py:359 ../pyhoca/wxgui/passphrase.py:238
 msgid "Authentication to the SSH proxy server failed!"
-msgstr "Autentisering till SSH-proxy misslyckades!"
+msgstr "Vekil SSH sunucusuna kimlik doğrulama başarısız oldu!"
 
 #: ../pyhoca/wxgui/logon.py:386 ../pyhoca/wxgui/passphrase.py:244
 #: ../pyhoca/wxgui/frontend.py:750
 #, python-format
 msgid "%s - socket error"
-msgstr "%s - socketfel"
+msgstr "%s - soket hatası"
 
 #: ../pyhoca/wxgui/logon.py:393 ../pyhoca/wxgui/passphrase.py:251
 #: ../pyhoca/wxgui/frontend.py:729 ../pyhoca/wxgui/frontend.py:736
 #, python-format
 msgid "%s - host key error"
-msgstr "%s - fel på serverns nyckel"
+msgstr "%s - sunucu anahtar hatası"
 
 #: ../pyhoca/wxgui/logon.py:394 ../pyhoca/wxgui/passphrase.py:252
 #: ../pyhoca/wxgui/frontend.py:729
 msgid ""
 "The remote server's host key is invalid or has not been accepted by the user"
-msgstr "Serverns nyckel är felaktig eller har inte accepterats av användaren"
+msgstr ""
+"Uzak sunucunun istemci anahtarı geçersiz veya kullanıcı tarafından kabul "
+"edilmedi"
 
 #: ../pyhoca/wxgui/logon.py:401 ../pyhoca/wxgui/passphrase.py:259
 #: ../pyhoca/wxgui/frontend.py:764
 #, python-format
 msgid "%s - missing home directory"
-msgstr "%s - hemkatalog saknas"
+msgstr "%s - eksik ev dizini"
 
 #: ../pyhoca/wxgui/logon.py:402 ../pyhoca/wxgui/passphrase.py:260
 #: ../pyhoca/wxgui/frontend.py:764
 msgid "The remote user's home directory does not exist."
-msgstr "Fjärranvändarens hemkatalog saknas."
+msgstr "Uzak kullanıcının ev dizini mevcut değildir."
 
 #: ../pyhoca/wxgui/logon.py:409 ../pyhoca/wxgui/passphrase.py:282
 #, python-format
 msgid "%s - key error"
-msgstr "%s - nyckelfel"
+msgstr "%s - anahtar hatası"
 
 #: ../pyhoca/wxgui/logon.py:417 ../pyhoca/wxgui/passphrase.py:290
 #: ../pyhoca/wxgui/frontend.py:771
 #, python-format
 msgid "%s - auth error"
-msgstr "%s - autentiseringsfel"
+msgstr "%s - kimlik doğrulama hatası"
 
 #: ../pyhoca/wxgui/logon.py:449 ../pyhoca/wxgui/passphrase.py:278
 #: ../pyhoca/wxgui/passphrase.py:309 ../pyhoca/wxgui/frontend.py:699
@@ -184,62 +184,62 @@ msgid ""
 "\n"
 "However, for security reasons the connection will not be established!!!"
 msgstr ""
-"Verifiering av servernyckel misslyckades. X2Go-servern kan vara "
-"komprometterad.\n"
+"İstemci anahtar doğrulaması başarısız oldu. X2Go sunucusu tehlikede olabilir."
 "\n"
-"Det kan också bero på att servernyckeln har ändrats av administratören.\n"
 "\n"
-"Av säkerhetsskäl kommer anslutningen ej att genomföras!"
+"Sadece istemci anahtarı değiştirilmiş de olabilir.\n"
+"\n"
+"Yine de güvenlik nedeniyle bağlantı kurulmayacaktır!!!"
 
 #: ../pyhoca/wxgui/logon.py:454 ../pyhoca/wxgui/passphrase.py:314
 #: ../pyhoca/wxgui/frontend.py:707 ../pyhoca/wxgui/frontend.py:727
 #, python-format
 msgid "%s - SSH error"
-msgstr "%s - SSH-fel"
+msgstr "%s - SSH hatası"
 
 #: ../pyhoca/wxgui/logon.py:464 ../pyhoca/wxgui/passphrase.py:322
 #, python-format
 msgid "%s - unknown error"
-msgstr "%s - okänt fel"
+msgstr "%s - bilinmeyen hata"
 
 #: ../pyhoca/wxgui/logon.py:465 ../pyhoca/wxgui/passphrase.py:323
 msgid "An unknown error occured during authentication!"
-msgstr "Ett okänt fel inträffade vid autentisering!"
+msgstr "Kimlik doğrulama işlemi sırasında bilinmeyen bir hata oluştu!"
 
 #: ../pyhoca/wxgui/passphrase.py:69
 #, python-format
 msgid "%s (SSH proxy)"
-msgstr "%s (SSH-proxy)"
+msgstr "%s (Vekil SSH)"
 
 #: ../pyhoca/wxgui/passphrase.py:71
 #, python-format
 msgid "%s (X2Go Server)"
-msgstr "%s (X2Go Server)"
+msgstr "%s (X2Go Sunucusu)"
 
 #: ../pyhoca/wxgui/passphrase.py:81
 #, python-format
 msgid "Unlock SSH private key (%s)..."
-msgstr "Lås upp privat SSH-nyckel (%s)..."
+msgstr "SSH özel nahtarının kilidini aç (%s)..."
 
 #: ../pyhoca/wxgui/passphrase.py:83
 msgid "Unlock auto-discovered SSH private key..."
-msgstr "Lås upp automatiskt hittad privat SSH-nyckel..."
+msgstr "Otomatik bulunan SSH özel anahtarının kilidini aç..."
 
 #: ../pyhoca/wxgui/passphrase.py:85
 msgid "Passphrase"
-msgstr "Lösenordsfras"
+msgstr "Parola Metni"
 
 #: ../pyhoca/wxgui/passphrase.py:88
 msgid "Unlock SSH key"
-msgstr "Lås upp SSH-nyckel"
+msgstr "SSH anahtarını aç"
 
 #: ../pyhoca/wxgui/passphrase.py:217
 msgid "SSH key file (for X2Go server) could not be unlocked!"
-msgstr "SSH nyckelfil (för X2Go server) kunde ej låsas upp!"
+msgstr "SSH anahtar dosyası (X2Go sunucu için) kilitlenemedi!"
 
 #: ../pyhoca/wxgui/passphrase.py:224
 msgid "SSH key file (for SSH proxy) could not be unlocked!"
-msgstr "SSH nyckelfil (för SSH proxy) kunde ej låsas upp!"
+msgstr "SSH anahtar dosyası (SSH vekil sunucu için) kilitlenemedi!"
 
 #: ../pyhoca/wxgui/taskbar.py:111
 #, python-format
@@ -248,7 +248,7 @@ msgid ""
 "Connecting you to ,,%s''"
 msgstr ""
 "%s\n"
-"Ansluter till \"%s\""
+",,%s'' adresine bağlanıyorsunuz"
 
 #: ../pyhoca/wxgui/taskbar.py:115
 #, python-format
@@ -257,7 +257,7 @@ msgid ""
 "Currently connecting you to remote X2Go server ,,%s''"
 msgstr ""
 "%s\n"
-"Anslutning till \"%s\" pågår"
+"Uzak X2Go server ,,%s'' X2Go sunucusuna bağlanıyorsunuz"
 
 #: ../pyhoca/wxgui/taskbar.py:125
 #, python-format
@@ -266,7 +266,7 @@ msgid ""
 "Connecting you to X2Go..."
 msgstr ""
 "%s\n"
-"Ansluter dig till X2Go..."
+"X2Go'ya bağlanıyorsunuz..."
 
 #: ../pyhoca/wxgui/taskbar.py:129
 #, python-format
@@ -275,246 +275,246 @@ msgid ""
 "Client for connecting you to a remote X2Go server"
 msgstr ""
 "%s\n"
-"Klient för att ansluta dig till en X2Go-server"
+"Sizi uzak X2Go sunucusuna bağlayacak istemci"
 
 #: ../pyhoca/wxgui/profilemanager.py:81
 msgid "Cinnamon Desktop (CINNAMON)"
-msgstr "Cinnamon Desktop (CINNAMON)"
+msgstr "Cinnamon Masaüstü (CINNAMON)"
 
 #: ../pyhoca/wxgui/profilemanager.py:82
 msgid "GNOME Desktop (GNOME)"
-msgstr "GNOME Desktop (GNOME)"
+msgstr "GNOME Masaüstü (GNOME)"
 
 #: ../pyhoca/wxgui/profilemanager.py:83
 msgid "MATE Desktop (MATE)"
-msgstr "MATE Desktop (MATE)"
+msgstr "MATE Masaüstü (MATE)"
 
 #: ../pyhoca/wxgui/profilemanager.py:84
 msgid "K Desktop Environment (KDE)"
-msgstr "K Desktop Environment (KDE)"
+msgstr "K Masaüstü Ortamı (KDE)"
 
 #: ../pyhoca/wxgui/profilemanager.py:85
 msgid "Lightweight X Desktop (LXDE)"
-msgstr "Lightweight X Desktop (LXDE)"
+msgstr "Hafif X Masaüstü (LXDE)"
 
 #: ../pyhoca/wxgui/profilemanager.py:86
 msgid "Trinity X Desktop (KDE3-like)"
-msgstr "Trinity X Desktop (KDE3-liknande)"
+msgstr "Trinity X Masaüstü (KDE3-benzeri)"
 
 #: ../pyhoca/wxgui/profilemanager.py:87
 msgid "Unity X Desktop Shell (UNITY)"
-msgstr "Unity X Desktop Shell (UNITY)"
+msgstr "Unity X Masaüstü Kabuğu (UNITY)"
 
 #: ../pyhoca/wxgui/profilemanager.py:88
 msgid "XFCE Desktop (XFCE)"
-msgstr "XFCE Desktop (XFCE)"
+msgstr "XFCE Masaüstü (XFCE)"
 
 #: ../pyhoca/wxgui/profilemanager.py:89
 msgid "Published Applications"
-msgstr "Publicerade applikationer"
+msgstr "Tanımlı Uygulamalar"
 
 #: ../pyhoca/wxgui/profilemanager.py:90
 msgid "Single Application"
-msgstr "Applikation"
+msgstr "Tek Uygulama"
 
 #: ../pyhoca/wxgui/profilemanager.py:91
 msgid "Share desktop session (SHADOW)"
-msgstr "Dela skrivbordssession (SHADOW)"
+msgstr "Masaüstü oturumunu paylaş (SHADOW)"
 
 #: ../pyhoca/wxgui/profilemanager.py:92
 msgid "XDMCP Query"
-msgstr "XDMCP"
+msgstr "XDMCP Sorgusu"
 
 #: ../pyhoca/wxgui/profilemanager.py:93
 msgid "Windows Terminal Server (X2Go-proxied RDP)"
-msgstr "Windows Terminal Server (RDP-proxy)"
+msgstr "Windows Terminal Sunucusu (X2Go-proxied RDP)"
 
 #: ../pyhoca/wxgui/profilemanager.py:94
 msgid "Windows Terminal Server (Direct RDP)"
-msgstr "Windows Terminal Server (RDP-proxy)"
+msgstr "Windows Terminal Sunucusu (Doğrudan RDP)"
 
 #: ../pyhoca/wxgui/profilemanager.py:95 ../pyhoca/wxgui/profilemanager.py:263
 msgid "Custom command"
-msgstr "Anpassat kommando"
+msgstr "Özel komut"
 
 #: ../pyhoca/wxgui/profilemanager.py:100 ../pyhoca/wxgui/menus_taskbar.py:413
 msgid "Internet Browser"
-msgstr "Webbbläsare"
+msgstr "Internet Tarayıcısı"
 
 #: ../pyhoca/wxgui/profilemanager.py:101 ../pyhoca/wxgui/menus_taskbar.py:414
 msgid "Email Client"
-msgstr "E-postklient"
+msgstr "E-posta İstemcisi"
 
 #: ../pyhoca/wxgui/profilemanager.py:102 ../pyhoca/wxgui/menus_taskbar.py:415
 msgid "Office"
-msgstr "Office"
+msgstr "Ofis"
 
 #: ../pyhoca/wxgui/profilemanager.py:103 ../pyhoca/wxgui/menus_taskbar.py:416
 msgid "Terminal"
-msgstr "Terminal"
+msgstr "Uçbirim"
 
 #: ../pyhoca/wxgui/profilemanager.py:106
 msgid "between client and server"
-msgstr "mellan klient och server"
+msgstr "İstemci ve sunucu arasında"
 
 #: ../pyhoca/wxgui/profilemanager.py:107
 msgid "from server to client only"
-msgstr "endast från server till klient"
+msgstr "Sadece sunucudan istemciye"
 
 #: ../pyhoca/wxgui/profilemanager.py:108
 msgid "from client to server only"
-msgstr "endast från klient till server"
+msgstr "sadece istemciden sunucuya"
 
 #: ../pyhoca/wxgui/profilemanager.py:109
 msgid "not at all"
-msgstr "inte alls"
+msgstr "hiç biri"
 
 #: ../pyhoca/wxgui/profilemanager.py:127
 msgid "Open file with system's default application"
-msgstr "Öppna med systemets standardapplikation"
+msgstr "Dosyayı sistemin varsayılan uygulaması ile aç"
 
 #: ../pyhoca/wxgui/profilemanager.py:128
 msgid "Open application chooser dialog"
-msgstr "Öppna applikationsväljare"
... 2415 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/pyhoca-gui.git



More information about the pkg-remote-commits mailing list