diff --git a/retroshare-gui/src/gui/ChannelFeed.cpp b/retroshare-gui/src/gui/ChannelFeed.cpp index a07498b3b..4c42874e3 100644 --- a/retroshare-gui/src/gui/ChannelFeed.cpp +++ b/retroshare-gui/src/gui/ChannelFeed.cpp @@ -86,7 +86,7 @@ ChannelFeed::ChannelFeed(QWidget *parent) /* Initialize group tree */ treeWidget->initDisplayMenu(displayButton); - ownChannels = treeWidget->addCategoryItem(tr("Own Channels"), QIcon(IMAGE_CHANNELBLUE), true); + ownChannels = treeWidget->addCategoryItem(tr("My Channels"), QIcon(IMAGE_CHANNELBLUE), true); subcribedChannels = treeWidget->addCategoryItem(tr("Subscribed Channels"), QIcon(IMAGE_CHANNELRED), true); popularChannels = treeWidget->addCategoryItem(tr("Popular Channels"), QIcon(IMAGE_CHANNELGREEN ), false); otherChannels = treeWidget->addCategoryItem(tr("Other Channels"), QIcon(IMAGE_CHANNELYELLOW), false); diff --git a/retroshare-gui/src/gui/ForumsDialog.cpp b/retroshare-gui/src/gui/ForumsDialog.cpp index 26538cb05..802994ad4 100644 --- a/retroshare-gui/src/gui/ForumsDialog.cpp +++ b/retroshare-gui/src/gui/ForumsDialog.cpp @@ -165,7 +165,7 @@ ForumsDialog::ForumsDialog(QWidget *parent) ui.forumTreeWidget->initDisplayMenu(ui.displayButton); /* create forum tree */ - yourForums = ui.forumTreeWidget->addCategoryItem(tr("Your Forums"), QIcon(IMAGE_FOLDER), true); + yourForums = ui.forumTreeWidget->addCategoryItem(tr("My Forums"), QIcon(IMAGE_FOLDER), true); subscribedForums = ui.forumTreeWidget->addCategoryItem(tr("Subscribed Forums"), QIcon(IMAGE_FOLDERRED), true); popularForums = ui.forumTreeWidget->addCategoryItem(tr("Popular Forums"), QIcon(IMAGE_FOLDERGREEN), false); otherForums = ui.forumTreeWidget->addCategoryItem(tr("Other Forums"), QIcon(IMAGE_FOLDERYELLOW), false); diff --git a/retroshare-gui/src/gui/ForumsV2Dialog.cpp b/retroshare-gui/src/gui/ForumsV2Dialog.cpp index cf0184642..cc45cb33a 100644 --- a/retroshare-gui/src/gui/ForumsV2Dialog.cpp +++ b/retroshare-gui/src/gui/ForumsV2Dialog.cpp @@ -207,7 +207,7 @@ ForumsV2Dialog::ForumsV2Dialog(QWidget *parent) ui.forumTreeWidget->initDisplayMenu(ui.displayButton); /* create forum tree */ - yourForums = ui.forumTreeWidget->addCategoryItem(tr("Your Forums"), QIcon(IMAGE_FOLDER), true); + yourForums = ui.forumTreeWidget->addCategoryItem(tr("My Forums"), QIcon(IMAGE_FOLDER), true); subscribedForums = ui.forumTreeWidget->addCategoryItem(tr("Subscribed Forums"), QIcon(IMAGE_FOLDERRED), true); popularForums = ui.forumTreeWidget->addCategoryItem(tr("Popular Forums"), QIcon(IMAGE_FOLDERGREEN), false); otherForums = ui.forumTreeWidget->addCategoryItem(tr("Other Forums"), QIcon(IMAGE_FOLDERYELLOW), false); diff --git a/retroshare-gui/src/gui/GenCertDialog.ui b/retroshare-gui/src/gui/GenCertDialog.ui index dd1ce786b..ebc3b48c7 100644 --- a/retroshare-gui/src/gui/GenCertDialog.ui +++ b/retroshare-gui/src/gui/GenCertDialog.ui @@ -54,7 +54,7 @@ - It looks like you don't own any Profile (GPG keys). Please fill in the form below to generate one, or import an existing profile. + It looks like you don't own any profile (PGP keys). Please fill in the form below to create one, or import an existing profile. true @@ -64,7 +64,7 @@ - Your profile is associated to a GPG key. RetroShare currently ignores DSA keys. + Your profile is associated with a PGP key. RetroShare currently ignores DSA keys. @@ -78,7 +78,7 @@ - Enter here your nickname + Enter your nickname here @@ -93,7 +93,7 @@ Be careful: this email will be visible to your friends and friends -of your friends. This information is required by GPG, but to stay +of your friends. This information is required by PGP, but to stay anonymous, you can use a fake email. @@ -101,7 +101,7 @@ anonymous, you can use a fake email. - This Password is for GPG + This Password is for PGP Password @@ -111,7 +111,7 @@ anonymous, you can use a fake email. - Put a strong password here. This password protects your GPG key. + Put a strong password here. This password protects your PGP key. @@ -143,7 +143,7 @@ anonymous, you can use a fake email. 1 - Put a meaningful location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same identity (gpg key). + Put a meaningful location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same identity (PGP key). false @@ -162,7 +162,7 @@ anonymous, you can use a fake email. - Generate New Identity + Create new identity @@ -210,10 +210,10 @@ anonymous, you can use a fake email. - Your profile is associated to a GPG key + Your profile is associated with a PGP key - Generate a new identity + Create a new identity @@ -328,7 +328,7 @@ anonymous, you can use a fake email. - RetroShare uses gpg keys for identity management. + RetroShare uses PGP keys for identity management. diff --git a/retroshare-gui/src/gui/MessengerWindow.ui b/retroshare-gui/src/gui/MessengerWindow.ui index 9750bcfa1..c49a8b59d 100644 --- a/retroshare-gui/src/gui/MessengerWindow.ui +++ b/retroshare-gui/src/gui/MessengerWindow.ui @@ -147,7 +147,7 @@ - Share Files for your Friends + Share files for your friends diff --git a/retroshare-gui/src/gui/NetworkDialog.cpp b/retroshare-gui/src/gui/NetworkDialog.cpp index afb846c12..cef020cd7 100644 --- a/retroshare-gui/src/gui/NetworkDialog.cpp +++ b/retroshare-gui/src/gui/NetworkDialog.cpp @@ -417,7 +417,7 @@ void NetworkDialog::insertConnect() if (detail.ownsign) { item -> setText(2, tr("Personal signature")); - item -> setToolTip(2, tr("GPG key signed by you")); + item -> setToolTip(2, tr("PGP key signed by you")); } else switch(detail.trustLvl) diff --git a/retroshare-gui/src/gui/Posted/PostedListDialog.cpp b/retroshare-gui/src/gui/Posted/PostedListDialog.cpp index 17e84a386..b572f026b 100644 --- a/retroshare-gui/src/gui/Posted/PostedListDialog.cpp +++ b/retroshare-gui/src/gui/Posted/PostedListDialog.cpp @@ -77,7 +77,7 @@ PostedListDialog::PostedListDialog(QWidget *parent) //ui.groupTreeWidget->initDisplayMenu(ui.displayButton); /* create forum tree */ - yourTopics = ui.groupTreeWidget->addCategoryItem(tr("Your Topics"), QIcon(IMAGE_FOLDER), true); + yourTopics = ui.groupTreeWidget->addCategoryItem(tr("My Topics"), QIcon(IMAGE_FOLDER), true); subscribedTopics = ui.groupTreeWidget->addCategoryItem(tr("Subscribed Topics"), QIcon(IMAGE_FOLDERRED), true); popularTopics = ui.groupTreeWidget->addCategoryItem(tr("Popular Topics"), QIcon(IMAGE_FOLDERGREEN), false); otherTopics = ui.groupTreeWidget->addCategoryItem(tr("Other Topics"), QIcon(IMAGE_FOLDERYELLOW), false); diff --git a/retroshare-gui/src/gui/RetroShareLink.cpp b/retroshare-gui/src/gui/RetroShareLink.cpp index 5f634ca7b..8827b5f7a 100644 --- a/retroshare-gui/src/gui/RetroShareLink.cpp +++ b/retroshare-gui/src/gui/RetroShareLink.cpp @@ -592,7 +592,7 @@ QString RetroShareLink::title() const case TYPE_MESSAGE: return PeerDefs::rsidFromId(hash().toStdString()); case TYPE_CERTIFICATE: - return QObject::tr("Click to add this RetroShare cert to your GPG keyring\nand open the Make Friend Wizard.\n") + QString("GPG Id = ") + GPGId() + QString("\nSSLId = ")+SSLId(); + return QObject::tr("Click to add this RetroShare cert to your PGP keyring\nand open the Make Friend Wizard.\n") + QString("GPG Id = ") + GPGId() + QString("\nSSLId = ")+SSLId(); } return ""; diff --git a/retroshare-gui/src/gui/SearchDialog.ui b/retroshare-gui/src/gui/SearchDialog.ui index efa2a82a6..6bc3b78bb 100644 --- a/retroshare-gui/src/gui/SearchDialog.ui +++ b/retroshare-gui/src/gui/SearchDialog.ui @@ -434,7 +434,7 @@ Include files from your own file list in the search result - Include own files + Include my files diff --git a/retroshare-gui/src/gui/StartDialog.ui b/retroshare-gui/src/gui/StartDialog.ui index 9ab6c1cb3..ad7345d24 100644 --- a/retroshare-gui/src/gui/StartDialog.ui +++ b/retroshare-gui/src/gui/StartDialog.ui @@ -205,7 +205,7 @@ - Name (GPG Id) - location: + Name (PGP Id) - location: diff --git a/retroshare-gui/src/gui/chat/ChatWidget.cpp b/retroshare-gui/src/gui/chat/ChatWidget.cpp index 91e6fba96..7cd5f30e2 100644 --- a/retroshare-gui/src/gui/chat/ChatWidget.cpp +++ b/retroshare-gui/src/gui/chat/ChatWidget.cpp @@ -413,7 +413,7 @@ void ChatWidget::contextMenu(QPoint point) contextMnu->addSeparator(); QAction *action = contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste RetroShare Link"), this, SLOT(pasteLink())); action->setDisabled(RSLinkClipboard::empty()); - contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste own certificate link"), this, SLOT(pasteOwnCertificateLink())); + contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste my certificate link"), this, SLOT(pasteOwnCertificateLink())); contextMnu->exec(QCursor::pos()); delete(contextMnu); diff --git a/retroshare-gui/src/gui/connect/ConfCertDialog.cpp b/retroshare-gui/src/gui/connect/ConfCertDialog.cpp index 6f7c2770b..8b74f4e20 100644 --- a/retroshare-gui/src/gui/connect/ConfCertDialog.cpp +++ b/retroshare-gui/src/gui/connect/ConfCertDialog.cpp @@ -234,7 +234,7 @@ void ConfCertDialog::load() ui.radioButton_trust_never->hide(); ui.is_signing_me->hide(); - ui.signersBox->setTitle(tr("Your key is signed by : ")); + ui.signersBox->setTitle(tr("My key is signed by : ")); } else { ui.web_of_trust_label->show(); @@ -319,9 +319,9 @@ void ConfCertDialog::load() } if (detail.hasSignedMe) { - ui.is_signing_me->setText(tr("Peer has authenticated me as a friend and did sign my GPG key")); + ui.is_signing_me->setText(tr("Peer has authenticated me as a friend and did sign my PGP key")); } else { - ui.is_signing_me->setText(tr("Peer has not authenticated me as a friend and did not sign my GPG key")); + ui.is_signing_me->setText(tr("Peer has not authenticated me as a friend and did not sign my PGP key")); } } diff --git a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp index 0f5f183e8..2fcc5d587 100755 --- a/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp +++ b/retroshare-gui/src/gui/connect/ConnectFriendWizard.cpp @@ -122,7 +122,7 @@ void ConnectFriendWizard::setCertificate(const QString &certificate, bool friend void ConnectFriendWizard::setGpgId(const std::string &gpgId, bool friendRequest) { if (!rsPeers->getPeerDetails(gpgId, peerDetails)) { - setField("errorMessage", tr("Cannot get peer details of gpg key %1").arg(QString::fromStdString(gpgId))); + setField("errorMessage", tr("Cannot get peer details of PGP key %1").arg(QString::fromStdString(gpgId))); setStartId(Page_ErrorMessage); return; } diff --git a/retroshare-gui/src/gui/forums/CreateForumMsg.cpp b/retroshare-gui/src/gui/forums/CreateForumMsg.cpp index 747d89dd3..d4cda839c 100644 --- a/retroshare-gui/src/gui/forums/CreateForumMsg.cpp +++ b/retroshare-gui/src/gui/forums/CreateForumMsg.cpp @@ -83,7 +83,7 @@ void CreateForumMsg::forumMessageCostumPopupMenu(QPoint point) contextMnu->addSeparator(); QAction *pasteLinkAct = contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste RetroShare Link"), this, SLOT(pasteLink())); QAction *pasteLinkFullAct = contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste full RetroShare Link"), this, SLOT(pasteLinkFull())); - contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste own certificate link"), this, SLOT(pasteOwnCertificateLink())); + contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste my certificate link"), this, SLOT(pasteOwnCertificateLink())); if (RSLinkClipboard::empty()) { pasteLinkAct->setDisabled (true); diff --git a/retroshare-gui/src/gui/forumsv2/CreateForumV2Msg.cpp b/retroshare-gui/src/gui/forumsv2/CreateForumV2Msg.cpp index 5bc3af714..bb884c5c5 100644 --- a/retroshare-gui/src/gui/forumsv2/CreateForumV2Msg.cpp +++ b/retroshare-gui/src/gui/forumsv2/CreateForumV2Msg.cpp @@ -88,7 +88,7 @@ void CreateForumV2Msg::forumMessageCostumPopupMenu(QPoint point) contextMnu->addSeparator(); QAction *pasteLinkAct = contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste RetroShare Link"), this, SLOT(pasteLink())); QAction *pasteLinkFullAct = contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste full RetroShare Link"), this, SLOT(pasteLinkFull())); - contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste own certificate link"), this, SLOT(pasteOwnCertificateLink())); + contextMnu->addAction(QIcon(":/images/pasterslink.png"), tr("Paste my certificate link"), this, SLOT(pasteOwnCertificateLink())); if (RSLinkClipboard::empty()) { pasteLinkAct->setDisabled (true); diff --git a/retroshare-gui/src/gui/help/content/de/peerdetails.html b/retroshare-gui/src/gui/help/content/de/peerdetails.html index 1bf624618..60ffb6db9 100644 --- a/retroshare-gui/src/gui/help/content/de/peerdetails.html +++ b/retroshare-gui/src/gui/help/content/de/peerdetails.html @@ -36,7 +36,7 @@ Peer Details Trust settings and Signing

