From ee696f62d6b6afd3d9871c0b97995a1a1f85c978 Mon Sep 17 00:00:00 2001 From: Christian Klinger Date: Mon, 23 May 2016 17:22:49 +0200 Subject: Shortened "Ready to connect..." text. --- i18n/client/pvsclient_de_DE.ts | 60 +++++++++++++++++------------- src/client/connectwindow/connectwindow.cpp | 4 +- 2 files changed, 37 insertions(+), 27 deletions(-) diff --git a/i18n/client/pvsclient_de_DE.ts b/i18n/client/pvsclient_de_DE.ts index b19de84..544c84b 100644 --- a/i18n/client/pvsclient_de_DE.ts +++ b/i18n/client/pvsclient_de_DE.ts @@ -4,37 +4,37 @@ ConnectWindow - + Connect to PVS session Verbinde zu PVS Sitzung - + Connection Verbinden - + Connect to Verbinden zu - + Manual Connection Manuelle Verbindung - + Session Name Sitzungsname - + Cancel Abbrechen - + Connect Verbinden @@ -60,8 +60,8 @@ - Ready to connect; please enter session name. - Bereit für Verbindung; Bitte den Sitzungsname eingeben. + Ready to connect. + Bereit für Verbindung. @@ -100,8 +100,8 @@ - Invalid Ssl hash: %1. - Ungültiger Ssl hash: %1. + Invalid TLS hash: %1. + Ungültiger TLS-Hash %1. @@ -117,64 +117,74 @@ Toolbar - + &Connect... &Verbinden... - + &Disconnect &Trennen - + &What's this? &Was ist das hier? - + &Quit &Beenden - + Streaming Übertragung - + Offline Offline - + About PVS Client Über PVS Client - + The PVS - client is part of a software system for managing the virtual data traffic within the computer pools, between the tutor's and student's PCs. It has been developed to simplify the information traffic in seminars and general eLearning. Der PVS - Client ist Teil eines Softwaresystems für die Steuerung des virtuellen Datenverkehrs in den Poolräumen zwischen den Dozenten- und Studenten - PCs. Es wurde zur Vereinfachung des Informationsflusses und allgemeinem eLearning entwickelt. - - + + Online Online - + Form Form - - + + Menu Menü - + + <html><head/><body><p>Lock this workstation</p></body></html> + <html><head/><body><p>Diesen Rechner sperren</p></body></html> + + + + Lock + Sperren + + + Switch Wechseln diff --git a/src/client/connectwindow/connectwindow.cpp b/src/client/connectwindow/connectwindow.cpp index 5abcaeb..26a5da4 100644 --- a/src/client/connectwindow/connectwindow.cpp +++ b/src/client/connectwindow/connectwindow.cpp @@ -89,7 +89,7 @@ void ConnectWindow::updateUserInterface() switch (_state) { case Idle: - _ui->lblStatus->setText(tr("Ready to connect; please enter session name.")); + _ui->lblStatus->setText(tr("Ready to connect.")); break; case Scanning: _ui->lblStatus->setText(tr("Scanning for session %1.").arg(_ui->lineEditName->text())); @@ -113,7 +113,7 @@ void ConnectWindow::updateUserInterface() _ui->lblStatus->setText(tr("Invalid certificate.")); break; case InvalidSslHash: - _ui->lblStatus->setText(tr("Invalid Ssl hash: %1.").arg(_hashSslErrorCount)); + _ui->lblStatus->setText(tr("Invalid TLS hash: %1.").arg(_hashSslErrorCount)); break; } } -- cgit v1.2.3-55-g7522