diff --git a/retroshare-gui/src/gui/TrustView.cpp b/retroshare-gui/src/gui/TrustView.cpp index 1ae7ce6d9..aeed0cad2 100644 --- a/retroshare-gui/src/gui/TrustView.cpp +++ b/retroshare-gui/src/gui/TrustView.cpp @@ -195,7 +195,7 @@ void TrustView::update() if(i_ji == NULL) { i_ij->setBackgroundColor(Qt::yellow) ; - i_ij->setToolTip(trustTableTW->horizontalHeaderItem(i)->text() + tr(" is athenticated (one way) by " )+trustTableTW->verticalHeaderItem(j)->text()) ; + i_ij->setToolTip(trustTableTW->horizontalHeaderItem(i)->text() + tr(" is authenticated (one way) by " )+trustTableTW->verticalHeaderItem(j)->text()) ; i_ij->setText(tr("Half")) ; } else @@ -203,22 +203,22 @@ void TrustView::update() if(i==j) { i_ij->setBackgroundColor(Qt::red) ; - i_ij->setToolTip(trustTableTW->horizontalHeaderItem(i)->text() + tr(" athenticated himself") ) ; + i_ij->setToolTip(trustTableTW->horizontalHeaderItem(i)->text() + tr(" authenticated himself") ) ; } else { i_ij->setBackgroundColor(Qt::green) ; - i_ij->setToolTip(trustTableTW->horizontalHeaderItem(i)->text() + " and " +trustTableTW->verticalHeaderItem(j)->text() + tr(" athenticated each others") ) ; + i_ij->setToolTip(trustTableTW->horizontalHeaderItem(i)->text() + " and " +trustTableTW->verticalHeaderItem(j)->text() + tr(" authenticated each other") ) ; i_ij->setText(tr("Full")) ; } } } } for(int i=0;irowCount();++i) - trustTableTW->verticalHeaderItem(i)->setToolTip(trustTableTW->verticalHeaderItem(i)->text()+ tr(" is athenticated by ") + QString::number(ni[i]) + tr(" peers, including him(her)self.")) ; + trustTableTW->verticalHeaderItem(i)->setToolTip(trustTableTW->verticalHeaderItem(i)->text()+ tr(" is authenticated by ") + QString::number(ni[i]) + tr(" peers, including him(her)self.")) ; for(int j=0;jcolumnCount();++j) - trustTableTW->horizontalHeaderItem(j)->setToolTip(trustTableTW->horizontalHeaderItem(j)->text()+ tr(" athenticated ") + QString::number(nj[j]) + tr(" peers, including him(her)self.")) ; + trustTableTW->horizontalHeaderItem(j)->setToolTip(trustTableTW->horizontalHeaderItem(j)->text()+ tr(" authenticated ") + QString::number(nj[j]) + tr(" peers, including him(her)self.")) ; } diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm index c7a1b194a..3ee0adfdc 100644 Binary files a/retroshare-gui/src/lang/retroshare_de.qm and b/retroshare-gui/src/lang/retroshare_de.qm differ diff --git a/retroshare-gui/src/lang/retroshare_de.ts b/retroshare-gui/src/lang/retroshare_de.ts index daa9d9dbc..9010a358a 100644 --- a/retroshare-gui/src/lang/retroshare_de.ts +++ b/retroshare-gui/src/lang/retroshare_de.ts @@ -7348,7 +7348,7 @@ p, li { white-space: pre-wrap; } PeersDialog - + Chat Chat @@ -7373,22 +7373,22 @@ p, li { white-space: pre-wrap; } Verbinde zum Freund - + Profile Profil - + Welcome to RetroShare's group chat. Willkommen bei RetroShare's Gruppenchat. - + me ich - + Group Gruppe @@ -7739,12 +7739,12 @@ p, li { white-space: pre-wrap; } Status Spalte ausblenden - + Friends Storm Aktivitäten - + is typing... tippt... @@ -11407,37 +11407,47 @@ p, li { white-space: pre-wrap; } Vertrauen - is athenticated (one way) by - ist authentifiziert (ein Weg) von + ist authentifiziert (ein Weg) von - athenticated himself - authentifizierte sich selbst + authentifizierte sich selbst - athenticated each others - authentifizierten sich beide jeweils + authentifizierten sich beide jeweils - is athenticated by - ist authentifiziert von + ist authentifiziert von - athenticated - authentifiziert + authentifiziert - + + is authenticated (one way) by + ist authentifiziert (ein Weg) von + + + Half Halb - + + authenticated himself + authentifizierte sich selbst + + + + authenticated each other + authentifizierten sich einander + + + Full Voll @@ -11447,6 +11457,16 @@ p, li { white-space: pre-wrap; } peers, including him(her)self. Nachbarn, dich selber eingeschlossen. + + + is authenticated by + ist authentifiziert von + + + + authenticated + authentifiziert + Showing: peers connected to