The branch, master has been updated via 651b84989f3b927cf3a95f9b78dbe5b25d0ebafe (commit) via 14b691a9793c6f4fe1b7628974073ffa8784c111 (commit) from 2931d244fc5fc6081aecf7bad507705af6611597 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 651b84989f3b927cf3a95f9b78dbe5b25d0ebafe Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Date: Wed Sep 5 11:41:10 2012 +0200 updated "ts" files,updated german and russian translation commit 14b691a9793c6f4fe1b7628974073ffa8784c111 Author: Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Date: Wed Sep 5 11:34:57 2012 +0200 Add translation for checkbox "Direct RDP Connection" ----------------------------------------------------------------------- Summary of changes: debian/changelog | 7 +++++-- sessionwidget.cpp | 2 +- x2goclient_de.ts | 5 +++++ x2goclient_dk.ts | 5 +++++ x2goclient_en.ts | 5 +++++ x2goclient_fr.ts | 5 +++++ x2goclient_nb_no.ts | 5 +++++ x2goclient_ru.ts | 5 +++++ x2goclient_sv.ts | 5 +++++ x2goclient_zh_tw.ts | 5 +++++ 10 files changed, 46 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 31c76c9..e71de36 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -x2goclient (3.99.3.0-0~x2go2) UNRELEASED; urgency=low +x2goclient (3.99.3.0-0~x2go6) UNRELEASED; urgency=low [ Mike Gabriel ] * New upstream version (3.99.3.0): @@ -25,8 +25,11 @@ x2goclient (3.99.3.0-0~x2go2) UNRELEASED; urgency=low - Add translation for label "RDP port:". Update "ts" files updated Russian translation. * Fixed 1 error in russian translation + * Add translation for checkbox "Direct RDP Connection" + * updated "ts" files + * updated german and russian translation - -- Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Wed, 05 Sep 2012 10:55:40 +0200 + -- Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> Wed, 05 Sep 2012 11:40:47 +0200 x2goclient (3.99.2.2-0~x2go2) unstable; urgency=low diff --git a/sessionwidget.cpp b/sessionwidget.cpp index 9e45dab..1dc1a18 100644 --- a/sessionwidget.cpp +++ b/sessionwidget.cpp @@ -165,7 +165,7 @@ SessionWidget::SessionWidget ( QString id, ONMainWindow * mw, sessLay->addWidget ( sgb ); sessLay->addWidget ( deskSess ); #ifdef Q_OS_LINUX - cbDirectRDP=new QCheckBox("Direct RDP Connection", deskSess); + cbDirectRDP=new QCheckBox(tr("Direct RDP Connection"), deskSess); cmdLay->addWidget(cbDirectRDP,1,0,1,6); cbDirectRDP->hide(); connect(cbDirectRDP,SIGNAL(clicked()), this, SLOT(slot_rdpDirectClicked())); diff --git a/x2goclient_de.ts b/x2goclient_de.ts index 43cb4fc..d88ae54 100644 --- a/x2goclient_de.ts +++ b/x2goclient_de.ts @@ -2780,6 +2780,11 @@ Beispiel: <translation>Pfad zum Programm</translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation>Direkte RDP Verbindung</translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation>RDP port:</translation> diff --git a/x2goclient_dk.ts b/x2goclient_dk.ts index 441f078..d63dccd 100644 --- a/x2goclient_dk.ts +++ b/x2goclient_dk.ts @@ -2212,6 +2212,11 @@ f.eks: <translation>Sti til Program</translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation type="unfinished"></translation> diff --git a/x2goclient_en.ts b/x2goclient_en.ts index ddcc99b..2d0ff4f 100644 --- a/x2goclient_en.ts +++ b/x2goclient_en.ts @@ -2193,6 +2193,11 @@ Example: <translation type="unfinished"></translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation type="unfinished"></translation> diff --git a/x2goclient_fr.ts b/x2goclient_fr.ts index fef67cb..8a6843d 100644 --- a/x2goclient_fr.ts +++ b/x2goclient_fr.ts @@ -2194,6 +2194,11 @@ lpr -P hp_laserjet</source> <translation type="unfinished"></translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation type="unfinished"></translation> diff --git a/x2goclient_nb_no.ts b/x2goclient_nb_no.ts index 628e04f..1aa6786 100644 --- a/x2goclient_nb_no.ts +++ b/x2goclient_nb_no.ts @@ -2411,6 +2411,11 @@ Eksempel: <translation>Sti til programfil</translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation type="unfinished"></translation> diff --git a/x2goclient_ru.ts b/x2goclient_ru.ts index 93cc0be..5ce98ae 100644 --- a/x2goclient_ru.ts +++ b/x2goclient_ru.ts @@ -2762,6 +2762,11 @@ Example: <translation>Путь к исполняемому файлу</translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation>Прямое RDP соединение</translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation>RDP порт:</translation> diff --git a/x2goclient_sv.ts b/x2goclient_sv.ts index 1eee30b..31e7a9c 100644 --- a/x2goclient_sv.ts +++ b/x2goclient_sv.ts @@ -2239,6 +2239,11 @@ Example: <translation>Sökväg till exekverbar fil</translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation type="unfinished"></translation> diff --git a/x2goclient_zh_tw.ts b/x2goclient_zh_tw.ts index 792a854..5abea78 100644 --- a/x2goclient_zh_tw.ts +++ b/x2goclient_zh_tw.ts @@ -2226,6 +2226,11 @@ Example: <translation>執行路徑</translation> </message> <message> + <location filename="sessionwidget.cpp" line="168"/> + <source>Direct RDP Connection</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="sessionwidget.cpp" line="233"/> <source>RDP port:</source> <translation type="unfinished"></translation> hooks/post-receive -- x2goclient.git (X2Go Client) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goclient.git" (X2Go Client).