The trust settings refers to the gnupg web of trust mecanism.
-This trust means how you trust your friends when he is signing other gpg keys.
+This trust means how you trust your friends when he is signing other PGP keys.
If you set your trust to "full", it means that when your friend sign a key, this key will be shown as validated by the web of trust in the network view.

diff --git a/retroshare-gui/src/gui/help/content/en/peerdetails.html b/retroshare-gui/src/gui/help/content/en/peerdetails.html index 470e32884..2dee340cf 100644 --- a/retroshare-gui/src/gui/help/content/en/peerdetails.html +++ b/retroshare-gui/src/gui/help/content/en/peerdetails.html @@ -36,7 +36,7 @@ Trust settings and Signing

The trust settings refers to the gnupg web of trust mecanism.
-This trust means how you trust your friends when he is signing other gpg keys.
+This trust means how you trust your friends when he is signing other PGP keys.
If you set your trust to "full", it means that when your friend sign a key, this key will be shown as validated by the web of trust in the network view.

diff --git a/retroshare-gui/src/gui/notifyqt.cpp b/retroshare-gui/src/gui/notifyqt.cpp index 6c8a8533a..b1500b67e 100644 --- a/retroshare-gui/src/gui/notifyqt.cpp +++ b/retroshare-gui/src/gui/notifyqt.cpp @@ -150,7 +150,7 @@ bool NotifyQt::askForPassword(const std::string& key_details, bool prev_is_bad, RsAutoUpdatePage::lockAllEvents() ; QInputDialog dialog; - dialog.setWindowTitle(tr("GPG key passphrase")); + dialog.setWindowTitle(tr("PGP key passphrase")); dialog.setLabelText((prev_is_bad?tr("Wrong password !") + "\n\n" : QString()) + tr("Please enter the password to unlock your PGP key:") + "\n" + QString::fromUtf8(key_details.c_str())); dialog.setTextEchoMode(QLineEdit::Password); diff --git a/retroshare-gui/src/gui/unfinished/blogs/BlogsDialog.cpp b/retroshare-gui/src/gui/unfinished/blogs/BlogsDialog.cpp index c506a4501..cc7eeb77a 100644 --- a/retroshare-gui/src/gui/unfinished/blogs/BlogsDialog.cpp +++ b/retroshare-gui/src/gui/unfinished/blogs/BlogsDialog.cpp @@ -74,7 +74,7 @@ BlogsDialog::BlogsDialog(QWidget *parent) itemFont = QFont("ARIAL", 10); itemFont.setBold(true); - QStandardItem *OwnBlogs = new QStandardItem(tr("Own Blogs")); + QStandardItem *OwnBlogs = new QStandardItem(tr("My Blogs")); OwnBlogs->setForeground(QBrush(QColor(79, 79, 79))); OwnBlogs->setFont(itemFont); diff --git a/retroshare-gui/src/lang/retroshare_en.ts b/retroshare-gui/src/lang/retroshare_en.ts index eb3de56ef..7d78ff62d 100644 --- a/retroshare-gui/src/lang/retroshare_en.ts +++ b/retroshare-gui/src/lang/retroshare_en.ts @@ -409,10 +409,6 @@ p, li { white-space: pre-wrap; } ID - - Own Blogs - - Subscribed Blogs @@ -459,6 +455,10 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:9pt;">Unsubscribe To Blog</span></p></body></html> + + My Blogs + + BlogsMsgItem @@ -784,10 +784,6 @@ p, li { white-space: pre-wrap; } Enable Auto-Download - - Own Channels - - Subscribed Channels @@ -860,6 +856,10 @@ p, li { white-space: pre-wrap; } Publish rights can't be restored for this channel.<br/>You're not the creator of this channel. + + My Channels + + ChannelUserNotify @@ -1379,11 +1379,11 @@ Please choose one of it to chat with. - Paste own certificate link + appears to be Offline. - appears to be Offline. + Paste my certificate link @@ -1523,10 +1523,6 @@ p, li { white-space: pre-wrap; } Error : cannot get peer details. - - Your key is signed by : - - Peer key is signed by : @@ -1551,14 +1547,6 @@ p, li { white-space: pre-wrap; } Your trust in this peer is not set. - - Peer has authenticated me as a friend and did sign my GPG key - - - - Peer has not authenticated me as a friend and did not sign my GPG key - - Signature Failure @@ -1584,6 +1572,18 @@ p, li { white-space: pre-wrap; } Other info + + My key is signed by : + + + + Peer has authenticated me as a friend and did sign my PGP key + + + + Peer has not authenticated me as a friend and did not sign my PGP key + + ConnectFriendWizard @@ -1923,10 +1923,6 @@ p, li { white-space: pre-wrap; } Details about the request - - Cannot get peer details of gpg key %1 - - You have a friend request from @@ -1956,6 +1952,10 @@ p, li { white-space: pre-wrap; } This peer is already on your friend list. Adding it might just set it's ip address. + + Cannot get peer details of PGP key %1 + + CreateBlog @@ -2615,11 +2615,11 @@ p, li { white-space: pre-wrap; } - Paste own certificate link + Start New Thread - Start New Thread + Paste my certificate link @@ -2748,10 +2748,6 @@ p, li { white-space: pre-wrap; } Paste full RetroShare Link - - Paste own certificate link - - In Reply to @@ -2768,6 +2764,10 @@ p, li { white-space: pre-wrap; } Add Extra File + + Paste my certificate link + + CreateGroup @@ -3963,10 +3963,6 @@ p, li { white-space: pre-wrap; } PrintPreview - - Your Forums - - Subscribed Forums @@ -4123,6 +4119,10 @@ p, li { white-space: pre-wrap; } Search Content + + My Forums + + ForumsFillThread @@ -4233,10 +4233,6 @@ p, li { white-space: pre-wrap; } PrintPreview - - Your Forums - - Subscribed Forums @@ -4393,6 +4389,10 @@ p, li { white-space: pre-wrap; } You can't reply to a non-existant Message + + My Forums + + FriendList @@ -4969,40 +4969,18 @@ p, li { white-space: pre-wrap; } Create new Profile - - Your profile is associated to a GPG key - - Name - - Enter here your nickname - - Email - - Be careful: this email will be visible to your friends and friends -of your friends. This information is required by GPG, but to stay -anonymous, you can use a fake email. - - - - This Password is for GPG - - Password - - Put a strong password here. This password protects your GPG key. - - Location @@ -5057,14 +5035,6 @@ Fill in your GPG password when asked, to sign your new key. [Required] This password protects your PGP key. - - It looks like you don't own any Profile (GPG keys). Please fill in the form below to generate one, or import an existing profile. - - - - Generate a new identity - - Import new identity @@ -5077,14 +5047,6 @@ Fill in your GPG password when asked, to sign your new key. Use identity - - Your profile is associated to a GPG key. RetroShare currently ignores DSA keys. - - - - Generate New Identity - - Create new Identity @@ -5141,10 +5103,6 @@ and use the import button to load it You can install retroshare on different locations using the same identity. For this, just export the selected identity, and import it on the new computer, then create a new location with it. - - Put a meaningful location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same identity (gpg key). - - Your identity was not saved. An error occurred. @@ -5153,10 +5111,6 @@ and use the import button to load it Your identity was imported successfully: - - RetroShare uses gpg keys for identity management. - - You can create a new identity with this form. @@ -5169,6 +5123,52 @@ and use the import button to load it Failed to Generate your new Certificate, maybe PGP password is wrong! + + It looks like you don't own any profile (PGP keys). Please fill in the form below to create one, or import an existing profile. + + + + Your profile is associated with a PGP key. RetroShare currently ignores DSA keys. + + + + Enter your nickname here + + + + Be careful: this email will be visible to your friends and friends +of your friends. This information is required by PGP, but to stay +anonymous, you can use a fake email. + + + + This Password is for PGP + + + + Put a strong password here. This password protects your PGP key. + + + + Put a meaningful location. ex : home, laptop, etc. This field will be used to differentiate different installations with the same identity (PGP key). + + + + Create new identity + + + + Your profile is associated with a PGP key + + + + Create a new identity + + + + RetroShare uses PGP keys for identity management. + + GeneralPage @@ -7287,10 +7287,6 @@ Do you want to save message ? Add a Friend - - Share Files for your Friends - - Search Friends @@ -7299,6 +7295,10 @@ Do you want to save message ? Search + + Share files for your friends + + MsgItem @@ -7540,10 +7540,6 @@ Do you want to save message ? Personal signature - - GPG key signed by you - - Marginally trusted peer @@ -7585,6 +7581,10 @@ Right-click and select 'make friend' to be able to connect. Search Peer ID + + PGP key signed by you + + NetworkPage @@ -7787,10 +7787,6 @@ Right-click and select 'make friend' to be able to connect. NotifyQt - - GPG key passphrase - - Wrong password ! @@ -7827,6 +7823,10 @@ Right-click and select 'make friend' to be able to connect. Please enter the password to unlock your PGP key: + + PGP key passphrase + + OnlineToaster @@ -8662,10 +8662,6 @@ malicious behavior of crafted plugins. Next - - Your Topics - - Subscribed Topics @@ -8722,6 +8718,10 @@ malicious behavior of crafted plugins. AUTHD + + My Topics + + PrintPreview @@ -9022,12 +9022,6 @@ and use the import button to load it Maybe password is wrong - - Click to add this RetroShare cert to your GPG keyring -and open the Make Friend Wizard. - - - Add file @@ -9222,14 +9216,6 @@ and open the Make Friend Wizard. Reported error is: %2 - - This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although GPG keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. - - - - Initialization failed. Wrong or missing installation of gpg. - - An unexpected error occurred. Please report 'RsInit::InitRetroShare unexpected return code %1'. @@ -9260,6 +9246,20 @@ Reported error is: %2 Failed to process collection file + + Click to add this RetroShare cert to your PGP keyring +and open the Make Friend Wizard. + + + + + This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances. <br><br>You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software. + + + + Initialization failed. Wrong or missing installation of PGP. + + QuickStartWizard @@ -9806,10 +9806,6 @@ Reducing image to %1x%2 pixels? Include files from your own file list in the search result - - Include own files - - Search inside "browsable" files of your friends @@ -9883,6 +9879,10 @@ Reducing image to %1x%2 pixels? Close all Search Results + + Include my files + + SecurityItem @@ -10566,10 +10566,6 @@ p, li { white-space: pre-wrap; } Log In - - Name (GPG Id) - location: - - Remember Password @@ -10614,6 +10610,10 @@ This choice can be reverted in settings. This choice can be reverted in settings. + + Name (PGP Id) - location: + + StatusDefs diff --git a/retroshare-gui/src/main.cpp b/retroshare-gui/src/main.cpp index 09a404a11..d5578c160 100644 --- a/retroshare-gui/src/main.cpp +++ b/retroshare-gui/src/main.cpp @@ -123,7 +123,7 @@ int main(int argc, char *argv[]) LanguageSupport::translate(LanguageSupport::defaultLanguageCode()); QMessageBox msgBox; - msgBox.setText(QObject::tr("This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances.

You do not appear to have such a keyring, although GPG keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software.")); + msgBox.setText(QObject::tr("This version of RetroShare is using OpenPGP-SDK. As a side effect, it's not using the system shared PGP keyring, but has it's own keyring shared by all RetroShare instances.

You do not appear to have such a keyring, although PGP keys are mentioned by existing RetroShare accounts, probably because you just changed to this new version of the software.")); msgBox.setInformativeText(QObject::tr("Choose between:
  • Ok to copy the existing keyring from gnupg (safest bet), or
  • Close without saving to start fresh with an empty keyring (you will be asked to create a new PGP key to work with RetroShare, or import a previously saved pgp keypair).
  • Cancel to quit and forge a keyring by yourself (needs some PGP skills)
")); msgBox.setStandardButtons(QMessageBox::Ok | QMessageBox::Discard | QMessageBox::Cancel); msgBox.setDefaultButton(QMessageBox::Ok); @@ -162,7 +162,7 @@ int main(int argc, char *argv[]) { case RS_INIT_AUTH_FAILED: std::cerr << "RsInit::InitRetroShare AuthGPG::InitAuth failed" << std::endl; - mb.setText(QObject::tr("Initialization failed. Wrong or missing installation of gpg.")); + mb.setText(QObject::tr("Initialization failed. Wrong or missing installation of PGP.")); break; default: /* Unexpected return code */