mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Renamed "Peer Details" in ConfCertDialog in "Friend Details".
Fixed german language. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3689 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
77d33cad4a
commit
b7b8cfe860
File diff suppressed because it is too large
Load Diff
@ -97,7 +97,7 @@ void CreateForumMsg::newMsg()
|
|||||||
QString subj;
|
QString subj;
|
||||||
if ((mParentId != "") && (rsForums->getForumMessage(mForumId, mParentId, msg)))
|
if ((mParentId != "") && (rsForums->getForumMessage(mForumId, mParentId, msg)))
|
||||||
{
|
{
|
||||||
name += " In Reply to: ";
|
name += " " + tr("In Reply to") + ": ";
|
||||||
name += QString::fromStdWString(msg.title);
|
name += QString::fromStdWString(msg.title);
|
||||||
|
|
||||||
QString text = QString::fromStdWString(msg.title);
|
QString text = QString::fromStdWString(msg.title);
|
||||||
|
Binary file not shown.
@ -1411,12 +1411,7 @@ Verfügbar: %3</translation>
|
|||||||
<translation>Peer Info</translation>
|
<translation>Peer Info</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-24"/>
|
<location line="-6"/>
|
||||||
<source>Peer Details</source>
|
|
||||||
<translation>Peer-Details</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location line="+18"/>
|
|
||||||
<source>Details</source>
|
<source>Details</source>
|
||||||
<translation>Details</translation>
|
<translation>Details</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -1481,7 +1476,12 @@ Verfügbar: %3</translation>
|
|||||||
<translation>Letzter Kontakt</translation>
|
<translation>Letzter Kontakt</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+21"/>
|
<location line="-58"/>
|
||||||
|
<source>Friend Details</source>
|
||||||
|
<translation>Freund-Details</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+79"/>
|
||||||
<source>Version</source>
|
<source>Version</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
@ -2412,7 +2412,12 @@ p, li { white-space: pre-wrap; }
|
|||||||
<translation>Vollen RetroShare Link einfügen</translation>
|
<translation>Vollen RetroShare Link einfügen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+78"/>
|
<location line="+29"/>
|
||||||
|
<source>In Reply to</source>
|
||||||
|
<translation>Als Antwort auf</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+49"/>
|
||||||
<source>RetroShare</source>
|
<source>RetroShare</source>
|
||||||
<translation></translation>
|
<translation></translation>
|
||||||
</message>
|
</message>
|
||||||
|
Loading…
Reference in New Issue
Block a user